加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
Andcen 提交于 2021-05-07 19:52 . 提交
{
"pages": [
"pages/home/home",
"pages/list/list",
"pages/item/item",
"pages/cart/cart",
"pages/form/form",
"pages/mall/mall",
"pages/user/user",
"pages/address/address",
"pages/attraddress/attraddress"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#e93b3d",
"navigationBarTitleText": "甜橙微香",
"navigationBarTextStyle": "white"
},
"tabBar": {
"backgroundColor": "#fff",
"color": "#aaa",
"selectedColor": "#f01423",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/home/home",
"text": "首页",
"iconPath": "images/ico_footer01.png",
"selectedIconPath": "images/ico_footer011.png"
},
{
"pagePath": "pages/list/list",
"text": "分类",
"iconPath": "images/ico_footer02.png",
"selectedIconPath": "images/ico_footer022.png"
},
{
"pagePath": "pages/cart/cart",
"text": "购物车",
"iconPath": "images/ico_footer03.png",
"selectedIconPath": "images/ico_footer033.png"
},
{
"pagePath": "pages/user/user",
"text": "我的",
"iconPath": "images/ico_footer04.png",
"selectedIconPath": "images/ico_footer044.png"
}
]
},
"sitemapLocation": "sitemap.json"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化