82 lines
4.0 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import {defineNavbarConfig} from 'vuepress-theme-plume'
export const navbar = defineNavbarConfig([
{text: '首页', link: '/'},
{
icon: '/note.svg',
text: '学习笔记',
items: [
{icon: '/AI.svg', text: '机器学习', link: '/notes/学习笔记/机器学习/README.md'},
{icon: 'logos:google-developers', text: '前端开发', link: '/notes/学习笔记/前端开发/README.md'},
{icon: 'fluent-color:data-scatter-32', text: '后端开发', link: '/notes/学习笔记/后端开发/README.md'},
{icon: 'devicon:ros', text: 'ROS2', link: '/notes/学习笔记/ROS2/README.md'},
{icon: 'marketeq:vision', text: '计算机视觉', link: '/notes/学习笔记/计算机视觉/README.md'}
]
},
{
icon: '/project.svg',
text: '项目文档',
items: [
{icon: '/match.svg', text: '全国大学生竞赛组队系统', link: ''},
{icon: '/zhiyu.png', text: '植愈AI情绪小帮手', link: ''},
{icon: '/robot.png', text: '智慧中草药生态养护平台', link: ''},
{icon: '/univ-town.svg', text: '像素大学城', link: ''},
{icon: '/command_block.gif', text: 'CQMUA服务器中心', link: ''},
{icon: '/analyse.svg',text: '学情分析系统',link: ''},
{icon: '/zzfy.svg',text: '掌中方圆',link: ''},
{icon: '/internship.svg',text: '网络实习就业信息网',link:''}
]
},
{
icon: '/code.svg',
text: 'CS-DIY',
items: [
{text: '前言', link: '/notes/CS-DIY/README.md'},
{icon:'/dev-standard.svg', text: '开发规范' , link: '/notes/CS-DIY/开发规范/README.md'},
{icon: '/path.svg', text: '学习路线', link: '/notes/CS-DIY/学习路线/README.md'},
{icon: 'carbon:cics-program', text:'编程入门', link: '/notes/CS-DIY/编程入门/README.md'},
{icon: 'mdi:tools', text:'必学工具', link: '/notes/CS-DIY/必学工具/README.md'},
]
},
{
icon: '/public-service.svg',
text: '公共服务',
items: [
{icon: '/openai.svg',text: '生成式人工智能',link: '/notes/公共服务/生成式人工智能/README.md'},
{icon: 'fluent-color:data-area-20', text: '数据中心', link: '/notes/公共服务/生成式人工智能/README.md'},
{icon: '/mirror.svg', text: '重庆医科大学开源软件镜像站', link: '/notes/公共服务/重医校级开源软件镜像站/README.md'},
{icon: '/overleaf.svg', text: 'Overleaf在线协作企业版', link: '/notes/公共服务/Overleaf在线协作企业版/README .md'},
{text: '', link: ''}
]
},
{
icon: '/wiki.svg',
text: '大学百科',
items: [
{icon: '/email.svg', text: '申请学生邮箱', link: '/notes/大学百科/申请学生邮箱.md'},
{icon: '/teacher.svg', text: '老师们说', link: '/notes/大学百科/老师们说/README.md'},
{icon: '/software.svg', text: '常用软件', link: '/notes/大学百科/常用软件/README.md'},
{icon: '/cert.svg', text: '证书及技能考试', link: '/notes/大学百科/证书及技能考试/README.md'}
]
},
{
icon: '/manage.svg',
text: '后台管理',
items: [
{icon: '/OAuth2.svg', text: 'OAuth登录(测试版)', link: 'https://hrtcsm.logto.app/demo-app'},
{icon: 'icon-park:data-lock', text: '数据中心', link: ''},
{icon: '/control.svg', text: '项导运维控制中台', link: ''},
{icon: '/vpn.svg', text: 'VPN服务', link: ''},
{icon: '/cloud.svg', text: '云计算资源调度中心', link: ''},
],
},
{
icon: '/link.svg',
text: '友情链接',
items: [
{icon: '/friend.svg', text: '个人', link: '/friends/persons/'},
{icon: '/organ.svg', text: '组织', link: '/friends/organizations/'},
]
},
])