This commit is contained in:
Vanessa 2023-11-24 21:58:16 +08:00
parent 85800f269d
commit ec3ea37076

View file

@ -15,6 +15,7 @@ import {Constants} from "../constants";
import {Setting} from "./Setting";
import {Menu} from "./Menu";
import {Protyle} from "../protyle";
import {openMobileFileById} from "../mobile/editor";
let openTab;
let openWindow;
@ -179,4 +180,5 @@ export const API = {
Menu,
Setting,
Constants,
openMobileFileById
};