fix(chat): use weekly limit for message quota

This commit is contained in:
2026-06-29 18:40:44 +08:00
parent a821d01834
commit cee63e8658
8 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
*
* 配额:
* - 前端不再处理本地消息额度;游客 / 注册用户均以后端响应为准。
* - 后端返回 `lockDetail.reason="daily_limit"` 且需要升级时展示会员引导。
* - 后端返回 `lockDetail.reason="weekly_limit"` 且需要升级时展示会员引导。
*
*/