diff --git a/src/assets/js/toolbox-data.js b/src/assets/js/toolbox-data.js index 37498a0..dff91ca 100644 --- a/src/assets/js/toolbox-data.js +++ b/src/assets/js/toolbox-data.js @@ -46,7 +46,7 @@ export const toolList = [ component: 'Conversion/ConvertTimestamp', title: 'Unix 时间戳转换', iconClass: 'mdi mdi-swap-horizontal', - desc: '时间戳转时间 / 时间转时间戳', + desc: '时间戳转时间字符串 / 时间字符串转时间戳', createdAt: '2025-02-05', updatedAt: '2025-02-05', version: '1', @@ -68,7 +68,7 @@ export const toolList = [ component: 'Conversion/QrcodeReaderAndGenerator', title: '二维码解析和生成', iconClass: 'mdi mdi-qrcode', - desc: '解析二维码、生成二维码', + desc: '解析二维码 / 生成二维码', createdAt: '2025-02-21', updatedAt: '2025-02-21', version: '1', @@ -246,7 +246,7 @@ export const toolList = [ component: 'Other/KeepScreenOn', title: '保持亮屏', iconClass: 'mdi mdi-monitor', - desc: '保持屏幕开启,不息屏,不休眠', + desc: '保持屏幕开启,不息屏,不休眠。', createdAt: '2024-10-11', updatedAt: '2024-10-13', version: '2', @@ -257,7 +257,7 @@ export const toolList = [ component: 'Other/OpenNewWindow', title: '新窗口中打开', iconClass: 'mdi mdi-window-maximize', - desc: '从新的小窗口中打开指定的链接(仅支持 PC 端浏览器)', + desc: '从新的小窗口中打开指定的链接(仅支持 PC 端浏览器)。', createdAt: '2025-02-04', updatedAt: '2025-02-04', version: '1', @@ -268,7 +268,7 @@ export const toolList = [ component: 'Other/RunJavaScript', title: '执行 JavaScript', iconClass: 'mdi mdi-code-braces', - desc: '执行简单的 JavaScript 代码片段', + desc: '执行简单的 JavaScript 代码片段。', createdAt: '', updatedAt: '', version: '0', @@ -279,7 +279,7 @@ export const toolList = [ component: 'Other/GenshinImpactClock/GenshinImpactClock', title: '《原神》时钟', iconClass: 'mdi mdi-clock-outline', - desc: '在网页上实现的《原神》时钟效果', + desc: '在网页上实现的《原神》时钟效果。', createdAt: '2024-10-13', updatedAt: '2024-10-13', version: '1',