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
+17
View File
@@ -263,3 +263,20 @@
.safe-bottom {
height: calc(14rpx + env(safe-area-inset-bottom));
}
/* Quota Bar */
.quota-bar {
text-align: center;
padding: 6rpx 0 2rpx;
}
.quota-text {
font-size: 22rpx;
color: #90A4AE;
font-weight: 500;
}
.quota-text.warn {
color: #EF4444;
font-weight: 600;
}