From 747225984cca20ccfb441e7d56669b9cc216f9a0 Mon Sep 17 00:00:00 2001 From: frostime Date: Fri, 29 Mar 2024 22:48:07 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20small=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.scss | 2 +- src/index.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.scss b/src/index.scss index fca84a1..6479c15 100644 --- a/src/index.scss +++ b/src/index.scss @@ -2,4 +2,4 @@ p, li, th, td { font-size: 1rem !important; } -} \ No newline at end of file +} diff --git a/src/index.ts b/src/index.ts index 909a5a4..fc6ad2f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -219,6 +219,7 @@ export default class DailyNoteTodayPlugin extends Plugin { //新的一天,重置检查状态 this.routineHandler.resetStatusFlag(); + this.routineHandler.updateResvIconStyle(); showMessage(msg, 5000, 'info'); }