From 3ad4403e98e2da8c3f518a744f79c84926b0a948 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: Tue, 27 Feb 2024 10:38:28 +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 | 7 ++----- src/plugins/editor-wang/config.ts | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/plugins/editor-monaco/config.ts b/src/plugins/editor-monaco/config.ts index 4bce85e..a742478 100644 --- a/src/plugins/editor-monaco/config.ts +++ b/src/plugins/editor-monaco/config.ts @@ -3,7 +3,7 @@ import { ModuleConfig } from "/@/cool"; export default (): ModuleConfig => { return { label: "代码编辑器", - description: "基于 monaco 封装的代码编辑器", + description: "基于 monaco 封装的代码编辑器", // https://www.npmjs.com/package/monaco-editor author: "COOL", version: "1.0.1", updateTime: "2024-02-04", @@ -14,9 +14,6 @@ export default (): ModuleConfig => { } ], - components: [ - // 代码编辑器 https://www.npmjs.com/package/monaco-editor - () => import("./components/monaco.vue") - ] + components: [() => import("./components/monaco.vue")] }; }; diff --git a/src/plugins/editor-wang/config.ts b/src/plugins/editor-wang/config.ts index 50d8eea..2c9bcf0 100644 --- a/src/plugins/editor-wang/config.ts +++ b/src/plugins/editor-wang/config.ts @@ -3,7 +3,7 @@ import { ModuleConfig } from "/@/cool"; export default (): ModuleConfig => { return { label: "富文本编辑器", - description: "基于 wangEditor 封装的富文本编辑器", + description: "基于 wangEditor 封装的富文本编辑器", // https://www.wangeditor.com author: "COOL", version: "1.0.0", updateTime: "2024-02-01",