加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.43 KB
一键复制 编辑 原始数据 按行查看 历史
Bladie 提交于 2024-05-14 18:52 . 第一次提交
{
"pages": [
"pages/home/home",
"pages/map/map",
"pages/index/index",
"pages/logs/logs",
"pages/inschool/inschool",
"pages/mine/mine",
"pages/collection/collection",
"pages/comment/comment",
"pages/notelist/notelist",
"pages/route/route",
"pages/question/question"
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "Weixin",
"navigationBarBackgroundColor": "#ffffff"
},
"tabBar": {
"selectedColor": "#006650",
"list": [{
"pagePath": "pages/home/home",
"iconPath": "./img/首页-copy.png",
"text": "首页",
"selectedIconPath": "./img/首页.png"
},
{
"pagePath": "pages/map/map",
"iconPath": "./img/地图-copy.png",
"text": "地图",
"selectedIconPath": "./img/地图.png"
},
{
"pagePath": "pages/inschool/inschool",
"iconPath": "./img/校内-copy.png",
"text": "校内",
"selectedIconPath": "./img/校内.png"
},
{
"pagePath": "pages/mine/mine",
"text": "我的",
"iconPath": "./img/客户-copy.png",
"selectedIconPath": "./img/客户.png"
}
]
},
"style": "v2",
"componentFramework": "glass-easel",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents",
"permission": {
"scope.userLocation":{
"desc": "点击确认"
}
},
"requiredPrivateInfos": ["chooseLocation", "getLocation"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化