Vanessa 2025-04-17 00:08:52 +08:00
parent 7ded2d4077
commit 53aacb8a77
8 changed files with 9 additions and 18 deletions

View file

@ -208,6 +208,7 @@ interface Window {
readClipboard(): string
readHTMLClipboard(): string
getBlockURL(): string
hideKeyboard(): void
}
JSHarmony: {
openExternal(url: string): void