This commit is contained in:
yumoqing 2025-09-19 15:38:48 +08:00
parent 1412f864e3
commit 856672976a

View File

@ -24,7 +24,7 @@ bricks.LlmOut = class extends bricks.VBox {
}
update(data){
if (data.audiao){
if (data.audio){
if (!this.a_w) {
this.a_w = new bricks.AudioPlay({
width: '100%',