- Introduced a new page for managing user-specific articles, allowing users to view and edit their submissions. - Implemented article audit status handling, including visual indicators for pending, approved, and rejected articles. - Enhanced the article detail view with audit feedback and editing capabilities for articles in pending or rejected states. - Updated the UI to dynamically reflect ownership and article status, improving user experience and clarity. This update aims to streamline article management for users and provide better feedback on article submission statuses.
87 lines
2.4 KiB
JSON
87 lines
2.4 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/super-article-mine/super-article-mine",
|
|
"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"
|
|
} |