{{ template "head.html" "friend" }}
    {{ range .friends }}
  • Tuple
    {{ .Nickname }}
    {{ if eq .IsOk true }} 正常 {{ else }} 已删除 {{ end }}
    原始微信Id
    微信号
    {{ .Wxid }}
    {{ if not (eq .CustomAccount "") }}
    {{ .CustomAccount }}
    {{end}}
    最后活跃时间
    {{ if eq .LastActive.IsNil true }} 无数据 {{ else }} {{ end }}
    AI
    {{ template "ai" . }}
    {{ if eq .EnableAi true }}
    AI模型
    {{ end }}
    指令
    {{ template "command" . }}
  • {{ end }}
{{ template "footer.html" }}