From b46c82b402ad73108e6962d5eeb9731633544651 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sun, 31 May 2026 22:48:54 +0800 Subject: [PATCH] bugfix --- bricks/llmout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bricks/llmout.js b/bricks/llmout.js index c0512db..666937c 100644 --- a/bricks/llmout.js +++ b/bricks/llmout.js @@ -78,8 +78,8 @@ bricks.LlmOut = class extends bricks.VBox { this.rc_w = null; this.c_w = null; this.s_w = null; // 状态 - this.videos = []; this.glbs = []; + this.videos = []; this.audios = [] this.images = []; this.reasoning_content = '';