12 Star 107 Fork 46

7gugu / Energym

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.json 1.40 KB
一键复制 编辑 原始数据 按行查看 历史
7gugu 提交于 2020-08-17 16:33 . 第一次提交
{
"pages": [
"pages/index/index",
"pages/run/index",
"pages/run/statement",
"pages/setting/index",
"pages/me/index",
"pages/history/index",
"pages/history/detail",
"pages/aboutus/index",
"pages/login/index",
"pages/login/setting",
"pages/share/index",
"pages/bmi/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "@navBgColor",
"navigationBarTextStyle": "@navTxtStyle",
"navigationBarTitleText": "活力健身房"
},
"usingComponents": {
},
"tabBar": {
"backgroundColor": "@tabBarBackgroundColor",
"borderStyle": "white",
"selectedColor": "@tabBarSelectedColor",
"color": "@tabBarColor",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "@runIcon",
"selectedIconPath": "@runSelectedIcon",
"text": "跑步"
},
{
"pagePath": "pages/me/index",
"iconPath": "@personIcon",
"selectedIconPath": "@personSelectedIcon",
"text": "我"
}]
},
"permission": {
"scope.userLocationBackend": {
"desc": "您的位置信息将用于绘制您的运动轨迹"
},
"scope.writePhotosAlbum": {
"desc": "您的相册授权仅用于保存您的运动海报"
}
},
"darkmode": false,
"themeLocation":"theme.json",
"cloud": true,
"requiredBackgroundModes": ["location"],
"sitemapLocation": "sitemap.json"
}
JavaScript
1
https://gitee.com/7gugu/Energym.git
git@gitee.com:7gugu/Energym.git
7gugu
Energym
Energym
master

搜索帮助