From a41ffbddc1aeeedc6f6ef9a6d1dcb8071f4da34a Mon Sep 17 00:00:00 2001 From: feilong Date: Wed, 19 Jan 2022 16:04:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=BF=9B=E9=98=B6=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../config.json" | 8 ++++++- .../qa.json" | 13 ++++++----- data/tree.json | 23 +++++++++++++++++++ 3 files changed, 37 insertions(+), 7 deletions(-) diff --git "a/data/3.\347\256\227\346\263\225\351\253\230\351\230\266/9.\350\277\233\351\230\266\344\273\273\345\212\241/1.\347\256\227\346\263\225\351\227\256\347\255\224/config.json" "b/data/3.\347\256\227\346\263\225\351\253\230\351\230\266/9.\350\277\233\351\230\266\344\273\273\345\212\241/1.\347\256\227\346\263\225\351\227\256\347\255\224/config.json" index c9bac5e6d..9101ddf1d 100644 --- "a/data/3.\347\256\227\346\263\225\351\253\230\351\230\266/9.\350\277\233\351\230\266\344\273\273\345\212\241/1.\347\256\227\346\263\225\351\227\256\347\255\224/config.json" +++ "b/data/3.\347\256\227\346\263\225\351\253\230\351\230\266/9.\350\277\233\351\230\266\344\273\273\345\212\241/1.\347\256\227\346\263\225\351\227\256\347\255\224/config.json" @@ -1,6 +1,12 @@ { "node_id": "algorithm-4df090df30de4d24b08de34e349625f9", - "keywords": [], + "keywords": [ + "算法问答" + ], + "keywords_must": [ + "算法问答" + ], + "keywords_forbid": [], "children": [], "export": [ "qa.json" diff --git "a/data/3.\347\256\227\346\263\225\351\253\230\351\230\266/9.\350\277\233\351\230\266\344\273\273\345\212\241/1.\347\256\227\346\263\225\351\227\256\347\255\224/qa.json" "b/data/3.\347\256\227\346\263\225\351\253\230\351\230\266/9.\350\277\233\351\230\266\344\273\273\345\212\241/1.\347\256\227\346\263\225\351\227\256\347\255\224/qa.json" index bb8b429b4..e1c2cac30 100644 --- "a/data/3.\347\256\227\346\263\225\351\253\230\351\230\266/9.\350\277\233\351\230\266\344\273\273\345\212\241/1.\347\256\227\346\263\225\351\227\256\347\255\224/qa.json" +++ "b/data/3.\347\256\227\346\263\225\351\253\230\351\230\266/9.\350\277\233\351\230\266\344\273\273\345\212\241/1.\347\256\227\346\263\225\351\227\256\347\255\224/qa.json" @@ -1,8 +1,9 @@ { - "author": "huanhuilong", - "source": "qa.md", - "depends": [], - "type": "task_qa", - "task_link": "https://ask.csdn.net/channel/1005/tag/68", - "notebook_enable": false + "author": "huanhuilong", + "source": "qa.md", + "depends": [], + "type": "task_qa", + "task_link": "https://ask.csdn.net/channel/1005/tag/68", + "notebook_enable": false, + "exercise_id": "b499117a1d1d48ceb6a1359cbb17ac67" } \ No newline at end of file diff --git a/data/tree.json b/data/tree.json index 9da8c390d..0a7a2d76a 100644 --- a/data/tree.json +++ b/data/tree.json @@ -4548,6 +4548,29 @@ "keywords_must": [], "keywords_forbid": [] } + }, + { + "进阶任务": { + "node_id": "algorithm-b9da45e25bbe427e9f8413cd0a9a4d36", + "keywords": [], + "children": [ + { + "算法问答": { + "node_id": "algorithm-4df090df30de4d24b08de34e349625f9", + "keywords": [ + "算法问答" + ], + "children": [], + "keywords_must": [ + "算法问答" + ], + "keywords_forbid": [] + } + } + ], + "keywords_must": [], + "keywords_forbid": [] + } } ], "keywords_must": [], -- GitLab