Vanessa 2025-04-02 14:23:28 +08:00
parent 86878ffcc4
commit 8324957783

View file

@ -26,6 +26,7 @@ import {getAllModels} from "../layout/getAll";
import {getAllEditor} from "../layout/getAll";
import {openSetting} from "../config";
import {openAttr, openFileAttr} from "../menus/commonMenuItem";
import {globalCommand} from "../boot/globalEvent/command/global";
let openTab;
let openWindow;
@ -222,4 +223,5 @@ export const API = {
platformUtils,
openSetting,
openAttributePanel,
globalCommand,
};