使用node-regedit组件优化桌面路径获取方式

This commit is contained in:
2023-04-06 16:36:08 +08:00
parent 374204a0bb
commit 8dcf901ea1
16 changed files with 1331 additions and 18 deletions

View File

@ -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": {