1 Star 0 Fork 0

wudiarui/fei_campus_review_miniapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.json 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
{
"pages": [
"pages/login/login",
"pages/login/wxlogin/index",
"pages/home/home",
"pages/usercenter/index",
"pages/usercenter/person-info/index",
"pages/reviews/category/index",
"pages/reviews/details/index",
"pages/reviews/create/index",
"pages/reviews/list/index",
"pages/usercenter/name-edit/index"
],
"tabBar": {
"custom": true,
"color": "#666666",
"selectedColor": "#FF5F15",
"backgroundColor": "#ffffff",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/home/home",
"text": "首页"
},
{
"pagePath": "pages/reviews/category/index",
"text": "分类"
},
{
"pagePath": "pages/reviews/create/index",
"text": "写热评"
},
{
"pagePath": "pages/usercenter/index",
"text": "我的"
}
]
},
"requiredPrivateInfos": [
"chooseAddress"
],
"lazyCodeLoading": "requiredComponents",
"usingComponents": {},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle": "black"
},
"sitemapLocation": "sitemap.json",
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/wudiarui/feicampus-reviewminiapp.git
[email protected]:wudiarui/feicampus-reviewminiapp.git
wudiarui
feicampus-reviewminiapp
fei_campus_review_miniapp
master

搜索帮助