mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-24 09:16:09 +01:00
This commit is contained in:
parent
436e631670
commit
d53f3aa5a0
2 changed files with 2 additions and 1 deletions
|
|
@ -16,6 +16,7 @@ import {Constants} from "../constants";
|
|||
import {Setting} from "./Setting";
|
||||
import {Menu} from "./Menu";
|
||||
import {Protyle} from "../protyle";
|
||||
import ProtyleMethod from "../protyle/method";
|
||||
import {openMobileFileById} from "../mobile/editor";
|
||||
import {lockScreen, exitSiYuan} from "../dialog/processSystem";
|
||||
import {Model} from "../layout/Model";
|
||||
|
|
@ -320,6 +321,7 @@ export const API = {
|
|||
lockScreen,
|
||||
exitSiYuan,
|
||||
Protyle,
|
||||
ProtyleMethod,
|
||||
Plugin,
|
||||
Dialog,
|
||||
Menu,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue