Update main.js

V1.0.7
This commit is contained in:
Franklin WTH 2025-09-12 19:59:05 +08:00 committed by GitHub
parent b50ba91ec8
commit 1aced8d937
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 */
/* nosourcemap */