加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.17 KB
一键复制 编辑 原始数据 按行查看 历史
mac 提交于 2021-06-14 10:59 . 海报
{
"pages": [{
"path": "pages/index/index",
"style": {
"enablePullDownRefresh": true
}
}, {
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
}
}, {
"path": "pages/detail/detail",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/category/category",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true
}
}, {
"path": "pages/explore/explore",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true
}
}, {
"path": "pages/gem/gem",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/web/web",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/about/about",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/posts-list/posts-list",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/search/search",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}],
"tabBar": {
"color": "#8a8a8a",
"selectedColor": "#2c2c2c",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabbar/wap-home-o.png",
"selectedIconPath": "static/tabbar/wap-home.png",
"text": "首页"
}, {
"pagePath": "pages/explore/explore",
"iconPath": "static/tabbar/send-gift-o.png",
"selectedIconPath": "static/tabbar/send-gift.png",
"text": "发现"
},
{
"pagePath": "pages/user/user",
"iconPath": "static/tabbar/my-o.png",
"selectedIconPath": "static/tabbar/my.png",
"text": "我"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "友集博客",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF",
"navigationStyle": "custom",
"titleView": false
},
"easycom": {
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化