From 1fb378536a4db64c88be26f473b5b9080b93e62b Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sat, 20 Sep 2025 21:23:19 +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 3db1bc0..422a4ee 100644 --- a/bricks/llmout.js +++ b/bricks/llmout.js @@ -21,7 +21,7 @@ bricks.UserInputView = class extends bricks.VBox { autoplay:true, width: '100%' }); - } else if (f.name.startsWith('audio'){ + } else if (f.name.startsWith('audio')){ this.a_w = new bricks.AudioPlayer({ url:data[f.name], autoplay:true,