mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/StarCitizenBoxBrowserEx.git
synced 2025-07-02 07:35:47 +08:00
feat: add SC-BOX-TRANSLATE-API-AVAILABLE message
This commit is contained in:
@ -43,4 +43,6 @@ window.addEventListener('message', async (event) => {
|
||||
requestId,
|
||||
response
|
||||
}, '*');
|
||||
});
|
||||
});
|
||||
|
||||
window.postMessage({ type: 'SC-BOX-TRANSLATE-API-AVAILABLE' }, '*');
|
Reference in New Issue
Block a user