feat: 执行之后回收BC

This commit is contained in:
yupeng12 2024-11-19 16:07:23 +08:00
parent 8acd4ca5a7
commit da0fc105e9

View File

@ -366,6 +366,7 @@ export async function dispatchGlobalEvent(eventName: string, data: any) {
eventName,
data
});
bc.close();
}
export const getRendererEventListeners = () => {