From f23e24dc3de3b43057c985018ca299c2718b013c Mon Sep 17 00:00:00 2001 From: luxin Date: Fri, 28 Jan 2022 10:07:43 +0800 Subject: [PATCH] =?UTF-8?q?opt=20keywords=5Fmust=20for=20Linux=E5=AE=89?= =?UTF-8?q?=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../21.Linux\345\256\211\350\243\205/config.json" | 2 +- .../3.Linux\345\205\245\351\227\250/config.json" | 2 +- data/tree.json | 11 ++++++----- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git "a/data/1.gml\345\210\235\351\230\266/3.Linux\345\205\245\351\227\250/21.Linux\345\256\211\350\243\205/config.json" "b/data/1.gml\345\210\235\351\230\266/3.Linux\345\205\245\351\227\250/21.Linux\345\256\211\350\243\205/config.json" index 2b358df..dd84cb7 100644 --- "a/data/1.gml\345\210\235\351\230\266/3.Linux\345\205\245\351\227\250/21.Linux\345\256\211\350\243\205/config.json" +++ "b/data/1.gml\345\210\235\351\230\266/3.Linux\345\205\245\351\227\250/21.Linux\345\256\211\350\243\205/config.json" @@ -4,7 +4,7 @@ "安装Ubuntu", "安装CentOS" ], - "keywords_must": [["linux", "安装"]], + "keywords_must": [["Ubuntu", "安装"], ["CentOS", "安装"]], "keywords_forbid": [], "children": [], "export": [ diff --git "a/data/1.gml\345\210\235\351\230\266/3.Linux\345\205\245\351\227\250/config.json" "b/data/1.gml\345\210\235\351\230\266/3.Linux\345\205\245\351\227\250/config.json" index d09b678..265d391 100644 --- "a/data/1.gml\345\210\235\351\230\266/3.Linux\345\205\245\351\227\250/config.json" +++ "b/data/1.gml\345\210\235\351\230\266/3.Linux\345\205\245\351\227\250/config.json" @@ -1,6 +1,6 @@ { "node_id": "gml-59cbc635a28b4a758b2070206eab6664", "keywords": [], - "keywords_must": [["Linux", "命令"]], + "keywords_must": ["Linux"], "keywords_forbid": [] } \ No newline at end of file diff --git a/data/tree.json b/data/tree.json index 5b22c2b..106022e 100644 --- a/data/tree.json +++ b/data/tree.json @@ -698,7 +698,11 @@ "children": [], "keywords_must": [ [ - "linux", + "Ubuntu", + "安装" + ], + [ + "CentOS", "安装" ] ], @@ -707,10 +711,7 @@ } ], "keywords_must": [ - [ - "Linux", - "命令" - ] + "Linux" ], "keywords_forbid": [] } -- GitLab