feat(工具箱): 添加“计时器”工具

This commit is contained in:
2025-12-30 19:12:22 +08:00
parent b8113725bf
commit fe8f1606fa
2 changed files with 427 additions and 0 deletions

View File

@@ -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',