84 Star 357 Fork 117

PhoenixHai / 小程序爱乐查

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1005 Bytes
一键复制 编辑 原始数据 按行查看 历史
刘利海 提交于 2017-12-29 10:16 . 添加快递
{
"pages": [
"pages/nindex/index",
"pages/idcard/idcard",
"pages/index/index",
"pages/exchangeCal/exchangeCal",
"pages/exchangeList/exchangeList",
"pages/currencyList/currencyList",
"pages/about/about",
"pages/exp/index/index"
],
"window": {
"navigationBarTitleText": "爱乐查-生活小助手"
},
"tabBar": {
"color": "#a0a0a0",
"selectedColor": "#ec5c30",
"backgroundColor": "#f2f2f2",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/nindex/index",
"text": "首页",
"iconPath": "images/tab/tab_home_def@2x.png",
"selectedIconPath": "images/tab/tab_home_sel@2x.png"
},
{
"pagePath": "pages/about/about",
"text": "关于",
"iconPath": "images/tab/tab_user_def@2x.png",
"selectedIconPath": "images/tab/tab_user_sel@2x.png"
}
]
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
"debug": true
}
微信
1
https://gitee.com/dave_hai/XiaoChengXuAiLeCha.git
git@gitee.com:dave_hai/XiaoChengXuAiLeCha.git
dave_hai
XiaoChengXuAiLeCha
小程序爱乐查
master

搜索帮助