新增控制台界面与相关资源,修复激活命令误判失败,并兼容 package 版本与 CardsoonServer 打包路径。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
24kycj
2026-08-05 11:29:55 +08:00
parent 8248767b89
commit eb27d72927
63 changed files with 16696 additions and 11321 deletions
+5 -4
View File
@@ -1,6 +1,6 @@
{
"name": "discworker",
"version": "0.0.1",
"version": "1.1.1.10",
"author": "24kycj <1637269896@qq.com>",
"description": "KaShu SoonWorkerDisk",
"homepage": "https://www.cardsoon.com/index.php/cn",
@@ -32,8 +32,8 @@
"to": "."
},
{
"from": "./cardsoonServer",
"to": "."
"from": "./CardsoonServer",
"to": "CardsoonServer"
},
{
"from": "./help",
@@ -73,6 +73,7 @@
},
"dependencies": {
"@electron/remote": "^2.1.2",
"@fortawesome/fontawesome-free": "^6.7.2",
"archiver": "^7.0.1",
"archiver-zip-encrypted": "^2.0.0",
"axios": "^0.18.0",
@@ -139,4 +140,4 @@
"webpack-hot-middleware": "^2.22.2",
"webpack-merge": "^4.1.3"
}
}
}