feat(docs): add terminal introduction appendix with interactive components

Add a comprehensive terminal introduction guide with interactive Vue components demonstrating terminal concepts. Includes:
- Terminal definition and architecture visualization
- Character grid and cell inspector
- ANSI escape sequences demo
- Input visualization and signal mechanisms
- Flow diagrams and TUI examples

The components are registered in the VitePress theme and linked from the appendix section. Each component includes detailed documentation and interactive elements to help users understand terminal principles.
This commit is contained in:
sanbuphy
2026-01-14 19:04:09 +08:00
parent a9f4071308
commit c238f07e0d
14 changed files with 4248 additions and 1 deletions
+2 -1
View File
@@ -433,7 +433,8 @@ export default defineConfig({
{
text: '附录',
items: [
{ text: 'AI 能力词典', link: '/zh-cn/appendix/ai-capability-dictionary' }
{ text: 'AI 能力词典', link: '/zh-cn/appendix/ai-capability-dictionary' },
{ text: '终端入门', link: '/zh-cn/appendix/terminal-intro' }
]
}
]