🆕 网页新增控制是否打开指令功能

This commit is contained in:
李寻欢
2024-01-12 22:20:14 +08:00
parent 77c5a96c76
commit 01051ff606
5 changed files with 59 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ type FriendItem struct {
EnableAi bool // 是否使用AI
EnableChatRank bool // 是否使用聊天排行
EnableWelcome bool // 是否使用迎新
EnableCommand bool // 是否启用指令
IsOk bool // 是否还在通讯库(群聊是要还在群里也算)
LastActiveTime types.DateTime // 最后活跃时间
}