Vanessa 2025-12-18 22:42:54 +08:00
parent 436e631670
commit d53f3aa5a0
2 changed files with 2 additions and 1 deletions

View file

@ -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,

View file

@ -12,7 +12,6 @@ import { avRender } from "./render/av/render";
import "../assets/scss/export.scss";
class Protyle {
/** 对 graphviz 进行渲染 */
public static graphvizRender = graphvizRender;
/** 为 element 中的代码块进行高亮渲染 */