Vanessa 2026-02-05 11:38:40 +08:00
parent d60415dd79
commit b14eec5c59
3 changed files with 13 additions and 2 deletions

View file

@ -254,6 +254,8 @@ interface Window {
exit(): void
};
JSHarmony: {
showKeyboard(): void
hideKeyboard(): void
openExternal(url: string): void
exportByDefault(url: string): void
changeStatusBarColor(color: string, mode: number): void