refactor: permalink adjustment
This commit is contained in:
parent
84c0be0897
commit
ffce4d13e3
@ -88,6 +88,7 @@
|
||||
- Giscus的跨域报错不用管
|
||||
- 
|
||||
- 视频文件保存为mp4,放到`src/video`下
|
||||
- 统一用permalink作为请求路径
|
||||
### Pixpin配置
|
||||

|
||||

|
||||
|
@ -8,11 +8,12 @@ export const navbar = defineNavbarConfig([
|
||||
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: '/note.svg',text: '前言',link: '/learning-notes/'},
|
||||
{icon: '/AI.svg', text: '机器学习', link: '/learning-notes/ml/'},
|
||||
{icon: 'logos:google-developers', text: '前端开发', link: '/learning-notes/frontend-dev/'},
|
||||
{icon: 'fluent-color:data-scatter-32', text: '后端开发', link: '/learning-notes/backend-dev/'},
|
||||
{icon: 'devicon:ros', text: 'ROS2', link: '/learning-notes/ROS2/'},
|
||||
{icon: 'marketeq:vision', text: '计算机视觉', link: '/learning-notes/CV/'}
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -32,11 +33,11 @@ export const navbar = defineNavbarConfig([
|
||||
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'},
|
||||
{text: '前言', link: '/cs-diy/'},
|
||||
{icon:'/dev-standard.svg', text: '开发规范' , link: '/csdiy/dev-rules/'},
|
||||
{icon: '/path.svg', text: '学习路线', link: '/csdiy/study-path/'},
|
||||
{icon: 'carbon:cics-program', text:'编程入门', link: '/csdiy/program-begin/'},
|
||||
{icon: 'mdi:tools', text:'必学工具', link: '/csdiy/tools-must/'},
|
||||
{icon: '',text: '', link: ''}
|
||||
]
|
||||
},
|
||||
@ -44,10 +45,10 @@ export const navbar = defineNavbarConfig([
|
||||
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'},
|
||||
{icon: '/openai.svg',text: '生成式人工智能',link: '/public-service/GPT/'},
|
||||
{icon: 'fluent-color:data-area-20', text: '数据中心', link: '/public-service/data-center/'},
|
||||
{icon: '/mirror.svg', text: '重庆医科大学开源软件镜像站', link: ' /public-service/cqmu-mirror/'},
|
||||
{icon: '/overleaf.svg', text: 'Overleaf在线协作企业版', link: '/public-service/overleaf/'},
|
||||
{text: '', link: ''}
|
||||
]
|
||||
},
|
||||
@ -55,11 +56,11 @@ export const navbar = defineNavbarConfig([
|
||||
icon: '/wiki.svg',
|
||||
text: '大学百科',
|
||||
items: [
|
||||
{icon: '/email.svg', text: '申请学生邮箱', link: '/notes/大学百科/申请学生邮箱.md'},
|
||||
{icon: '/teacher.svg', text: '老师们说', link: '/notes/大学百科/老师们说/README.md'},
|
||||
{icon: 'carbon:container-software', text: '常用软件', link: '/notes/大学百科/常用软件/README.md'},
|
||||
{icon: '/cert.svg', text: '证书及技能考试', link: '/notes/大学百科/证书及技能考试/README.md'},
|
||||
{icon: 'ic:baseline-school',text: '校内生活', link: '/notes/大学百科/校内生活/README.md'}
|
||||
{icon: '/email.svg', text: '申请学生邮箱', link: '/campus-wiki/apply-student-email/'},
|
||||
{icon: '/teacher.svg', text: '老师们说', link: '/campus-wiki/teacher-talks/'},
|
||||
{icon: 'carbon:container-software', text: '常用软件', link: '/campus-wiki/common-softwares/'},
|
||||
{icon: '/cert.svg', text: '证书及技能考试', link: '/campus-wiki/credential-skillful-exams/'},
|
||||
{icon: 'ic:baseline-school',text: '校内生活', link: '/campus-wiki/campus-life/'}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -12,11 +12,13 @@ permalink: /begin/
|
||||
或者在下方评论区提问
|
||||
<CardGrid>
|
||||
|
||||
|
||||
|
||||
<LinkCard
|
||||
icon="/project.svg"
|
||||
title="实战项目"
|
||||
href="/project-docs/"
|
||||
description="历届学长学姐的优质项目全记录!
|
||||
description="历届优质项目全记录!
|
||||
💡 包含项目创意说明
|
||||
💡 具体实现教程
|
||||
💡 团队协作经验
|
||||
@ -30,7 +32,7 @@ href="/cs-diy/"
|
||||
description="计算机全方向修炼手册!
|
||||
🌟 零基础入门路径
|
||||
🌟 热门方向学习路线
|
||||
🌟 精选学习资源推荐
|
||||
🌟 精选学习资源推荐及下载
|
||||
自学找不到方向?这本指南就是你的导航!">
|
||||
</LinkCard>
|
||||
|
||||
@ -57,6 +59,7 @@ description="大学通关秘籍看这里!
|
||||
</LinkCard>
|
||||
</CardGrid>
|
||||
|
||||
|
||||
## 我也想写一些东西
|
||||
|
||||
项导文档欢迎各位加入建设,目前我们只是针对重医的同学们的情况编写了文档,涵盖的内容可能不齐全或存在可优化之处。欢迎各位有志之士加入建设。请参考[贡献指南](contribute.md)
|
||||
|
@ -3,3 +3,13 @@ title: 学习笔记
|
||||
createTime: 2025/02/24 06:52:33
|
||||
permalink: /learning-notes/
|
||||
---
|
||||
|
||||
这里是属于每位探险者的灵感宝库!不同学科的笔记像百味沙拉——严谨工整的理科公式旁可能挨着文艺感满满的随感批注;思维导图或许就躺在手绘漫画的隔壁📚🌸
|
||||
|
||||
敲黑板!若你在知识点丛林中发现了新奇视角,或对某个脑洞大开的话题有十万个为什么,随时可以:
|
||||
|
||||
1️⃣ 点亮留言区的小火把🔥(热聊等你来)
|
||||
|
||||
2️⃣ 直接@笔记原主人来场思维battle⚡
|
||||
|
||||
p.s.跨次元的笔记交流有时会碰撞出奇妙烟花哦🎆
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: README
|
||||
title: 计算机视觉
|
||||
createTime: 2025/02/24 07:48:15
|
||||
permalink: /learning-notes/CV/
|
||||
icon: marketeq:vision
|
||||
|
Loading…
x
Reference in New Issue
Block a user