flower-mp/app.json
2025-12-09 16:19:58 +08:00

96 lines
2.6 KiB
JSON

{
"pages": [
"pages/index/index",
"pages/login/index",
"pages/garden/info",
"pages/garden/edit",
"pages/about/index",
"pages/today/index",
"pages/garden/index",
"pages/community/index",
"pages/log/index",
"pages/preview/index",
"pages/user/index",
"pages/add/index",
"pages/community/add",
"pages/badge/index",
"pages/user/about",
"pages/community/info",
"pages/store/index",
"pages/store/info",
"pages/order/index",
"pages/knowlage/index",
"pages/knowlage/info"
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "植趣",
"navigationBarBackgroundColor": "#ffffff"
},
"darkmode": false,
"tabBar": {
"selectedColor": "#54B87E",
"backgroundColor": "white",
"list": [
{
"iconPath": "static/img/home.png",
"selectedIconPath": "static/img/home1.png",
"pagePath": "pages/index/index",
"iconSize": 48,
"text": "花园"
},
{
"iconPath": "static/img/home.png",
"selectedIconPath": "static/img/home1.png",
"pagePath": "pages/garden/index",
"iconSize": 48,
"text": "任务"
},
{
"iconPath": "static/img/home.png",
"selectedIconPath": "static/img/home1.png",
"pagePath": "pages/community/index",
"iconSize": 48,
"text": "社区"
},
{
"iconPath": "static/img/home.png",
"selectedIconPath": "static/img/home1.png",
"pagePath": "pages/badge/index",
"iconSize": 48,
"text": "成就"
},
{
"iconPath": "static/img/clock.png",
"selectedIconPath": "static/img/clock1.png",
"pagePath": "pages/user/index",
"iconSize": 48,
"text": "我的"
}
]
},
"permission": {
"scope.userFuzzyLocation": {
"desc": "您的位置信息将用于智能规划养护任务"
}
},
"requiredPrivateInfos": [
"chooseAddress",
"getFuzzyLocation"
],
"componentFramework": "glass-easel",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents",
"usingComponents": {
"t-button": "tdesign-miniprogram/button/button",
"t-input": "tdesign-miniprogram/input/input",
"t-avatar": "tdesign-miniprogram/avatar/avatar",
"t-cell": "tdesign-miniprogram/cell/cell",
"t-icon": "tdesign-miniprogram/icon/icon",
"t-tag": "tdesign-miniprogram/tag/tag",
"t-divider": "tdesign-miniprogram/divider/divider",
"t-textarea": "tdesign-miniprogram/textarea/textarea",
"t-fab": "tdesign-miniprogram/fab/fab",
"t-search": "tdesign-miniprogram/search/search"
}
}