refactor: 代码解耦合,完善WebUI功能,添加网页VNC

This commit is contained in:
foxhui
2025-12-20 04:40:05 +08:00
Unverified
parent 41e3e022a3
commit c8c7aec0e1
74 changed files with 4984 additions and 644 deletions
+7 -1
View File
@@ -6,12 +6,18 @@
"author": "foxhui",
"type": "module",
"scripts": {
"start": "node server.js",
"start": "node supervisor.js",
"test": "node scripts/test.js",
"genkey": "node scripts/genkey.js",
"init": "node scripts/init.js",
"postinstall": "node scripts/postinstall.js"
},
"imports": {
"#config": "./src/config/index.js",
"#utils/*": "./src/utils/*.js",
"#backend/*": "./src/backend/*.js",
"#server/*": "./src/server/*.js"
},
"dependencies": {
"@inquirer/prompts": "^8.0.1",
"better-sqlite3": "^12.5.0",