加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 936 Bytes
一键复制 编辑 原始数据 按行查看 历史
ganshisheng 提交于 2020-06-10 14:20 . first commit
{
"pages":[
"pages/index/index",
"pages/meirongshi/meirongshi",
"pages/order/orderAddress",
"pages/order/orderProducts",
"pages/product/product",
"pages/my/my",
"pages/myYuyue/myYuyue",
"pages/myAddress/myAddress"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#f63440",
"navigationBarTitleText": "家政预约",
"navigationBarTextStyle":"white"
},
"tabBar": {
"color": "#afaeae",
"selectedColor": "#f00",
"borderStyle": "black",
"backgroundColor": "#f0f0f0",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "images/index.png",
"selectedIconPath": "images/index_selected.png",
"text": "服务列表"
},
{
"pagePath": "pages/my/my",
"iconPath": "images/me.png",
"selectedIconPath": "images/me_selected.png",
"text": "个人中心"
}]
},
"debug":true
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化