update vitepress to v1.0
This commit is contained in:
1
python/00/cat.md
Normal file
1
python/00/cat.md
Normal file
@@ -0,0 +1 @@
|
||||
# 编程规范
|
||||
0
python/00/dog.md
Normal file
0
python/00/dog.md
Normal file
19
python/00/index.md
Normal file
19
python/00/index.md
Normal 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
0
python/00/playground.md
Normal file
Reference in New Issue
Block a user