feat: get screen result for hrp ui server

This commit is contained in:
lilong.129
2024-11-05 17:38:14 +08:00
parent e279ac0a3a
commit 80abc92f71
4 changed files with 51 additions and 2 deletions

View File

@@ -30,6 +30,10 @@ type InputRequest struct {
Frequency int `json:"frequency"` // only iOS
}
type ScreenRequest struct {
Options *uixt.ActionOptions `json:"options,omitempty"`
}
type KeycodeRequest struct {
Keycode int `json:"keycode"`
}