mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-10 10:48:50 +01:00
This commit is contained in:
parent
a01ac85bdb
commit
d0700b7527
9 changed files with 80 additions and 27 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue