From 40fd9b05790e1f4a8805ce2fb08a7f7667fbdc3f Mon Sep 17 00:00:00 2001 From: Rock Chin <1010553892@qq.com> Date: Mon, 16 Jan 2023 18:00:30 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E6=B7=BB=E5=8A=A0=E9=83=A8=E5=88=86?= =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/plugin/host.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/plugin/host.py b/pkg/plugin/host.py index 07262f08..1f60313e 100644 --- a/pkg/plugin/host.py +++ b/pkg/plugin/host.py @@ -81,6 +81,7 @@ def unload_plugins(): class EventContext: """ 事件上下文 """ eid = 0 + """事件编号""" name = ""