{% extends "_base.html" %} {% block title %}舞立方AP30{% endblock %} {% block page_heading %}🎵 舞立方AP歌曲 {{ pageTitleEnding }}{% endblock %} {% block extra_style %} .section-title { border-left-color: #ff6b6b; color: #ff6b6b; } .avatar { border-color: #ff6b6b; } .personal-details .name { color: #ff6b6b; } {% endblock %} {% block content %} {% call render_personal_info(avatarUrl, playerName, powerValue, points, playedNumbers, teamName, teamPosition) %}
AP歌曲数: {{ apCount or '0' }}
{% endcall %}

🎯 AP歌曲列表 ({{ apListCount }})

{% for score in apList %} {{ render_score_card(score) }} {% endfor %}
{% endblock %}