{% set topic_emojis = [ t2i_atri_font_mirror ~ '/file/1775132804506_1774881263342_观察.gif', t2i_atri_font_mirror ~ '/file/1775132805081_1774881262835_疑惑.gif', t2i_atri_font_mirror ~ '/file/1775132815504_1774881268554_可爱.gif', t2i_atri_font_mirror ~ '/file/1775132817115_1774881269400_可爱-1.gif', t2i_atri_font_mirror ~ '/file/1775132805485_1774881263748_可爱-3.gif' ] %} {% set topic_rank_colors = [ {'bg': 'linear-gradient(135deg, #a9d8ff 0%, #8fc5ff 48%, #8aaeff 100%)', 'text': '#ffffff', 'shadow': 'rgba(126, 177, 255, 0.34)', 'border': 'rgba(255, 255, 255, 0.82)'}, {'bg': 'linear-gradient(135deg, #ffc8d8 0%, #ffb7cd 50%, #ffb2b2 100%)', 'text': '#ffffff', 'shadow': 'rgba(255, 176, 204, 0.32)', 'border': 'rgba(255, 255, 255, 0.8)'}, {'bg': 'linear-gradient(135deg, #ffe0ad 0%, #ffd29f 46%, #ffc3b8 100%)', 'text': '#ffffff', 'shadow': 'rgba(255, 199, 142, 0.3)', 'border': 'rgba(255, 255, 255, 0.8)'}, {'bg': 'linear-gradient(135deg, #c7efe7 0%, #bfe7ff 52%, #c8d8ff 100%)', 'text': '#ffffff', 'shadow': 'rgba(163, 221, 230, 0.28)', 'border': 'rgba(255, 255, 255, 0.8)'} ] %} {% for topic in topics %} {% set rank = topic_rank_colors[loop.index0 % (topic_rank_colors|length)] %}
  • #{{ topic.index }} {{ topic.topic.topic }}
    {% if topic.topic.count is defined %}

    讨论热度: {{ topic.topic.count }} 次提及

    {% endif %}

    参与的群友: {{ topic.contributors }}

    {% if topic.detail %}
    {{ topic.detail | safe }}
    {% endif %}
    话题表情
  • {% endfor %}