From af96bd98aca6533fc5e028ce66535fc801358733 Mon Sep 17 00:00:00 2001 From: whyour Date: Sun, 16 Nov 2025 21:26:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=B3=BB=E7=BB=9F=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/copy.tsx | 2 +- src/locales/en-US.json | 5 ++++- src/locales/zh-CN.json | 5 ++++- src/pages/setting/other.tsx | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/components/copy.tsx b/src/components/copy.tsx index 522aa194..0aa250bb 100644 --- a/src/components/copy.tsx +++ b/src/components/copy.tsx @@ -32,7 +32,7 @@ const Copy = ({ text }: { text: string }) => { }; return ( - + { @@ -261,8 +262,9 @@ const Other = ({ { setSystemConfig({ ...systemConfig, cronConcurrency: value }); }}