This commit is contained in:
qsc
2026-09-05 22:41:53 +08:00
parent 21033c8184
commit a42d3146c5
20 changed files with 432 additions and 16 deletions
+6 -3
View File
@@ -20,13 +20,16 @@
<tbody>
{% for item in items %}
<tr
{% if item.camp_name == '恶人谷' %}
{% if item.campName == '恶人谷' %}
class="camp-eren"
{% elif item.camp_name == '浩气盟' %}
{% elif item.campName == '浩气盟' %}
class="camp-haoqi"
{% endif %}
>
<td class="data-cell--camp data-cell--nowrap data-cell--strong">{{ item.campName }}</td>
{% set camp_name = item.campName or '未知' %}
<td class="data-cell--camp data-cell--nowrap">
<img class="data-camp-icon" src="{{ icons.img.get(camp_name) or icons.img.get('未知') }}" alt="{{ camp_name }}" title="{{ camp_name }}">
</td>
<td class="data-cell--nowrap data-cell--strong">{{ item.fenxianName }}</td>
<td class="data-cell--nowrap data-cell--strong">{{ item.friendName }}</td>
<td class="data-cell--name data-cell--copy">{{ item.roleName }}</td>