Merge pull request '🆕 新增每日免费AI对话次数限制' (#95) from hotfix into main
All checks were successful
BuildImage / build-image (push) Successful in 1m27s

Reviewed-on: #95
This commit is contained in:
李寻欢 2024-08-17 13:41:43 +08:00
commit 28a87a07c0

View File

@ -85,7 +85,7 @@
<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 }}次)
{{ .info.AiUsedToday }}次{{ if lt 1 .info.AiFreeLimit }}(限制{{ .info.AiFreeLimit }}次){{ end }}
</dd>
</div>