🆕 页面新增迎新开关实现

This commit is contained in:
李寻欢
2023-12-04 14:24:30 +08:00
parent 14d407eff1
commit 89c504d019
5 changed files with 50 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ type FriendItem struct {
Wxid string // 微信原始Id
EnableAi bool // 是否使用AI
EnableChatRank bool // 是否使用聊天排行
EnableWelcome bool // 是否使用迎新
IsOk bool // 是否还在通讯库(群聊是要还在群里也算)
LastActiveTime types.DateTime // 最后活跃时间
}