未复刻列表
角色池
五星列表
{% for val in fiveLog %} {% set d = fiveData[val] %}
{% if d.last_up_day == 0 %}
UP
{% endif %}
{{ d.last_up_day }}
{% endfor %}
四星列表
{% for val in fourLog %} {% set d = fourData[val] %}
{% if d.last_up_day == 0 %}
UP
{% endif %}
{{ d.last_up_day }}
{% endfor %}
Template By Yunzai-Bot x Generated By PamGram