refactor: 更新 Artalk 配置中的站点名称为“旮旯聚搜”

This commit is contained in:
AdingApkgg
2026-02-22 08:10:59 +08:00
parent a7b23f813a
commit b11ff24780
2 changed files with 3 additions and 4 deletions

View File

@@ -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',
})

View File

@@ -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