Showing
1 changed file
with
4 additions
and
3 deletions
1 | [返回远程教学相关文档](远程教学相关文档) | 1 | [返回远程教学相关文档](远程教学相关文档) |
2 | 2 | ||
3 | -通用的基本动作定义 | 3 | +### 通用的基本动作定义 |
4 | + | ||
4 | * 按钮点击(command:clickButton) | 5 | * 按钮点击(command:clickButton) |
5 | * 单击控件(command:singleTap) | 6 | * 单击控件(command:singleTap) |
6 | * 双击控件(command:doubleTap) | 7 | * 双击控件(command:doubleTap) |
@@ -37,7 +38,7 @@ parameter:3(在这里是页码) | @@ -37,7 +38,7 @@ parameter:3(在这里是页码) | ||
37 | index:2(保证页面内消息按顺序) | 38 | index:2(保证页面内消息按顺序) |
38 | ``` | 39 | ``` |
39 | 40 | ||
40 | -多媒体播放器动作定义 | 41 | +### 多媒体播放器动作定义 |
41 | * 播放(play) | 42 | * 播放(play) |
42 | * 暂停(pause) | 43 | * 暂停(pause) |
43 | * 停止(stop) | 44 | * 停止(stop) |
@@ -56,4 +57,4 @@ subType:playerAction | @@ -56,4 +57,4 @@ subType:playerAction | ||
56 | command:progress | 57 | command:progress |
57 | parameter:进度百分比(这个应该更通用) | 58 | parameter:进度百分比(这个应该更通用) |
58 | index:2 | 59 | index:2 |
59 | -``` | 60 | +``` |
-
Please register or login to post a comment