update release log

This commit is contained in:
duanfuxiang
2025-04-30 10:12:34 +08:00
parent c31f5fbe19
commit dfdb21e832
4 changed files with 6 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'>('custom-mode')
const [tab, setTab] = useState<'chat' | 'commands' | 'custom-mode'>('chat')
const [selectedSerializedNodes, setSelectedSerializedNodes] = useState<BaseSerializedNode[]>([])
useEffect(() => {