import type { NavSecondaryItem } from '~/components/nav/Secondary.vue' export const nav: NavSecondaryItem[] = [ { label: '教学设计', to: '/course/prep/teach', }, { label: '课件设计', to: '/course/prep/deck', }, { label: 'AI 出题', to: '/course/prep/quiz', }, { label: '微视频制作', to: 'https://dh.fenshenzhike.com/', external: true, }, ]