加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.94 KB
一键复制 编辑 原始数据 按行查看 历史
千千晚star 提交于 2022-05-25 00:00 . 碛口古镇1.0
{
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"pages": [
"pages/homepage/index",
"pages/personpage/desc/desc",
"pages/personpage/index",
"pages/homepage/informpage/informpage",
"pages/homepage/hotelpage/hotelpage",
"pages/out/out",
"pages/out/taobao/taobao",
"pages/homepage/informpage/active/active",
"pages/out/qikou/qikou",
"pages/out/location/location",
"pages/culture/culture",
"pages/map/map",
"pages/routes/routes",
"pages/test/test",
"pages/place/place",
"pages/personpage/collections/collections",
"pages/personpage/release/release",
"pages/personpage/comments/comments",
"pages/culture/strategy/strategy",
"pages/culture/topic/topic"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#FFA44C",
"navigationBarTitleText": "乡约碛口",
"navigationBarTextStyle": "white"
},
"sitemapLocation": "sitemap.json",
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#FFA44C",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/homepage/index",
"iconPath": "image/index_unselected.png",
"selectedIconPath": "image/index_selected.png",
"text": "首页"
},
{
"pagePath": "pages/culture/culture",
"iconPath": "image/culture_unselected.png",
"selectedIconPath": "image/culture_selected.png",
"text": "发现"
},
{
"pagePath": "pages/personpage/index",
"iconPath": "image/mine_unselected.png",
"selectedIconPath": "image/mine_selected.png",
"text": "个人"
}
]
},
"plugins": {
"routePlan": {
"version": "1.0.12",
"provider": "wx50b5593e81dd937a"
},
"chooseLocation": {
"version": "1.0.6",
"provider": "wx76a9a06e5b4e693e"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化