feat: add tap text for hrp ui server

This commit is contained in:
lilong.129
2024-11-04 18:02:11 +08:00
parent 0055e90e38
commit 6fb99114f4
3 changed files with 44 additions and 25 deletions

View File

@@ -10,6 +10,7 @@ type TapRequest struct {
X float64 `json:"x"`
Y float64 `json:"y"`
Duration float64 `json:"duration"`
Text string `json:"text"`
}
type DragRequest struct {