This commit is contained in:
2026-07-29 18:09:29 +08:00
parent 8d522dae0f
commit 1655d1ef50
13 changed files with 933 additions and 915 deletions
+3 -3
View File
@@ -83,10 +83,10 @@
{% for m in list %}
<tr>
<td>{{ m.server }}</td>
<td>{{ m.name }}</td>
<td>{{ m.map_name }}</td>
<td>{{ m.firework }}</td>
<td>{{ m.mapName }}</td>
<td>{{ m.sender }}</td>
<td>{{ m.receive }}</td>
<td>{{ m.receiver }}</td>
<td>{{ m.time }}</td>
</tr>
{% endfor %}