🆕 新增每日免费AI对话次数限制

This commit is contained in:
李寻欢 2024-08-17 13:14:10 +08:00
parent cf1be44c9e
commit e08ad4b438

View File

@ -81,6 +81,13 @@
{{ end }}
</dd>
</div>
<!-- 今日 AI 对话已使用次数 -->
<div class="flex justify-between gap-x-4 py-3 items-center">
<dt class="text-gray-500">今日 AI 对话已使用次数</dt>
<dd class="flex items-start gap-x-2">
{{ .info.AiUsedToday }}次(限制{{ .info.AiFreeLimit }}次)
</dd>
</div>
{{$isGroup := checkIsGroup .info.Wxid}}
{{ if eq $isGroup true }}