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

1
python/00/cat.md Normal file
View File

@@ -0,0 +1 @@
# 编程规范

0
python/00/dog.md Normal file
View File

19
python/00/index.md Normal file
View File

@@ -0,0 +1,19 @@
# 如何学习这个课程
::: tip
下面的代码区域可以进行编辑并运行
:::
<script lang="ts" setup>
const code = `
n=input()
if n == "黄岩一职":
print("欢迎光临")
`
</script>
<editor :code="code" />
```python
print(123)
```

0
python/00/playground.md Normal file
View File