插件就绪事件示例

This commit is contained in:
cool 2024-04-26 16:22:37 +08:00
parent fdd9a346a5
commit 561b9229a0

View File

@ -21,7 +21,7 @@ export class DemoCommEvent {
* *
*/ */
@Event(EVENT_PLUGIN_READY) @Event(EVENT_PLUGIN_READY)
async pluginReady(keyName: string) { async pluginReady() {
console.log('插件已就绪', keyName); // TODO 插件已就绪
} }
} }