feat: 支持清空/导入图片

This commit is contained in:
余泓铮
2025-08-12 16:45:53 +08:00
parent 07bfabd5b6
commit 9bf31f643d
5 changed files with 297 additions and 2 deletions

View File

@@ -98,6 +98,10 @@ const (
ACTION_ListAvailableDevices ActionName = "list_available_devices"
ACTION_SelectDevice ActionName = "select_device"
// image actions
ACTION_PushImage ActionName = "push_image"
ACTION_ClearImage ActionName = "clear_image"
// custom actions
ACTION_SwipeToTapApp ActionName = "swipe_to_tap_app" // swipe left & right to find app and tap
ACTION_SwipeToTapText ActionName = "swipe_to_tap_text" // swipe up & down to find text and tap