diff --git a/examples/sites/demos/pc/app/fluent-editor/webdoc/fluent-editor.cn.md b/examples/sites/demos/pc/app/fluent-editor/webdoc/fluent-editor.cn.md index 67a5c6aeaf..09f33bf07d 100644 --- a/examples/sites/demos/pc/app/fluent-editor/webdoc/fluent-editor.cn.md +++ b/examples/sites/demos/pc/app/fluent-editor/webdoc/fluent-editor.cn.md @@ -4,4 +4,4 @@ title: FluentEditor 富文本 # FluentEditor 富文本 -
用于创建和编辑富文本内容。
+
基于框架无关的 @opentiny/fluent-editor 富文本,用于创建和编辑富文本内容。
diff --git a/examples/sites/demos/pc/app/fluent-editor/webdoc/fluent-editor.js b/examples/sites/demos/pc/app/fluent-editor/webdoc/fluent-editor.js index 94808fb9e9..47aaa425ff 100644 --- a/examples/sites/demos/pc/app/fluent-editor/webdoc/fluent-editor.js +++ b/examples/sites/demos/pc/app/fluent-editor/webdoc/fluent-editor.js @@ -1,9 +1,6 @@ export default { column: '2', owner: '', - meta: { - experimental: '3.17.0' - }, demos: [ { demoId: 'basic-usage', diff --git a/examples/sites/demos/pc/menus.js b/examples/sites/demos/pc/menus.js index 30f7a040b3..4264fb9cd7 100644 --- a/examples/sites/demos/pc/menus.js +++ b/examples/sites/demos/pc/menus.js @@ -134,14 +134,7 @@ export const cmpMenus = [ { 'nameCn': '日期选择器', 'name': 'DatePicker', 'key': 'date-picker' }, { 'nameCn': '下拉时间', 'name': 'DropTimes', 'key': 'drop-times' }, { 'nameCn': '文件上传', 'name': 'FileUpload', 'key': 'file-upload' }, - { - 'nameCn': '富文本', - 'name': 'FluentEditor', - 'key': 'fluent-editor', - 'meta': { - 'experimental': '3.17.0' - } - }, + { 'nameCn': '富文本', 'name': 'FluentEditor', 'key': 'fluent-editor' }, { 'nameCn': '表单', 'name': 'Form', 'key': 'form' }, { 'nameCn': '输入框', 'name': 'Input', 'key': 'input' }, { 'nameCn': ' IP地址输入框', 'name': 'IpAddress', 'key': 'ip-address' },