Skip to content

Commit fd9ab67

Browse files
committed
feat(timing): 战斗状态检测模块(移植 Rust battle_state.rs)
检测右上角暂停/播放 + 速度按钮 glyph,分类为 InBattle / BattleBegin / NotInBattle。 - InBattle: pause glyph 亮像素归一化面积落入暂停 [300,500] 或播放 [560,710] 区间 - BattleBegin: 两 glyph 全暗 + dim<=2 + 7 band 标题屏采样通过 - NotInBattle: 其余 暂停态 PAUSE_PAUSED_MIN 从 Rust 原版 380 降到 300(实测 340 < 380 误判)。 标题屏 code band 单独检查已去掉(实测 wp=62 < 100 误判,靠 title + score 足够区分)。
1 parent 9fa29f0 commit fd9ab67

2 files changed

Lines changed: 616 additions & 0 deletions

File tree

0 commit comments

Comments
 (0)