fix(工具箱): 优化工具项描述内容
This commit is contained in:
@@ -46,7 +46,7 @@ export const toolList = [
|
|||||||
component: 'Conversion/ConvertTimestamp',
|
component: 'Conversion/ConvertTimestamp',
|
||||||
title: 'Unix 时间戳转换',
|
title: 'Unix 时间戳转换',
|
||||||
iconClass: 'mdi mdi-swap-horizontal',
|
iconClass: 'mdi mdi-swap-horizontal',
|
||||||
desc: '时间戳转时间 / 时间转时间戳',
|
desc: '时间戳转时间字符串 / 时间字符串转时间戳',
|
||||||
createdAt: '2025-02-05',
|
createdAt: '2025-02-05',
|
||||||
updatedAt: '2025-02-05',
|
updatedAt: '2025-02-05',
|
||||||
version: '1',
|
version: '1',
|
||||||
@@ -68,7 +68,7 @@ export const toolList = [
|
|||||||
component: 'Conversion/QrcodeReaderAndGenerator',
|
component: 'Conversion/QrcodeReaderAndGenerator',
|
||||||
title: '二维码解析和生成',
|
title: '二维码解析和生成',
|
||||||
iconClass: 'mdi mdi-qrcode',
|
iconClass: 'mdi mdi-qrcode',
|
||||||
desc: '解析二维码、生成二维码',
|
desc: '解析二维码 / 生成二维码',
|
||||||
createdAt: '2025-02-21',
|
createdAt: '2025-02-21',
|
||||||
updatedAt: '2025-02-21',
|
updatedAt: '2025-02-21',
|
||||||
version: '1',
|
version: '1',
|
||||||
@@ -246,7 +246,7 @@ export const toolList = [
|
|||||||
component: 'Other/KeepScreenOn',
|
component: 'Other/KeepScreenOn',
|
||||||
title: '保持亮屏',
|
title: '保持亮屏',
|
||||||
iconClass: 'mdi mdi-monitor',
|
iconClass: 'mdi mdi-monitor',
|
||||||
desc: '保持屏幕开启,不息屏,不休眠',
|
desc: '保持屏幕开启,不息屏,不休眠。',
|
||||||
createdAt: '2024-10-11',
|
createdAt: '2024-10-11',
|
||||||
updatedAt: '2024-10-13',
|
updatedAt: '2024-10-13',
|
||||||
version: '2',
|
version: '2',
|
||||||
@@ -257,7 +257,7 @@ export const toolList = [
|
|||||||
component: 'Other/OpenNewWindow',
|
component: 'Other/OpenNewWindow',
|
||||||
title: '新窗口中打开',
|
title: '新窗口中打开',
|
||||||
iconClass: 'mdi mdi-window-maximize',
|
iconClass: 'mdi mdi-window-maximize',
|
||||||
desc: '从新的小窗口中打开指定的链接(仅支持 PC 端浏览器)',
|
desc: '从新的小窗口中打开指定的链接(仅支持 PC 端浏览器)。',
|
||||||
createdAt: '2025-02-04',
|
createdAt: '2025-02-04',
|
||||||
updatedAt: '2025-02-04',
|
updatedAt: '2025-02-04',
|
||||||
version: '1',
|
version: '1',
|
||||||
@@ -268,7 +268,7 @@ export const toolList = [
|
|||||||
component: 'Other/RunJavaScript',
|
component: 'Other/RunJavaScript',
|
||||||
title: '执行 JavaScript',
|
title: '执行 JavaScript',
|
||||||
iconClass: 'mdi mdi-code-braces',
|
iconClass: 'mdi mdi-code-braces',
|
||||||
desc: '执行简单的 JavaScript 代码片段',
|
desc: '执行简单的 JavaScript 代码片段。',
|
||||||
createdAt: '',
|
createdAt: '',
|
||||||
updatedAt: '',
|
updatedAt: '',
|
||||||
version: '0',
|
version: '0',
|
||||||
@@ -279,7 +279,7 @@ export const toolList = [
|
|||||||
component: 'Other/GenshinImpactClock/GenshinImpactClock',
|
component: 'Other/GenshinImpactClock/GenshinImpactClock',
|
||||||
title: '《原神》时钟',
|
title: '《原神》时钟',
|
||||||
iconClass: 'mdi mdi-clock-outline',
|
iconClass: 'mdi mdi-clock-outline',
|
||||||
desc: '在网页上实现的《原神》时钟效果',
|
desc: '在网页上实现的《原神》时钟效果。',
|
||||||
createdAt: '2024-10-13',
|
createdAt: '2024-10-13',
|
||||||
updatedAt: '2024-10-13',
|
updatedAt: '2024-10-13',
|
||||||
version: '1',
|
version: '1',
|
||||||
|
Reference in New Issue
Block a user