Files
gaoYuJournal/miniprogram/app.json
2025-12-16 16:57:49 +08:00

75 lines
2.0 KiB
JSON

{
"pages": [
"pages/index/index",
"pages/main/journal/index",
"pages/main/journal-search/index",
"pages/main/journal-editor/index",
"pages/main/journal-map/index",
"pages/main/journal-date/index",
"pages/main/portfolio/index",
"pages/main/travel/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",
"pages/main/about/index",
"pages/main/moment/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/journal/index",
"iconPath": "@tabBarIconJournal",
"selectedIconPath": "@tabBarIconJournalActive"
},
{
"text": "专拍",
"pagePath": "pages/main/portfolio/index",
"iconPath": "@tabBarIconPortfolio",
"selectedIconPath": "@tabBarIconPortfolioActive"
},
{
"text": "瞬间",
"pagePath": "pages/main/moment/index",
"iconPath": "@tabBarIconMoment",
"selectedIconPath": "@tabBarIconMomentActive"
},
{
"text": "旅行",
"pagePath": "pages/main/travel/index",
"iconPath": "@tabBarIconTravel",
"selectedIconPath": "@tabBarIconTravelActive"
},
{
"text": "关于",
"pagePath": "pages/main/about/index",
"iconPath": "@tabBarIconInfo",
"selectedIconPath": "@tabBarIconInfoActive"
}
]
},
"permission": {
"scope.userLocation": {
"desc": "您的位置信息将用于发布新的日记记录定位"
}
},
"requiredPrivateInfos": [
"getLocation",
"chooseLocation"
]
}