1 Star 0 Fork 0

keledddedandan / mac

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
keledddedandan 提交于 2019-12-18 09:22 . mac
{
"pages": [
"pages/first/index",
"pages/allList/index",
"pages/shop/index",
"pages/order/index",
"pages/detail/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#000",
"navigationBarTitleText": "MAC魅可官方商城",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#fff",
"selectedColor": "#fff",
"backgroundColor": "#000",
"list": [
{
"text": "首页",
"pagePath": "pages/first/index",
"iconPath": "assets/images/首页1.png",
"selectedIconPath": "assets/images/首页2.png"
},
{
"text": "全部商品",
"pagePath": "pages/allList/index",
"iconPath": "assets/images/列表1.png",
"selectedIconPath": "assets/images/列表2.png"
},
{
"text": "购物车",
"pagePath": "pages/shop/index",
"iconPath": "assets/images/购物车1.png",
"selectedIconPath": "assets/images/购物车2.png"
},
{
"text": "我的订单",
"pagePath": "pages/order/index",
"iconPath": "assets/images/订单1.png",
"selectedIconPath": "assets/images/订单2.png"
}
]
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"sitemapLocation": "sitemap.json"
}
JavaScript
1
https://gitee.com/keledddedandan/mac.git
git@gitee.com:keledddedandan/mac.git
keledddedandan
mac
mac
master

搜索帮助