From 79b4d6c6d27e0fd32fca426c7a61e719fa95cae7 Mon Sep 17 00:00:00 2001 From: Qian23333 <119576779+Qian23333@users.noreply.github.com> Date: Mon, 8 Sep 2025 23:10:15 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=88=A0=E9=99=A4=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E8=A1=8C=E5=B0=BE=E7=A9=BA=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/remind.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remind.js b/apps/remind.js index bea134a..6bbd4cd 100644 --- a/apps/remind.js +++ b/apps/remind.js @@ -193,7 +193,7 @@ export class Remind extends ZZZPlugin { if (threshold < 1 || threshold > 7) { return this.reply('防卫战阈值必须在1到7之间'); } - + if (isGlobal) { settings.setSingleConfig('remind', 'abyssCheckLevel', threshold); } else {