加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.58 KB
一键复制 编辑 原始数据 按行查看 历史
手捧雷 提交于 2018-07-04 13:01 . 213
{
"pages": [
"pages/index/index",
"pages/shareholders/shareholders",
"pages/mine/mine",
"pages/mine/mysubscription/mysubscription",
"pages/views/search/search",
"pages/index/showdetails/showdetails",
"pages/itemfile/itemfile",
"pages/views/groupdetails/groupdetails",
"pages/views/login/login",
"pages/pastshow/pastshow",
"pages/views/cardshow/cardshow",
"pages/views/cellphone/cellphone",
"pages/index/discuss/discuss"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fefdfd",
"navigationBarTitleText": "多彩投助手",
"navigationBarTextStyle": "black",
"backgroundColor": "#fff",
"enablePullDownRefresh": false
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
"tabBar": {
"color": "#999",
"selectedColor": "#0f2dcd",
"backgroundColor": "#fff",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/index/index",
"text": "多路演",
"iconPath": "resource/img/tabbar/dly_default.png",
"selectedIconPath": "resource/img/tabbar/dly_selected.png"
},
{
"pagePath": "pages/mine/mine",
"text": "我的",
"iconPath": "resource/img/tabbar/mine_default.png",
"selectedIconPath": "resource/img/tabbar/mine_selected.png"
}
]
},
"debug": true
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化