This commit is contained in:
yumoqing 2025-09-16 10:40:33 +08:00
parent 18f7565bd4
commit 2a1df2b84d

View File

@ -38,7 +38,7 @@ bricks.LlmOut = class extends bricks.VBox {
} }
if (data.video){ if (data.video){
if (!this.v_w){ if (!this.v_w){
this.v_w = mew bricks.VideoPlayer({ this.v_w = new bricks.VideoPlayer({
width: '100%', width: '100%',
url: data.video, url: data.video,
autoplay: true autoplay: true