新增控制台界面与相关资源,修复激活命令误判失败,并兼容 package 版本与 CardsoonServer 打包路径。
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+5
-4
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user