11 Star 0 Fork 0

AlvinChan/mini-huiguniang

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
{
"pages": [
"pages/home/home",
"pages/index/index",
"pages/logs/logs",
"pages/cart/cart",
"pages/user/user",
"pages/orders/orders",
"pages/products/products",
"pages/addresses/addresses",
"pages/address-edit/address-edit",
"pages/sureOrder/sureOrder",
"pages/profile/profile"
],
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#000",
"borderStyle": "white",
"backgroundColor": "#fff",
"selectedColor": "#58BB51",
"list": [
{
"pagePath": "pages/home/home",
"iconPath": "images/icon_home_nor.png",
"selectedIconPath": "images/icon_home_sel.png",
"text": "首页"
},
{
"pagePath": "pages/cart/cart",
"iconPath": "images/icon_shopping cart_nor 2.png",
"selectedIconPath": "images/icon_shopping cart_sel.png",
"text": "购物车"
},
{
"pagePath": "pages/user/user",
"iconPath": "images/icon_my_nor.png",
"selectedIconPath": "images/icon_my_sel.png",
"text": "我的"
}
]
},
"sitemapLocation": "sitemap.json"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chanhaopeng/mini-huiguniang.git
git@gitee.com:chanhaopeng/mini-huiguniang.git
chanhaopeng
mini-huiguniang
mini-huiguniang
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385