fix: 缩小问路面板避免遮挡小路曱甴路 + 清理debug日志修复构建

This commit is contained in:
li 2026-02-11 02:10:27 +08:00
parent f60818e993
commit 55f89ee6a0

View File

@ -1092,8 +1092,10 @@ export default {
break
case "startBetCountDown": //
if (data.count_down == 10) {
console.log('[DEBUG] 播放 last_10_seconds')
audioMp3(["last_10_seconds"]).Play()
} else if (data.count_down < 9) {
console.log('[DEBUG] 播放 time')
audioMp3(["time"]).Play()
}
break