mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 00:16:57 +08:00
feat:工作流支持事件触发
This commit is contained in:
@@ -65,6 +65,8 @@ class EventType(Enum):
|
||||
ConfigChanged = "config.updated"
|
||||
# 消息交互动作
|
||||
MessageAction = "message.action"
|
||||
# 执行工作流
|
||||
WorkflowExecute = "workflow.execute"
|
||||
|
||||
|
||||
# 同步链式事件
|
||||
|
||||
Reference in New Issue
Block a user