1 Star 0 Fork 0

小包 / wechat-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1017 Bytes
一键复制 编辑 原始数据 按行查看 历史
小包 提交于 2018-08-29 10:15 . ccc
{
"pages":[
"src/pages/index/index",
"src/pages/noticeList/noticeList",
"src/pages/noticeDetail/noticeDetail",
"src/pages/logs/logs"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle":"black"
},
"tabBar": {
"color": "#a9b7b7",
"selectedColor": "#11cd6e",
"borderStyle":"white",
"list": [{
"selectedIconPath": "image/toolbar/index.png",
"iconPath": "image/toolbar/index.png",
"pagePath": "src/pages/index/index",
"text": "首页"
}, {
"selectedIconPath": "image/toolbar/message.png",
"iconPath": "image/toolbar/message.png",
"pagePath": "src/pages/index/index",
"text": "日志"
}, {
"selectedIconPath": "image/toolbar/person.png",
"iconPath": "image/toolbar/person.png",
"pagePath": "src/pages/index/index",
"text": "开心测试"
}]
}
}
1
https://gitee.com/xiaobao_8097056/wechat-demo.git
git@gitee.com:xiaobao_8097056/wechat-demo.git
xiaobao_8097056
wechat-demo
wechat-demo
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891