This commit is contained in:
2025-08-09 22:36:01 +08:00
parent 19e552009a
commit 5955c1f4e3

View File

@@ -3,13 +3,13 @@ import type { NavigationMenuItem } from '@nuxt/ui'
const items = ref<NavigationMenuItem[][]>([ const items = ref<NavigationMenuItem[][]>([
[ [
{ // {
label: '稷维科技', // label: '稷维科技',
icon: 'lucide-globe', // icon: 'lucide-globe',
to: 'https://www.xajiwei.com', // to: 'https://www.xajiwei.com',
target: '_blank' // target: '_blank'
}, // },
{ {
label: '博客', label: '博客',
@@ -19,7 +19,7 @@ const items = ref<NavigationMenuItem[][]>([
{ {
label: '简单文档', label: '简单文档',
icon: 'lucide-book', icon: 'simple-icons:readdotcv',
to: '/docs' to: '/docs'
}, },