加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.69 KB
一键复制 编辑 原始数据 按行查看 历史
concerned 提交于 2018-02-10 21:06 . no commit message
{
"pages": [
"pages/home/home",
"pages/category/category",
"pages/my/my",
"pages/theme/theme",
"pages/product/product",
"pages/store/store",
"pages/subscribe/subscribe",
"pages/map/map",
"pages/follow/follow",
"pages/config/config",
"pages/bank/bank",
"pages/agent/agent",
"pages/withdrawals/withdrawals"
],
"window": {
"navigationBarTitleText": "",
"navigationBarTextStyle": "#FFFFFF",
"navigationBarBackgroundColor": "#f18e19",
"backgroundColor": "#FFFFFF",
"backgroundTextStyle": "dark",
"enablePullDownRefresh": true
},
"tabBar": {
"list": [
{
"pagePath": "pages/home/home",
"iconPath": "imgs/toolbar/home.png",
"selectedIconPath": "imgs/toolbar/home@selected.png",
"text": "主页"
},
{
"pagePath": "pages/category/category",
"iconPath": "imgs/toolbar/685078575410482864.png",
"selectedIconPath": "imgs/toolbar/578043131812493366.png",
"text": "选车"
},
{
"pagePath": "pages/store/store",
"iconPath": "imgs/toolbar/612492279398404050.png",
"selectedIconPath": "imgs/toolbar/602281885528160647.png",
"text": "门店"
},
{
"pagePath": "pages/my/my",
"iconPath": "imgs/toolbar/my.png",
"selectedIconPath": "imgs/toolbar/my@selected.png",
"text": "我的"
}
],
"backgroundColor": "#F5F5F5",
"selectedColor": "#f18e19",
"color": "#989898",
"borderStyle": "white",
"position": "bottom"
},
"networkTimeout": {
"request": 20000,
"connectSocket": 20000,
"uploadFile": 20000,
"downloadFile": 20000
},
"debug": true
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化