From 26e8d30fd9f946d58f80d79fac85d2c06231f9a9 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Mon, 27 Oct 2025 17:03:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=82=AC=E6=B5=AE=E6=8C=87=E5=AE=9A=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/app.vue | 6 ++- app/components/ScrollToTop.vue | 79 ++++++++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+), 1 deletion(-) create mode 100644 app/components/ScrollToTop.vue diff --git a/app/app.vue b/app/app.vue index cb0eb30..c7e6bb1 100644 --- a/app/app.vue +++ b/app/app.vue @@ -126,6 +126,9 @@ + + + @@ -222,4 +225,5 @@ const users = ref([ } } ]) - \ No newline at end of file + + diff --git a/app/components/ScrollToTop.vue b/app/components/ScrollToTop.vue new file mode 100644 index 0000000..c58c06a --- /dev/null +++ b/app/components/ScrollToTop.vue @@ -0,0 +1,79 @@ + + + + +