expose to kernel api (#12767)
This commit is contained in:
parent
b387c7d1fb
commit
e84d05965f
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,7 @@ import {Setting} from "./Setting";
|
|||
import {Menu} from "./Menu";
|
||||
import {Protyle} from "../protyle";
|
||||
import {openMobileFileById} from "../mobile/editor";
|
||||
import {lockScreen} from "../dialog/processSystem";
|
||||
import {lockScreen, exitSiYuan} from "../dialog/processSystem";
|
||||
import {Model} from "../layout/Model";
|
||||
|
||||
let openTab;
|
||||
|
@ -175,6 +175,7 @@ export const API = {
|
|||
getFrontend,
|
||||
getBackend,
|
||||
lockScreen,
|
||||
exitSiYuan,
|
||||
openMobileFileById,
|
||||
openTab,
|
||||
openWindow,
|
||||
|
|
Loading…
Add table
Reference in a new issue