Commit 170ded66 authored by 神楽坂玲奈's avatar 神楽坂玲奈

3.0.20

修复 Mac 下ygopro编辑卡组会崩的问题
parent deeee62d
...@@ -445,7 +445,7 @@ export class YGOProComponent implements OnInit, OnDestroy { ...@@ -445,7 +445,7 @@ export class YGOProComponent implements OnInit, OnDestroy {
await this.fix_fonts(system_conf); await this.fix_fonts(system_conf);
system_conf.lastdeck = deck; system_conf.lastdeck = deck;
await this.save_system_conf(system_conf); await this.save_system_conf(system_conf);
return this.start_game(['-d']); return this.start_game(['-d', deck]);
} }
async watch_replay (replay: string) { async watch_replay (replay: string) {
......
{ {
"name": "mycard", "name": "mycard",
"version": "3.0.19", "version": "3.0.20",
"description": "mycard", "description": "mycard",
"keywords": [], "keywords": [],
"author": "zh99998 <zh99998@gmail.com>", "author": "zh99998 <zh99998@gmail.com>",
...@@ -25,10 +25,6 @@ ...@@ -25,10 +25,6 @@
"@angular/platform-browser": "latest", "@angular/platform-browser": "latest",
"@angular/platform-browser-dynamic": "latest", "@angular/platform-browser-dynamic": "latest",
"@angular/router": "latest", "@angular/router": "latest",
"@types/bootstrap": "latest",
"@types/jquery": "latest",
"@types/tether": "latest",
"@types/typeahead": "latest",
"angular-in-memory-web-api": "latest", "angular-in-memory-web-api": "latest",
"aria2": "latest", "aria2": "latest",
"bootstrap": "next", "bootstrap": "next",
...@@ -42,6 +38,7 @@ ...@@ -42,6 +38,7 @@
"glob": "latest", "glob": "latest",
"ini": "latest", "ini": "latest",
"jquery": "latest", "jquery": "latest",
"marked": "latest",
"raw-socket": "latest", "raw-socket": "latest",
"reflect-metadata": "latest", "reflect-metadata": "latest",
"rxjs": "latest", "rxjs": "latest",
...@@ -50,7 +47,7 @@ ...@@ -50,7 +47,7 @@
"tether": "latest", "tether": "latest",
"typeahead.js": "latest", "typeahead.js": "latest",
"vue": "latest", "vue": "latest",
"zone.js": "^0.7.4" "zone.js": "latest"
}, },
"devDependencies": { "devDependencies": {
"@angular/compiler-cli": "latest", "@angular/compiler-cli": "latest",
...@@ -59,6 +56,11 @@ ...@@ -59,6 +56,11 @@
"@types/glob": "latest", "@types/glob": "latest",
"@types/ini": "latest", "@types/ini": "latest",
"@types/node": "latest", "@types/node": "latest",
"@types/bootstrap": "latest",
"@types/jquery": "latest",
"@types/marked": "latest",
"@types/tether": "latest",
"@types/typeahead": "latest",
"electron": "latest", "electron": "latest",
"electron-builder": "latest", "electron-builder": "latest",
"electron-rebuild": "latest", "electron-rebuild": "latest",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment