feat(UI自动化): 新增复合指令类型
This commit is contained in:
parent
6b2a49482f
commit
71e39a1b44
|
@ -9,4 +9,5 @@ public class CommandType {
|
|||
public static final String COMMAND_TYPE_ATOM = "atom";
|
||||
public static final String COMMAND_TYPE_COMBINATION = "combination";
|
||||
public static final String COMMAND_TYPE_PROXY = "proxy";
|
||||
public static final String COMMAND_TYPE_COMBINATION_PROXY = "combination_proxy";
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit b657f1f6d36e906c882c44788876051ab2d63ec9
|
||||
Subproject commit d01abd37e4ef436a96f2be7d43c1d0e732f30d29
|
|
@ -1 +1 @@
|
|||
Subproject commit f55987c608640e8b4f01987413cb79d57a2919bb
|
||||
Subproject commit 2f477539fa0226a88cb117a4e2ba104dda7697fc
|
Loading…
Reference in New Issue