From 561b9229a00519367bcc2030031054ddff40eaac Mon Sep 17 00:00:00 2001 From: cool Date: Fri, 26 Apr 2024 16:22:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=92=E4=BB=B6=E5=B0=B1=E7=BB=AA=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/demo/event/comm.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/demo/event/comm.ts b/src/modules/demo/event/comm.ts index d45d101..ae00a64 100644 --- a/src/modules/demo/event/comm.ts +++ b/src/modules/demo/event/comm.ts @@ -21,7 +21,7 @@ export class DemoCommEvent { * 插件已就绪 */ @Event(EVENT_PLUGIN_READY) - async pluginReady(keyName: string) { - console.log('插件已就绪', keyName); + async pluginReady() { + // TODO 插件已就绪 } }