1 Star 0 Fork 2

林枫/微信小程序_农产品

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.json 2.02 KB
一键复制 编辑 原始数据 按行查看 历史
陈洛 提交于 2022-07-06 00:09 . 地理位置接口调整
{
"pages": [
"pages/index/index",
"pages/smart/smart",
"pages/index_allProduct/index_allProduct",
"pages/myArticle/myArticle",
"pages/personCenter/personCenter",
"pages/community/community",
"pages/demonstration/demonstration",
"pages/index_detail/index_detail",
"pages/news/news"
],
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"requiredPrivateInfos":[
"choosePoi"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle": "black"
},
"tabBar": {
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"text": "主页",
"iconPath": "static/default_icon/小麦选项.png",
"selectedIconPath": "static/active_icon/小麦选项 (1).png"
},
{
"pagePath": "pages/demonstration/demonstration",
"text": "竞答",
"iconPath": "static/default_icon/种植.png",
"selectedIconPath": "static/active_icon/种植 (1).png"
},
{
"pagePath": "pages/community/community",
"text": "社区",
"iconPath": "static/default_icon/聊天.png",
"selectedIconPath": "static/active_icon/聊天 (1).png"
},
{
"pagePath": "pages/personCenter/personCenter",
"text": "个人",
"iconPath": "static/default_icon/个人信息_o.png",
"selectedIconPath": "static/active_icon/个人信息_o (1).png"
}
]
},
"plugins": {
"chatbot": {
"version": "1.2.42",
"provider": "wx8c631f7e9f2465e1"
}
},
"sitemapLocation": "sitemap.json"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lin-xiao-tian/wx_Produce.git
git@gitee.com:lin-xiao-tian/wx_Produce.git
lin-xiao-tian
wx_Produce
微信小程序_农产品
master

搜索帮助