1 Star 0 Fork 1

张大帅/番茄小说

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.10 KB
一键复制 编辑 原始数据 按行查看 历史
zhanghaian 提交于 2023-02-03 09:21 . 初始化文档
{
"pages": [
{
"path": "pages/home/index",
"style": {
"navigationStyle": "custom", //沉浸式
"enablePullDownRefresh":false //关闭下拉刷新
}
},
{
"path": "pages/classify/index",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh":false
}
},
{
"path": "pages/bookrack/index",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh":false,
"disableScroll": true
}
},
{
"path": "pages/user/index",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh":false
}
},
{
"path": "pages/books/books",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh":false,
"disableScroll": true
}
}
],
"globalStyle": {
"navigationStyle": "custom",
"enablePullDownRefresh": false,
"onReachBottomDistance": 80
},
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [{
"name": "test", //模式名称
"path": "pages/home/index" //启动页面,必选
}]
},
"tabBar": {
"color": "#bfbfbf",
"selectedColor": "#000000",
// "borderStyle": "#ebebeb",
"borderStyle": "white",
"backgroundColor": "#fafafa",
"height": "80px",
"fontSize": "10px",
"iconWidth": "24px",
"spacing": "5px",
// "iconfontSrc": "static/iconfont.ttf", // app tabbar 字体.ttf文件路径 app 3.4.4+
"list": [{
"pagePath": "pages/home/index",
"iconPath": "static/images/tabBar/home_1.png",
"selectedIconPath": "static/images/tabBar/home.png",
"text": "书城"
}, {
"pagePath": "pages/classify/index",
"iconPath": "static/images/tabBar/classify_1.png",
"selectedIconPath": "static/images/tabBar/classify.png",
"text": "分类"
}, {
"pagePath": "pages/bookrack/index",
"iconPath": "static/images/tabBar/bookrack_1.png",
"selectedIconPath": "static/images/tabBar/bookrack.png",
"text": "书架"
}, {
"pagePath": "pages/user/index",
"iconPath": "static/images/tabBar/user_1.png",
"selectedIconPath": "static/images/tabBar/user.png",
"text": "我的"
}]
},
"uniIdRouter": {}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/DiZuo/HintFiction.git
git@gitee.com:DiZuo/HintFiction.git
DiZuo
HintFiction
番茄小说
master

搜索帮助