diff --git a/dist/bundle.js b/dist/bundle.js index e19da8cc7..2d4eab5bb 100644 --- a/dist/bundle.js +++ b/dist/bundle.js @@ -84002,13 +84002,13 @@ BI.shortcut("bi.rich_editor_color_chooser", BI.RichEditorColorChooser);BI.RichEd el: { type: "bi.button_group", items: BI.createItems([{ - value: "Microsoft YaHei", + value: "MicrosoftYaHei", text: BI.i18nText("BI-Microsoft_YaHei") }, { - value: "PingFangSC-Light !important", + value: "PingFangSC-Light", text: BI.i18nText("BI-Apple_Light") }, { - value: "arial", + value: "ArialMT", text: "Arial" }, { value: "Verdana", diff --git a/dist/case.js b/dist/case.js index eb88bc8ee..a73d2eb8a 100644 --- a/dist/case.js +++ b/dist/case.js @@ -11532,13 +11532,13 @@ BI.shortcut("bi.rich_editor_color_chooser", BI.RichEditorColorChooser);BI.RichEd el: { type: "bi.button_group", items: BI.createItems([{ - value: "Microsoft YaHei", + value: "MicrosoftYaHei", text: BI.i18nText("BI-Microsoft_YaHei") }, { - value: "PingFangSC-Light !important", + value: "PingFangSC-Light", text: BI.i18nText("BI-Apple_Light") }, { - value: "arial", + value: "ArialMT", text: "Arial" }, { value: "Verdana", diff --git a/dist/fineui.js b/dist/fineui.js index 73bff58a1..a9b6bb1fa 100644 --- a/dist/fineui.js +++ b/dist/fineui.js @@ -84245,13 +84245,13 @@ BI.shortcut("bi.rich_editor_color_chooser", BI.RichEditorColorChooser);BI.RichEd el: { type: "bi.button_group", items: BI.createItems([{ - value: "Microsoft YaHei", + value: "MicrosoftYaHei", text: BI.i18nText("BI-Microsoft_YaHei") }, { - value: "PingFangSC-Light !important", + value: "PingFangSC-Light", text: BI.i18nText("BI-Apple_Light") }, { - value: "arial", + value: "ArialMT", text: "Arial" }, { value: "Verdana", diff --git a/src/case/richeditor/plugins/combo.fontfamily.js b/src/case/richeditor/plugins/combo.fontfamily.js index d8ea17646..0ac206625 100644 --- a/src/case/richeditor/plugins/combo.fontfamily.js +++ b/src/case/richeditor/plugins/combo.fontfamily.js @@ -29,13 +29,13 @@ BI.RichEditorFontChooser = BI.inherit(BI.RichEditorAction, { el: { type: "bi.button_group", items: BI.createItems([{ - value: "Microsoft YaHei", + value: "MicrosoftYaHei", text: BI.i18nText("BI-Microsoft_YaHei") }, { - value: "PingFangSC-Light !important", + value: "PingFangSC-Light", text: BI.i18nText("BI-Apple_Light") }, { - value: "arial", + value: "ArialMT", text: "Arial" }, { value: "Verdana",