1 Star 6 Fork 2

ThisMe/基于微信的电子书阅读小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 3.34 KB
一键复制 编辑 原始数据 按行查看 历史
技术部-张林林 提交于 2021-09-30 17:04 . 初始化
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
//=== 启动页
{
"path": "pages/main/index",
"style": {
"onReachBottomDistance": 120,
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true
}
},
{
"path": "pages/my/index",
"style": {
"onReachBottomDistance": 120,
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
} ,
{
"path": "pages/my/info",
"style": {
"onReachBottomDistance": 120,
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
} ,
{
"path": "pages/my/setting",
"style": {
"onReachBottomDistance": 120,
"navigationBarTitleText":"修改资料"
}
} ,
{
"path": "pages/my/settinginput",
"style": {
"onReachBottomDistance": 120,
"navigationBarTitleText":"修改资料"
}
} ,
{
"path": "pages/account/login",
"style": {
"onReachBottomDistance": 120,
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/book/list",
"style": {
"onReachBottomDistance": 120,
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true
}
},
{
"path": "pages/book/detail",
"style": {
"onReachBottomDistance": 120,
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true
}
},
{
"path": "pages/book/read",
"style": {
"onReachBottomDistance": 120,
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/book/rank",
"style": {
"onReachBottomDistance": 120,
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true
}
},
{
"path": "pages/book/search",
"style": {
"onReachBottomDistance": 120,
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true
}
},
{
"path": "pages/category/index",
"style": {
"onReachBottomDistance": 120,
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/my/bookrack",
"style": {
"onReachBottomDistance": 120,
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true
}
}
],
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#ff6600",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [ //
{
"pagePath": "pages/my/bookrack",
"iconPath": "/static/tabs/bookrack.png",
"selectedIconPath": "/static/tabs/bookrack2.png",
"text": "书架"
},
{
"pagePath": "pages/main/index",
"iconPath": "/static/tabs/bookshop.png",
"selectedIconPath": "/static/tabs/bookshop2.png",
"text": "书城"
},
{
"pagePath": "pages/book/rank",
"iconPath": "/static/tabs/bookrank.png",
"selectedIconPath": "/static/tabs/bookrank2.png",
"text": "排行"
},
{
"pagePath": "pages/my/index",
"iconPath": "/static/tabs/i.png",
"selectedIconPath": "/static/tabs/i2.png",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#FFFFFF"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/json01/book.git
git@gitee.com:json01/book.git
json01
book
基于微信的电子书阅读小程序
master

搜索帮助