1 Star 4 Fork 1

叶蕾蕾 / OK商城小程序和云开发

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.46 KB
一键复制 编辑 原始数据 按行查看 历史
叶蕾蕾 提交于 2021-12-19 18:34 . 新增修改
{
"pages": [
"pages/login/login",
"pages/index/index",
"pages/cart/cart",
"pages/category/category",
"pages/collect/collect",
"pages/feedback/feedback",
"pages/goods_detail/goods_detail",
"pages/goods_list/goods_list",
"pages/order/order",
"pages/pay/pay",
"pages/search/search",
"pages/user/user",
"pages/auth/auth",
"pages/own/own"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#3d9aa1",
"navigationBarTitleText": "OK商城",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#999",
"selectedColor": "#3d9aa1",
"backgroundColor": "#fff",
"position": "bottom",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "./icons/home.png",
"selectedIconPath": "./icons/home-o.png"
},
{
"pagePath": "pages/category/category",
"text": "分类",
"iconPath": "./icons/category.png",
"selectedIconPath": "./icons/category-o.png"
},
{
"pagePath": "pages/cart/cart",
"text": "购物车",
"iconPath": "./icons/cart.png",
"selectedIconPath": "./icons/cart-o.png"
},
{
"pagePath": "pages/user/user",
"text": "我的",
"iconPath": "./icons/my.png",
"selectedIconPath": "./icons/my-o.png"
}
]
},
"sitemapLocation": "sitemap.json"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
微信
1
https://gitee.com/ye_lei_lei/hm_yogo.git
git@gitee.com:ye_lei_lei/hm_yogo.git
ye_lei_lei
hm_yogo
OK商城小程序和云开发
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891