From fe8f1606fa55fb54df5e131bf397c64acdfced0c Mon Sep 17 00:00:00 2001 From: Frost-ZX Date: Tue, 30 Dec 2025 19:12:22 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B7=A5=E5=85=B7=E7=AE=B1):=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E2=80=9C=E8=AE=A1=E6=97=B6=E5=99=A8=E2=80=9D=E5=B7=A5?= =?UTF-8?q?=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/js/toolbox-data.js | 11 + src/views/ToolboxView/Other/TimerTool.vue | 416 ++++++++++++++++++++++ 2 files changed, 427 insertions(+) create mode 100644 src/views/ToolboxView/Other/TimerTool.vue diff --git a/src/assets/js/toolbox-data.js b/src/assets/js/toolbox-data.js index f64ae9a..43acd82 100644 --- a/src/assets/js/toolbox-data.js +++ b/src/assets/js/toolbox-data.js @@ -301,6 +301,17 @@ export const toolList = [ enabled: true, changelogs: CHANGE_LOGS['keep-screen-on'], }, + { + id: 'timer-tool', + component: 'Other/TimerTool', + title: '计时器', + iconClass: 'mdi mdi-timer-outline', + desc: '正计时、倒计时工具。', + createdAt: '2025-12-29', + updatedAt: '2025-12-29', + version: '1', + enabled: true, + }, { id: 'open-new-window', component: 'Other/OpenNewWindow', diff --git a/src/views/ToolboxView/Other/TimerTool.vue b/src/views/ToolboxView/Other/TimerTool.vue new file mode 100644 index 0000000..2a4284d --- /dev/null +++ b/src/views/ToolboxView/Other/TimerTool.vue @@ -0,0 +1,416 @@ + + + + +