chore(工具箱): 调整工具项顺序
This commit is contained in:
@@ -181,7 +181,7 @@ export const toolList = [
|
||||
enabled: false,
|
||||
},
|
||||
{
|
||||
id: 'frp-config-generator',
|
||||
id: 'uuid-generator',
|
||||
component: 'Generator/UuidGenerator',
|
||||
title: 'UUID 生成器',
|
||||
iconClass: 'mdi mdi-identifier',
|
||||
@@ -301,6 +301,17 @@ export const toolList = [
|
||||
enabled: true,
|
||||
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',
|
||||
component: 'Other/TimerTool',
|
||||
@@ -345,17 +356,6 @@ export const toolList = [
|
||||
version: '1',
|
||||
enabled: true,
|
||||
},
|
||||
{
|
||||
id: 'visualized-working-hours',
|
||||
component: 'Other/VisualizedWorkingHours/VisualizedWorkingHours',
|
||||
title: '工作时间可视化',
|
||||
iconClass: 'mdi mdi-clock-digital',
|
||||
desc: '用趣味化的方式呈现工作收益与时间进度,让薪资进度和下班期待看得见。',
|
||||
createdAt: '',
|
||||
updatedAt: '',
|
||||
version: '0',
|
||||
enabled: false,
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user