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
49433c4b
Commit
49433c4b
authored
Jul 15, 2017
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
electron
parent
e6d2c4cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/ygopro.component.ts
app/ygopro.component.ts
+2
-2
No files found.
app/ygopro.component.ts
View file @
49433c4b
...
@@ -27,7 +27,7 @@ import { AppsService } from './apps.service';
...
@@ -27,7 +27,7 @@ import { AppsService } from './apps.service';
import
{
LoginService
}
from
'
./login.service
'
;
import
{
LoginService
}
from
'
./login.service
'
;
import
{
SettingsService
}
from
'
./settings.sevices
'
;
import
{
SettingsService
}
from
'
./settings.sevices
'
;
import
Timer
=
NodeJS
.
Timer
;
import
Timer
=
NodeJS
.
Timer
;
import
WillNavigateEvent
=
Electron
.
WillNavigateEvent
;
//
import WillNavigateEvent = Electron.WillNavigateEvent;
interface
SystemConf
{
interface
SystemConf
{
use_d3d
:
string
;
use_d3d
:
string
;
...
@@ -774,7 +774,7 @@ export class YGOProComponent implements OnInit, OnDestroy {
...
@@ -774,7 +774,7 @@ export class YGOProComponent implements OnInit, OnDestroy {
`
);
`
);
}
}
bilibili_navigate
(
event
:
WillNavigateEvent
)
{
bilibili_navigate
(
event
:
any
)
{
// event.preventDefault();
// event.preventDefault();
// https://github.com/electron/electron/issues/1378
// https://github.com/electron/electron/issues/1378
this
.
bilibili
.
nativeElement
.
src
=
'
http://m.bilibili.com/search.html?keyword=YGOPro
'
;
this
.
bilibili
.
nativeElement
.
src
=
'
http://m.bilibili.com/search.html?keyword=YGOPro
'
;
...
...
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