feat: 增加文件查询及展示的模块

This commit is contained in:
2025-12-23 15:33:22 +08:00
parent 306a6af89c
commit 68ecdd6e3c
2 changed files with 289 additions and 0 deletions

View File

@@ -888,6 +888,16 @@
// #endif
"navigationBarTitleText": "案例展示"
}
},
//******************文件模块******************
{
"path": "files/list",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "查看文件"
}
}
]
}