refactor: navbar添加开发规范与路径、必学工具与路径

This commit is contained in:
ChenHongYu 2025-03-02 22:06:14 +08:00
parent d4f5db235f
commit b022153d31

View File

@ -32,9 +32,10 @@ export const navbar = defineNavbarConfig([
text: 'CS-DIY', text: 'CS-DIY',
items: [ items: [
{text: '前言', link: '/notes/CS-DIY/README.md'}, {text: '前言', link: '/notes/CS-DIY/README.md'},
{icon:'/dev-standard.svg', text: '开发规范' , link: '/notes/CS-DIY/2.开发规范.md'}, {icon:'/dev-standard.svg', text: '开发规范' , link: '/notes/CS-DIY/开发规范/README.md'},
{icon: '/path.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: 'carbon:cics-program', text:'编程入门', link: '/notes/CS-DIY/编程入门/README.md'},
{icon: 'mdi:tools', text:'必学工具', link: '/notes/CS-DIY/必学工具/README.md'},
] ]
}, },
{ {