feat: 添加 systeminformation 依赖以支持系统信息获取

- 添加 systeminformation 依赖并更新其版本至 5.30.5,同时配置其运行时环境和二进制文件路径。
- 添加 systeminformation 依赖以获取系统信息
- 添加 systeminformation 依赖项以支持系统信息获取功能。
This commit is contained in:
2026-01-23 15:54:30 +08:00
parent 104b04064d
commit 0cab61af91
3 changed files with 10 additions and 0 deletions

View File

@@ -6,6 +6,9 @@
"imports": {
"#*": "./src/*"
},
"dependencies": {
"systeminformation": "catalog:"
},
"devDependencies": {
"@furtherverse/tsconfig": "workspace:*",
"typescript": "catalog:"