From 7094cfc227ccdaa0e2f75c880c37eeaceba9ceae Mon Sep 17 00:00:00 2001 From: jxxghp Date: Thu, 6 Feb 2025 20:46:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8504755..d9d10b3 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ MoviePilot官方插件市场:https://github.com/jxxghp/MoviePilot-Plugins } ``` -- MoviePilot中所有事件清单(V2版本),可以通过实现这些事情来扩展功能,同时插件之前也可以通过发送和监听事件实现联动(V1V2事件清单不可,且可能会变化,最新请参考源代码)。 +- MoviePilot中所有事件清单(V2版本),可以通过实现这些事情来扩展功能,同时插件之前也可以通过发送和监听事件实现联动(V1、V2事件清单有差异,且可能会变化,最新请参考源代码)。 ```python # 异步广播事件 class EventType(Enum):