This commit is contained in:
yumoqing 2025-09-20 21:23:19 +08:00
parent a9cd6fd846
commit 1fb378536a

View File

@ -21,7 +21,7 @@ bricks.UserInputView = class extends bricks.VBox {
autoplay:true, autoplay:true,
width: '100%' width: '100%'
}); });
} else if (f.name.startsWith('audio'){ } else if (f.name.startsWith('audio')){
this.a_w = new bricks.AudioPlayer({ this.a_w = new bricks.AudioPlayer({
url:data[f.name], url:data[f.name],
autoplay:true, autoplay:true,