From 038176713d1da5f35345f12dc698a99046d57b29 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Fri, 2 May 2025 08:24:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=20README.md=20=E4=B8=AD=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E4=BA=86=E5=B7=A5=E4=BD=9C=E6=B5=81=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E5=92=8C=E5=AD=98=E5=82=A8=E6=93=8D=E4=BD=9C=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E7=9A=84=E6=9E=9A=E4=B8=BE=E9=A1=B9=EF=BC=8C=E4=BB=A5=E6=89=A9?= =?UTF-8?q?=E5=B1=95=E6=8F=92=E4=BB=B6=E5=8A=9F=E8=83=BD=E6=8F=8F=E8=BF=B0?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 57103c5..59e7bce 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,10 @@ class ChainEventType(Enum): MediaRecognizeConvert = "media.recognize.convert" # 推荐数据源 RecommendSource = "recommend.source" + # 工作流执行 + WorkflowExecution = "workflow.execution" + # 存储操作选择 + StorageOperSelection = "storage.operation" ``` ### 2. 如何在插件中实现远程命令响应?