From 783fa0fb6a6d911c4f5ccf9968b7fc59b3a63fd5 Mon Sep 17 00:00:00 2001 From: feilong Date: Wed, 22 Dec 2021 00:05:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=AC=AC3=E7=AB=A0=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dict.json" | 12 ++++++------ .../list01.json" | 12 ++++++------ .../list02.json" | 12 ++++++------ main.py | 8 ++++---- 4 files changed, 22 insertions(+), 22 deletions(-) diff --git "a/data/1.python\345\210\235\351\230\266/3.\350\277\233\351\230\266\350\257\255\346\263\225/1.\345\210\227\350\241\250\346\216\250\345\257\274\345\274\217/dict.json" "b/data/1.python\345\210\235\351\230\266/3.\350\277\233\351\230\266\350\257\255\346\263\225/1.\345\210\227\350\241\250\346\216\250\345\257\274\345\274\217/dict.json" index 6809e5c..8f1b927 100644 --- "a/data/1.python\345\210\235\351\230\266/3.\350\277\233\351\230\266\350\257\255\346\263\225/1.\345\210\227\350\241\250\346\216\250\345\257\274\345\274\217/dict.json" +++ "b/data/1.python\345\210\235\351\230\266/3.\350\277\233\351\230\266\350\257\255\346\263\225/1.\345\210\227\350\241\250\346\216\250\345\257\274\345\274\217/dict.json" @@ -1,8 +1,8 @@ { - "author": "huanhuilong", - "source": "dict.md", - "depends": [], - "exercise_id": 207, - "type": "code_options", - "notebook_enable": true + "author": "huanhuilong", + "source": "dict.md", + "depends": [], + "exercise_id": 207, + "type": "code_options", + "notebook_enable": true } \ No newline at end of file diff --git "a/data/1.python\345\210\235\351\230\266/3.\350\277\233\351\230\266\350\257\255\346\263\225/1.\345\210\227\350\241\250\346\216\250\345\257\274\345\274\217/list01.json" "b/data/1.python\345\210\235\351\230\266/3.\350\277\233\351\230\266\350\257\255\346\263\225/1.\345\210\227\350\241\250\346\216\250\345\257\274\345\274\217/list01.json" index fee4073..833bc07 100644 --- "a/data/1.python\345\210\235\351\230\266/3.\350\277\233\351\230\266\350\257\255\346\263\225/1.\345\210\227\350\241\250\346\216\250\345\257\274\345\274\217/list01.json" +++ "b/data/1.python\345\210\235\351\230\266/3.\350\277\233\351\230\266\350\257\255\346\263\225/1.\345\210\227\350\241\250\346\216\250\345\257\274\345\274\217/list01.json" @@ -1,8 +1,8 @@ { - "author": "huanhuilong", - "source": "list01.md", - "depends": [], - "exercise_id": 195, - "type": "code_options", - "notebook_enable": true + "author": "huanhuilong", + "source": "list01.md", + "depends": [], + "exercise_id": 195, + "type": "code_options", + "notebook_enable": true } \ No newline at end of file diff --git "a/data/1.python\345\210\235\351\230\266/3.\350\277\233\351\230\266\350\257\255\346\263\225/1.\345\210\227\350\241\250\346\216\250\345\257\274\345\274\217/list02.json" "b/data/1.python\345\210\235\351\230\266/3.\350\277\233\351\230\266\350\257\255\346\263\225/1.\345\210\227\350\241\250\346\216\250\345\257\274\345\274\217/list02.json" index 3f17c05..cdde2cf 100644 --- "a/data/1.python\345\210\235\351\230\266/3.\350\277\233\351\230\266\350\257\255\346\263\225/1.\345\210\227\350\241\250\346\216\250\345\257\274\345\274\217/list02.json" +++ "b/data/1.python\345\210\235\351\230\266/3.\350\277\233\351\230\266\350\257\255\346\263\225/1.\345\210\227\350\241\250\346\216\250\345\257\274\345\274\217/list02.json" @@ -1,8 +1,8 @@ { - "author": "huanhuilong", - "source": "list02.md", - "depends": [], - "exercise_id": 195, - "type": "code_options", - "notebook_enable": true + "author": "huanhuilong", + "source": "list02.md", + "depends": [], + "exercise_id": 214, + "type": "code_options", + "notebook_enable": true } \ No newline at end of file diff --git a/main.py b/main.py index 4dcb66c..0dfa893 100644 --- a/main.py +++ b/main.py @@ -6,8 +6,8 @@ import os import re if __name__ == '__main__': - # walker = TreeWalker("data", "python", "python") - # walker.walk() + walker = TreeWalker("data", "python", "python") + walker.walk() - md = MDWalker('data/1.python初阶/3.进阶语法') - md.walk() + # md = MDWalker('data/1.python初阶/3.进阶语法') + # md.walk() -- GitLab