1 Star 0 Fork 0

Y2K0/mini-shop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.json 1.47 KB
一键复制 编辑 原始数据 按行查看 历史
y2k0 提交于 2020-04-29 11:09 . 意见反馈
{
"pages":[
"pages/index/index",
"pages/category/index",
"pages/goods_list/index",
"pages/goods_detail/index",
"pages/cart/index",
"pages/collect/index",
"pages/order/index",
"pages/search/index",
"pages/user/index",
"pages/feedback/index",
"pages/login/index",
"pages/auth/index",
"pages/pay/index"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#e42f14",
"navigationBarTitleText": "易购",
"navigationBarTextStyle":"white"
},
"tabBar": {
"color": "#000",
"selectedColor": "#e21e33",
"backgroundColor": "#fafafa",
"position": "bottom",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "assets/icons/home.png",
"selectedIconPath": "assets/icons/home_clone.png"
},
{
"pagePath": "pages/category/index",
"text": "分类",
"iconPath": "assets/icons/category.png",
"selectedIconPath": "assets/icons/category_clone.png"
},
{
"pagePath": "pages/cart/index",
"text": "购物车",
"iconPath": "assets/icons/cart.png",
"selectedIconPath": "assets/icons/cart_clone.png"
},
{
"pagePath": "pages/user/index",
"text": "我的",
"iconPath": "assets/icons/my.png",
"selectedIconPath": "assets/icons/my_clone.png"
}
]
},
"sitemapLocation": "sitemap.json"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/y2k0/mini-shop.git
git@gitee.com:y2k0/mini-shop.git
y2k0
mini-shop
mini-shop
master

搜索帮助