1 Star 0 Fork 104

Zero&One / 租车小程序前端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
{
"pages": [
"pages/index/index",
"pages/order/order-detail/order-detail",
"pages/order/order-list/order-list",
"pages/me/me",
"pages/car-list/car-list",
"pages/reservation/reservation",
"pages/help/novice/novice",
"pages/help/service/service",
"pages/help/service/main/main",
"pages/help/commonProblem/commonProblem",
"pages/help/opinion/opinion",
"pages/login/login",
"pages/order/order-manager/order-manager",
"pages/logs/logs",
"pages/bg-management/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#000000",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "#FFFFFF"
},
"tabBar": {
"color": "#666666",
"selectedColor": "#333333",
"borderStyle": "white",
"backgroundColor": "#fff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "images/nav/home-off.png",
"selectedIconPath": "images/nav/home-on.png",
"text": "租车"
},
{
"pagePath": "pages/me/me",
"iconPath": "images/nav/my-off.png",
"selectedIconPath": "images/nav/my-on.png",
"text": "我的"
}
]
},
"debug": true,
"plugins": {
"wxparserPlugin": {
"version": "0.1.0",
"provider": "wx9d4d4ffa781ff3ac"
}
}
}
JavaScript
1
https://gitee.com/Quttap/zuchemini.git
git@gitee.com:Quttap/zuchemini.git
Quttap
zuchemini
租车小程序前端
master

搜索帮助