mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-04 15:58:49 +01:00
This commit is contained in:
parent
40fff5ea78
commit
4f04ae98dd
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ export const openByMobile = (uri: string) => {
|
|||
new URL(uri);
|
||||
window.location.href = uri;
|
||||
} catch (e) {
|
||||
window.location.href = 'http://' + uri;
|
||||
window.location.href = "http://" + uri;
|
||||
}
|
||||
} else if (isInAndroid()) {
|
||||
window.JSAndroid.openExternal(uri);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue