From 9dd4784bf38e181d71ee7f4da89ad8ff866fc3fe Mon Sep 17 00:00:00 2001 From: feilong Date: Fri, 1 Jul 2022 18:00:41 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E8=BF=9B=E9=98=B6=E4=BB=BB=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../config.json" | 14 +++++++ .../1.Git\351\227\256\347\255\224/qa.json" | 12 ++++++ .../1.Git\351\227\256\347\255\224/qa.md" | 33 ++++++++++++++++ .../config.json" | 14 +++++++ .../2.Linux\351\227\256\347\255\224/qa.json" | 12 ++++++ .../2.Linux\351\227\256\347\255\224/qa.md" | 31 +++++++++++++++ .../config.json" | 7 ++++ data/tree.json | 39 +++++++++++++++++++ 8 files changed, 162 insertions(+) create mode 100644 "data/3.gml\351\253\230\351\230\266/3.\350\277\233\351\230\266\344\273\273\345\212\241/1.Git\351\227\256\347\255\224/config.json" create mode 100644 "data/3.gml\351\253\230\351\230\266/3.\350\277\233\351\230\266\344\273\273\345\212\241/1.Git\351\227\256\347\255\224/qa.json" create mode 100644 "data/3.gml\351\253\230\351\230\266/3.\350\277\233\351\230\266\344\273\273\345\212\241/1.Git\351\227\256\347\255\224/qa.md" create mode 100644 "data/3.gml\351\253\230\351\230\266/3.\350\277\233\351\230\266\344\273\273\345\212\241/2.Linux\351\227\256\347\255\224/config.json" create mode 100644 "data/3.gml\351\253\230\351\230\266/3.\350\277\233\351\230\266\344\273\273\345\212\241/2.Linux\351\227\256\347\255\224/qa.json" create mode 100644 "data/3.gml\351\253\230\351\230\266/3.\350\277\233\351\230\266\344\273\273\345\212\241/2.Linux\351\227\256\347\255\224/qa.md" create mode 100644 "data/3.gml\351\253\230\351\230\266/3.\350\277\233\351\230\266\344\273\273\345\212\241/config.json" diff --git "a/data/3.gml\351\253\230\351\230\266/3.\350\277\233\351\230\266\344\273\273\345\212\241/1.Git\351\227\256\347\255\224/config.json" "b/data/3.gml\351\253\230\351\230\266/3.\350\277\233\351\230\266\344\273\273\345\212\241/1.Git\351\227\256\347\255\224/config.json" new file mode 100644 index 0000000..8a0ef25 --- /dev/null +++ "b/data/3.gml\351\253\230\351\230\266/3.\350\277\233\351\230\266\344\273\273\345\212\241/1.Git\351\227\256\347\255\224/config.json" @@ -0,0 +1,14 @@ +{ + "keywords": [ + "Git问答" + ], + "keywords_must": [ + "Git问答" + ], + "keywords_forbid": [], + "children": [], + "export": [ + "qa.json" + ], + "node_id": "gml-d4f3f8d63a124d8c9aac02424858afbe" +} \ No newline at end of file diff --git "a/data/3.gml\351\253\230\351\230\266/3.\350\277\233\351\230\266\344\273\273\345\212\241/1.Git\351\227\256\347\255\224/qa.json" "b/data/3.gml\351\253\230\351\230\266/3.\350\277\233\351\230\266\344\273\273\345\212\241/1.Git\351\227\256\347\255\224/qa.json" new file mode 100644 index 0000000..d848732 --- /dev/null +++ "b/data/3.gml\351\253\230\351\230\266/3.\350\277\233\351\230\266\344\273\273\345\212\241/1.Git\351\227\256\347\255\224/qa.json" @@ -0,0 +1,12 @@ +{ + "author": "huanhuilong", + "source": "qa.md", + "depends": [], + "type": "qa_task", + "task_link": "https://ask.csdn.net/channel/21/tag/235", + "task_info": { + "tag_name": "git" + }, + "notebook_enable": false, + "exercise_id": "61fe2183969b4696b585936b70554df4" +} \ No newline at end of file diff --git "a/data/3.gml\351\253\230\351\230\266/3.\350\277\233\351\230\266\344\273\273\345\212\241/1.Git\351\227\256\347\255\224/qa.md" "b/data/3.gml\351\253\230\351\230\266/3.\350\277\233\351\230\266\344\273\273\345\212\241/1.Git\351\227\256\347\255\224/qa.md" new file mode 100644 index 0000000..4ac03fc --- /dev/null +++ "b/data/3.gml\351\253\230\351\230\266/3.\350\277\233\351\230\266\344\273\273\345\212\241/1.Git\351\227\256\347\255\224/qa.md" @@ -0,0 +1,33 @@ +# 请你在问答社区回答5个C语言问题并获得采纳,证明你的能力 + +Git用户每天会产生很多实际使用的问题。 + +请你回答5个用户提出的 [Git问题](https://ask.csdn.net/channel/21/tag/235),并获得采纳,证明你的能力。 + +Git的发明者是? + +## 答案 + +```bash +Linus Torvalds +``` + +## 选项 + +### A + +```bash +GitHub +``` + +### B + +```bash +Google it +``` + +### C + +```bash +盖茨 +``` diff --git "a/data/3.gml\351\253\230\351\230\266/3.\350\277\233\351\230\266\344\273\273\345\212\241/2.Linux\351\227\256\347\255\224/config.json" "b/data/3.gml\351\253\230\351\230\266/3.\350\277\233\351\230\266\344\273\273\345\212\241/2.Linux\351\227\256\347\255\224/config.json" new file mode 100644 index 0000000..4d36e17 --- /dev/null +++ "b/data/3.gml\351\253\230\351\230\266/3.\350\277\233\351\230\266\344\273\273\345\212\241/2.Linux\351\227\256\347\255\224/config.json" @@ -0,0 +1,14 @@ +{ + "keywords": [ + "Linux问答" + ], + "keywords_must": [ + "Linux问答" + ], + "keywords_forbid": [], + "children": [], + "export": [ + "qa.json" + ], + "node_id": "gml-684b71d7962a46bcb9cf52594eb45182" +} \ No newline at end of file diff --git "a/data/3.gml\351\253\230\351\230\266/3.\350\277\233\351\230\266\344\273\273\345\212\241/2.Linux\351\227\256\347\255\224/qa.json" "b/data/3.gml\351\253\230\351\230\266/3.\350\277\233\351\230\266\344\273\273\345\212\241/2.Linux\351\227\256\347\255\224/qa.json" new file mode 100644 index 0000000..2d45259 --- /dev/null +++ "b/data/3.gml\351\253\230\351\230\266/3.\350\277\233\351\230\266\344\273\273\345\212\241/2.Linux\351\227\256\347\255\224/qa.json" @@ -0,0 +1,12 @@ +{ + "author": "huanhuilong", + "source": "qa.md", + "depends": [], + "type": "qa_task", + "task_link": "https://ask.csdn.net/channel/22/tag/479", + "task_info": { + "tag_name": "linux" + }, + "notebook_enable": false, + "exercise_id": "481b494aaffc445e822939e0b430110f" +} \ No newline at end of file diff --git "a/data/3.gml\351\253\230\351\230\266/3.\350\277\233\351\230\266\344\273\273\345\212\241/2.Linux\351\227\256\347\255\224/qa.md" "b/data/3.gml\351\253\230\351\230\266/3.\350\277\233\351\230\266\344\273\273\345\212\241/2.Linux\351\227\256\347\255\224/qa.md" new file mode 100644 index 0000000..19dfb84 --- /dev/null +++ "b/data/3.gml\351\253\230\351\230\266/3.\350\277\233\351\230\266\344\273\273\345\212\241/2.Linux\351\227\256\347\255\224/qa.md" @@ -0,0 +1,31 @@ +# 请你在问答社区回答5个Linux问题并获得采纳,证明你的能力 + +Linux用户每天会产生很多实际使用的问题。请你回答5个用户提出的 [Linux问题](https://ask.csdn.net/channel/22/tag/479),并获得采纳,证明你的能力。 + +谁发明了Linux? + +## 答案 + +```bash +Linus Torvalds +``` + +## 选项 + +### A + +```bash +Linux Torvalds +``` + +### B + +```bash +贾斯丁·比伯 +``` + +### C + +```bash +林肯 +``` diff --git "a/data/3.gml\351\253\230\351\230\266/3.\350\277\233\351\230\266\344\273\273\345\212\241/config.json" "b/data/3.gml\351\253\230\351\230\266/3.\350\277\233\351\230\266\344\273\273\345\212\241/config.json" new file mode 100644 index 0000000..8bc6272 --- /dev/null +++ "b/data/3.gml\351\253\230\351\230\266/3.\350\277\233\351\230\266\344\273\273\345\212\241/config.json" @@ -0,0 +1,7 @@ +{ + "node_id": "gml-0283215dec694d1d941af65af6ab8fe7", + "keywords": [], + "keywords_must": [], + "keywords_forbid": [], + "group": 0 +} \ No newline at end of file diff --git a/data/tree.json b/data/tree.json index 8e00df8..a0df04b 100644 --- a/data/tree.json +++ b/data/tree.json @@ -1340,6 +1340,45 @@ "keywords_forbid": [], "group": 0 } + }, + { + "进阶任务": { + "node_id": "gml-0283215dec694d1d941af65af6ab8fe7", + "keywords": [], + "children": [ + { + "Git问答": { + "node_id": "gml-6a99c92d287446c79785fb60f4d7fd34", + "keywords": [ + "Git问答" + ], + "children": [], + "keywords_must": [ + "Git问答" + ], + "keywords_forbid": [], + "group": 0 + } + }, + { + "Linux问答": { + "node_id": "gml-e88e75e2edf64332a17fd0d87e69c928", + "keywords": [ + "Linux问答" + ], + "children": [], + "keywords_must": [ + "Linux问答" + ], + "keywords_forbid": [], + "group": 0 + } + } + ], + "keywords_must": [], + "keywords_forbid": [], + "group": 0 + } } ], "keywords_must": [], -- GitLab