1 Star 0 Fork 5

biexichen/wx_demo

forked from bigsu/wx_demo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.51 KB
一键复制 编辑 原始数据 按行查看 历史
bigsu 提交于 2021-05-26 18:09 . 更新
{
"pages": [
"page/weather/index",
"page/navigate/index",
"page/calendar/index",
"page/scan-code/index",
"page/ocr/index",
"page/qiniu/index",
"page/demo/demo",
"page/user/index",
"page/user/setting/index",
"page/pay/pay/pay",
"page/pay/qrcode/qrcode",
"page/pay/about/about",
"page/pay/guide/guide",
"page/gps/index",
"page/digihail/index"
],
"permission": {
"scope.userLocation": {
"desc": "用于小程序位置信息获取"
}
},
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "演示",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#fff",
"list": [
{
"pagePath": "page/weather/index",
"iconPath": "image/bar_a1.png",
"selectedIconPath": "image/bar_a2.png",
"text": "天气"
},
{
"pagePath": "page/calendar/index",
"iconPath": "image/bar_c1.png",
"selectedIconPath": "image/bar_c2.png",
"text": "日历"
},
{
"pagePath": "page/navigate/index",
"iconPath": "image/bar_e1.png",
"selectedIconPath": "image/bar_e2.png",
"text": "小工具"
}
]
},
"networkTimeout": {
"request": 10000,
"connectSocket": 10000,
"uploadFile": 10000,
"downloadFile": 10000
},
"debug": false,
"sitemapLocation": "sitemap.json"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
微信
1
https://gitee.com/cbiexi/wx_demo.git
git@gitee.com:cbiexi/wx_demo.git
cbiexi
wx_demo
wx_demo
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385