From 3303a7a874677e5a63f516dc26cd20f8ed5da425 Mon Sep 17 00:00:00 2001 From: luxin Date: Mon, 25 Oct 2021 11:22:33 +0800 Subject: [PATCH] create tree --- .../7.\344\275\215\345\255\227\346\256\265/bit_field.json" | 7 ++++--- .../config.json" | 6 ++++-- data/tree.json | 5 +++-- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git "a/data/3.C\350\257\255\350\250\200\351\253\230\351\230\266/3.\344\275\215\350\277\220\347\256\227/7.\344\275\215\345\255\227\346\256\265/bit_field.json" "b/data/3.C\350\257\255\350\250\200\351\253\230\351\230\266/3.\344\275\215\350\277\220\347\256\227/7.\344\275\215\345\255\227\346\256\265/bit_field.json" index 7eba2ba..59f73a4 100644 --- "a/data/3.C\350\257\255\350\250\200\351\253\230\351\230\266/3.\344\275\215\350\277\220\347\256\227/7.\344\275\215\345\255\227\346\256\265/bit_field.json" +++ "b/data/3.C\350\257\255\350\250\200\351\253\230\351\230\266/3.\344\275\215\350\277\220\347\256\227/7.\344\275\215\345\255\227\346\256\265/bit_field.json" @@ -1,5 +1,6 @@ { - "type": "code_options", - "author": "幻灰龙", - "source": "bit_field.md" + "type": "code_options", + "author": "幻灰龙", + "source": "bit_field.md", + "exercise_id": "3956873149544809b85309a109c6c03b" } \ No newline at end of file diff --git "a/data/3.C\350\257\255\350\250\200\351\253\230\351\230\266/6.\345\255\230\345\202\250\347\256\241\347\220\206/2.\345\206\205\345\255\230\345\212\250\346\200\201\347\256\241\347\220\206/config.json" "b/data/3.C\350\257\255\350\250\200\351\253\230\351\230\266/6.\345\255\230\345\202\250\347\256\241\347\220\206/2.\345\206\205\345\255\230\345\212\250\346\200\201\347\256\241\347\220\206/config.json" index c7f85ba..822e58c 100644 --- "a/data/3.C\350\257\255\350\250\200\351\253\230\351\230\266/6.\345\255\230\345\202\250\347\256\241\347\220\206/2.\345\206\205\345\255\230\345\212\250\346\200\201\347\256\241\347\220\206/config.json" +++ "b/data/3.C\350\257\255\350\250\200\351\253\230\351\230\266/6.\345\255\230\345\202\250\347\256\241\347\220\206/2.\345\206\205\345\255\230\345\212\250\346\200\201\347\256\241\347\220\206/config.json" @@ -14,7 +14,8 @@ "malloc", "C语言" ], - "children": [] + "children": [], + "node_id": "cc8211e14d6f46c8b91b27f4b5ae2c3a" } }, { @@ -24,7 +25,8 @@ "free", "C语言" ], - "children": [] + "children": [], + "node_id": "3ef9cac7dde7450cba53d20005fefe77" } } ], diff --git a/data/tree.json b/data/tree.json index dd957cb..063c4f2 100644 --- a/data/tree.json +++ b/data/tree.json @@ -1504,7 +1504,7 @@ "C语言" ], "children": [], - "node_id": "db508a67e5fa4092ae5f130e59e15941" + "node_id": "cc8211e14d6f46c8b91b27f4b5ae2c3a" } }, { @@ -1514,7 +1514,8 @@ "free", "C语言" ], - "children": [] + "children": [], + "node_id": "3ef9cac7dde7450cba53d20005fefe77" } } ] -- GitLab