doc: update warn text

This commit is contained in:
Gabe
2025-08-10 16:44:57 +08:00
parent c82cdd7f8f
commit 9608bea3bf
3 changed files with 12 additions and 6 deletions

View File

@@ -30,7 +30,6 @@ import {
OPT_TRANS_CUSTOMIZE_4,
OPT_TRANS_CUSTOMIZE_5,
OPT_TRANS_NIUTRANS,
URL_KISS_PROXY,
URL_NIUTRANS_REG,
DEFAULT_FETCH_LIMIT,
DEFAULT_FETCH_INTERVAL,
@@ -454,9 +453,7 @@ export default function Apis() {
<Box>
<Stack spacing={3}>
<Alert severity="info">
<Link href={URL_KISS_PROXY} target="_blank">
{i18n("about_api_proxy")}
</Link>
{i18n("about_api")}
</Alert>
<Box>

View File

@@ -65,6 +65,7 @@ export default function SyncSetting() {
<Box>
<Stack spacing={3}>
<Alert severity="warning">{i18n("sync_warn")}</Alert>
<Alert severity="warning">{i18n("sync_warn_2")}</Alert>
<TextField
select