Vanessa 2025-12-09 19:52:32 +08:00
parent a4fb57a360
commit 246ec1e2ce
2 changed files with 3 additions and 3 deletions

View file

@ -228,7 +228,7 @@ interface Window {
setClipboard: { postMessage: (url: string) => void }
purchase: { postMessage: (url: string) => void }
print: { postMessage: (html: string) => void }
exit: { postMessage: () => void }
exit: { postMessage: (text: string) => void }
}
};
htmlToImage: {