1
0

chore: 添加 @types/w3c-web-serial

This commit is contained in:
2026-02-15 15:23:00 +08:00
parent 40e1ad2b48
commit 0783f51203
7 changed files with 243 additions and 0 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "msu2-usb-monitor-controller",
"version": "1.0.0",
"description": "MSU2 USB 小屏幕控制网页 Demo使用 TRAE 辅助编写,参考了原 Python 程序的代码。",
"author": "Frost-ZX",
"keywords": ["demo", "web"],
"license": "GPL-3.0-only",
"scripts": {},
"dependencies": {
"@types/w3c-web-serial": "^1.0.8"
}
}