类型:开发

描述:
This commit is contained in:
2025-12-05 22:29:08 +08:00
parent 03e0ea4cb8
commit d6c4bd0406
7 changed files with 26 additions and 17 deletions

View File

@@ -177,6 +177,7 @@
// 错误处理和重连机制
player.on('error', (err) => {
player.unload()
// 3 秒后尝试重新加载
setTimeout(() => {
player.load()