机器人功能菜单

用户功能查看中心 · 直达命令与状态一屏可见

目标:{{ group_id }} 功能总数:{{ feature_total }} 已开启:{{ enabled_count }} 生成时间:{{ now_text }}

功能卡片

{% for item in feature_cards %}
{{ "%02d"|format(item.index) }}

{{ item.title }}

功能键:{{ item.feature_key }}

{{ item.status_text }}
{% if item.command.is_auto %}

{{ item.command.tip }}

{% else %}

指令:{{ item.command.primary }} {% if item.command.aliases %} 别名: {% for alias in item.command.aliases %} {{ alias }}{% if not loop.last %} / {% endif %} {% endfor %} {% endif %}

{% endif %}
{% endfor %}