1 Star 4 Fork 1

TianYu0-0/21cake蛋糕 购物类 微信小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.json 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
{
"pages": [
"pages/login/login",
"pages/registered/registered",
"pages/home/home",
"pages/editAddress/editAddress",
"pages/editPersonInfo/editPersonInfo",
"pages/cart/cart",
"pages/birthCard/birthCard",
"pages/detail/detail",
"pages/my/my",
"pages/address/address",
"pages/classify/classify",
"pages/index/index",
"pages/shoppingcar/shoppingcar",
"pages/logs/logs"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "21cake",
"navigationBarTextStyle": "black",
"navigationStyle": "default"
},
"tabBar": {
"custom": false,
"color": "#515151",
"selectedColor": "#9C5647",
"backgroundColor": "#fff",
"borderStyle": "black",
"position": "bottom",
"list": [
{
"pagePath": "pages/home/home",
"text": "首页",
"iconPath": "images/home-off.png",
"selectedIconPath": "images/home-on.png"
},
{
"pagePath": "pages/classify/classify",
"text": "分类",
"iconPath": "images/classify-off.png",
"selectedIconPath": "images/classify-on.png"
},
{
"pagePath": "pages/my/my",
"text": "个人",
"iconPath": "images/my-off.png",
"selectedIconPath": "images/my-on.png"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
微信
1
https://gitee.com/tianyu0-0/Applets_21cake.git
git@gitee.com:tianyu0-0/Applets_21cake.git
tianyu0-0
Applets_21cake
21cake蛋糕 购物类 微信小程序
master

搜索帮助