Showing
1 changed file
with
4 additions
and
4 deletions
| @@ -10,7 +10,7 @@ | @@ -10,7 +10,7 @@ | ||
| 10 | ``` | 10 | ``` |
| 11 | type:templateAction | 11 | type:templateAction |
| 12 | subtype:drawingBoard | 12 | subtype:drawingBoard |
| 13 | - command:openDrawBoard | 13 | + command:open |
| 14 | attachmentType:image | 14 | attachmentType:image |
| 15 | ``` | 15 | ``` |
| 16 | 附加的附件是教师版当前页面的截图 | 16 | 附加的附件是教师版当前页面的截图 |
| @@ -19,14 +19,14 @@ | @@ -19,14 +19,14 @@ | ||
| 19 | ``` | 19 | ``` |
| 20 | type:templateAction | 20 | type:templateAction |
| 21 | subtype:drawingBoard | 21 | subtype:drawingBoard |
| 22 | - command:closeDrawBoard | 22 | + command:close |
| 23 | ``` | 23 | ``` |
| 24 | 24 | ||
| 25 | -* 更换画笔 | 25 | +* 更换颜色 |
| 26 | ``` | 26 | ``` |
| 27 | type:templateAction | 27 | type:templateAction |
| 28 | subtype:drawingBoard | 28 | subtype:drawingBoard |
| 29 | - command:changeBrush | 29 | + command:changeColor |
| 30 | ``` | 30 | ``` |
| 31 | 31 | ||
| 32 | * Undo操作 | 32 | * Undo操作 |
-
Please register or login to post a comment