加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.57 KB
一键复制 编辑 原始数据 按行查看 历史
梁耀艺 提交于 2022-06-09 00:28 . 电影
{
"pages": [
"pages/index/index",
"pages/logs/logs",
"pages/personal/personal",
"pages/search/search",
"template/body",
"pages/comment/comment",
"pages/classification/classification",
"pages/details/details",
"pages/collection/collection",
"pages/like/like"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle": "black"
},
"tabBar": {
"backgroundColor": "white",
"selectedColor": "green",
"color": "gray",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"selectedIconPath": "images/shouye_selected.png",
"iconPath": "images/shouye.png"
},
{
"pagePath": "pages/classification/classification",
"text": "分类",
"selectedIconPath": "images/fenlei_selected.png",
"iconPath": "images/fenlei.png"
},
{
"pagePath": "pages/logs/logs",
"text": "个人中心",
"selectedIconPath": "images/wode_selected.png",
"iconPath": "images/wode.png"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents",
"permission": {
"scope.userLocation": {
"desc": "小程序将使用定位功能"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化