3 Star 29 Fork 19

悟空码字/waimai-cps

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.json 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
悟空码字 提交于 2021-06-05 21:48 . 初始提交
{
"pages": [
"pages/play/play",
"pages/takeaway/takeaway",
"pages/index/index",
"pages/detail/detail",
"pages/mine/mine",
"pages/logs/logs"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#5A5A5A",
"selectedColor": "#548cd7",
"backgroundColor": "#FFF",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/play/play",
"text": "美食",
"iconPath": "images/tabBar/[email protected]",
"selectedIconPath": "images/tabBar/[email protected]"
},
{
"pagePath": "pages/takeaway/takeaway",
"text": "领券",
"iconPath": "images/tabBar/[email protected]",
"selectedIconPath": "images/tabBar/[email protected]"
},
{
"pagePath": "pages/mine/mine",
"text": "我的",
"iconPath": "images/tabBar/[email protected]",
"selectedIconPath": "images/tabBar/[email protected]"
}
]
},
"style": "v2",
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"sitemapLocation": "sitemap.json"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/wukongmazi/waimai-cps.git
[email protected]:wukongmazi/waimai-cps.git
wukongmazi
waimai-cps
waimai-cps
master

搜索帮助