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
c7319465
Commit
c7319465
authored
Jul 15, 2021
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove bilibili
parent
41f6d8ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
app/ygopro.component.html
app/ygopro.component.html
+4
-4
No files found.
app/ygopro.component.html
View file @
c7319465
...
...
@@ -212,9 +212,9 @@
<li
class=
"nav-item"
>
<a
i18n
class=
"nav-link"
data-toggle=
"tab"
href=
"#game-replay-local"
role=
"tab"
>
本地录像
</a>
</li>
<li
*ngIf=
"settingsService.getLocale().startsWith('zh')"
class=
"nav-item"
>
<
!--<
li *ngIf="settingsService.getLocale().startsWith('zh')" class="nav-item">
<a class="nav-link" data-toggle="tab" href="#game-replay-bilibili" role="tab">哔哩哔哩</a>
</li>
</li>
-->
<!--<li class="nav-item">-->
<!--<a class="nav-link" data-toggle="tab" href="#game-replay-youtube" role="tab">YouTube</a>-->
<!--</li>-->
...
...
@@ -304,9 +304,9 @@
<a
*ngFor=
"let replay of replays"
class=
"list-group-item list-group-item-action"
(click)=
"watch_replay(replay)"
>
{{replay}}
</a>
</div>
</div>
<div
*ngIf=
"settingsService.getLocale().startsWith('zh')"
class=
"tab-pane"
id=
"game-replay-bilibili"
role=
"tabpanel"
>
<
!--<
div *ngIf="settingsService.getLocale().startsWith('zh')" class="tab-pane" id="game-replay-bilibili" role="tabpanel">
<webview #bilibili src="http://m.bilibili.com/search.html?keyword=YGOPro" (did-finish-load)="bilibili_loaded()" (will-navigate)="bilibili_navigate($event)"></webview>
</div>
</div>
-->
<!--<div class="tab-pane" id="game-replay-youtube" role="tabpanel">-->
<!--<webview #youtube src="https://m.youtube.com/results?search_query=YGOPro" (did-finish-load)="youtube_loaded()" (will-navigate)="youtube_navigate($event)"></webview>-->
<!--</div>-->
...
...
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