This commit is contained in:
qsc
2026-07-29 23:47:04 +08:00
parent ad379a965a
commit fb6320b23b
9 changed files with 2157 additions and 422 deletions
+3 -7
View File
@@ -104,8 +104,6 @@
<table>
<thead>
<tr>
<th>区服</th>
<th>服务器</th>
<th>宣战帮会</th>
<th>应战帮会</th>
<th>开始时间</th>
@@ -117,12 +115,10 @@
<tbody>
{% for item in items %}
<tr>
<td class="zone-col">{{ item.zoneName }}</td>
<td class="server-col">{{ item.serverName }}</td>
<td class="tong-col">{{ item.declaringTongName }}</td>
<td class="tong-col">{{ item.acceptingTongName }}</td>
<td class="tong-col">{{ item.declaringName }}</td>
<td class="tong-col">{{ item.acceptingName }}</td>
<td class="time-col">{{ item.startTime }}</td>
<td class="duration-col">{{ item.matchDuration }}</td>
<td class="duration-col">{{ item.durationSeconds }}</td>
<td class="time-col">{{ item.endTime }}</td>
</tr>
{% endfor %}