1 Star 0 Fork 9

LeoFang / wx-applet

forked from 柳逸尘 / wx-applet 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.58 KB
一键复制 编辑 原始数据 按行查看 历史
柳逸尘 提交于 2020-07-21 17:06 . 添加动画
{
"pages": [
"pages/home/home",
"pages/destination/destination",
"pages/found/found",
"pages/index/index",
"pages/me/me"
],
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"window": {
"enablePullDownRefresh": true,
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "black"
},
"tabBar": {
"selectedColor": "#31CFBE",
"borderStyle": "white",
"list": [
{
"iconPath": "/static/shouye.png",
"selectedIconPath": "/static/shouye_s.png",
"pagePath": "pages/home/home",
"text": "首页"
},
{
"iconPath": "/static/weizhi.png",
"selectedIconPath": "/static/weizhi_s.png",
"pagePath": "pages/destination/destination",
"text": "目的地"
},
{
"iconPath": "/static/found.png",
"selectedIconPath": "/static/found_s.png",
"pagePath": "pages/found/found",
"text": "发现"
},
{
"iconPath": "/static/wode.png",
"selectedIconPath": "/static/wode_s.png",
"pagePath": "pages/me/me",
"text": "我的"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}
1
https://gitee.com/leofang94/wx-applet.git
git@gitee.com:leofang94/wx-applet.git
leofang94
wx-applet
wx-applet
master

搜索帮助