expose to kernel api (#12767)

This commit is contained in:
sommermorgentraum 2024-10-13 20:25:45 +08:00 committed by GitHub
parent b387c7d1fb
commit e84d05965f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,