This commit is contained in:
yumoqing 2026-06-01 12:09:00 +08:00
parent 88c6fd3138
commit d1661e7ab6

View File

@ -209,7 +209,7 @@ bricks.LlmOut = class extends bricks.VBox {
this.audios.forEach(a => { this.audios.forEach(a => {
this.render_audio(a); this.render_audio(a);
}); });
this.imges.forEach(i => { this.images.forEach(i => {
this.render_image(i); this.render_image(i);
}); });
if(this.s_w){ if(this.s_w){