diff --git a/src/.vitepress/theme.ts b/src/.vitepress/theme.ts index 8f33b52932..d532f5a0a5 100644 --- a/src/.vitepress/theme.ts +++ b/src/.vitepress/theme.ts @@ -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/' } ]; diff --git "a/src/python/1.python\345\237\272\347\241\200.md" "b/src/python/1.python\345\237\272\347\241\200.md" new file mode 100644 index 0000000000..c016c0b786 --- /dev/null +++ "b/src/python/1.python\345\237\272\347\241\200.md" @@ -0,0 +1,3 @@ +# Python基础 + + diff --git a/src/python/index.md b/src/python/index.md new file mode 100644 index 0000000000..44d2b39bf0 --- /dev/null +++ b/src/python/index.md @@ -0,0 +1,4 @@ +--- +index: false +--- +# Python