🎨 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:
Daniel 2025-03-05 00:35:59 +08:00
parent 3693788e3e
commit 803b3609d4
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -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