1 Star 0 Fork 8

seevee/SmallAPP

forked from qieangel2013/SmallAPP 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
qieangel2013 提交于 2016-09-26 14:26 . 添加微信小程序
{
"pages":[
"pages/index/index",
"pages/list/index",
"pages/template/index",
"pages/component/index",
"pages/i/index",
"pages/logs/logs"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "SmallApp",
"navigationBarBackgroundColor": "#0767c8",
"backgroundColor": "#fbf9fe",
"enablePullDownRefresh": true
},
"tabBar": {
"color": "#dddddd",
"selectedColor": "#3cc51f",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "image/icon_component.png",
"selectedIconPath": "image/icon_component_HL.png",
"text": "首页"
}, {
"pagePath": "pages/list/index",
"iconPath": "image/icon_API.png",
"selectedIconPath": "image/icon_API_HL.png",
"text": "分类"
}, {
"pagePath": "pages/component/index",
"iconPath": "image/icon_API.png",
"selectedIconPath": "image/icon_API_HL.png",
"text": "购物车"
}, {
"pagePath": "pages/i/index",
"iconPath": "image/icon_API.png",
"selectedIconPath": "image/icon_API_HL.png",
"text": "我的github"
}]
},
"debug": true
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
微信
1
https://gitee.com/seeveepk/SmallAPP.git
git@gitee.com:seeveepk/SmallAPP.git
seeveepk
SmallAPP
SmallAPP
master

搜索帮助