1 Star 0 Fork 3

LeoWu/废品回收

forked from fqr/废品回收 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.87 KB
一键复制 编辑 原始数据 按行查看 历史
fqr 提交于 2023-02-10 18:39 . 废品回收
{
"pages": [
"pages/index/index",
"pages/index/information",
"pages/referenceprice/referenceprice",
"pages/order/order",
"pages/wallet/wallet",
"pages/wallet/recharge",
"pages/news/news",
"pages/account/account",
"pages/account/login",
"pages/account/register",
"pages/account/accountinfo",
"pages/account/organizingdata",
"pages/account/findpassword",
"pages/account/setting",
"pages/util/help",
"pages/logs/logs"
],
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#00ACFF",
"navigationBarTitleText": "收收",
"navigationBarTextStyle": "white",
"backgroundColor": "#f8f8f8"
},
"tabBar": {
"color": "#707070",
"selectedColor": "#00ACFF",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "images/tabs/home-off.png",
"selectedIconPath": "images/tabs/home-on.png",
"text": "首页"
},
{
"pagePath": "pages/referenceprice/referenceprice",
"iconPath": "images/tabs/referenceprice-off.png",
"selectedIconPath": "images/tabs/referenceprice-on.png",
"text": "参考价"
},
{
"pagePath": "pages/wallet/wallet",
"iconPath": "images/tabs/money_bag.png",
"selectedIconPath": "images/tabs/money_bag_fill.png",
"text": "钱包"
},
{
"pagePath": "pages/news/news",
"iconPath": "images/tabs/news-off.png",
"selectedIconPath": "images/tabs/news-on.png",
"text": "消息"
},
{
"pagePath": "pages/account/account",
"iconPath": "images/tabs/account-off.png",
"selectedIconPath": "images/tabs/account-on.png",
"text": "我的"
}
]
},
"networkTimeout": {
"request": 60000,
"downloadFile": 60000
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/wuxiaolee/waste-recovery.git
git@gitee.com:wuxiaolee/waste-recovery.git
wuxiaolee
waste-recovery
废品回收
master

搜索帮助