mme-editor 1.0.6 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mme-editor.js +6 -3
- package/package.json +1 -1
package/dist/mme-editor.js
CHANGED
|
@@ -115,7 +115,7 @@ import yi from "nzh/cn";
|
|
|
115
115
|
import "dom-to-image-more";
|
|
116
116
|
import { ObjectSchema as k5 } from "@eslint/object-schema";
|
|
117
117
|
/**
|
|
118
|
-
* mme-editor 1.0.
|
|
118
|
+
* mme-editor 1.0.7
|
|
119
119
|
* @license MIT
|
|
120
120
|
* @author finthing http://www.finething.net
|
|
121
121
|
* @see http://www.finething.net
|
|
@@ -56973,13 +56973,16 @@ const BSe = gr.create({
|
|
|
56973
56973
|
<p>部门: ${_.deptInfo || "-"}</p>
|
|
56974
56974
|
</div>
|
|
56975
56975
|
`,
|
|
56976
|
+
appendTo: () => document.body,
|
|
56976
56977
|
allowHTML: !0,
|
|
56977
56978
|
// 允许 HTML 内容
|
|
56978
56979
|
placement: "bottom",
|
|
56979
56980
|
// 弹框位置
|
|
56980
56981
|
theme: "light",
|
|
56981
56982
|
// 主题
|
|
56982
|
-
arrow: !0
|
|
56983
|
+
arrow: !0,
|
|
56984
|
+
interactive: !0
|
|
56985
|
+
// 允许与弹窗交互
|
|
56983
56986
|
});
|
|
56984
56987
|
});
|
|
56985
56988
|
};
|
|
@@ -62538,7 +62541,7 @@ const E3e = {
|
|
|
62538
62541
|
},
|
|
62539
62542
|
required: !1
|
|
62540
62543
|
}
|
|
62541
|
-
}), D3e = "mme-editor", j3e = "1.0.
|
|
62544
|
+
}), D3e = "mme-editor", j3e = "1.0.7", I3e = "module", F3e = "MME Editor is open-source document editor based on Vue3 and Tiptap. MME Editor provides comprehensive document editing capabilities and AI creation features, supports pagination, supports Markdown syntax, offers basic rich text editing functions, allows for the insertion of various node types in multiple formats, provides a variety of practical tools, and supports setting page styles. It also supports exporting in various formats, printing and print preview, block-level document editing, adding custom extensions, multi-language settings, and a dark theme.", R3e = [
|
|
62542
62545
|
"mme editor",
|
|
62543
62546
|
"document editor",
|
|
62544
62547
|
"docs editor",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mme-editor",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "MME Editor is open-source document editor based on Vue3 and Tiptap. MME Editor provides comprehensive document editing capabilities and AI creation features, supports pagination, supports Markdown syntax, offers basic rich text editing functions, allows for the insertion of various node types in multiple formats, provides a variety of practical tools, and supports setting page styles. It also supports exporting in various formats, printing and print preview, block-level document editing, adding custom extensions, multi-language settings, and a dark theme.",
|
|
6
6
|
"keywords": [
|