docs: Add Custom UI doc

This commit is contained in:
Simon
2026-01-30 14:58:33 +08:00
parent 7470c1987b
commit 97cdb1e1cd
6 changed files with 286 additions and 1 deletions

View File

@@ -109,7 +109,7 @@ export function ConfigPanel({ config, onSave, onClose }: ConfigPanelProps) {
<div className="flex flex-col gap-1.5">
<label className="text-xs text-muted-foreground">Model</label>
<Input
placeholder="gpt-4o"
placeholder="gpt-5.2"
value={model}
onChange={(e) => setModel(e.target.value)}
className="text-xs h-8"