From 068a2235c5b1b11da3603fd8042e57c3803b2597 Mon Sep 17 00:00:00 2001 From: feilong Date: Fri, 24 Dec 2021 00:39:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=AC=AC=E5=9B=9B=E7=AB=A0+f?= =?UTF-8?q?ix1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../match_01.json" | 3 ++- main.py | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git "a/data/3.python\351\253\230\351\230\266/7.\351\253\230\347\272\247\346\225\231\347\250\213/4.\347\273\223\346\236\204\345\214\226\346\250\241\345\274\217\345\214\271\351\205\215/match_01.json" "b/data/3.python\351\253\230\351\230\266/7.\351\253\230\347\272\247\346\225\231\347\250\213/4.\347\273\223\346\236\204\345\214\226\346\250\241\345\274\217\345\214\271\351\205\215/match_01.json" index 3cc8177..5d3598b 100644 --- "a/data/3.python\351\253\230\351\230\266/7.\351\253\230\347\272\247\346\225\231\347\250\213/4.\347\273\223\346\236\204\345\214\226\346\250\241\345\274\217\345\214\271\351\205\215/match_01.json" +++ "b/data/3.python\351\253\230\351\230\266/7.\351\253\230\347\272\247\346\225\231\347\250\213/4.\347\273\223\346\236\204\345\214\226\346\250\241\345\274\217\345\214\271\351\205\215/match_01.json" @@ -3,5 +3,6 @@ "source": "match_01.md", "depends": [], "exercise_id": 221, - "type": "code_options" + "type": "code_options", + "notebook_enable": false } \ No newline at end of file diff --git a/main.py b/main.py index acdcd69..9a8ebee 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初阶/4.面向对象编程') - md.walk() + # md = MDWalker('data/1.python初阶/4.面向对象编程') + # md.walk() -- GitLab