1 Star 0 Fork 0

whf/o2o-wechat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.json 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
whf 提交于 2021-10-06 16:56 . 磅水页面
{
"pages":[
"pages/cart/index",
"pages/category/index",
"pages/list/index",
"pages/home/index",
"pages/me/index",
"pages/detail/index",
"pages/order/index"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "龙哥的o2o大超市",
"navigationBarTextStyle":"black"
},
"tabBar":{
"color": "#959594",
"selectedColor": "#green",
"backgroundColor": "#000",
"list": [{
"pagePath": "pages/home/index",
"iconPath": "images/tabBar/shop.png",
"selectedIconPath": "images/tabBar/shop-cl.png",
"text": "首页"
},{
"pagePath":"pages/category/index",
"iconPath": "images/tabBar/category.png",
"selectedIconPath": "images/tabBar/category-cl.png",
"text": "分类"
},{
"pagePath": "pages/cart/index",
"iconPath": "images/tabBar/cart.png",
"selectedIconPath": "images/tabBar/cart-cl.png",
"text": "购物车"
},{
"pagePath": "pages/me/index",
"iconPath": "images/tabBar/me.png",
"selectedIconPath": "images/tabBar/me-cl.png",
"text": "我的"
}]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/whf15/o2o-wechat.git
[email protected]:whf15/o2o-wechat.git
whf15
o2o-wechat
o2o-wechat
master

搜索帮助