diff --git a/src/data/constants.ts b/src/data/constants.ts
index 3bb1149..cddc4ae 100644
--- a/src/data/constants.ts
+++ b/src/data/constants.ts
@@ -36,7 +36,7 @@ export const BASE_HUB_URL =
export const TURNSTILE_KEY = '0x4AAAAAAAETUSAKbds019h0'
export const CURRENT_HOST = `${window.location.protocol}//${window.location.host}/`
-export const CN_HOST = 'https://cn.vtsuru.suki.club/'
+export const CN_HOST = 'https://vtsuru.suki.club/'
export const USER_API_URL = BASE_API_URL + 'user/'
export const ACCOUNT_API_URL = BASE_API_URL + 'account/'
diff --git a/src/views/manage/DashboardView.vue b/src/views/manage/DashboardView.vue
index c122133..d923f57 100644
--- a/src/views/manage/DashboardView.vue
+++ b/src/views/manage/DashboardView.vue
@@ -287,7 +287,7 @@ onUnmounted(() => {
- 本站新增国内镜像: {{ CN_HOST }}, 访问更快
+ 本站新增国内镜像: {{ CN_HOST }}, 访问更快
@@ -472,7 +472,7 @@ onUnmounted(() => {
确定修改
-
+
@@ -491,7 +491,7 @@ onUnmounted(() => {
-
+
()
const props = defineProps<{
- roomInfo?: RoomAuthInfo
+ roomInfo?: OpenLiveInfo
code?: string | undefined
isOpenLive?: boolean
}>()
diff --git a/src/views/open_live/MusicRequest.vue b/src/views/open_live/MusicRequest.vue
index 5028cb9..4e93b55 100644
--- a/src/views/open_live/MusicRequest.vue
+++ b/src/views/open_live/MusicRequest.vue
@@ -1,6 +1,6 @@