Files
gaoYuJournal/miniprogram/app.json
2026-01-28 16:35:31 +08:00

77 lines
2.1 KiB
JSON

{
"pages": [
"pages/index/index",
"pages/main/tabs/journal/index",
"pages/main/tabs/travel/index",
"pages/main/tabs/moment/index",
"pages/main/tabs/other/index",
"pages/main/tabs/about/index",
"pages/main/journal/search/index",
"pages/main/journal/editor/index",
"pages/main/journal/map/index",
"pages/main/journal/date/index",
"pages/main/other/memo/index",
"pages/main/other/portfolio/index",
"pages/main/travel/detail/index",
"pages/main/travel/editor/index",
"pages/main/travel/location-detail/index",
"pages/main/travel/location-map/index",
"pages/main/travel/location-editor/index"
],
"darkmode": true,
"themeLocation": "theme.json",
"window": {
"navigationStyle": "custom",
"navigationBarTextStyle": "@navigationBarTextStyle",
"navigationBarBackgroundColor": "@navigationBarBackgroundColor"
},
"lazyCodeLoading": "requiredComponents",
"tabBar": {
"color": "@tabBarColor",
"selectedColor": "@tabBarSelectedColor",
"backgroundColor": "@tabBarBackgroundColor",
"borderStyle": "@tabBarBorderStyle",
"list": [
{
"text": "归档",
"pagePath": "pages/main/tabs/journal/index",
"iconPath": "@tabBarIconJournal",
"selectedIconPath": "@tabBarIconJournalActive"
},
{
"text": "出行",
"pagePath": "pages/main/tabs/travel/index",
"iconPath": "@tabBarIconTravel",
"selectedIconPath": "@tabBarIconTravelActive"
},
{
"text": "瞬间",
"pagePath": "pages/main/tabs/moment/index",
"iconPath": "@tabBarIconMoment",
"selectedIconPath": "@tabBarIconMomentActive"
},
{
"text": "其他",
"pagePath": "pages/main/tabs/other/index",
"iconPath": "@tabBarIconOther",
"selectedIconPath": "@tabBarIconOtherActive"
},
{
"text": "关于",
"pagePath": "pages/main/tabs/about/index",
"iconPath": "@tabBarIconInfo",
"selectedIconPath": "@tabBarIconInfoActive"
}
]
},
"permission": {
"scope.userLocation": {
"desc": "您的位置信息将用于发布新的日记记录定位"
}
},
"requiredPrivateInfos": [
"getLocation",
"chooseLocation"
]
}