From e8d596b1c23b9500e4620b65bcbe0ddc0b240b41 Mon Sep 17 00:00:00 2001 From: Qian23333 <119576779+Qian23333@users.noreply.github.com> Date: Sat, 16 Aug 2025 07:26:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E4=BF=A9=E7=A9=BA=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/manage/remind.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/manage/remind.js b/apps/manage/remind.js index d2b40fe..6dd2248 100644 --- a/apps/manage/remind.js +++ b/apps/manage/remind.js @@ -12,6 +12,6 @@ export async function setGlobalRemind() { // 使用 setSingleConfig 更新特定字段 settings.setSingleConfig('remind', 'globalRemindTime', remindTime); - + await this.reply(`全局提醒时间已更新为: ${remindTime}。`); } \ No newline at end of file