Vanessa 2026-02-03 11:42:35 +08:00
parent 23bd4bed95
commit 65ab0c1123
2 changed files with 12 additions and 4 deletions

View file

@ -235,7 +235,6 @@ interface Window {
toCanvas: (element: Element) => Promise<HTMLCanvasElement>
toBlob: (element: Element) => Promise<Blob>
};
siyuan: ISiyuan;
JSAndroid: {
returnDesktop(): void
@ -249,6 +248,7 @@ interface Window {
readHTMLClipboard(): string
getBlockURL(): string
hideKeyboard(): void
showKeyboard(): void
print(title: string, html: string): void
getScreenWidthPx(): number
exit(): void