图灵完备
This commit is contained in:
@@ -23,14 +23,18 @@ export default {
|
|||||||
copyright: 'Copyright ©2025 阿帅正传 版权所有 | 转载请注明出处'
|
copyright: 'Copyright ©2025 阿帅正传 版权所有 | 转载请注明出处'
|
||||||
},
|
},
|
||||||
nav: [
|
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: '/about' },
|
||||||
// { text: '瑞芯微系列', link: '/config' },
|
// { text: '瑞芯微系列', link: '/config' },
|
||||||
// { text: '六轴机械臂', link: '/config' },
|
// { text: '六轴机械臂', link: '/config' },
|
||||||
{ text: '文档源码', link: 'https://github.com/xiaoshuai125/xsinfo' }
|
{ text: '文档源码', link: 'https://github.com/xiaoshuai125/xsinfo' },
|
||||||
],
|
],
|
||||||
sidebar: {
|
sidebar: {
|
||||||
// 当用户位于 `guide` 目录时,会显示此侧边栏
|
|
||||||
'/linux/': [
|
'/linux/': [
|
||||||
{
|
{
|
||||||
text: 'Linux',
|
text: 'Linux',
|
||||||
@@ -40,6 +44,14 @@ export default {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
'/game/': [
|
||||||
|
{
|
||||||
|
text: '游戏记录',
|
||||||
|
items: [
|
||||||
|
{text: '图灵完备Turing Complete', link: '/game/turing_complete'},
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
},
|
},
|
||||||
socialLinks: [
|
socialLinks: [
|
||||||
{ icon: 'github', link: 'https://github.com/xiaoshuai125' },
|
{ icon: 'github', link: 'https://github.com/xiaoshuai125' },
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
layout: doc
|
||||||
|
---
|
||||||
|
# 图灵完备(Turing Complete)
|
||||||
|
图灵完备过关记录
|
||||||
+4
-1
@@ -17,13 +17,16 @@ hero:
|
|||||||
features:
|
features:
|
||||||
- title: Linux笔记
|
- title: Linux笔记
|
||||||
details: 接下来一段时间会持续记录Linux相关笔记,主要是以ubuntu22.04操作系统为主
|
details: 接下来一段时间会持续记录Linux相关笔记,主要是以ubuntu22.04操作系统为主
|
||||||
|
link: /linux/linux
|
||||||
- title: 瑞芯微系列
|
- title: 瑞芯微系列
|
||||||
details: 目前再学习瑞芯微系列的开发版,目前围绕RK3506与RK3566系列
|
details: 目前再学习瑞芯微系列的开发版,目前围绕RK3506与RK3566系列
|
||||||
- title: ESP32系列
|
- title: ESP32系列
|
||||||
details: ESP32系列的MCU使用笔记
|
details: ESP32系列的MCU使用笔记
|
||||||
- title: 六轴机械臂
|
- title: 六轴机械臂
|
||||||
details: 还会不定时更新六轴机械臂相关的笔记,也在学习中。基础操作、欧拉角、具身智能
|
details: 还会不定时更新六轴机械臂相关的笔记,也在学习中。基础操作、欧拉角、具身智能
|
||||||
|
- title: 游戏记录
|
||||||
|
details: 主要玩的一些解谜游戏,做个笔记记录
|
||||||
|
link: /game/turing_complete
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user