Add behavior can filter by name

This commit is contained in:
2022-03-29 14:32:28 +08:00
parent b6f8828c3b
commit d4cd06196f
3 changed files with 96 additions and 17 deletions
+5
View File
@@ -159,6 +159,11 @@ class BehaviorInfo<E extends Record<EventType, any> = {}> extends Emitter<E> {
*/
public describe: string = "";
/**
* 类别
*/
public category: string = "";
/**
* 提条列表
*/