diff --git a/pages.json b/pages.json index 3b43ed9f357bce4d3cd8aa016377f2527c55f4ff..90bf65660eb24f2e667ff5b820247c2c59636c81 100644 --- a/pages.json +++ b/pages.json @@ -55,6 +55,24 @@ "style": { "navigationBarTitleText": "radio" } + }, + { + "path": "pages/component/rich-text/rich-text", + "style": { + "navigationBarTitleText": "rich-text" + } + }, + { + "path": "pages/component/rich-text/rich-text-tags", + "style": { + "navigationBarTitleText": "rich-text-tags" + } + }, + { + "path": "pages/component/rich-text/rich-text-complex", + "style": { + "navigationBarTitleText": "rich-text-complex" + } }, { "path": "pages/component/checkbox/checkbox", diff --git a/pages/component/rich-text/rich-text-complex.uvue b/pages/component/rich-text/rich-text-complex.uvue new file mode 100644 index 0000000000000000000000000000000000000000..5df1bafb9fa09283d2cb8c4da9df80bc63cdb236 --- /dev/null +++ b/pages/component/rich-text/rich-text-complex.uvue @@ -0,0 +1,34 @@ + + + + + \ No newline at end of file diff --git a/pages/component/rich-text/rich-text-tags.uvue b/pages/component/rich-text/rich-text-tags.uvue new file mode 100644 index 0000000000000000000000000000000000000000..72cc64a49f2948cb8579b2d670dbd66dc4c30d42 --- /dev/null +++ b/pages/component/rich-text/rich-text-tags.uvue @@ -0,0 +1,318 @@ + + + + + \ No newline at end of file diff --git a/pages/component/rich-text/rich-text.uvue b/pages/component/rich-text/rich-text.uvue new file mode 100644 index 0000000000000000000000000000000000000000..aa87af0562c971e8c29a0c89c80a4b3307b54d2f --- /dev/null +++ b/pages/component/rich-text/rich-text.uvue @@ -0,0 +1,39 @@ + + + + + \ No newline at end of file diff --git a/pages/tabBar/component.uvue b/pages/tabBar/component.uvue index aefeac94cafe6e2cdd0d7d1cc06355856d691775..f5424ca36352f8b75c279faa0c1f17f11a7e8524 100644 --- a/pages/tabBar/component.uvue +++ b/pages/tabBar/component.uvue @@ -110,7 +110,7 @@ export default { }, { name: 'rich-text', - enable: false, + enable: true, }, { name: 'progress',