From 1aced8d937d45830a467671fa6738b46d29ec41f Mon Sep 17 00:00:00 2001 From: Franklin WTH <39629728+wth461694678@users.noreply.github.com> Date: Fri, 12 Sep 2025 19:59:05 +0800 Subject: [PATCH] Update main.js V1.0.7 --- main.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index 58ccee4..c863a88 100644 --- a/main.js +++ b/main.js @@ -16,7 +16,7 @@ const CHECKBOX_REGEX = /^(?:(\s*)(?:[-+*]|\d+\.)\s+)\[(.{1})\]\s+/ // —— Base62 工具函数 —— // const BASE62_CHARS = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'; -const DEBUG = true; +const DEBUG = false; // Performance monitor: lightweight sync/async timing collector class PerfMonitor { @@ -1877,4 +1877,5 @@ class TimerSettingTab extends obsidian.PluginSettingTab { } module.exports = TimerPlugin; -/* nosourcemap */ \ No newline at end of file + +/* nosourcemap */