feat: add device-targeted android control flow

This commit is contained in:
Codex
2026-03-23 15:03:17 +08:00
parent 0148440ad5
commit c53ff3965b
11 changed files with 621 additions and 128 deletions

View File

@@ -9,6 +9,7 @@ function defaultState(): AppState {
tasks: [],
workers: [],
approvals: [],
deviceBindings: [],
events: [],
};
}