Files
wow/ddl/chm_output/com_fun/css/help.css
王鹏 33dc741fd9 add 硬件控制模块 (hardware_control.py) 并修复游戏状态扫描区域宽度
- 新增 wyhkm.dll 硬件盒子 COM 接口封装,支持键盘鼠标控制
- 修复 game_state_config.json 中 scan_region_width 过小导致截图越界的问题
- 添加鼠标路径录制器、硬件测试脚本等工具
- 更新多项配置默认值

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-15 12:15:00 +08:00

18 lines
558 B
CSS

@charset "gb2312";
body{font-size:12px; font-family:Verdana,"ËÎÌå";}
.ts{ background:#fff; margin:0;}
.ts th{
color:#666666;
background:#D8D8D8;
line-height:24px;
font-family: Verdana, "ËÎÌå";
}
.ts td {padding:6px 0;}
.name { font-size:16px; font-weight:bold; border-top:1px dashed #9C9A9C; border-bottom:1px dashed #9C9A9C; color:#006939;}
.canshu { background:#E7E7EF;}
.fanhui { border-bottom:1px dashed #9C9A9C;}
.lizi { border-bottom:1px dashed #9C9A9C;}
.neirong { border-bottom:1px dashed #9C9A9C;}
.thf {color: #000000;}
.note {color: #006600;}