fix(chat): remove dynamic upgradeHint for daily limit message

This commit is contained in:
2026-06-24 18:18:21 +08:00
parent 2d3cb0538c
commit c288148c12
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -48,8 +48,7 @@ export function ChatScreen() {
// 消息数量限制由后端统一返回 lockDetail,前端不再处理本地额度。
const showMessageLimitBanner =
state.upgradePromptVisible && state.upgradeReason === "daily_limit";
const messageLimitTitle =
state.upgradeHint ?? "The limit for free chat times\nhas been reached";
const messageLimitTitle = "The limit for free chat times\nhas been reached";
const messageLimitCta = isGuest ? "Log in to continue chatting" : undefined;
const showPrivatePaywallBanner =