图灵完备

This commit is contained in:
2025-11-13 09:23:35 +08:00
parent 702b5cf687
commit 9520e96694
3 changed files with 24 additions and 4 deletions
+15 -3
View File
@@ -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' },
+5
View File
@@ -0,0 +1,5 @@
---
layout: doc
---
# 图灵完备(Turing Complete
图灵完备过关记录
+4 -1
View File
@@ -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
---