feat: 限制用户单日提问次数

This commit is contained in:
Blizzard
2026-04-24 16:48:26 +08:00
parent 9fe2fd42e0
commit 0715a16d91
4 changed files with 138 additions and 42 deletions
+3
View File
@@ -85,6 +85,9 @@
<t-icon name="arrow-up" size="36rpx" color="#fff" />
</view>
</view>
<view class="quota-bar" wx:if="{{quotaLimit > 0}}">
<text class="quota-text {{quotaRemaining <= 2 ? 'warn' : ''}}">今日剩余 {{quotaRemaining}}/{{quotaLimit}} 次</text>
</view>
<view class="safe-bottom"></view>
</view>
</view>