diff --git a/src/components/SettingsModal.vue b/src/components/SettingsModal.vue index 473c886..e133ab9 100644 --- a/src/components/SettingsModal.vue +++ b/src/components/SettingsModal.vue @@ -366,7 +366,7 @@ diff --git a/src/stores/settings.ts b/src/stores/settings.ts index 773013e..d72fe0d 100644 --- a/src/stores/settings.ts +++ b/src/stores/settings.ts @@ -24,7 +24,7 @@ export interface UserSettings { // 默认 API 配置 export const DEFAULT_API_CONFIG = { vndbApiBaseUrl: 'https://api.vndb.org/kana', - vndbImageProxyUrl: 'https://rp.searchgal.homes/', + vndbImageProxyUrl: 'https://rpx.searchgal.homes/', aiTranslateApiUrl: 'https://ai.searchgal.homes/v1/chat/completions', aiTranslateApiKey: 'sk-Md5kXePgq6HJjPa1Cf3265511bEe4e4c888232A0837e371e', aiTranslateModel: 'Qwen/Qwen2.5-32B-Instruct',