Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
mycard
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
syntax_j
mycard
Commits
170ded66
Commit
170ded66
authored
Jan 24, 2017
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3.0.20
修复 Mac 下ygopro编辑卡组会崩的问题
parent
deeee62d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
app/ygopro.component.ts
app/ygopro.component.ts
+1
-1
package.json
package.json
+8
-6
No files found.
app/ygopro.component.ts
View file @
170ded66
...
...
@@ -445,7 +445,7 @@ export class YGOProComponent implements OnInit, OnDestroy {
await
this
.
fix_fonts
(
system_conf
);
system_conf
.
lastdeck
=
deck
;
await
this
.
save_system_conf
(
system_conf
);
return
this
.
start_game
([
'
-d
'
]);
return
this
.
start_game
([
'
-d
'
,
deck
]);
}
async
watch_replay
(
replay
:
string
)
{
...
...
package.json
View file @
170ded66
{
"name"
:
"mycard"
,
"version"
:
"3.0.
19
"
,
"version"
:
"3.0.
20
"
,
"description"
:
"mycard"
,
"keywords"
:
[],
"author"
:
"zh99998 <zh99998@gmail.com>"
,
...
...
@@ -25,10 +25,6 @@
"
@angular/platform-browser
"
:
"
latest
"
,
"
@angular/platform-browser-dynamic
"
:
"
latest
"
,
"
@angular/router
"
:
"
latest
"
,
"
@types/bootstrap
"
:
"
latest
"
,
"
@types/jquery
"
:
"
latest
"
,
"
@types/tether
"
:
"
latest
"
,
"
@types/typeahead
"
:
"
latest
"
,
"
angular-in-memory-web-api
"
:
"
latest
"
,
"
aria2
"
:
"
latest
"
,
"
bootstrap
"
:
"
next
"
,
...
...
@@ -42,6 +38,7 @@
"
glob
"
:
"
latest
"
,
"
ini
"
:
"
latest
"
,
"
jquery
"
:
"
latest
"
,
"
marked
"
:
"
latest
"
,
"
raw-socket
"
:
"
latest
"
,
"
reflect-metadata
"
:
"
latest
"
,
"
rxjs
"
:
"
latest
"
,
...
...
@@ -50,7 +47,7 @@
"
tether
"
:
"
latest
"
,
"
typeahead.js
"
:
"
latest
"
,
"
vue
"
:
"
latest
"
,
"
zone.js
"
:
"
^0.7.4
"
"
zone.js
"
:
"
latest
"
},
"devDependencies"
:
{
"
@angular/compiler-cli
"
:
"
latest
"
,
...
...
@@ -59,6 +56,11 @@
"
@types/glob
"
:
"
latest
"
,
"
@types/ini
"
:
"
latest
"
,
"
@types/node
"
:
"
latest
"
,
"
@types/bootstrap
"
:
"
latest
"
,
"
@types/jquery
"
:
"
latest
"
,
"
@types/marked
"
:
"
latest
"
,
"
@types/tether
"
:
"
latest
"
,
"
@types/typeahead
"
:
"
latest
"
,
"
electron
"
:
"
latest
"
,
"
electron-builder
"
:
"
latest
"
,
"
electron-rebuild
"
:
"
latest
"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment