From d426f41d5fdd6546a5fd6a90d761193192a86f57 Mon Sep 17 00:00:00 2001 From: moshangqi <2509678669@qq.com> Date: Wed, 13 Dec 2023 15:16:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=AD=A3=E5=88=99=E6=9B=BF=E6=8D=A2?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=99=A8=E7=9A=84=E5=BC=95=E5=85=A5=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/preset-editor.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/preset-editor.js b/scripts/preset-editor.js index 69c972a2..667309da 100644 --- a/scripts/preset-editor.js +++ b/scripts/preset-editor.js @@ -27,7 +27,6 @@ const remoteAssetsUrls = { result = result.replace(/https\:\/\/gw\.alipayobjects\.com[\w\/\.]+CodeMirror\.js/g, './CodeMirror.js'); result = result.replace(/https\:\/\/gw\.alipayobjects\.com[\w\/\.]+katex\.min\.js/g, './katex.min.js'); result = result.replace(lakeIconURL, './lake-editor-icon.js'); - console.log(content); return result; }, name: 'doc.umd.js',