1 Star 3 Fork 4

ganshisheng/277_美容美甲商城小程序模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
ganshisheng 提交于 2020-06-10 14:11 . first commit
{
"pages":[
"pages/index/index",
"pages/detail/detail",
"pages/book/book",
"pages/technician/technician",
"pages/technicain_detail/technicain_detail",
"pages/edit_addr/edit_addr",
"pages/user/user"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#37383c",
"navigationBarTitleText": "美容",
"navigationBarTextStyle":"white"
},
"tabBar": {
"color":"#333",
"selectedColor":"#d24a58",
"backgroundColor":"#f6f6f7",
"borderStyle":"white",
"list": [{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath":"images/index_icon.png",
"selectedIconPath":"images/index_icon_HL.png"
}, {
"pagePath": "pages/technician/technician",
"text": "技师",
"iconPath":"images/skill_icon.png",
"selectedIconPath":"images/skill_icon_HL.png"
}, {
"pagePath": "pages/user/user",
"text": "我的",
"iconPath":"images/user_icon.png",
"selectedIconPath":"images/user_icon_HL.png"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
微信
1
https://gitee.com/ganshisheng/wxapp_277.git
git@gitee.com:ganshisheng/wxapp_277.git
ganshisheng
wxapp_277
277_美容美甲商城小程序模板
master

搜索帮助