This commit is contained in:
hjdhnx 2023-11-23 12:46:23 +08:00
parent 2b8eb32c52
commit 3dc2618c96

View File

@ -505,7 +505,8 @@ function _typeof(e) {
o.setAttribute(e, t) o.setAttribute(e, t)
} }
option.src && i("src", option.src), option.src && i("src", option.src),
!0 === option.autoplay && i("autoplay", "autoplay"), // !0 === option.autoplay && i("autoplay", "autoplay"),
!0 === option.autoplay && i("autoplay",option.autoplay),
1 == option.autoplay || option.preload && i("preload", option.preload), 1 == option.autoplay || option.preload && i("preload", option.preload),
option.loop && i("loop", "loop"); option.loop && i("loop", "loop");
var s = option.videoAttribute || []; var s = option.videoAttribute || [];