Vanessa 2025-03-19 11:55:07 +08:00
parent 0b0c27b0ba
commit 66094077eb
3 changed files with 94 additions and 58 deletions

View file

@ -186,6 +186,7 @@ interface Window {
startKernelFast: { postMessage: (url: string) => void }
changeStatusBar: { postMessage: (url: string) => void }
setClipboard: { postMessage: (url: string) => void }
purchase: { postMessage: (url: string) => void }
}
}
htmlToImage: {