1 Star 4 Fork 0

coderyaling / second-shop-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.json 1.76 KB
一键复制 编辑 原始数据 按行查看 历史
yy 提交于 2023-07-29 11:44 . 优化项目
{
"pages": [
"pages/index/index",
"pages/logs/logs",
"pages/publish/publish",
"pages/my/my",
"pages/goodsDetail/goodsDetail",
"pages/shift/shift",
"pages/collect/collect",
"pages/browsing/browsing",
"pages/like/like",
"pages/unpaid/unpaid",
"pages/orderList/orderList",
"pages/car/car",
"pages/personal/personal",
"pages/addressList/addressList",
"pages/addLocation/addLocation",
"pages/bindPhone/bindPhone",
"pages/aboutUs/aboutUs",
"pages/store/store",
"pages/transferor/transferor",
"pages/message/message",
"pages/wait_payment/wait_payment",
"pages/wait_send/wait_send",
"pages/wait_good/wait_good",
"pages/completed/completed",
"pages/remove/remove",
"pages/feedback/feedback",
"pages/login/login",
"pages/register/register",
"pages/getCode/getCode"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "二手市场",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#686868",
"selectedColor": "#47a86c",
"backgroundColor": "#fdfdfd",
"borderStyle": "white",
"custom": true,
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "icons/home.png",
"selectedIconPath": "icons/home-active.png",
"text": "首页"
},
{
"pagePath": "pages/publish/publish",
"iconPath": "icons/home.png",
"selectedIconPath": "icons/home-active.png",
"text": "发布"
},
{
"pagePath": "pages/my/my",
"iconPath": "icons/my.png",
"selectedIconPath": "icons/my-active.png",
"text": "我的"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}
微信
1
https://gitee.com/coderyaling/second-shop-web.git
git@gitee.com:coderyaling/second-shop-web.git
coderyaling
second-shop-web
second-shop-web
master

搜索帮助