From 40d07f6764bb7030f8c7669d51ebd7d9a6e52753 Mon Sep 17 00:00:00 2001 From: Gabe Yuan Date: Fri, 1 Sep 2023 22:28:28 +0800 Subject: [PATCH] fix proxy link --- src/views/Options/Setting.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/Options/Setting.js b/src/views/Options/Setting.js index cf95534..96376c1 100644 --- a/src/views/Options/Setting.js +++ b/src/views/Options/Setting.js @@ -9,7 +9,7 @@ import Link from "@mui/material/Link"; import { useSetting } from "../../hooks/Setting"; import { limitNumber } from "../../libs/utils"; import { useI18n } from "../../hooks/I18n"; -import { UI_LANGS, URL_KISS_WORKER, TRANS_NEWLINE_LENGTH } from "../../config"; +import { UI_LANGS, URL_KISS_PROXY, TRANS_NEWLINE_LENGTH } from "../../config"; export default function Settings() { const i18n = useI18n(); @@ -140,7 +140,7 @@ export default function Settings() { value={googleUrl} onChange={handleChange} helperText={ - {i18n("about_api_proxy")} + {i18n("about_api_proxy")} } /> @@ -151,7 +151,7 @@ export default function Settings() { value={openaiUrl} onChange={handleChange} helperText={ - {i18n("about_api_proxy")} + {i18n("about_api_proxy")} } />