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
3b65f412
Commit
3b65f412
authored
Nov 08, 2016
by
wudizhanche1000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ygopro问题
parent
db45d968
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
app/ygopro.component.ts
app/ygopro.component.ts
+4
-3
apps.json
apps.json
+1
-1
No files found.
app/ygopro.component.ts
View file @
3b65f412
...
...
@@ -75,8 +75,7 @@ export class YGOProComponent implements OnInit {
app
:
App
;
decks
:
string
[]
=
[];
current_deck
:
string
;
system_conf
=
path
.
join
(
this
.
app
.
local
.
path
,
'
system.conf
'
);
system_conf
;
numfont
=
{
'
darwin
'
:
[
'
/System/Library/Fonts/PingFang.ttc
'
]};
textfont
=
{
'
darwin
'
:
[
'
/System/Library/Fonts/PingFang.ttc
'
]};
...
...
@@ -108,10 +107,12 @@ export class YGOProComponent implements OnInit {
connections
:
WebSocket
[]
=
[];
constructor
(
private
http
:
Http
,
private
appsService
:
AppsService
,
private
loginService
:
LoginService
,
private
ref
:
ChangeDetectorRef
)
{
this
.
refresh
();
}
ngOnInit
()
{
this
.
system_conf
=
path
.
join
(
this
.
app
.
local
.
path
,
'
system.conf
'
);
this
.
refresh
();
let
modal
=
$
(
'
#game-list-modal
'
);
modal
.
on
(
'
show.bs.modal
'
,
(
event
)
=>
{
...
...
apps.json
View file @
3b65f412
...
...
@@ -2016,7 +2016,7 @@
"actions"
:
{
"win32"
:
{
"main"
:
{
"execute"
:
"ygopro
_vs
.exe"
,
"execute"
:
"ygopro.exe"
,
"args"
:
[],
"env"
:
{}
}
...
...
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