配置面板
游戏难度
简单
地鼠慢
停留长
普通
标准速度
适中时间
困难
极速出现
极短停留
游戏时长
30秒
60秒
90秒
地鼠概率
👑 金色地鼠
15%
💣 炸弹地鼠
10%
奖品阈值配置
🥉
分 解锁
🥈
分 解锁
🥇
分 解锁
分数
0
倒计时
30
连击
0x
点击地鼠得分,躲避炸弹!
🐭
打地鼠
点击左侧「开始游戏」启动
本局数据
命中统计
命中次数
0
Miss 次数
0
命中率
-
最高连击
0x
历史最高分
0
历史最高
奖品解锁进度
最近5局
暂无记录
游戏结束!
0
分数
0
命中
0
Miss
0x
最高连击
function mobileSwitchTab(tab) { var left = document.getElementById('panel-left'); var right = document.getElementById('panel-right'); document.querySelectorAll('.mobile-tab').forEach(function(b){b.classList.remove('active');}); var btn = document.getElementById('tab-' + tab); if (btn) btn.classList.add('active'); if (tab === 'config') { if (left) left.classList.toggle('expanded'); if (right) right.classList.remove('expanded'); } else if (tab === 'data') { if (right) right.classList.toggle('expanded'); if (left) left.classList.remove('expanded'); } else { if (left) left.classList.remove('expanded'); if (right) right.classList.remove('expanded'); } } function toggleSound() { var on = GameSound.toggle(); var icon = document.getElementById('sound-icon'); if (icon) icon.textContent = on ? '🔊' : '🔇'; }