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' },