2 Star 1 Fork 2

ganshisheng/94_手账小程序模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
ganshisheng 提交于 2020-05-30 16:14 . first commit
{
"pages": [
"page/component/index/index",
"page/component/rank/rank",
"page/component/proDtl/proDtl",
"page/component/editPro/editPro",
"page/component/addNode/addNode",
"page/component/uploadImgTest/uploadImgTest",
"page/component/user/user",
"page/component/user/suggest/suggest"
],
"window": {
"navigationBarTextStyle": "#ffffff",
"navigationBarTitleText": "demo",
"navigationBarBackgroundColor": "#479de6",
"backgroundColor": "#eeeeee",
"enablePullDownRefresh": true
},
"tabBar": {
"color": "#b7b7b7",
"selectedColor": "#479de6",
"borderStyle": "#f5f5f5",
"backgroundColor": "#f5f5f5",
"list": [{
"pagePath": "page/component/index/index",
"iconPath": "image/12.png",
"selectedIconPath": "image/11.png",
"text": "手帐"
},
{
"pagePath": "page/component/rank/rank",
"iconPath": "image/22.png",
"selectedIconPath": "image/21.png",
"text": "排行"
},
{
"pagePath": "page/component/user/suggest/suggest",
"iconPath": "image/42.png",
"selectedIconPath": "image/41.png",
"text": "留言"
}]
},
"networkTimeout": {
"request": 10000,
"connectSocket": 10000,
"uploadFile": 10000,
"downloadFile": 10000
},
"debug": false
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
微信
1
https://gitee.com/ganshisheng/wxapp_94.git
git@gitee.com:ganshisheng/wxapp_94.git
ganshisheng
wxapp_94
94_手账小程序模板
master

搜索帮助