From d9ee06b28530cb19d0e76623ea25d62f9d6d560f Mon Sep 17 00:00:00 2001 From: Qian23333 <119576779+Qian23333@users.noreply.github.com> Date: Fri, 15 Aug 2025 14:33:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=AF=BC=E5=85=A5?= 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 00a0407..ced0f2c 100644 --- a/apps/manage/remind.js +++ b/apps/manage/remind.js @@ -1,6 +1,6 @@ import settings from '../../lib/settings.js'; import { rulePrefix } from '../../lib/common.js'; -import ZZZPlugin from '../../lib/plugin.js'; +import { ZZZPlugin } from '../../lib/plugin.js'; export class RemindManage extends ZZZPlugin { constructor() {