Skip to content

Commit

Permalink
cc
Browse files Browse the repository at this point in the history
  • Loading branch information
fyhhub authored Oct 25, 2024
1 parent d3c55e2 commit 5f41b29
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/.vitepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ export const nav = [
{ text: '开发工具', link: '/tools/' },
{ text: '随笔', link: '/informal/' },
{ text: 'Rust', link: '/rust-learn/' },
{ text: 'Python', link: '/python/' },
{ text: '留言板', link: '/comment/' }
];
3 changes: 3 additions & 0 deletions src/python/1.python基础.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Python基础


4 changes: 4 additions & 0 deletions src/python/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
index: false
---
# Python

0 comments on commit 5f41b29

Please sign in to comment.