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 6809e5cad2d9e1d07ab9f8e898442ead86d02e43..8f1b927116e453dc6c7f05464ec1e78d2e661ea5 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 fee4073e4af9b903661c490882d801e478ec40d5..833bc0724706d1ee8a4ded7d47419b856a4ee343 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 3f17c05ae233c6c175d70820592a50157293574f..cdde2cf0198b2746b04ba6af7af64d6be4df3563 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 4dcb66ceb59be55fc9e349f861d43c2cf6130331..0dfa8936849a3693fd18876d8f042f215776bb9e 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()