2 Star 26 Fork 11

ganshisheng / 4_酒店预订页面小程序模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
ganshisheng 提交于 2020-05-25 15:49 . first commit
{
"pages": [
"pages/homePage/homePage",
"pages/minePage/minePage",
"pages/select_city/select_city",
"pages/orderList/orderList",
"pages/searchHotel/searchHotel",
"pages/hotelDetail/hotelDetail",
"pages/hotelFilter/hotelFilter",
"pages/bookHotel/bookHotel"
],
"window": {
"backgroundTextStyle": "light",
"backgroundColor": "#00A3FF",
"navigationBarBackgroundColor": "#00A3FF",
"navigationBarTitleText": "酒店预定",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#333333",
"selectedColor": "#00A3FF",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/homePage/homePage",
"text": "首页",
"iconPath": "res/images/ic_home_normal.png",
"selectedIconPath": "res/images/ic_home_selected.png"
},
{
"pagePath": "pages/minePage/minePage",
"text": "我的",
"iconPath": "res/images/ic_mine_normal.png",
"selectedIconPath": "res/images/ic_mine_selected.png"
}
]
},
"sitemapLocation": "sitemap.json"
}
微信
1
https://gitee.com/ganshisheng/wxapp_4.git
git@gitee.com:ganshisheng/wxapp_4.git
ganshisheng
wxapp_4
4_酒店预订页面小程序模板
master

搜索帮助