Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -9,7 +9,7 @@ | @@ -9,7 +9,7 @@ | ||
| 9 | * 打开画板 | 9 | * 打开画板 |
| 10 | ``` | 10 | ``` |
| 11 | type:templateAction | 11 | type:templateAction |
| 12 | - subtype:drawPanelAction | 12 | + subtype:drawingBoard |
| 13 | command:openDrawPanel | 13 | command:openDrawPanel |
| 14 | attachmentType:image | 14 | attachmentType:image |
| 15 | ``` | 15 | ``` |
| @@ -18,7 +18,7 @@ | @@ -18,7 +18,7 @@ | ||
| 18 | * 关闭画板 | 18 | * 关闭画板 |
| 19 | ``` | 19 | ``` |
| 20 | type:templateAction | 20 | type:templateAction |
| 21 | - subtype:drawPanelAction | 21 | + subtype:drawingBoard |
| 22 | command:closeDrawPanel | 22 | command:closeDrawPanel |
| 23 | ``` | 23 | ``` |
| 24 | 24 |
-
Please register or login to post a comment