From 11326ad95cbf8f1fcf0289393c440858a6b4955a Mon Sep 17 00:00:00 2001 From: 7Wate Date: Fri, 23 Dec 2022 16:59:54 +0800 Subject: [PATCH] =?UTF-8?q?Python=EF=BC=9A=E8=B0=83=E6=95=B4=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Python/进阶/常用技巧/_category_.json | 8 ++++++++ .../Python/进阶/标准库/_category_.json | 8 ++++++++ .../Python/进阶/第三方模块/_category_.json | 8 ++++++++ .../Python/进阶/语言参考/_category_.json | 8 ++++++++ .../Python/进阶/项目实践/_category_.json | 8 ++++++++ 5 files changed, 40 insertions(+) create mode 100644 wiki/programming-language/Python/进阶/常用技巧/_category_.json create mode 100644 wiki/programming-language/Python/进阶/标准库/_category_.json create mode 100644 wiki/programming-language/Python/进阶/第三方模块/_category_.json create mode 100644 wiki/programming-language/Python/进阶/语言参考/_category_.json create mode 100644 wiki/programming-language/Python/进阶/项目实践/_category_.json diff --git a/wiki/programming-language/Python/进阶/常用技巧/_category_.json b/wiki/programming-language/Python/进阶/常用技巧/_category_.json new file mode 100644 index 00000000..cf23a737 --- /dev/null +++ b/wiki/programming-language/Python/进阶/常用技巧/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "常用技巧", + "position": 5, + "link": { + "type": "generated-index", + "title": "常用技巧" + } +} \ No newline at end of file diff --git a/wiki/programming-language/Python/进阶/标准库/_category_.json b/wiki/programming-language/Python/进阶/标准库/_category_.json new file mode 100644 index 00000000..4aad22ee --- /dev/null +++ b/wiki/programming-language/Python/进阶/标准库/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "标准库", + "position": 1, + "link": { + "type": "generated-index", + "title": "标准库" + } +} \ No newline at end of file diff --git a/wiki/programming-language/Python/进阶/第三方模块/_category_.json b/wiki/programming-language/Python/进阶/第三方模块/_category_.json new file mode 100644 index 00000000..1b427b63 --- /dev/null +++ b/wiki/programming-language/Python/进阶/第三方模块/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "第三方模块", + "position": 3, + "link": { + "type": "generated-index", + "title": "第三方模块" + } +} \ No newline at end of file diff --git a/wiki/programming-language/Python/进阶/语言参考/_category_.json b/wiki/programming-language/Python/进阶/语言参考/_category_.json new file mode 100644 index 00000000..a93bde79 --- /dev/null +++ b/wiki/programming-language/Python/进阶/语言参考/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "语言参考", + "position": 2, + "link": { + "type": "generated-index", + "title": "语言参考" + } +} \ No newline at end of file diff --git a/wiki/programming-language/Python/进阶/项目实践/_category_.json b/wiki/programming-language/Python/进阶/项目实践/_category_.json new file mode 100644 index 00000000..94351aa8 --- /dev/null +++ b/wiki/programming-language/Python/进阶/项目实践/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "项目实践", + "position": 4, + "link": { + "type": "generated-index", + "title": "项目实践" + } +} \ No newline at end of file