feat: update to v3.4.0 and redesign model selection UI with a dropdown and descriptive panel

This commit is contained in:
CJACK
2026-04-13 02:27:12 +08:00
parent d53a2ea7d2
commit 7ef6a7d11f
5 changed files with 50 additions and 44 deletions

View File

@@ -82,7 +82,7 @@ export default function ApiTesterContainer({ config, onMessage, authFetch }) {
})
return (
<div className={clsx('flex flex-col lg:grid lg:grid-cols-12 gap-6 h-[calc(100vh-140px)]')}>
<div className={clsx('flex flex-col lg:grid lg:grid-cols-12 gap-6 h-[calc(100vh-140px)] min-h-0')}>
<ConfigPanel
t={t}
configExpanded={configExpanded}