mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
rebase: 优化代码,移动模型
This commit is contained in:
parent
47e76adf80
commit
52b9a5b1b3
10 changed files with 653 additions and 459 deletions
|
|
@ -177,7 +177,7 @@
|
|||
<% } %>
|
||||
|
||||
</div>
|
||||
{{if damagelist}}
|
||||
{{if charData.damages && charData.damages.length}}
|
||||
<div class="title damage-title">
|
||||
<% include(sys.specialTitle, {en: 'DAMAGE' , cn: '伤害统计' }) %>
|
||||
</div>
|
||||
|
|
@ -190,7 +190,7 @@
|
|||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{{each damagelist damage}}
|
||||
{{each charData.damages damage}}
|
||||
<tr>
|
||||
<td>{{damage.title}}</td>
|
||||
<td>{{damage.value.cd.toFixed(0)}}</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue