mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 15:40:12 +01:00
This commit is contained in:
parent
f45d2bd37b
commit
fb007a61c0
16 changed files with 131 additions and 63 deletions
|
|
@ -6,6 +6,8 @@ import {MenuItem} from "../menus/Menu";
|
|||
import {Menu as SiyuanMenu} from "../menus/Menu";
|
||||
import {fetchGet, fetchPost, fetchSyncPost} from "../util/fetch";
|
||||
import {isMobile} from "../util/functions";
|
||||
import {Custom} from "../layout/dock/Custom";
|
||||
import {openFile} from "../editor/util";
|
||||
|
||||
export class Menu {
|
||||
private menu: SiyuanMenu;
|
||||
|
|
@ -73,8 +75,9 @@ export const API = {
|
|||
fetchPost,
|
||||
fetchSyncPost,
|
||||
fetchGet,
|
||||
Plugin: Plugin,
|
||||
isMobile,
|
||||
openTab: openFile,
|
||||
Plugin,
|
||||
Dialog,
|
||||
Menu,
|
||||
isMobile
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue