This commit is contained in:
qsc
2025-12-07 15:58:35 +08:00
parent 2572c1d239
commit 11123568e1
6 changed files with 275 additions and 61 deletions
+5 -9
View File
@@ -65,18 +65,16 @@
<body>
<div class="container">
<h1>王者荣耀 — 仇人列表</h1>
<h1>仇人列表</h1>
<table>
<thead>
<tr>
<th>ID</th>
<th>名称</th>
<th>英雄</th>
<th>分路</th>
<th>记录者</th>
<th>时间</th>
<th>描述</th>
<th>时间</th>
<th>记录者</th>
</tr>
</thead>
@@ -85,11 +83,9 @@
<tr>
<td>{{ m.id }}</td>
<td>{{ m.name }}</td>
<td>{{ m.hero }}</td>
<td>{{ m.fenglu }}</td>
<td>{{ m.user }}</td>
<td>{{ m.time }}</td>
<td class="text-col">{{ m.text }}</td>
<td>{{ m.time }}</td>
<td>{{ m.user }}</td>
</tr>
{% endfor %}
</tbody>