61 Star 282 Fork 107

cqrun / superpet_dog_wx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.json 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
cqrun 提交于 2018-03-29 22:05 . For dog pet
{
"pages":[
"pages/index/index",
"pages/dogedit/dogedit",
"pages/upload/upload",
"pages/dogdet/dogdet",
"pages/dogpic/dogpic",
"pages/dogaddpre/dogaddpre",
"pages/dogaddcomp/dogaddcomp",
"pages/myinfo/myinfo",
"pages/feedlist/feedlist",
"pages/doglist/doglist",
"pages/dogfriend/dogfriend",
"pages/aboutwang/aboutwang",
"pages/greeting-card/greeting-card",
"pages/greeting-card-add/greeting-card-add"
],
"tabBar": {
"color": "#333",
"selectedColor": "#ff8b5f",
"list": [
{
"pagePath": "pages/index/index",
"text": "汪牌",
"iconPath": "style/images/bone.png",
"selectedIconPath": "style/images/bone_select.png"
},
{
"pagePath": "pages/myinfo/myinfo",
"text": "我的",
"iconPath": "style/images/my.png",
"selectedIconPath": "style/images/my_select.png"
}
]
},
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#ff8b5f",
"navigationBarTitleText": "汪牌",
"navigationBarTextStyle":"#fff"
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
"debug": true
}
微信
1
https://gitee.com/cqrun/superpet_dog_wx.git
git@gitee.com:cqrun/superpet_dog_wx.git
cqrun
superpet_dog_wx
superpet_dog_wx
master

搜索帮助