🔨 全局异常处理.

This commit is contained in:
lijiahangmax
2025-11-27 09:44:20 +08:00
parent 21e7d29077
commit 61fa7a6e32
7 changed files with 10 additions and 28 deletions

View File

@@ -40,5 +40,6 @@ export const playBellHz = (frequency: number = 400, duration: number = .15) => {
source.connect(audioCtx.destination);
source.start();
} catch (e) {
// ignored
}
};