From a04aee80b0345994e6b57d5bee7f41345a1a65f9 Mon Sep 17 00:00:00 2001 From: lq Date: Fri, 25 Apr 2025 08:14:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9aos=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E8=AE=A9=E4=BB=96=E7=9C=8B=E4=B8=8A=E5=8E=BB?= =?UTF-8?q?=E6=9B=B4=E5=8A=A0=E4=B8=9D=E6=BB=91=EF=BC=8C=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=88=97=E8=A1=A8=E7=9A=84=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/AdminLayout.vue | 3 ++- src/layouts/MainLayout.vue | 2 +- src/views/admin/Dashboard.vue | 2 +- src/views/admin/ProjectsCRUD.vue | 2 +- src/views/frontend/About.vue | 2 +- src/views/frontend/Detail.vue | 2 +- src/views/frontend/Home.vue | 2 +- src/views/frontend/Personal.vue | 2 +- src/views/frontend/Projects.vue | 26 +++++++++++++++++++++++--- src/views/frontend/Services.vue | 2 +- 10 files changed, 33 insertions(+), 12 deletions(-) diff --git a/src/layouts/AdminLayout.vue b/src/layouts/AdminLayout.vue index 7522c27..b697295 100644 --- a/src/layouts/AdminLayout.vue +++ b/src/layouts/AdminLayout.vue @@ -11,7 +11,7 @@ const collapsed = ref(false) onMounted(() => { AOS.init({ - duration: 1200, + duration: 800, offset: 120, easing: 'ease-out-cubic', once: false @@ -178,6 +178,7 @@ const navigateTo = (path) => {