feat(webui): polish agent output and app discovery

This commit is contained in:
Xubin Ren
2026-07-22 22:42:31 +08:00
parent b189a37648
commit aa8387fb4d
87 changed files with 6225 additions and 2379 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ export function AttachmentTile({ attachment, className, inline = false, variant
<video
src={attachment.url}
controls
preload="auto"
preload="metadata"
className={cn(
"block w-full bg-black",
variant === "compact" ? "max-h-40" : "max-h-[26rem]",