echo

Updated 远程教学之页面动作消息 (markdown)

... ... @@ -5,13 +5,13 @@
* 按钮点击(command:clickButton)
* 单击控件(command:tap)
* 双击控件(command:doubleTap)
* 分段控件的点击(command:clickSegmentedControl)
* 分页ScrollView的滚动(command:gotoSpecifiedScrollViewPage)
* 分段控件的点击(command:clickSegmentedControl)需要参数:点击的索引
* 分页ScrollView的滚动(command:gotoSpecifiedScrollViewPage)需要参数:目标页的索引
例子
```
{
type:templateAction
type:templateAction(模板动作)
command:clickButton
controlId:WordExplanationTextSwitcher
index:2(保证页面内消息按顺序)
... ... @@ -19,7 +19,7 @@ index:2(保证页面内消息按顺序)
{
type:templateAction
command:singleTap
command:tap
controlId: WordExplanationImage1
index:2(保证页面内消息按顺序)
}
... ...