diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index a67df50..c133f41 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -23,14 +23,18 @@ export default { copyright: 'Copyright ©2025 阿帅正传 版权所有 | 转载请注明出处' }, nav: [ - { text: 'Linux', link: '/linux/linux' }, + { text: '游戏记录', + items: [ + {text: '图灵完备Turing Complete', link: '/game/turing_complete'}, + ] + }, + // { text: 'Linux', link: '/linux/linux' }, { text: '关于', link: '/about' }, // { text: '瑞芯微系列', link: '/config' }, // { text: '六轴机械臂', link: '/config' }, - { text: '文档源码', link: 'https://github.com/xiaoshuai125/xsinfo' } + { text: '文档源码', link: 'https://github.com/xiaoshuai125/xsinfo' }, ], sidebar: { - // 当用户位于 `guide` 目录时,会显示此侧边栏 '/linux/': [ { text: 'Linux', @@ -40,6 +44,14 @@ export default { ] } ], + '/game/': [ + { + text: '游戏记录', + items: [ + {text: '图灵完备Turing Complete', link: '/game/turing_complete'}, + ] + } + ], }, socialLinks: [ { icon: 'github', link: 'https://github.com/xiaoshuai125' }, diff --git a/docs/game/turing_complete.md b/docs/game/turing_complete.md new file mode 100644 index 0000000..682f5e6 --- /dev/null +++ b/docs/game/turing_complete.md @@ -0,0 +1,5 @@ +--- +layout: doc +--- +# 图灵完备(Turing Complete) +图灵完备过关记录 \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index 660695c..fbfe02d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,13 +17,16 @@ hero: features: - title: Linux笔记 details: 接下来一段时间会持续记录Linux相关笔记,主要是以ubuntu22.04操作系统为主 + link: /linux/linux - title: 瑞芯微系列 details: 目前再学习瑞芯微系列的开发版,目前围绕RK3506与RK3566系列 - title: ESP32系列 details: ESP32系列的MCU使用笔记 - title: 六轴机械臂 details: 还会不定时更新六轴机械臂相关的笔记,也在学习中。基础操作、欧拉角、具身智能 - + - title: 游戏记录 + details: 主要玩的一些解谜游戏,做个笔记记录 + link: /game/turing_complete ---