locals init ...

This commit is contained in:
duanfuxiang
2025-05-01 13:09:03 +08:00
parent db34038acc
commit 03e0d08623
27 changed files with 176 additions and 3 deletions

View File

@@ -165,7 +165,7 @@ const Chat = forwardRef<ChatRef, ChatProps>((props, ref) => {
}
}
const [tab, setTab] = useState<'chat' | 'commands' | 'custom-mode'>('chat')
const [tab, setTab] = useState<'chat' | 'commands' | 'custom-mode'>('custom-mode')
const [selectedSerializedNodes, setSelectedSerializedNodes] = useState<BaseSerializedNode[]>([])
useEffect(() => {