forked from 77media/video-flow
去掉test回显
This commit is contained in:
parent
68ba3b7844
commit
428ecc154f
@ -190,7 +190,7 @@ export default function SmartChatBox({
|
|||||||
{/* Header */}
|
{/* 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={`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">
|
<div className="font-semibold flex items-center gap-2">
|
||||||
<span>Chat {browserType}-{maxHeight}</span>
|
<span>Chat</span>
|
||||||
{/* System push toggle */}
|
{/* System push toggle */}
|
||||||
<Switch
|
<Switch
|
||||||
checkedChildren="On"
|
checkedChildren="On"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user