Vanessa 2026-02-25 15:09:23 +08:00
parent 4dce33436e
commit d3e876368c
4 changed files with 21 additions and 2 deletions

View file

@ -254,6 +254,7 @@ interface Window {
print(title: string, html: string): void
getScreenWidthPx(): number
exit(): void
setWebViewFocusable(enable: boolean): void
};
JSHarmony: {
showKeyboard(): void
@ -271,6 +272,7 @@ interface Window {
print(title: string, html: string): void
getScreenWidthPx(): number
exit(): void
setWebViewFocusable(enable: boolean): void
};
Protyle: import("../protyle/method").default;