From 4b47ae1895d8298cd04e5db1ee6854d2391f6231 Mon Sep 17 00:00:00 2001 From: yinjiacheng Date: Thu, 31 Aug 2023 20:59:35 +0800 Subject: [PATCH] =?UTF-8?q?=20=E6=96=B0=E5=A2=9Erich-text=E7=A4=BA?= =?UTF-8?q?=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 18 + .../rich-text/rich-text-complex.uvue | 34 ++ pages/component/rich-text/rich-text-tags.uvue | 318 ++++++++++++++++++ pages/component/rich-text/rich-text.uvue | 39 +++ pages/tabBar/component.uvue | 2 +- 5 files changed, 410 insertions(+), 1 deletion(-) create mode 100644 pages/component/rich-text/rich-text-complex.uvue create mode 100644 pages/component/rich-text/rich-text-tags.uvue create mode 100644 pages/component/rich-text/rich-text.uvue diff --git a/pages.json b/pages.json index 3b43ed9f..90bf6566 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 00000000..5df1bafb --- /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 00000000..72cc64a4 --- /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 00000000..aa87af05 --- /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 aefeac94..f5424ca3 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', -- GitLab