mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-01 10:20:16 +01:00
🎨 Improve exit on Android
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
2bf5bb50c2
commit
21dff696cc
5 changed files with 25 additions and 11 deletions
1
app/src/types/index.d.ts
vendored
1
app/src/types/index.d.ts
vendored
|
|
@ -250,6 +250,7 @@ interface Window {
|
|||
hideKeyboard(): void
|
||||
print(title: string, html: string): void
|
||||
getScreenWidthPx(): number
|
||||
exit(): void
|
||||
};
|
||||
JSHarmony: {
|
||||
openExternal(url: string): void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue