From 3823ca88117c701ce6800041d51ad2e78d52eb71 Mon Sep 17 00:00:00 2001 From: Qian23333 <119576779+Qian23333@users.noreply.github.com> Date: Sat, 16 Aug 2025 10:03:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/manage/remind.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/manage/remind.js b/apps/manage/remind.js index 6dd2248..82e3a2f 100644 --- a/apps/manage/remind.js +++ b/apps/manage/remind.js @@ -9,9 +9,6 @@ export async function setGlobalRemind() { const match = this.e.msg.match(/设置全局提醒时间\s*(每日\d+时|每周.\d+时)/); if (!match) return; const remindTime = match[1]; - - // 使用 setSingleConfig 更新特定字段 settings.setSingleConfig('remind', 'globalRemindTime', remindTime); - await this.reply(`全局提醒时间已更新为: ${remindTime}。`); } \ No newline at end of file