Vanessa 2024-10-23 17:03:36 +08:00
parent 19545f472d
commit 8b9d811c91

View file

@ -19,6 +19,7 @@ import {openMobileFileById} from "../mobile/editor";
import {lockScreen, exitSiYuan} from "../dialog/processSystem";
import {Model} from "../layout/Model";
import {getDockByType} from "../layout/tabUtil";
import {getAllEditor} from "../layout/getAll";
let openTab;
let openWindow;
@ -195,4 +196,5 @@ export const API = {
Dialog,
Menu,
Setting,
getAllEditor,
};