chore(工具箱/保持亮屏): 调整界面样式,与其他模块统一

This commit is contained in:
2026-01-03 19:43:22 +08:00
parent dcd46b9afe
commit 6cbbbe8541
3 changed files with 71 additions and 71 deletions

View File

@@ -5,6 +5,7 @@ export const CHANGE_LOGS = {
'[1] - 2025-02-04\n初始版本。',
],
'keep-screen-on': [
'[3] - 2026-01-03\n调整界面样式与其他模块统一。',
'[2] - 2024-10-13\n优化界面样式背景添加圆角。',
'[1] - 2024-10-11\n初始版本。',
],

View File

@@ -296,8 +296,8 @@ export const toolList = [
iconClass: 'mdi mdi-monitor',
desc: '保持屏幕开启,不息屏,不休眠。',
createdAt: '2024-10-11',
updatedAt: '2024-10-13',
version: '2',
updatedAt: '2026-01-03',
version: '3',
enabled: true,
changelogs: CHANGE_LOGS['keep-screen-on'],
},