chore(工具箱): 调整工具项顺序

This commit is contained in:
2026-01-03 17:07:45 +08:00
parent fe8f1606fa
commit 26947ee678

View File

@@ -181,7 +181,7 @@ export const toolList = [
enabled: false, enabled: false,
}, },
{ {
id: 'frp-config-generator', id: 'uuid-generator',
component: 'Generator/UuidGenerator', component: 'Generator/UuidGenerator',
title: 'UUID 生成器', title: 'UUID 生成器',
iconClass: 'mdi mdi-identifier', iconClass: 'mdi mdi-identifier',
@@ -301,6 +301,17 @@ export const toolList = [
enabled: true, enabled: true,
changelogs: CHANGE_LOGS['keep-screen-on'], changelogs: CHANGE_LOGS['keep-screen-on'],
}, },
{
id: 'visualized-working-hours',
component: 'Other/VisualizedWorkingHours/VisualizedWorkingHours',
title: '工作时间可视化',
iconClass: 'mdi mdi-clock-digital',
desc: '用趣味化的方式呈现工作收益与时间进度,让薪资进度和下班期待看得见。',
createdAt: '',
updatedAt: '',
version: '0',
enabled: false,
},
{ {
id: 'timer-tool', id: 'timer-tool',
component: 'Other/TimerTool', component: 'Other/TimerTool',
@@ -345,17 +356,6 @@ export const toolList = [
version: '1', version: '1',
enabled: true, enabled: true,
}, },
{
id: 'visualized-working-hours',
component: 'Other/VisualizedWorkingHours/VisualizedWorkingHours',
title: '工作时间可视化',
iconClass: 'mdi mdi-clock-digital',
desc: '用趣味化的方式呈现工作收益与时间进度,让薪资进度和下班期待看得见。',
createdAt: '',
updatedAt: '',
version: '0',
enabled: false,
},
], ],
}, },
]; ];