加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.46 KB
一键复制 编辑 原始数据 按行查看 历史
unknown 提交于 2023-03-12 12:35 . Initial Commit
{
"pages":[
"pages/home/home",
"pages/food/food",
"pages/cart/cart",
"pages/canteen/canteen",
"pages/pay/pay",
"pages/myComment/myComment",
"pages/myOrder/myOrder",
"pages/queue/queue",
"pages/reserve/reserve",
"pages/admin/admin",
"pages/adminOrder/adminOrder",
"pages/adminQueue/adminQueue",
"pages/person/person",
"pages/address_lxj/address_lxj",
"pages/search_lxj/search_lxj"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#75b601",
"navigationBarTitleText": "点餐小程序",
"navigationBarTextStyle":"white"
},
"tabBar": {
"color": "#999",
"selectedColor": "#75b601",
"borderStyle": "white",
"list": [
{
"selectedIconPath": "images/home_selected.png",
"iconPath": "images/home_2.png",
"pagePath": "pages/home/home",
"text": "首页"
},{
"selectedIconPath": "images/shopping_cart_selected.png",
"iconPath": "images/shopping_cart_2.png",
"pagePath": "pages/cart/cart",
"text": "购物车"
},
{
"selectedIconPath": "images/me_selected.png",
"iconPath": "images/me_2.png",
"pagePath": "pages/person/person",
"text": "我的"
}
]
},
"permission": {
"scope.userLocation": {
"desc": "导航需要"
}
},
"requiredPrivateInfos": ["getLocation", "chooseLocation"],
"sitemapLocation": "sitemap.json"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化