From 5955c1f4e3eb25f0e952c1863d782ec35d4606bf Mon Sep 17 00:00:00 2001 From: estel <690930@qq.com> Date: Sat, 9 Aug 2025 22:36:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/docs/DocsAsideLeftTop.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/components/docs/DocsAsideLeftTop.vue b/app/components/docs/DocsAsideLeftTop.vue index 80c2874..a9302e2 100644 --- a/app/components/docs/DocsAsideLeftTop.vue +++ b/app/components/docs/DocsAsideLeftTop.vue @@ -3,13 +3,13 @@ import type { NavigationMenuItem } from '@nuxt/ui' const items = ref([ [ - { - label: '稷维科技', - icon: 'lucide-globe', - to: 'https://www.xajiwei.com', - target: '_blank' + // { + // label: '稷维科技', + // icon: 'lucide-globe', + // to: 'https://www.xajiwei.com', + // target: '_blank' - }, + // }, { label: '博客', @@ -19,7 +19,7 @@ const items = ref([ { label: '简单文档', - icon: 'lucide-book', + icon: 'simple-icons:readdotcv', to: '/docs' },