findme-miniprogram-frontend/app.json

184 lines
5.4 KiB
JSON
Raw Normal View History

2025-12-27 17:16:03 +08:00
{
"requestDomain": [
"https://newkmsapi.qixincha.com",
"https://api.faxianwo.me"
],
"sdkVersion": "2.21.0",
"pages": [
"pages/splash/splash",
"pages/login/login",
"pages/login/mobile-login-page",
"pages/login/profile-page",
"pages/map/map",
"pages/message/message",
"pages/message/chat/chat",
"pages/social/friends/friends",
"pages/circle/circle",
"pages/webview/webview"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#000000",
"navigationBarTitleText": "FindMe",
"navigationBarTextStyle": "white",
"backgroundColor": "#f8f9fa",
"enablePullDownRefresh": false,
"onReachBottomDistance": 50
},
"networkTimeout": {
"request": 15000,
"downloadFile": 15000,
"uploadFile": 20000,
"connectSocket": 20000
},
"debug": false,
"darkmode": true,
"themeLocation": "theme.json",
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
},
"scope.camera": {
"desc": "需使用摄像头扫描二维码及控制手电筒,实现扫码、照明功能"
}
},
"usingComponents": {},
"requiredBackgroundModes": [
"location"
],
"requiredPrivateInfos": [
"getLocation",
"chooseLocation"
],
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents",
"subpackages": [
{
"root": "subpackages/social-remark",
"pages": [
"friend-remark"
]
},
{
"root": "subpackages/realname",
"pages": [
"realname",
"camera-verify",
"faceid-webview",
"verify-success"
]
},
{
"root": "subpackages/social",
"pages": [
"friend-detail/friend-detail",
"user-preview/user-preview",
"search/search",
"friend-requests/friend-requests",
"tag-friends/tag-friends",
"friend-selector/friend-selector"
]
},
{
"root": "subpackages/profile",
"pages": [
"profile/profile",
"personal-details/personal-details",
"avatar-edit/avatar-edit"
]
},
{
"root": "subpackages/qr",
"pages": [
"qr-code/qr-code",
"qr-scan/qr-scan"
]
},
{
"root": "subpackages/media",
"pages": [
"camera/camera",
"edit/edit",
"edits/edits",
"visibility-selector/visibility-selector"
]
},
{
"root": "subpackages/map-extras",
"pages": [
"locationList/locationList",
"searchLocation/searchLocation"
]
},
{
"root": "subpackages/group",
"pages": [
"create-group/create-group",
"group-info/group-info",
"group-members/group-members",
"group-announcement/group-announcement",
"create-group-chat/create-group-chat",
"caht-groups-list/caht-groups-list"
]
},
{
"root": "subpackages/settings",
"pages": [
"notification-settings/notification-settings",
"about/update-log/update-log",
"about/about",
"settingss/settingss",
"feedback/feedback",
"account-security/account-security",
"phone-binding/phone-binding",
"chat-settings/chat-settings"
]
},
{
"root": "subpackages/search",
"pages": [
"global-search/global-search"
]
},
{
"root": "subpackages/dev-tools",
"pages": [
"websocket-test/websocket-test"
],
"independent": true
}
],
"tabBar": {
"color": "#999999",
"selectedColor": "#ffffff",
"backgroundColor": "rgba(30, 30, 30, 0)",
"borderStyle": "white",
"custom": true,
"list": [
{
"pagePath": "pages/map/map",
"text": "发现",
"iconPath": "images/index/location.png",
"selectedIconPath": "images/index/location-active.png"
},
{
"pagePath": "pages/circle/circle",
"text": "圈子",
"iconPath": "images/index/circle.png",
"selectedIconPath": "images/index/circle-active.png"
},
{
"pagePath": "pages/message/message",
"text": "聊天",
"iconPath": "images/index/message.png",
"selectedIconPath": "images/index/message-active.png"
},
{
"pagePath": "pages/social/friends/friends",
"text": "我的",
"iconPath": "images/index/friend.png",
"selectedIconPath": "images/index/friend-active.png"
}
]
}
}