diff --git a/src/components/CommentsModal.vue b/src/components/CommentsModal.vue index 28ebe40..221b832 100644 --- a/src/components/CommentsModal.vue +++ b/src/components/CommentsModal.vue @@ -146,10 +146,9 @@ function initArtalk() { try { artalkInstance = Artalk.init({ el: '#Comments', - pageKey: 'https://www.searchgal.top', - pageTitle: 'Galgame 聚合搜索', + pageKey: 'https://www.searchgal.top/', server: 'https://artalk.saop.cc', - site: 'Galgame 聚合搜索', + site: '旮旯聚搜', darkMode: 'auto', }) diff --git a/src/config/env.ts b/src/config/env.ts index c728bc3..727f6c1 100644 --- a/src/config/env.ts +++ b/src/config/env.ts @@ -62,7 +62,7 @@ export const UI_CONFIG = { // 第三方服务配置 export const THIRD_PARTY_CONFIG = { artalkServer: import.meta.env.VITE_ARTALK_SERVER || 'https://artalk.saop.cc', - artalkSite: import.meta.env.VITE_ARTALK_SITE || 'Galgame 聚合搜索', + artalkSite: import.meta.env.VITE_ARTALK_SITE || '旮旯聚搜', busuanziEnabled: import.meta.env.VITE_BUSUANZI_ENABLED === 'true', } as const