From b1dae1021688603c0568650dd9cde7326f5947e8 Mon Sep 17 00:00:00 2001 From: luxin Date: Thu, 11 Aug 2022 14:27:49 +0800 Subject: [PATCH] run python main.py --- .../config.json" | 3 ++- .../helloworld.json" | 9 +++++---- .../version.json" | 9 +++++---- .../config.json" | 4 +++- .../idea.json" | 9 +++++---- .../compiler.json" | 9 +++++---- .../config.json" | 5 ++++- .../helloword.json" | 9 +++++---- data/tree.json | 16 ++++++++-------- 9 files changed, 42 insertions(+), 31 deletions(-) diff --git "a/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/1.\345\277\253\351\200\237\344\270\212\346\211\213/1.Go\345\256\211\350\243\205\344\270\216\351\205\215\347\275\256/config.json" "b/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/1.\345\277\253\351\200\237\344\270\212\346\211\213/1.Go\345\256\211\350\243\205\344\270\216\351\205\215\347\275\256/config.json" index bc97000..c3b4c35 100644 --- "a/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/1.\345\277\253\351\200\237\344\270\212\346\211\213/1.Go\345\256\211\350\243\205\344\270\216\351\205\215\347\275\256/config.json" +++ "b/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/1.\345\277\253\351\200\237\344\270\212\346\211\213/1.Go\345\256\211\350\243\205\344\270\216\351\205\215\347\275\256/config.json" @@ -3,7 +3,8 @@ "keywords": [], "children": [], "export": [ - "helloworld.json" + "helloworld.json", + "version.json" ], "keywords_must": [], "keywords_forbid": [], diff --git "a/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/1.\345\277\253\351\200\237\344\270\212\346\211\213/1.Go\345\256\211\350\243\205\344\270\216\351\205\215\347\275\256/helloworld.json" "b/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/1.\345\277\253\351\200\237\344\270\212\346\211\213/1.Go\345\256\211\350\243\205\344\270\216\351\205\215\347\275\256/helloworld.json" index c33258a..cdb2d42 100644 --- "a/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/1.\345\277\253\351\200\237\344\270\212\346\211\213/1.Go\345\256\211\350\243\205\344\270\216\351\205\215\347\275\256/helloworld.json" +++ "b/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/1.\345\277\253\351\200\237\344\270\212\346\211\213/1.Go\345\256\211\350\243\205\344\270\216\351\205\215\347\275\256/helloworld.json" @@ -1,6 +1,7 @@ { - "type": "code_options", - "author": "dengmengmian", - "source": "helloworld.md", - "notebook_enable": false + "type": "code_options", + "author": "dengmengmian", + "source": "helloworld.md", + "notebook_enable": false, + "exercise_id": "eab94621765c43158724ca75f02fadc6" } \ No newline at end of file diff --git "a/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/1.\345\277\253\351\200\237\344\270\212\346\211\213/1.Go\345\256\211\350\243\205\344\270\216\351\205\215\347\275\256/version.json" "b/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/1.\345\277\253\351\200\237\344\270\212\346\211\213/1.Go\345\256\211\350\243\205\344\270\216\351\205\215\347\275\256/version.json" index e939d1b..5f2801c 100644 --- "a/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/1.\345\277\253\351\200\237\344\270\212\346\211\213/1.Go\345\256\211\350\243\205\344\270\216\351\205\215\347\275\256/version.json" +++ "b/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/1.\345\277\253\351\200\237\344\270\212\346\211\213/1.Go\345\256\211\350\243\205\344\270\216\351\205\215\347\275\256/version.json" @@ -1,6 +1,7 @@ { - "type": "code_options", - "author": "dengmengmian", - "source": "version.md", - "notebook_enable": false + "type": "code_options", + "author": "dengmengmian", + "source": "version.md", + "notebook_enable": false, + "exercise_id": "9d7860ed625c4fe1b3d60b7a84be1803" } \ No newline at end of file diff --git "a/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/1.\345\277\253\351\200\237\344\270\212\346\211\213/2.go\345\274\200\345\217\221\345\267\245\345\205\267/config.json" "b/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/1.\345\277\253\351\200\237\344\270\212\346\211\213/2.go\345\274\200\345\217\221\345\267\245\345\205\267/config.json" index 799fe83..2cf3ba7 100644 --- "a/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/1.\345\277\253\351\200\237\344\270\212\346\211\213/2.go\345\274\200\345\217\221\345\267\245\345\205\267/config.json" +++ "b/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/1.\345\277\253\351\200\237\344\270\212\346\211\213/2.go\345\274\200\345\217\221\345\267\245\345\205\267/config.json" @@ -2,7 +2,9 @@ "node_id": "go-466e1135f6d64c2cbb4b739f222e9750", "keywords": [], "children": [], - "export": [], + "export": [ + "idea.json" + ], "keywords_must": [], "keywords_forbid": [], "group": 0 diff --git "a/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/1.\345\277\253\351\200\237\344\270\212\346\211\213/2.go\345\274\200\345\217\221\345\267\245\345\205\267/idea.json" "b/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/1.\345\277\253\351\200\237\344\270\212\346\211\213/2.go\345\274\200\345\217\221\345\267\245\345\205\267/idea.json" index c95af10..b614268 100644 --- "a/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/1.\345\277\253\351\200\237\344\270\212\346\211\213/2.go\345\274\200\345\217\221\345\267\245\345\205\267/idea.json" +++ "b/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/1.\345\277\253\351\200\237\344\270\212\346\211\213/2.go\345\274\200\345\217\221\345\267\245\345\205\267/idea.json" @@ -1,6 +1,7 @@ { - "type": "code_options", - "author": "dengmengmian", - "source": "idea.md", - "notebook_enable": false + "type": "code_options", + "author": "dengmengmian", + "source": "idea.md", + "notebook_enable": false, + "exercise_id": "ff6dde8a0c3f415dada552801a41f381" } \ No newline at end of file diff --git "a/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/1.\345\277\253\351\200\237\344\270\212\346\211\213/3.\347\254\254\344\270\200\350\241\214go\344\273\243\347\240\201/compiler.json" "b/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/1.\345\277\253\351\200\237\344\270\212\346\211\213/3.\347\254\254\344\270\200\350\241\214go\344\273\243\347\240\201/compiler.json" index d57b884..998ab27 100644 --- "a/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/1.\345\277\253\351\200\237\344\270\212\346\211\213/3.\347\254\254\344\270\200\350\241\214go\344\273\243\347\240\201/compiler.json" +++ "b/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/1.\345\277\253\351\200\237\344\270\212\346\211\213/3.\347\254\254\344\270\200\350\241\214go\344\273\243\347\240\201/compiler.json" @@ -1,6 +1,7 @@ { - "type": "code_options", - "author": "dengmengmian", - "source": "compiler.md", - "notebook_enable": false + "type": "code_options", + "author": "dengmengmian", + "source": "compiler.md", + "notebook_enable": false, + "exercise_id": "6940369632c646e2a68864dd1e7bdb2d" } \ No newline at end of file diff --git "a/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/1.\345\277\253\351\200\237\344\270\212\346\211\213/3.\347\254\254\344\270\200\350\241\214go\344\273\243\347\240\201/config.json" "b/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/1.\345\277\253\351\200\237\344\270\212\346\211\213/3.\347\254\254\344\270\200\350\241\214go\344\273\243\347\240\201/config.json" index ae1e978..855a5b6 100644 --- "a/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/1.\345\277\253\351\200\237\344\270\212\346\211\213/3.\347\254\254\344\270\200\350\241\214go\344\273\243\347\240\201/config.json" +++ "b/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/1.\345\277\253\351\200\237\344\270\212\346\211\213/3.\347\254\254\344\270\200\350\241\214go\344\273\243\347\240\201/config.json" @@ -2,7 +2,10 @@ "node_id": "go-b2b18871ddfe496398abeb6ce2450e25", "keywords": [], "children": [], - "export": [], + "export": [ + "compiler.json", + "helloword.json" + ], "keywords_must": [], "keywords_forbid": [], "group": 0 diff --git "a/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/1.\345\277\253\351\200\237\344\270\212\346\211\213/3.\347\254\254\344\270\200\350\241\214go\344\273\243\347\240\201/helloword.json" "b/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/1.\345\277\253\351\200\237\344\270\212\346\211\213/3.\347\254\254\344\270\200\350\241\214go\344\273\243\347\240\201/helloword.json" index c33258a..8f135cf 100644 --- "a/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/1.\345\277\253\351\200\237\344\270\212\346\211\213/3.\347\254\254\344\270\200\350\241\214go\344\273\243\347\240\201/helloword.json" +++ "b/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/1.\345\277\253\351\200\237\344\270\212\346\211\213/3.\347\254\254\344\270\200\350\241\214go\344\273\243\347\240\201/helloword.json" @@ -1,6 +1,7 @@ { - "type": "code_options", - "author": "dengmengmian", - "source": "helloworld.md", - "notebook_enable": false + "type": "code_options", + "author": "dengmengmian", + "source": "helloworld.md", + "notebook_enable": false, + "exercise_id": "9adb01025d38420ca0196fc8bb55e1b4" } \ No newline at end of file diff --git a/data/tree.json b/data/tree.json index ed851d9..0e6686c 100644 --- a/data/tree.json +++ b/data/tree.json @@ -24,7 +24,7 @@ } }, { - "Go开发工具": { + "go开发工具": { "node_id": "go-466e1135f6d64c2cbb4b739f222e9750", "keywords": [], "children": [], @@ -34,7 +34,7 @@ } }, { - "第一行Go代码": { + "第一行go代码": { "node_id": "go-b2b18871ddfe496398abeb6ce2450e25", "keywords": [], "children": [], @@ -55,7 +55,7 @@ "keywords": [], "children": [ { - "Go变量和常量": { + "go变量和常量": { "node_id": "go-4a7a3a4584d04aeb9e274f9d66055e96", "keywords": [], "children": [], @@ -65,7 +65,7 @@ } }, { - "Go基础数据类型": { + "go基础数据类型": { "node_id": "go-5d10f4fc272248388615eaa6594f9a83", "keywords": [], "children": [], @@ -168,7 +168,7 @@ }, { "结构体": { - "node_id": "go-1b4fbc9b10fc44b3b11600085791f620", + "node_id": "go-9ebd13a36b5542f5b4839ce3fb78263d", "keywords": [], "children": [], "keywords_must": [], @@ -178,7 +178,7 @@ }, { "方法": { - "node_id": "go-73e4b545ffd64df0abd08233342f8243", + "node_id": "go-e989d3eb58f84755b6661eae5b2ac9eb", "keywords": [], "children": [], "keywords_must": [], @@ -188,7 +188,7 @@ }, { "接口": { - "node_id": "go-0933df8745ff4ef4aec37fb7b6a0a43d", + "node_id": "go-b219e44924c543daa89f93a4a1c45032", "keywords": [], "children": [], "keywords_must": [], @@ -352,7 +352,7 @@ }, { "工程化": { - "node_id": "go-e0c975c7c1634db6b5f3cdf15ffe18af", + "node_id": "go-35461795bbcc4fea8329d42945b5c9d7", "keywords": [], "children": [], "keywords_must": [], -- GitLab