From 4f8e77b7df3cfd41b104aab7b12df54a88b95164 Mon Sep 17 00:00:00 2001 From: DRG Date: Sat, 27 Dec 2025 03:50:19 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20VNDB=20=E5=9B=BE?= =?UTF-8?q?=E5=83=8F=E4=BB=A3=E7=90=86=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更新 `SettingsModal.vue` 中 VNDB 图像代理的输入框占位符。 - 同步修改 `settings.ts` 中 `DEFAULT_API_CONFIG` 的默认代理地址。 --- src/components/SettingsModal.vue | 2 +- src/stores/settings.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',