更改页面的内容
This commit is contained in:
@@ -4,76 +4,24 @@ import type { NavigationMenuItem } from '@nuxt/ui'
|
||||
const items = ref<NavigationMenuItem[][]>([
|
||||
[
|
||||
{
|
||||
label: 'Guide',
|
||||
icon: 'lucide-book-open'
|
||||
label: '稷维科技',
|
||||
icon: 'lucide-globe',
|
||||
to: 'https://www.xajiwei.com',
|
||||
target: '_blank',
|
||||
|
||||
|
||||
},
|
||||
{
|
||||
label: 'Composables',
|
||||
icon: 'lucide-database',
|
||||
children: [
|
||||
{
|
||||
label: 'defineShortcuts',
|
||||
icon: 'lucide-file-text',
|
||||
description: 'Define shortcuts for your application.',
|
||||
to: '/'
|
||||
},
|
||||
{
|
||||
label: 'useOverlay',
|
||||
icon: 'lucide-file-text',
|
||||
description: 'Display a modal/slideover within your application.',
|
||||
to: '/'
|
||||
},
|
||||
{
|
||||
label: 'useToast',
|
||||
icon: 'lucide-file-text',
|
||||
description: 'Display a toast within your application.',
|
||||
to: '/'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
label: 'Components',
|
||||
label: '组件速查',
|
||||
icon: 'lucide-box',
|
||||
to: '',
|
||||
children: [
|
||||
{
|
||||
label: 'Link',
|
||||
icon: 'lucide-file-text',
|
||||
description: 'Use NuxtLink with superpowers.',
|
||||
to: '/'
|
||||
},
|
||||
{
|
||||
label: 'Modal',
|
||||
icon: 'lucide-file-text',
|
||||
description: 'Display a modal within your application.',
|
||||
to: '/'
|
||||
},
|
||||
{
|
||||
label: 'NavigationMenu',
|
||||
icon: 'lucide-file-text',
|
||||
description: 'Display a list of links.',
|
||||
to: '/'
|
||||
},
|
||||
{
|
||||
label: 'Pagination',
|
||||
icon: 'lucide-file-text',
|
||||
description: 'Display a list of pages.',
|
||||
to: ''
|
||||
},
|
||||
{
|
||||
label: 'Popover',
|
||||
icon: 'lucide-file-text',
|
||||
description: 'Display a non-modal dialog that floats around a trigger element.',
|
||||
to: '/'
|
||||
},
|
||||
{
|
||||
label: 'Progress',
|
||||
icon: 'lucide-file-text',
|
||||
description: 'Show a horizontal bar to indicate task progression.',
|
||||
to: '/'
|
||||
}
|
||||
]
|
||||
}
|
||||
to: '/简单文档/components/api'
|
||||
},
|
||||
{
|
||||
label: '关于',
|
||||
icon: 'lucide-info',
|
||||
to: '/about'
|
||||
},
|
||||
|
||||
]
|
||||
// [
|
||||
// {
|
||||
|
Reference in New Issue
Block a user