1 Star 0 Fork 0

酢浆草cu / wizhiyou

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
酢浆草cu 提交于 2021-06-01 12:43 . 'code'
{
"pages": [
"pages/hisPlan/hisPlan",
"pages/user/user",
"pages/login/login",
"pages/msgForm/msgForm",
"pages/planning/planning",
"pages/problem/problem",
"pages/edit/transport/transport",
"pages/edit/spot/spot",
"pages/edit/hotel/hotel",
"pages/edit/restaurant/restaurant",
"pages/edit/note/note"
],
"entryPagePath": "pages/hisPlan/hisPlan",
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "wi智游",
"navigationBarTextStyle": "black",
"navigationStyle": "custom"
},
"usingComponents": {
"cu-custom": "/components/cu-custom/cu-custom"
},
"sitemapLocation": "sitemap.json",
"permission": {
"scope.userLocation": {
"desc": "您的位置信息将用于旅游方案推荐"
}
},
"tabBar": {
"list": [
{
"pagePath": "pages/hisPlan/hisPlan",
"text": "主页",
"iconPath": "/images/index.png",
"selectedIconPath": "/images/selected_index.png"
},
{
"pagePath": "pages/user/user",
"text": "我的",
"iconPath": "/images/user.png",
"selectedIconPath": "/images/selected_user.png"
}
],
"backgroundColor": "#ffffff",
"borderStyle": "white",
"color": "#707070",
"selectedColor": "#6495ED"
}
}
1
https://gitee.com/OxalisCu/wizhiyou.git
git@gitee.com:OxalisCu/wizhiyou.git
OxalisCu
wizhiyou
wizhiyou
master

搜索帮助