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
9f59aef3
Commit
9f59aef3
authored
Sep 02, 2021
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update player points
parent
b7910a60
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
20 deletions
+14
-20
app/app-detail.component.html
app/app-detail.component.html
+14
-20
No files found.
app/app-detail.component.html
View file @
9f59aef3
...
...
@@ -76,39 +76,33 @@
<table
class=
"table table-sm"
>
<tbody>
<tr>
<th
i18n
>
竞技排名
</th>
<td>
{{points.
arena_rank
}}
</td>
<th
i18n
>
娱乐排名
</th>
<td>
{{points.exp
_rank
}}
</td>
<th
i18n
>
D.P
</th>
<td>
{{points.
pt
}}
</td>
<th
i18n
>
经验
</th>
<td>
{{points.exp}}
</td>
</tr>
<tr>
<th
i18n
>
竞技胜率
</th>
<td>
{{points.athletic_wl_ratio}}%
</td>
<th
i18n
>
经验
</th>
<td>
{{points.
exp
}}
</td>
<th
i18n
>
竞技排名
</th>
<td>
{{points.
arena_rank
}}
</td>
</tr>
<tr>
<th
i18n
>
胜场
</th>
<th
i18n
>
竞技
胜场
</th>
<td>
{{points.athletic_win}}
</td>
<th
i18n
>
胜
场
</th>
<td>
{{points.
entertain_win
}}
</td>
<th
i18n
>
竞技总
场
</th>
<td>
{{points.
athletic_all
}}
</td>
</tr>
<tr>
<th
i18n
>
负场
</th>
<th
i18n
>
竞技
负场
</th>
<td>
{{points.athletic_lose}}
</td>
<th
i18n
>
负场
</th>
<td>
{{points.e
ntertain_lose
}}
</td>
<th
i18n
>
娱乐排名
</th>
<td>
{{points.e
xp_rank
}}
</td>
</tr>
<tr>
<th
i18n
>
平局
</th>
<th
i18n
>
竞技
平局
</th>
<td>
{{points.athletic_draw}}
</td>
<th
i18n
>
平局
</th>
<td>
{{points.entertain_draw}}
</td>
</tr>
<tr>
<th
i18n
>
总场
</th>
<td>
{{points.athletic_all}}
</td>
<th
i18n
>
总场
</th>
<th
i18n
>
娱乐总场
</th>
<td>
{{points.entertain_all}}
</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