dll加载路径错误

This commit is contained in:
2025-06-08 17:40:21 +08:00
parent 232ba1a5ae
commit 2298e69a1c
84 changed files with 4749 additions and 241 deletions

View File

@ -0,0 +1,18 @@
{
"name": "hardwaremonitor",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "node-gyp configure && node-gyp build"
},
"private": true,
"keywords": [],
"author": "",
"license": "ISC",
"gypfile": true,
"description": "",
"dependencies": {
"node-addon-api": "^8.3.1"
}
}