feat(工具箱): 添加“MSU2 USB 小屏幕控制”工具

This commit is contained in:
2026-02-22 17:43:22 +08:00
parent 31b6a6ce2d
commit 7deefc8ea3
2 changed files with 1209 additions and 0 deletions

View File

@@ -356,6 +356,17 @@ export const toolList = [
version: '1', version: '1',
enabled: true, enabled: true,
}, },
{
id: 'msu2-usb-monitor-controller',
component: 'Other/Msu2UsbMonitorController/Msu2UsbMonitorController',
title: 'MSU2 USB 小屏幕控制',
iconClass: 'mdi mdi-usb',
desc: 'MSU2 USB 小屏幕控制工具,参考了原 Python 程序的代码。',
createdAt: '2026-02-21',
updatedAt: '2026-02-21',
version: '1',
enabled: true,
},
{ {
id: 'genshin-impact-clock', id: 'genshin-impact-clock',
component: 'Other/GenshinImpactClock/GenshinImpactClock', component: 'Other/GenshinImpactClock/GenshinImpactClock',

File diff suppressed because it is too large Load Diff