Update README.md

This commit is contained in:
ai-modelscope
2025-03-11 20:04:41 +08:00
parent b37f2ca028
commit 59c197f813

View File

@@ -132,7 +132,7 @@ action_map = {
""", """,
'phone': """ 'phone': """
1. `INPUT`: Type a string into an element, value is not applicable and the position [x,y] is required. 1. `INPUT`: Type a string into an element, value is a string to type and the position [x,y] is required.
2. `SWIPE`: Swipe the screen, value is not applicable and the position [[x1,y1], [x2,y2]] is the start and end position of the swipe operation. 2. `SWIPE`: Swipe the screen, value is not applicable and the position [[x1,y1], [x2,y2]] is the start and end position of the swipe operation.
3. `TAP`: Tap on an element, value is not applicable and the position [x,y] is required. 3. `TAP`: Tap on an element, value is not applicable and the position [x,y] is required.
4. `ANSWER`: Answer the question, value is the status (e.g., 'task complete') and the position is not applicable. 4. `ANSWER`: Answer the question, value is the status (e.g., 'task complete') and the position is not applicable.