Showing
1 changed file
with
13 additions
and
9 deletions
@@ -57,14 +57,18 @@ index:2(保证页面内消息按顺序) | @@ -57,14 +57,18 @@ index:2(保证页面内消息按顺序) | ||
57 | * 进度消息(progress) | 57 | * 进度消息(progress) |
58 | 58 | ||
59 | ``` | 59 | ``` |
60 | -type:templateAction | 60 | +{ |
61 | -subType:playerAction | 61 | + type:templateAction |
62 | -command:play | 62 | + subType:playerAction |
63 | -index:2 | 63 | + command:play |
64 | + index:2 | ||
65 | +} | ||
64 | 66 | ||
65 | -type:templateAction | 67 | +{ |
66 | -subType:playerAction | 68 | + type:templateAction |
67 | -command:progress | 69 | + subType:playerAction |
68 | -parameter:进度百分比(这个应该更通用) | 70 | + command:progress |
69 | -index:2 | 71 | + parameter:进度百分比(这个应该更通用) |
72 | + index:2 | ||
73 | +} | ||
70 | ``` | 74 | ``` |
-
Please register or login to post a comment