Vanessa 2025-11-20 22:31:33 +08:00
parent bdf7d172da
commit a74e5de394
2 changed files with 5 additions and 2 deletions

View file

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