加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.json 1.73 KB
一键复制 编辑 原始数据 按行查看 历史
javazj 提交于 2022-10-08 11:16 . last
{
"pages": [
"pages/index/index",
"pages/category/category",
"pages/start/start",
"pages/goods-details/index",
"pages/shop-cart/index",
"pages/to-pay-order/index",
"pages/wuliu/index",
"pages/my/index",
"pages/notice/show",
"pages/recharge/index",
"pages/withdraw/index",
"pages/kanjia/index",
"pages/authorize/index",
"pages/score-excharge/index",
"pages/asset/index",
"pages/score/index",
"pages/sign/index",
"pages/maidan/index",
"pages/coupons/index"
],
"window": {
"backgroundTextStyle": "light",
"backgroundColor": "#f6f0e3",
"navigationBarBackgroundColor": "#f6f0e3",
"navigationBarTitleText": "",
"navigationBarTextStyle": "black",
"onReachBottomDistance": 50,
"navigationStyle": "default"
},
"tabBar": {
"color": "#6e6d6b",
"selectedColor": "#e64340",
"borderStyle": "white",
"backgroundColor": "#f6f0e3",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "images/nav/home-off.png",
"selectedIconPath": "images/nav/home-on.png",
"text": "首页"
},
{
"pagePath": "pages/category/category",
"iconPath": "images/nav/ic_catefory_normal.png",
"selectedIconPath": "images/nav/ic_catefory_pressed.png",
"text": "菜单"
},
{
"pagePath": "pages/shop-cart/index",
"iconPath": "images/nav/cart-off.png",
"selectedIconPath": "images/nav/cart-on.png",
"text": "购物车"
},
{
"pagePath": "pages/my/index",
"iconPath": "images/nav/my-off.png",
"selectedIconPath": "images/nav/my-on.png",
"text": "我的"
}
]
},
"sitemapLocation": "sitemap.json"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化