From 9520e96694f9ff2f1bf0ca5ca72f0eed440fa709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timeless=E5=B0=8F=E5=B8=85?= <1018008088@qq.com> Date: Thu, 13 Nov 2025 09:23:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=81=B5=E5=AE=8C=E5=A4=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/config.js | 18 +++++++++++++++--- docs/game/turing_complete.md | 5 +++++ docs/index.md | 5 ++++- 3 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 docs/game/turing_complete.md 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 ---