初次更新

Signed-off-by: YangWX <shiy720@hotmail.com>
This commit is contained in:
YangWX
2023-03-18 10:01:13 +08:00
commit 6fcb078f2a
326 changed files with 38097 additions and 0 deletions

29
pages.json Normal file
View File

@@ -0,0 +1,29 @@
{
"pages": [{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app",
//#ifdef H5
"navigationStyle": "custom"
//#endif
}
} ,{
"path" : "pages/read/read",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"app-plus": {
"background": "#efeff4"
}
}
}