fix(chat): remove dynamic upgradeHint for daily limit message
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user