Vanessa 2025-03-18 11:56:26 +08:00
parent a01ac85bdb
commit d0700b7527
9 changed files with 80 additions and 27 deletions

View file

@ -20,7 +20,10 @@ import {openMobileFileById} from "../mobile/editor";
import {lockScreen, exitSiYuan} from "../dialog/processSystem";
import {Model} from "../layout/Model";
import {getDockByType} from "../layout/tabUtil";
import {getAllEditor, getAllModels} from "../layout/getAll";
/// #if !MOBILE
import {getAllModels} from "../layout/getAll";
/// #endif
import {getAllEditor} from "../layout/getAll";
import {openSetting} from "../config";
import {openAttr, openFileAttr} from "../menus/commonMenuItem";
@ -213,7 +216,9 @@ export const API = {
Menu,
Setting,
getAllEditor,
/// #if !MOBILE
getAllModels,
/// #endif
platformUtils,
openSetting,
openAttributePanel,