feat: 添加 ohash 和 systeminformation 依赖支持指纹与系统信息

- 添加 ohash 依赖并更新其版本至 ^2.0.11
- 添加 ohash 依赖以支持哈希功能
- 添加 ohask 和 systeminformation 依赖项并指定其来源为 catalog。
- 引入 ohash 和 systeminformation 库以支持指纹生成和系统信息获取。
This commit is contained in:
2026-01-23 15:59:07 +08:00
parent 0cab61af91
commit be4e8212ec
4 changed files with 6 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
"#*": "./src/*"
},
"dependencies": {
"ohash": "catalog:",
"systeminformation": "catalog:"
},
"devDependencies": {

View File

@@ -0,0 +1,2 @@
import { hash } from 'ohash'
import si from 'systeminformation'