去掉test回显

This commit is contained in:
北枳 2025-10-14 14:38:31 +08:00
parent 68ba3b7844
commit 428ecc154f

View File

@ -190,7 +190,7 @@ export default function SmartChatBox({
{/* Header */}
<div className={`px-4 py-3 border-b border-white/10 flex items-center justify-between ${isMobile ? 'sticky top-0 bg-[#141414] z-[1]' : ''}`} data-alt="chat-header">
<div className="font-semibold flex items-center gap-2">
<span>Chat {browserType}-{maxHeight}</span>
<span>Chat</span>
{/* System push toggle */}
<Switch
checkedChildren="On"