From d6acaa90412271c17ba562088afd364644f5526c Mon Sep 17 00:00:00 2001 From: estel <690930@qq.com> Date: Sat, 26 Jul 2025 00:15:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=A1=B5=E9=9D=A2=E7=BB=84?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/app.config.ts | 6 -- app/components/AppSidebar.vue | 18 +---- app/components/docs/DocsAsideLeftTop.vue | 3 + app/components/docs/DocsAsideRightBottom.vue | 17 +++++ app/components/docs/DocsPageHeaderLinks.vue | 77 ++++++++++++++++++++ 5 files changed, 98 insertions(+), 23 deletions(-) create mode 100644 app/components/docs/DocsAsideLeftTop.vue create mode 100644 app/components/docs/DocsAsideRightBottom.vue create mode 100644 app/components/docs/DocsPageHeaderLinks.vue diff --git a/app/app.config.ts b/app/app.config.ts index f6b10db..8f122b2 100644 --- a/app/app.config.ts +++ b/app/app.config.ts @@ -22,12 +22,6 @@ export default defineAppConfig({ close: 'absolute top-4 end-4' }, variants: { - transition: { - true: { - overlay: 'data-[state=open]:animate-[fade-in_200ms_ease-out] data-[state=closed]:animate-[fade-out_200ms_ease-in]', - content: 'data-[state=open]:animate-[scale-in_200ms_ease-out] data-[state=closed]:animate-[scale-out_200ms_ease-in]' - } - }, fullscreen: { true: { content: 'inset-0' diff --git a/app/components/AppSidebar.vue b/app/components/AppSidebar.vue index 0e43bfc..1c306d6 100644 --- a/app/components/AppSidebar.vue +++ b/app/components/AppSidebar.vue @@ -50,23 +50,7 @@