28 Star 62 Fork 12

zcoco / weixin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
zcoco 提交于 2016-10-14 14:53 . 1、左滑功能
{
"pages": [
"pages/weixin/weixin",
"pages/addresslist/addresslist" ,
"pages/index/index" ,
"pages/searchpage/searchpage" ,
"pages/find/find"
],
"window": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "微信",
"navigationBarBackgroundColor": "#000",
"backgroundColor": "#000",
"backgroundTextStyle":"light",
"enablePullDownRefresh":true
},
"tabBar": {
"color": "#8D8D8D",
"selectedColor": "#09BB07",
"borderStyle": "black",
"backgroundColor": "white",
"list":[{
"pagePath": "pages/weixin/weixin",
"iconPath": "image/weixin/weixin_t.png",
"selectedIconPath": "image/weixin/weixin_u.png",
"text": "微信"
},{
"pagePath": "pages/addresslist/addresslist",
"iconPath": "image/addresslist/addresslist_t.png",
"selectedIconPath": "image/addresslist/addresslist_u.png",
"text": "通讯录"
},{
"pagePath": "pages/find/find",
"iconPath": "image/find/find_t.png",
"selectedIconPath": "image/find/find_u.png",
"text": "发现"
},{
"pagePath": "pages/index/index",
"iconPath": "image/me/me_t.png",
"selectedIconPath": "image/me/me_u.png",
"text": "我"
}]
},
"networkTimeout": {
"request": 10000,
"connectSocket": 10000,
"uploadFile": 10000,
"downloadFile": 10000
},
"debug": true
}
微信
1
https://gitee.com/zcoco/weixin.git
git@gitee.com:zcoco/weixin.git
zcoco
weixin
weixin
master

搜索帮助