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
0bdc8b97
Commit
0bdc8b97
authored
Jul 15, 2021
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix watch room extra label
parent
7ae86b09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/ygopro.component.html
app/ygopro.component.html
+2
-2
No files found.
app/ygopro.component.html
View file @
0bdc8b97
...
...
@@ -285,7 +285,7 @@
<img
*ngFor=
"let user of room.users"
class=
"avatar rounded"
[src]=
"'https://ygobbs.com/user_avatar/ygobbs.com/' + user.username + '/25/1.png'"
data-toggle=
"tooltip"
data-placement=
"bottom"
[title]=
"user.username"
>
</td>
<td
class=
"extra"
>
<
span
*ngIf=
"!(room.arena || room.id.startsWith('AI#'))"
>
<
div
*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>
...
...
@@ -294,7 +294,7 @@
<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>
</
span
>
</
div
>
</td>
</tr>
</tbody>
...
...
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