信息完善

This commit is contained in:
kron
2025-07-17 13:55:04 +08:00
parent 9ab54b6740
commit bb3d251041
7 changed files with 89 additions and 56 deletions

View File

@@ -57,7 +57,7 @@ class AudioManager {
// 监听加载状态
audio.onCanplay(() => {
console.log(`音频 ${key} 已加载完成`);
// console.log(`音频 ${key} 已加载完成`);
});
audio.onError((res) => {