feat(页面): 新增文件预览页面

This commit is contained in:
2026-01-12 15:28:04 +08:00
parent 8b01d8f8ec
commit ce26a9be5f
2 changed files with 198 additions and 9 deletions

View File

@@ -912,16 +912,22 @@
},
//******************文件模块******************
{
"path": "files/list",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "查看文件"
}
"path": "files/list",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "查看文件"
}
]
}
},
{
"path": "file-preview/file-preview",
"style": {
"navigationBarTitleText": "文件预览"
}
}
]
}
],
"globalStyle": {
"navigationBarTextStyle": "black",