From 398347790451ac96492c18d98f473b8a078ef221 Mon Sep 17 00:00:00 2001 From: Gabe Date: Fri, 17 Oct 2025 13:11:57 +0800 Subject: [PATCH] fix: setting ui --- src/config/i18n.js | 6 +++--- src/views/Options/Setting.js | 39 ++++++++++++++++++------------------ 2 files changed, 22 insertions(+), 23 deletions(-) diff --git a/src/config/i18n.js b/src/config/i18n.js index 0e1f2b4..42313e6 100644 --- a/src/config/i18n.js +++ b/src/config/i18n.js @@ -531,9 +531,9 @@ export const I18N = { zh_TW: `2.大部分AI介面都與OpenAI相容,因此選擇新增OpenAI類型即可。`, }, about_api_3: { - zh: `2、暂未列出的接口,理论上都可以通过自定义接口 (Custom) 的形式支持。`, - en: `2. Interfaces that have not yet been launched can theoretically be supported through custom interfaces.`, - zh_TW: `2、暫未列出的介面,理論上都可透過自訂介面 (Custom) 的形式支援。`, + zh: `3、暂未列出的接口,理论上都可以通过自定义接口 (Custom) 的形式支持。`, + en: `3. Interfaces that have not yet been launched can theoretically be supported through custom interfaces.`, + zh_TW: `3、暫未列出的介面,理論上都可透過自訂介面 (Custom) 的形式支援。`, }, about_api_proxy: { zh: `查看自建一个翻译接口代理`, diff --git a/src/views/Options/Setting.js b/src/views/Options/Setting.js index d75dabc..7ce0159 100644 --- a/src/views/Options/Setting.js +++ b/src/views/Options/Setting.js @@ -379,18 +379,19 @@ export default function Settings() { ))} + {isExt ? ( <> - {i18n("clear_cache_restart")} + )} - - );