{% set title_emojis = [ 'https://tc.ciallo.ccwu.cc/file/1775132813334_1774881267181_得意.gif', 'https://tc.ciallo.ccwu.cc/file/1775132808652_1774881267385_得意-1.gif', 'https://tc.ciallo.ccwu.cc/file/1775132804506_1774881263342_观察.gif', 'https://tc.ciallo.ccwu.cc/file/1775132811492_1774881264336_不要.gif' ] %} {% set title_badge_colors = [ {'bg': 'linear-gradient(135deg, #ffcadf 0%, #ffc1cc 45%, #ffd9b8 100%)', 'text': '#b85c7b', 'shadow': 'rgba(255, 177, 203, 0.28)', 'border': 'rgba(255, 184, 210, 0.72)'}, {'bg': 'linear-gradient(135deg, #bfe7ff 0%, #c8dbff 48%, #d8ccff 100%)', 'text': '#5d71b8', 'shadow': 'rgba(168, 198, 255, 0.26)', 'border': 'rgba(173, 204, 255, 0.74)'}, {'bg': 'linear-gradient(135deg, #c7f3df 0%, #d3f1ff 50%, #e1ddff 100%)', 'text': '#4e8e88', 'shadow': 'rgba(161, 232, 205, 0.24)', 'border': 'rgba(178, 230, 214, 0.72)'}, {'bg': 'linear-gradient(135deg, #ffe5b7 0%, #ffd6c7 48%, #ffd7ef 100%)', 'text': '#b57752', 'shadow': 'rgba(255, 210, 163, 0.28)', 'border': 'rgba(255, 214, 178, 0.76)'} ] %} {% for title in titles %} {% set badge = title_badge_colors[loop.index0 % (title_badge_colors|length)] %}
  • {% if title.avatar_data %} 头像 {% endif %}
    {{ title.name }} {{ title.title }}

    人格标签: {{ title.profile_display or title.mbti }}

    称号理由: {{ title.reason }}

    {% if title.profile_image %} {% endif %} 称号表情
  • {% endfor %}