1 Star 0 Fork 1

独立观察员 / WeChat_Practice

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.json 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
{
"pages": [
"pages/welcome/welcome",
"pages/post/post",
"pages/post/post-detail/post-detail",
"pages/post/post-comment/post-comment",
"pages/index/index",
"pages/logs/logs",
"pages/movie/movie"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#4A6141",
"navigationBarTitleText": "Orange Can",
"navigationBarTextStyle": "white"
},
"tabBar":{
"borderStyle":"white",
"color":"#333",
"selectedColor": "#4A6141",
"backgroundColor":"#fff",
"position":"bottom",
"list":[
{
"pagePath":"pages/post/post",
"text":"文字",
"iconPath":"images/icon/wx_app_news.png",
"selectedIconPath": "images/icon/wx_app_news@HL.png"
},
{
"pagePath":"pages/movie/movie",
"text":"光影",
"iconPath":"images/icon/wx_app_movie.png",
"selectedIconPath": "images/icon/wx_app_movie@HL.png"
}
]
},
"networkTimeout": {
"request": 20000,
"connectSocket": 20000,
"uploadFile": 20000,
"downloadFile": 20000
}
}
微信
1
https://gitee.com/dlgcy/WeChat_Practice.git
git@gitee.com:dlgcy/WeChat_Practice.git
dlgcy
WeChat_Practice
WeChat_Practice
master

搜索帮助