From 723c419efa959ce5d7a49d6132dcce1e5c2c3a68 Mon Sep 17 00:00:00 2001 From: lostelk Date: Fri, 28 Mar 2025 16:20:16 +0800 Subject: [PATCH] =?UTF-8?q?feat(demo=E3=80=81components):=20:sparkles:=20?= =?UTF-8?q?=E6=96=B0=E5=A2=9ETextScroll=20=E7=BB=84=E4=BB=B6=20-=20?= =?UTF-8?q?=E6=96=87=E6=9C=AC=E6=BB=9A=E5=8A=A8=E5=85=AC=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TextScroll/index.vue | 412 ++++++++++++++++++++++++++++ src/views/demo/text-scroll.vue | 30 ++ 2 files changed, 442 insertions(+) create mode 100644 src/components/TextScroll/index.vue create mode 100644 src/views/demo/text-scroll.vue diff --git a/src/components/TextScroll/index.vue b/src/components/TextScroll/index.vue new file mode 100644 index 00000000..d37e1e79 --- /dev/null +++ b/src/components/TextScroll/index.vue @@ -0,0 +1,412 @@ + + + + + + diff --git a/src/views/demo/text-scroll.vue b/src/views/demo/text-scroll.vue new file mode 100644 index 00000000..7c638bf4 --- /dev/null +++ b/src/views/demo/text-scroll.vue @@ -0,0 +1,30 @@ + + + + +