add 飞行模式

This commit is contained in:
王鹏
2026-03-23 16:05:27 +08:00
parent f517c29579
commit 9b4a9d5ab8
21 changed files with 393 additions and 3 deletions

11
wow_multikey_qt.json Normal file
View File

@@ -0,0 +1,11 @@
{
"keys": {},
"bot": {
"flight": {
"takeoff_key": "space",
"takeoff_hold_sec": 2.0,
"land_key": "p",
"land_hold_sec": 2.0
}
}
}