forked from lxh/go-wxhelper
🎨 优化页面显示,增加AI对话次数重置提示和联系方式
This commit is contained in:
parent
b02077a42a
commit
99a7229c70
@ -83,7 +83,12 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- 今日 AI 对话已使用次数 -->
|
<!-- 今日 AI 对话已使用次数 -->
|
||||||
<div class="flex justify-between gap-x-4 py-3 items-center">
|
<div class="flex justify-between gap-x-4 py-3 items-center">
|
||||||
<dt class="text-gray-500">今日 AI 对话已使用次数</dt>
|
<dt class="text-gray-500">
|
||||||
|
今日 AI 对话已使用次数
|
||||||
|
<br/>
|
||||||
|
<span class="text-red-300">* 每天0点重置</span>
|
||||||
|
<p class="text-gray-400">需要扩容请添加微信: _Elixir</p>
|
||||||
|
</dt>
|
||||||
<dd class="flex items-start gap-x-2">
|
<dd class="flex items-start gap-x-2">
|
||||||
{{ .info.AiUsedToday }}次{{ if lt 1 .info.AiFreeLimit }}(限制{{ .info.AiFreeLimit }}次){{ end }}
|
{{ .info.AiUsedToday }}次{{ if lt 1 .info.AiFreeLimit }}(限制{{ .info.AiFreeLimit }}次){{ end }}
|
||||||
</dd>
|
</dd>
|
||||||
|
Loading…
Reference in New Issue
Block a user