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
edbbcd32
Commit
edbbcd32
authored
Jul 15, 2021
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update showing extra
parent
3242cf69
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
app/ygopro.component.css
app/ygopro.component.css
+5
-0
app/ygopro.component.html
app/ygopro.component.html
+4
-4
No files found.
app/ygopro.component.css
View file @
edbbcd32
...
...
@@ -232,6 +232,11 @@ form {
max-width
:
120px
;
}
#game-replay-watch
td
.extra
span
{
border
:
1px
solid
#AAA
;
border-radius
:
3px
;
}
#game-replay-watch
.avatar
{
width
:
18px
;
height
:
18px
;
...
...
app/ygopro.component.html
View file @
edbbcd32
...
...
@@ -287,10 +287,10 @@
<td
class=
"extra"
>
<span
*ngIf=
"!(room.arena || room.id.startsWith('AI#'))"
>
<span
*ngIf=
"room.options.rule != default_options.rule"
>
{{{'0': 'OCG', '1': 'TCG', '2': 'O/T', '3': '专有卡禁止'}[room.options.rule]}}
</span>
<span
i18n
*ngIf=
"room.options.start_lp != default_options.start_lp && room.options.mode != 2"
>
{{room.options.start_lp}}
LP
</span>
<span
i18n
*ngIf=
"room.options.start_lp != default_options.start_lp_tag && room.options.mode == 2"
>
{{room.options.start_lp}}
LP
</span>
<span
i18n
*ngIf=
"room.options.start_hand != default_options.start_hand"
>
{{room.options.start_hand}}
初始
</span>
<span
i18n
*ngIf=
"room.options.draw_count != default_options.draw_count"
>
{{room.options.draw_count}}
抽卡
</span>
<span
i18n
*ngIf=
"room.options.start_lp != default_options.start_lp && room.options.mode != 2"
>
{{room.options.start_lp}}LP
</span>
<span
i18n
*ngIf=
"room.options.start_lp != default_options.start_lp_tag && room.options.mode == 2"
>
{{room.options.start_lp}}LP
</span>
<span
i18n
*ngIf=
"room.options.start_hand != default_options.start_hand"
>
{{room.options.start_hand}}初始
</span>
<span
i18n
*ngIf=
"room.options.draw_count != default_options.draw_count"
>
{{room.options.draw_count}}抽卡
</span>
<span
i18n
*ngIf=
"room.options.enable_priority != default_options.enable_priority"
>
旧规则
</span>
<span
i18n
*ngIf=
"room.options.no_check_deck != default_options.no_check_deck"
>
不检查
</span>
<span
i18n
*ngIf=
"room.options.no_shuffle_deck != default_options.no_shuffle_deck"
>
不洗卡
</span>
...
...
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