Add behavior can filter by name
This commit is contained in:
@@ -159,6 +159,11 @@ class BehaviorInfo<E extends Record<EventType, any> = {}> extends Emitter<E> {
|
||||
*/
|
||||
public describe: string = "";
|
||||
|
||||
/**
|
||||
* 类别
|
||||
*/
|
||||
public category: string = "";
|
||||
|
||||
/**
|
||||
* 提条列表
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user