This commit is contained in:
Vanessa 2023-05-30 09:29:50 +08:00
parent e39e4ba848
commit de7c9e5c50

View file

@ -4,7 +4,7 @@ import {showMessage} from "../dialog/message";
import {Dialog} from "../dialog";
import {Menu as SiyuanMenu} from "../menus/Menu";
import {fetchGet, fetchPost, fetchSyncPost} from "../util/fetch";
import {isMobile} from "../util/functions";
import {getFrontend} from "../util/functions";
/// #if !MOBILE
import {openFile, openFileById} from "../editor/util";
/// #endif
@ -204,7 +204,7 @@ export const API = {
fetchPost,
fetchSyncPost,
fetchGet,
isMobile,
getFrontend,
openTab,
Plugin,
Dialog,