feat: 附件(软件/手册下载)

This commit is contained in:
2025-04-14 18:12:27 +08:00
parent 26b83d2037
commit fbd479f69a
8 changed files with 251 additions and 1 deletions

View File

@@ -34,6 +34,11 @@ Route::group('article', function() {
Route::post('comment', 'Article/comment');
});
// 附件下载
Route::group('attachment', function() {
Route::get('index', 'Attachment/index');
});
// 问答中心
Route::group('faq', function() {
// 问答列表页