File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const isMock = process.env.NODE_ENV === 'development'
7
7
8
8
const announcementURL = isMock
9
9
? mockFile
10
- : 'https://ota .maa.plus/MaaAssistantArknights/api/announcements/copilot.md'
10
+ : 'https://api .maa.plus/MaaAssistantArknights/api/announcements/copilot.md'
11
11
12
12
export const announcementBaseURL = isMock
13
13
? location . href
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ export const SOCIAL_CONFIG = [
62
62
} ,
63
63
{
64
64
icon : < IconifyIcon icon = { simpleIconsQQ } className = "mr-2" fontSize = "12px" /> ,
65
- href : 'https://ota .maa.plus/MaaAssistantArknights/api/qqgroup/index.html' ,
65
+ href : 'https://api .maa.plus/MaaAssistantArknights/api/qqgroup/index.html' ,
66
66
labelKey : i18nDefer . links . sharing_group ,
67
67
} ,
68
68
]
You can’t perform that action at this time.
0 commit comments