refactor: 附件

This commit is contained in:
2025-04-15 17:20:19 +08:00
parent 5936301e82
commit 551313bf23
11 changed files with 260 additions and 173 deletions

View File

@@ -36,7 +36,10 @@ Route::group('article', function() {
// 附件下载
Route::group('attachment', function() {
// 软件驱动/手册
Route::get('index', 'Attachment/index');
// 视频
Route::get('video', 'Attachment/video');
});
// 问答中心