⚙️ 游戏配置
关卡总数
3 关
5 关
10 关
每关石子数
3 颗
5 颗
8 颗
目标类型(可多选)
📦
普通箱
100 分 · 1 击
🔩
铁箱
200 分 · 2 击
🎈
气球
150 分 · 飘移
🎯
黄金靶
500 分 · 稀有
💣
炸弹桶
300 分 · 爆炸
奖品解锁配置
🥉 过1关
🥈 过3关
🏆 全通关
弹力系数
拉伸力度
7
得分 0
第 1 关 / 共 5 关
拖拽弹弓石子,松手发射!
石子 5
🏹 弹弓射击
拖拽石子拉弓,松手发射
击中目标得分,过关解锁奖品!
📊 实时数据
关卡进度
已通关 0 / 5
分数统计
本局得分 0
历史最高 0
已发射石子 0
命中率
目标击中统计
奖品解锁状态
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 ? '🔊' : '🔇'; }