修复视频播放控制条兼容问题,修改部分代码逻辑,去除部分打印代码

This commit is contained in:
2025-01-22 11:41:09 +08:00
parent 1550bcd19c
commit 91e8d66941
3 changed files with 131 additions and 50 deletions

View File

@@ -98,7 +98,6 @@
}
onLoad((opt) => {
Object.assign(options, opt)
console.log(options);
init()
})