From c797aff773e4fa34b43974260a80a8ca28a4e35c Mon Sep 17 00:00:00 2001 From: liumangmang Date: Thu, 2 Jul 2026 10:08:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E5=B9=B6=E5=8F=91=E6=95=B0=E6=97=A0=E5=80=99=E9=80=89=E6=97=B6?= =?UTF-8?q?=E7=9A=84=E6=96=87=E6=A1=88=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/app/routers/websites.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app/routers/websites.py b/backend/app/routers/websites.py index cad33dc..8a2eccc 100644 --- a/backend/app/routers/websites.py +++ b/backend/app/routers/websites.py @@ -1210,7 +1210,7 @@ def set_website_accounts_concurrency( success = all(item.status == "skipped" for item in items) return SetConcurrencyResponse( success=success, - message=f"无可执行批量更新 of 账号。已跳过 {len(skipped_items)} 个", + message=f"无可执行批量更新的账号。已跳过 {len(skipped_items)} 个", items=items )