2 Star 7 Fork 0

adil/点餐小程序云开发

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.45 KB
一键复制 编辑 原始数据 按行查看 历史
adil 提交于 2022-06-10 17:17 +08:00 . 点餐云开发小程序提交
{
"pages": [
"pages/home/home",
"pages/food/food",
"pages/cart/cart",
"pages/food2/food2",
"pages/pay/pay",
"pages/mycomment/mycomment",
"pages/myOrder/myOrder",
"pages/me/me",
"pages/paihao/paihao",
"pages/admin/admin",
"pages/address/address",
"pages/adminHouchu/adminHouchu",
"pages/adminPaihao/adminPaihao"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#224b8f",
"navigationBarTitleText": "发点餐小程序",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#bfbfbf",
"selectedColor": "#224b8f",
"borderStyle": "black",
"list": [{
"selectedIconPath": "image/_首页.png",
"iconPath": "image/_首页1.png",
"pagePath": "pages/home/home",
"text": "首页"
},
{
"selectedIconPath": "image/fenlei2.png",
"iconPath": "image/fenlei1.png",
"pagePath": "pages/food2/food2",
"text": "菜品分类"
},
{
"selectedIconPath": "image/tgwcl.png",
"iconPath": "image/tgwch.png",
"pagePath": "pages/cart/cart",
"text": "购物车"
},
{
"selectedIconPath": "image/我的.png",
"iconPath": "image/我的1.png",
"pagePath": "pages/me/me",
"text": "我的"
}
]
},
"permission": {
"scope.userLocation": {
"desc": "导航需要"
}
},
"sitemapLocation": "sitemap.json"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML/CSS
1
https://gitee.com/adil0212/yunorder.git
[email protected]:adil0212/yunorder.git
adil0212
yunorder
点餐小程序云开发
master

搜索帮助