changetousecli

This commit is contained in:
WanP
2025-10-14 18:04:20 +08:00
commit c20e98cda1
360 changed files with 54784 additions and 0 deletions

47
src/pages.json Normal file
View File

@@ -0,0 +1,47 @@
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/components/videopage/videopage",
"style": {
"navigationBarTitleText": "视频"
}
},
{
"path": "pages/components/postpage/postpage",
"style": {
"navigationBarTitleText": "帖子"
}
},
{
"path": "pages/components/head/head",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/components/findmore/findmore",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/components/comments/comments",
"style": {
"navigationBarTitleText": ""
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}