refactor(chat): remove weekly limit flow

This commit is contained in:
2026-07-01 13:12:14 +08:00
parent d1ccf3631e
commit f6e7adbe96
9 changed files with 33 additions and 89 deletions
+1 -1
View File
@@ -14,5 +14,5 @@ export class ChatStorage {
}
// 本地游客消息数量额度逻辑已停用:
// 游客 / 非游客的消息数量限制统一后端接口返回 lockDetail/daily_limit
// 游客 / 非游客的发送能力统一后端返回的积分状态为准
}