Vanessa 2023-01-20 11:24:11 +08:00
parent c099f3be2e
commit 367c2f4d18
3 changed files with 36 additions and 26 deletions

View file

@ -42,6 +42,7 @@ interface Window {
writeClipboard(text: string): void
writeImageClipboard(uri: string): void
readClipboard(): string
getBlockURL(): string
}
goBack(): void