神仙都没用 hace 1 año
padre
commit
3ad4403e98
Se han modificado 2 ficheros con 3 adiciones y 6 borrados
  1. 2 5
      src/plugins/editor-monaco/config.ts
  2. 1 1
      src/plugins/editor-wang/config.ts

+ 2 - 5
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")]
 	};
 };

+ 1 - 1
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",