1 Star 1 Fork 4

ganshisheng / 45_本地生活小程序模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
ganshisheng 提交于 2020-05-26 22:44 . first commit
{
"pages": [
"pages/index/index",
"pages/message/message",
"pages/profile/profile",
"pages/list/list",
"pages/detail/detail",
"pages/logs/logs"
],
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"window": {
"navigationBarBackgroundColor": "#3a4862",
"navigationBarTitleText": "本地生活",
"color": "#fff",
"backgroundColor": "#ccc"
},
"tabBar": {
"selectedColor": "#ed523c",
"backgroundColor": "#fff",
"list": [
{
"pagePath": "pages/index/index",
"text": "主页",
"iconPath": "/tabs/home.png",
"selectedIconPath": "/tabs/home-active.png"
},
{
"pagePath": "pages/message/message",
"text": "附近",
"iconPath": "/tabs/message.png",
"selectedIconPath": "/tabs/message-active.png"
},
{
"pagePath": "pages/profile/profile",
"text": "我的",
"iconPath": "/tabs/profiles.png",
"selectedIconPath": "/tabs/profile-actives.png"
}
]
},
"sitemapLocation": "sitemap.json"
}
微信
1
https://gitee.com/ganshisheng/wxapp_45.git
git@gitee.com:ganshisheng/wxapp_45.git
ganshisheng
wxapp_45
45_本地生活小程序模板
master

搜索帮助