mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-21 11:30:42 +08:00
This commit is contained in:
parent
bdcd0a5631
commit
f8a5ca0aa6
@ -16,6 +16,7 @@ import {Setting} from "./Setting";
|
||||
import {Menu} from "./Menu";
|
||||
import {Protyle} from "../protyle";
|
||||
import {openMobileFileById} from "../mobile/editor";
|
||||
import {lockScreen} from "../dialog/processSystem";
|
||||
|
||||
let openTab;
|
||||
let openWindow;
|
||||
@ -172,6 +173,8 @@ export const API = {
|
||||
fetchGet,
|
||||
getFrontend,
|
||||
getBackend,
|
||||
lockScreen,
|
||||
openMobileFileById,
|
||||
openTab,
|
||||
openWindow,
|
||||
Protyle,
|
||||
@ -180,5 +183,4 @@ export const API = {
|
||||
Menu,
|
||||
Setting,
|
||||
Constants,
|
||||
openMobileFileById
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user