chore: get started for add cluster

This commit is contained in:
jialin
2025-11-27 11:35:45 +08:00
parent 97601280d1
commit 962df859f1
26 changed files with 385 additions and 64 deletions
+9 -5
View File
@@ -156,11 +156,15 @@ const Playground: React.FC = () => {
activeKey={activeKey}
key="view-code-buttons"
/>,
<Divider
key="divider"
type="vertical"
style={{ height: 24, marginInline: 16 }}
/>,
<>
{activeKey === 'chat' && (
<Divider
key="divider"
type="vertical"
style={{ height: 24, marginInline: 16 }}
/>
)}
</>,
<ExtraContent key="extra-content" />
]}
>