update vitepress to v1.0

This commit is contained in:
2024-03-26 19:03:14 +08:00
parent 99c45510e5
commit fc7f8b9499
131 changed files with 431 additions and 330 deletions

23
index.md Normal file
View File

@@ -0,0 +1,23 @@
---
# https://vitepress.dev/reference/default-theme-home-page
layout: home
hero:
name: "徐越的编程书"
tagline: "用最简单的话讲清楚编程"
actions:
- theme: brand
text: Python 基础知识
link: /python/00/
- theme: alt
text: 计算机科学速成
link: /cs/00/
features:
- title: 派神启动
details: 运行代码、修改代码、输入交互
- title: 生动形象
details: 图文并茂、简单明了
- title: 随时随地
details: 手机可以看、电脑可以看、白天可以看、晚上可以看
---