From 52e345712e3b5c39947786d90d867e7cfac12b5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=9E=E4=BB=99=E9=83=BD=E6=B2=A1=E7=94=A8?= <615206459@qq.com> Date: Sun, 4 Feb 2024 20:47:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/editor-monaco/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/editor-monaco/config.ts b/src/plugins/editor-monaco/config.ts index 96207fb..4bce85e 100644 --- a/src/plugins/editor-monaco/config.ts +++ b/src/plugins/editor-monaco/config.ts @@ -5,8 +5,8 @@ export default (): ModuleConfig => { label: "代码编辑器", description: "基于 monaco 封装的代码编辑器", author: "COOL", - version: "1.0.0", - updateTime: "2024-02-01", + version: "1.0.1", + updateTime: "2024-02-04", demo: [ { name: "基础用法",