mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-07 06:43:43 +08:00
[+] Expose sdk to window
This commit is contained in:
@@ -253,3 +253,6 @@ export const TRANSFER = {
|
||||
push: (d: AllNetClient, data: string) =>
|
||||
post('/api/v2/transfer/push', {}, { json: { client: d, data } }),
|
||||
}
|
||||
|
||||
// @ts-ignore
|
||||
window.sdk = { USER, USERBOX, CARD, GAME, DATA, SETTING, TRANSFER }
|
||||
|
||||
Reference in New Issue
Block a user