- Changed API base URLs in app.js to point to the production server for deployment. - Updated the my page UI by refining labels and removing unnecessary text for a cleaner look. - Adjusted CSS styles to enhance layout and reduce whitespace, improving overall user experience. This update aims to ensure proper API connectivity and enhance the visual presentation of the user interface.
86 lines
2.3 KiB
JSON
86 lines
2.3 KiB
JSON
{
|
|
"usingComponents": {
|
|
"icon": "/components/icon/icon",
|
|
"login-modal": "/components/login-modal/login-modal"
|
|
},
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/chapters/chapters",
|
|
"pages/match/match",
|
|
"pages/super-moments/super-moments",
|
|
"pages/my/my",
|
|
"pages/read/read",
|
|
"pages/link-preview/link-preview",
|
|
"pages/agreement/agreement",
|
|
"pages/privacy/privacy",
|
|
"pages/referral/referral",
|
|
"pages/purchases/purchases",
|
|
"pages/reading-records/reading-records",
|
|
"pages/settings/settings",
|
|
"pages/search/search",
|
|
"pages/addresses/addresses",
|
|
"pages/addresses/edit",
|
|
"pages/withdraw-records/withdraw-records",
|
|
"pages/wallet/wallet",
|
|
"pages/super-crm/super-crm",
|
|
"pages/super-article-editor/super-article-editor",
|
|
"pages/super-article-detail/super-article-detail",
|
|
"pages/vip/vip",
|
|
"pages/member-detail/member-detail",
|
|
"pages/mentors/mentors",
|
|
"pages/match-history/match-history",
|
|
"pages/mentor-detail/mentor-detail",
|
|
"pages/profile-show/profile-show",
|
|
"pages/profile-edit/profile-edit",
|
|
"pages/avatar-nickname/avatar-nickname",
|
|
"pages/gift-pay/detail",
|
|
"pages/gift-pay/list",
|
|
"pages/gift-pay/redemption-detail",
|
|
"pages/dev-login/dev-login"
|
|
],
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#000000",
|
|
"navigationBarTitleText": "卡若创业派对",
|
|
"navigationBarTextStyle": "white",
|
|
"backgroundColor": "#000000",
|
|
"navigationStyle": "custom"
|
|
},
|
|
"tabBar": {
|
|
"custom": true,
|
|
"color": "#8e8e93",
|
|
"selectedColor": "#00CED1",
|
|
"backgroundColor": "#1c1c1e",
|
|
"borderStyle": "black",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/chapters/chapters",
|
|
"text": "目录"
|
|
},
|
|
{
|
|
"pagePath": "pages/match/match",
|
|
"text": "找伙伴"
|
|
},
|
|
{
|
|
"pagePath": "pages/super-moments/super-moments",
|
|
"text": "动态"
|
|
},
|
|
{
|
|
"pagePath": "pages/my/my",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"navigateToMiniProgramAppIdList": [
|
|
"wx6489c26045912fe1",
|
|
"wx3d15ed02e98b04e3"
|
|
],
|
|
"__usePrivacyCheck__": true,
|
|
"lazyCodeLoading": "requiredComponents",
|
|
"style": "v2",
|
|
"sitemapLocation": "sitemap.json"
|
|
} |