mirror of
https://github.com/wth461694678/text-block-timer.git
synced 2026-07-22 05:46:04 +00:00
Update main.js
V1.0.7
This commit is contained in:
parent
b50ba91ec8
commit
1aced8d937
1 changed files with 3 additions and 2 deletions
5
main.js
5
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 */
|
||||
|
||||
/* nosourcemap */
|
||||
|
|
|
|||
Loading…
Reference in a new issue