mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-22 16:26:09 +01:00
🎨 The Export in the asset menu on the mobile is changed to calling the browser to download https://github.com/siyuan-note/siyuan/issues/14280
This commit is contained in:
parent
3693788e3e
commit
803b3609d4
1 changed files with 2 additions and 0 deletions
2
app/src/types/index.d.ts
vendored
2
app/src/types/index.d.ts
vendored
|
|
@ -186,6 +186,7 @@ interface Window {
|
|||
JSAndroid: {
|
||||
returnDesktop(): void
|
||||
openExternal(url: string): void
|
||||
exportByDefault(url: string): void
|
||||
changeStatusBarColor(color: string, mode: number): void
|
||||
writeClipboard(text: string): void
|
||||
writeHTMLClipboard(text: string, html: string): void
|
||||
|
|
@ -196,6 +197,7 @@ interface Window {
|
|||
}
|
||||
JSHarmony: {
|
||||
openExternal(url: string): void
|
||||
exportByDefault(url: string): void
|
||||
changeStatusBarColor(color: string, mode: number): void
|
||||
writeClipboard(text: string): void
|
||||
writeHTMLClipboard(text: string, html: string): void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue