mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-19 08:00:13 +01:00
This commit is contained in:
parent
bdcd0a5631
commit
f8a5ca0aa6
1 changed files with 3 additions and 1 deletions
|
|
@ -16,6 +16,7 @@ import {Setting} from "./Setting";
|
||||||
import {Menu} from "./Menu";
|
import {Menu} from "./Menu";
|
||||||
import {Protyle} from "../protyle";
|
import {Protyle} from "../protyle";
|
||||||
import {openMobileFileById} from "../mobile/editor";
|
import {openMobileFileById} from "../mobile/editor";
|
||||||
|
import {lockScreen} from "../dialog/processSystem";
|
||||||
|
|
||||||
let openTab;
|
let openTab;
|
||||||
let openWindow;
|
let openWindow;
|
||||||
|
|
@ -172,6 +173,8 @@ export const API = {
|
||||||
fetchGet,
|
fetchGet,
|
||||||
getFrontend,
|
getFrontend,
|
||||||
getBackend,
|
getBackend,
|
||||||
|
lockScreen,
|
||||||
|
openMobileFileById,
|
||||||
openTab,
|
openTab,
|
||||||
openWindow,
|
openWindow,
|
||||||
Protyle,
|
Protyle,
|
||||||
|
|
@ -180,5 +183,4 @@ export const API = {
|
||||||
Menu,
|
Menu,
|
||||||
Setting,
|
Setting,
|
||||||
Constants,
|
Constants,
|
||||||
openMobileFileById
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue