refactor(server): 使用 systeminformation 替代手动采集生成设备特征码

硬件级 SMBIOS 标识(uuid/serial/model/manufacturer)跨平台稳定,
不再依赖 Linux 独有的 machine-id 和易变的 OS release/内存/MAC 地址。
This commit is contained in:
2026-03-06 11:16:17 +08:00
parent cdb3298f6d
commit aabd60e619
5 changed files with 11 additions and 34 deletions

View File

@@ -63,6 +63,7 @@
"uuid": "^13.0.0",
"vite": "^8.0.0-beta.16",
"vite-tsconfig-paths": "^6.1.1",
"systeminformation": "^5.31.3",
"zod": "^4.3.6"
},
"overrides": {