From 9871eec557ab4b83c173a6467b79b155121508fd Mon Sep 17 00:00:00 2001 From: luxin Date: Mon, 25 Oct 2021 16:48:51 +0800 Subject: [PATCH] revised of node id duplication --- .../config.json" | 2 +- .../config.json" | 2 +- .../config.json" | 2 +- data/tree.json | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git "a/data/1.C\350\257\255\350\250\200\345\210\235\351\230\266/config.json" "b/data/1.C\350\257\255\350\250\200\345\210\235\351\230\266/config.json" index ccc0baa..8efd17a 100644 --- "a/data/1.C\350\257\255\350\250\200\345\210\235\351\230\266/config.json" +++ "b/data/1.C\350\257\255\350\250\200\345\210\235\351\230\266/config.json" @@ -1,4 +1,4 @@ { - "node_id": "8699564e59bd4972a2aae85e7e198c4d", + "node_id": "97bc6d47966c47979a9c78cc36741ade", "keywords": [] } \ No newline at end of file diff --git "a/data/2.C\350\257\255\350\250\200\344\270\255\351\230\266/config.json" "b/data/2.C\350\257\255\350\250\200\344\270\255\351\230\266/config.json" index e4e553a..1ad5b56 100644 --- "a/data/2.C\350\257\255\350\250\200\344\270\255\351\230\266/config.json" +++ "b/data/2.C\350\257\255\350\250\200\344\270\255\351\230\266/config.json" @@ -1,4 +1,4 @@ { - "node_id": "a311b31b4bda403f99963cffd92e6306", + "node_id": "0b3c295f0ba24708845505ee4583303e", "keywords": [] } \ No newline at end of file diff --git "a/data/3.C\350\257\255\350\250\200\351\253\230\351\230\266/config.json" "b/data/3.C\350\257\255\350\250\200\351\253\230\351\230\266/config.json" index 07a9fd1..5523255 100644 --- "a/data/3.C\350\257\255\350\250\200\351\253\230\351\230\266/config.json" +++ "b/data/3.C\350\257\255\350\250\200\351\253\230\351\230\266/config.json" @@ -1,4 +1,4 @@ { - "node_id": "307890a9cb4543b08f52b4b0a7fe9933", + "node_id": "29426c5de15a472ba147b32bd24b73a5", "keywords": [] } \ No newline at end of file diff --git a/data/tree.json b/data/tree.json index 063c4f2..554b7e1 100644 --- a/data/tree.json +++ b/data/tree.json @@ -5,7 +5,7 @@ "children": [ { "C语言初阶": { - "node_id": "569d5e11c4fc5de7844053d9a733c5e8", + "node_id": "97bc6d47966c47979a9c78cc36741ade", "keywords": [], "children": [ { @@ -856,7 +856,7 @@ }, { "C语言中阶": { - "node_id": "569d5e11c4fc5de7844053d9a733c5e8", + "node_id": "0b3c295f0ba24708845505ee4583303e", "keywords": [], "children": [ { @@ -1142,7 +1142,7 @@ }, { "C语言高阶": { - "node_id": "569d5e11c4fc5de7844053d9a733c5e8", + "node_id": "29426c5de15a472ba147b32bd24b73a5", "keywords": [], "children": [ { -- GitLab