This commit is contained in:
Vanessa 2023-12-27 22:36:11 +08:00
parent dbd3719736
commit df0e273a50
3 changed files with 10 additions and 3 deletions

View file

@ -157,7 +157,8 @@ interface Window {
siyuan: ISiyuan
webkit: any
html2canvas: (element: Element, opitons: {
useCORS: boolean
useCORS: boolean,
scale?: number
}) => Promise<any>;
JSAndroid: {
returnDesktop(): void