|
@@ -1,4 +1,79 @@
|
|
|
{
|
|
|
+ "static": [{
|
|
|
+ "pattern": "pages/donutLogin/index.*",
|
|
|
+ "platforms": [
|
|
|
+ "mini-ios",
|
|
|
+ "mini-android"
|
|
|
+ ]
|
|
|
+ }],
|
|
|
+ "mini-ios": {
|
|
|
+ "pages": [
|
|
|
+ "pages/index/index",
|
|
|
+ "pages/activity/index",
|
|
|
+ "pages/message/index",
|
|
|
+ "pages/my/index",
|
|
|
+ "pages/works/index",
|
|
|
+ "pages/like/index",
|
|
|
+ "pages/chat/index",
|
|
|
+ "pages/comment/index",
|
|
|
+ "pages/notice/index",
|
|
|
+ "pages/searchFriend/index",
|
|
|
+ "pages/editUser/index",
|
|
|
+ "pages/childClassify/index",
|
|
|
+ "pages/reading/index",
|
|
|
+ "pages/otherWork/index",
|
|
|
+ "pages/pkPage/index",
|
|
|
+ "pages/personal/index",
|
|
|
+ "pages/rankIntro/index",
|
|
|
+ "pages/match/index",
|
|
|
+ "pages/ranking/index",
|
|
|
+ "pages/invite/index",
|
|
|
+ "pages/inviteRanking/index",
|
|
|
+ "pages/userWorks/index",
|
|
|
+ "pages/friend/index",
|
|
|
+ "pages/pkResult/index",
|
|
|
+ "pages/score/index",
|
|
|
+ "pages/commodity/index",
|
|
|
+ "pages/medalStore/index",
|
|
|
+ "pages/aiAvatar/index",
|
|
|
+ "pages/orderRecord/index",
|
|
|
+ "pages/donutLogin/index"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "mini-android": {
|
|
|
+ "pages": [
|
|
|
+ "pages/index/index",
|
|
|
+ "pages/activity/index",
|
|
|
+ "pages/message/index",
|
|
|
+ "pages/my/index",
|
|
|
+ "pages/works/index",
|
|
|
+ "pages/like/index",
|
|
|
+ "pages/chat/index",
|
|
|
+ "pages/comment/index",
|
|
|
+ "pages/notice/index",
|
|
|
+ "pages/searchFriend/index",
|
|
|
+ "pages/editUser/index",
|
|
|
+ "pages/childClassify/index",
|
|
|
+ "pages/reading/index",
|
|
|
+ "pages/otherWork/index",
|
|
|
+ "pages/pkPage/index",
|
|
|
+ "pages/personal/index",
|
|
|
+ "pages/rankIntro/index",
|
|
|
+ "pages/match/index",
|
|
|
+ "pages/ranking/index",
|
|
|
+ "pages/invite/index",
|
|
|
+ "pages/inviteRanking/index",
|
|
|
+ "pages/userWorks/index",
|
|
|
+ "pages/friend/index",
|
|
|
+ "pages/pkResult/index",
|
|
|
+ "pages/score/index",
|
|
|
+ "pages/commodity/index",
|
|
|
+ "pages/medalStore/index",
|
|
|
+ "pages/aiAvatar/index",
|
|
|
+ "pages/orderRecord/index",
|
|
|
+ "pages/donutLogin/index"
|
|
|
+ ]
|
|
|
+ },
|
|
|
"pages": [
|
|
|
"pages/index/index",
|
|
|
"pages/activity/index",
|
|
@@ -47,21 +122,26 @@
|
|
|
"tabBar": {
|
|
|
"custom": true,
|
|
|
"list": [{
|
|
|
- "pagePath": "pages/activity/index",
|
|
|
- "text": "活动"
|
|
|
- }, {
|
|
|
- "pagePath": "pages/works/index",
|
|
|
- "text": "作品"
|
|
|
- }, {
|
|
|
- "pagePath": "pages/index/index",
|
|
|
- "text": "推荐"
|
|
|
- }, {
|
|
|
- "pagePath": "pages/message/index",
|
|
|
- "text": "消息"
|
|
|
- }, {
|
|
|
- "pagePath": "pages/my/index",
|
|
|
- "text": "我的"
|
|
|
- }]
|
|
|
+ "pagePath": "pages/activity/index",
|
|
|
+ "text": "活动"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/works/index",
|
|
|
+ "text": "作品"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/index/index",
|
|
|
+ "text": "推荐"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/message/index",
|
|
|
+ "text": "消息"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/my/index",
|
|
|
+ "text": "我的"
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"window": {
|
|
|
"backgroundTextStyle": "light",
|
|
@@ -75,5 +155,13 @@
|
|
|
"~/*": "/*"
|
|
|
},
|
|
|
"sitemapLocation": "sitemap.json",
|
|
|
- "__usePrivacyCheck__": true
|
|
|
+ "__usePrivacyCheck__": true,
|
|
|
+ "miniApp": {
|
|
|
+ "useAuthorizePage": true
|
|
|
+ },
|
|
|
+ "permission": {
|
|
|
+ "scope.record": {
|
|
|
+ "desc": "用于录制音频配音"
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|