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 插件已就绪 } }