mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 09:00:12 +01:00
🎨 https://github.com/siyuan-note/siyuan/issues/5066 getFrontend
This commit is contained in:
parent
e39e4ba848
commit
de7c9e5c50
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ import {showMessage} from "../dialog/message";
|
||||||
import {Dialog} from "../dialog";
|
import {Dialog} from "../dialog";
|
||||||
import {Menu as SiyuanMenu} from "../menus/Menu";
|
import {Menu as SiyuanMenu} from "../menus/Menu";
|
||||||
import {fetchGet, fetchPost, fetchSyncPost} from "../util/fetch";
|
import {fetchGet, fetchPost, fetchSyncPost} from "../util/fetch";
|
||||||
import {isMobile} from "../util/functions";
|
import {getFrontend} from "../util/functions";
|
||||||
/// #if !MOBILE
|
/// #if !MOBILE
|
||||||
import {openFile, openFileById} from "../editor/util";
|
import {openFile, openFileById} from "../editor/util";
|
||||||
/// #endif
|
/// #endif
|
||||||
|
|
@ -204,7 +204,7 @@ export const API = {
|
||||||
fetchPost,
|
fetchPost,
|
||||||
fetchSyncPost,
|
fetchSyncPost,
|
||||||
fetchGet,
|
fetchGet,
|
||||||
isMobile,
|
getFrontend,
|
||||||
openTab,
|
openTab,
|
||||||
Plugin,
|
Plugin,
|
||||||
Dialog,
|
Dialog,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue