From 2c9e7f70f23e35beffe7a423854a5df3e41f7e31 Mon Sep 17 00:00:00 2001 From: Rock Chin <1010553892@qq.com> Date: Tue, 17 Jan 2023 00:10:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=94=99=E8=AF=AF=E7=9A=84=E5=91=BD?= =?UTF-8?q?=E5=90=8D=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/plugin_examples/hello_plugin/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/plugin_examples/hello_plugin/main.py b/tests/plugin_examples/hello_plugin/main.py index be4ba2fb..edcd8ed5 100644 --- a/tests/plugin_examples/hello_plugin/main.py +++ b/tests/plugin_examples/hello_plugin/main.py @@ -3,7 +3,7 @@ from pkg.plugin.host import EventContext # 注册插件 -@register(name="hello", description="hello world", version="0.1", author="RockChinQ") +@register(name="Hello", description="hello world", version="0.1", author="RockChinQ") class HelloPlugin(Plugin): def __init__(self):