使用node-regedit组件优化桌面路径获取方式
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "JUSTAR",
|
||||
"version": "2.2.3",
|
||||
"version": "2.2.4",
|
||||
"description": "钜星科技便民问诊系统",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
@ -26,6 +26,10 @@
|
||||
{
|
||||
"from": "./appData",
|
||||
"to": "../appData"
|
||||
},
|
||||
{
|
||||
"from": "./node_modules/regedit/vbs",
|
||||
"to": "../src/vbs"
|
||||
}
|
||||
],
|
||||
"files": [
|
||||
@ -94,6 +98,7 @@
|
||||
"jquery": "^3.6.0",
|
||||
"node-fetch": "2.6.1",
|
||||
"popper.js": "^1.16.1",
|
||||
"regedit": "^5.1.2",
|
||||
"windows-shortcuts": "^0.1.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user