- 最后活跃时间
-
{{ if eq .info.LastActive.IsNil true }}
无活跃数据
{{ else }}
{{ end }}
- AI(模型可选默认或者指定模型)
-
{{ template "ai" .info }}
{{ if eq .info.EnableAi true }}
{{ end }}
{{$isGroup := checkIsGroup .info.Wxid}}
{{ if eq $isGroup true }}
- 水群排行榜
-
{{ template "chatRank" .info }}
- 群聊总结
-
{{ template "summary" .info }}
- 迎新
-
{{ template "welcome" .info }}
{{ end }}
- 早报
-
{{ template "news" .info }}
- 热榜
-
{{ template "hotTop" .info }}
{{ if eq $isGroup true }}
-
末位淘汰(需要机器人是管理员)
* 清理多少天不说话的成员,0表示不清理
-
{{ end }}