Vanessa 2024-03-18 18:19:42 +08:00
parent 21b64d3710
commit 41e2a72c74
5 changed files with 51 additions and 44 deletions

View file

@ -670,6 +670,9 @@ export abstract class Constants {
public static readonly ALIAS_CODE_LANGUAGES: string[] = [
"js", "ts", "html", "toml", "c#", "bat",
];
public static readonly SIYUAN_RENDER_CODE_LANGUAGES: string[] = [
"abc", "plantuml", "mermaid", "flowchart", "echarts", "mindmap", "graphviz", "math"
];
// Google Analytics 事件
public static readonly ANALYTICS_EVT_ON_GET_CONFIG: string = "siyuan.onGetConfig";