加入菜单设置功能

This commit is contained in:
liuwei
2026-01-16 16:02:55 +08:00
parent c3e508a498
commit adeef0b928
2 changed files with 87 additions and 7 deletions

View File

@@ -5,4 +5,16 @@ command-format = """
📝功能菜单指令:
菜单 - 显示功能菜单
菜单 状态 - 显示功能状态
菜单 群列表 - 显示所有启用机器人的群组
🔧管理员指令(需要管理员权限):
菜单 启用 序号 - 启用指定功能
菜单 关闭 序号 - 关闭指定功能
菜单 启用 功能名 - 启用指定功能
菜单 关闭 功能名 - 关闭指定功能
示例:
菜单 启用 1 - 启用群机器人(总开关)
菜单 关闭 2 - 关闭每日新闻播报
菜单 启用 PDF_CAPABILITY - 启用PDF能力
"""