dascom-le-editor 0.0.12 → 0.0.13
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/editor.js +4 -2
- package/dist/editor.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/editor.js
CHANGED
|
@@ -99034,10 +99034,12 @@ async function ATe(n, t) {
|
|
|
99034
99034
|
}
|
|
99035
99035
|
}
|
|
99036
99036
|
const DC = [
|
|
99037
|
-
{ label: "思源黑体", value: "思源黑体" },
|
|
99037
|
+
{ label: "思源黑体 CN", value: "思源黑体 CN" },
|
|
99038
|
+
{ label: "微软雅黑", value: "微软雅黑" },
|
|
99039
|
+
{ label: "黑体", value: "黑体" },
|
|
99038
99040
|
{ label: "宋体", value: "宋体" },
|
|
99039
99041
|
{ label: "楷体", value: "楷体" },
|
|
99040
|
-
{ label: "
|
|
99042
|
+
{ label: "Arial", value: "Arial" }
|
|
99041
99043
|
];
|
|
99042
99044
|
let wg = [...DC], Uf = /* @__PURE__ */ new Map();
|
|
99043
99045
|
const uN = (n) => {
|