⚔️ 剑网三助手 · 指令帮助
{% for section, commands in data.items() %}
{{ section }}
{% for cmd, desc in commands %}
{{ cmd }}
{{ desc }}
{% endfor %} {% if not loop.last %}
{% endif %} {% endfor %}