feat: 添加 ohash 和 systeminformation 依赖支持指纹与系统信息
- 添加 ohash 依赖并更新其版本至 ^2.0.11 - 添加 ohash 依赖以支持哈希功能 - 添加 ohask 和 systeminformation 依赖项并指定其来源为 catalog。 - 引入 ohash 和 systeminformation 库以支持指纹生成和系统信息获取。
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
"#*": "./src/*"
|
||||
},
|
||||
"dependencies": {
|
||||
"ohash": "catalog:",
|
||||
"systeminformation": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
import { hash } from 'ohash'
|
||||
import si from 'systeminformation'
|
||||
|
||||
Reference in New Issue
Block a user