From 5d0e1d90a8c68112df9f1e74c1a5c9a54914fcbb Mon Sep 17 00:00:00 2001 From: pipipi-pikachu Date: Sun, 16 Oct 2022 11:40:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=85=83=E7=B4=A0=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/configs/element.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/configs/element.ts b/src/configs/element.ts index 31dfbd59..9ec41e47 100644 --- a/src/configs/element.ts +++ b/src/configs/element.ts @@ -7,6 +7,7 @@ export const ELEMENT_TYPE_ZH = { table: '表格', video: '视频', audio: '音频', + latex: '公式', } export const MIN_SIZE = { @@ -17,4 +18,5 @@ export const MIN_SIZE = { table: 20, video: 250, audio: 20, + latex: 20, } \ No newline at end of file