This commit is contained in:
qsc
2026-08-04 02:08:49 +08:00
parent a4a01dc16d
commit 1de45c2940
87 changed files with 1207 additions and 2284 deletions
+9 -9
View File
@@ -1,11 +1,12 @@
{# template-title: 阵营事件 #}
{# template-components: data-table #}
<div class="container">
<div class="container data-page">
<h1>阵营事件</h1>
<div class="meta">更新时间:{{ update_time }}</div>
<div class="data-page__meta">更新时间:{{ update_time }}</div>
<table>
<table class="data-table data-table--camp-tinted">
<thead>
<tr>
<th>阵营</th>
@@ -25,14 +26,13 @@
class="camp-haoqi"
{% endif %}
>
<td class="camp-col">{{ item.campName }}</td>
<td class="fenxian-col">{{ item.fenxianName }}</td>
<td class="server-col">{{ item.friendName }}</td>
<td class="role-col">{{ item.roleName }}</td>
<td class="time-col">{{ item.seizeTime }}</td>
<td class="data-cell--camp data-cell--compact data-cell--center data-cell--nowrap data-cell--strong">{{ item.campName }}</td>
<td class="data-cell--medium data-cell--center data-cell--nowrap data-cell--strong">{{ item.fenxianName }}</td>
<td class="data-cell--medium data-cell--center data-cell--nowrap data-cell--strong">{{ item.friendName }}</td>
<td class="data-cell--name data-cell--copy">{{ item.roleName }}</td>
<td class="data-cell--time">{{ item.seizeTime }}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>