加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.61 KB
一键复制 编辑 原始数据 按行查看 历史
神魔 提交于 2020-09-01 18:18 . 个人主页,我的服务创建
{
"pages": [
"pages/index/index",
"pages/select/select",
"pages/profile/profile",
"pages/component/adTop/adTop",
"pages/component/openDoor/openDoor",
"pages/component/adBoT/adBoT",
"pages/component/selHeader/selHeader",
"pages/component/selSwiper/selSwiper",
"pages/component/selType/selType",
"pages/index/apply/apply",
"pages/index/apply/choice-place/choice-place",
"pages/index/apply-info/apply-info",
"pages/index/face/face",
"pages/index/get-right-submit-successfully/get-right-submit-successfully",
"pages/order/order",
"pages/index/apply/choise-building/choise-building",
"pages/profile/feedback/feedback"
],
"tabBar": {
"color": "#bfbfbf",
"selectedColor": "#d81e06",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"selectedIconPath": "/assets/images/img01-a.png",
"iconPath": "/assets/images/img01-b.png"
},
{
"pagePath": "pages/select/select",
"text": "甄选",
"selectedIconPath": "/assets/images/img02-a.png",
"iconPath": "/assets/images/img02-b.png"
},
{
"pagePath": "pages/profile/profile",
"text": "我的",
"selectedIconPath": "/assets/images/img03-a.png",
"iconPath": "/assets/images/img03-b.png"
}
]
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "芝麻开门",
"navigationBarTextStyle": "black",
"enablePullDownRefresh": true,
"backgroundColor": "#eee"
},
"sitemapLocation": "sitemap.json"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化