mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-08 08:14:21 +01:00
This commit is contained in:
parent
d60415dd79
commit
b14eec5c59
3 changed files with 13 additions and 2 deletions
2
app/src/types/index.d.ts
vendored
2
app/src/types/index.d.ts
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue