✏️ 修正 aifalse man

This commit is contained in:
fumiama
2021-12-01 11:46:59 +08:00
parent 63a61f2fb5
commit 20835f9858
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ func init() { // 插件主体
engine := control.Register("aifalse", &control.Options{
DisableOnDefault: false,
Help: "AIfalse\n" +
"- 查询计算机当前活跃度[检查身体|自检|启动自检|系统状态",
"- 查询计算机当前活跃度: [检查身体|自检|启动自检|系统状态]",
})
engine.OnFullMatchGroup([]string{"检查身体", "自检", "启动自检", "系统状态"}, zero.AdminPermission).SetBlock(true).
Handle(func(ctx *zero.Ctx) {