1 Star 0 Fork 9

shezengchi / 322_幸运大抽奖小程序模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.json 797 Bytes
一键复制 编辑 原始数据 按行查看 历史
ganshisheng 提交于 2020-06-10 14:19 . first commit
{
"pages":[
"pages/list/list",
"pages/canvas/canvas",
"pages/logs/logs"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#000",
"navigationBarTitleText": "oWong",
"navigationBarTextStyle":"white",
"backgroundColor": "#ffffff",
"enablePullDownRefresh": true
},
"tabBar": {
"color": "#666",
"selectedColor": "#3cc51f",
"backgroundColor": "#eee",
"borderStyle": "white",
"list": [{
"pagePath": "pages/canvas/canvas",
"text": "去抽奖",
"iconPath": "image/icon.png",
"selectedIconPath": "image/icon-HL.png"
}, {
"pagePath": "pages/list/list",
"text": "中奖记录",
"iconPath": "image/icon.png",
"selectedIconPath": "image/icon-HL.png"
}]
}
}
微信
1
https://gitee.com/shezengchi888/wxapp_322.git
git@gitee.com:shezengchi888/wxapp_322.git
shezengchi888
wxapp_322
322_幸运大抽奖小程序模板
master

搜索帮助