From 2e6c1a6c22a7457c5ce484e16313bdc905e9d97a Mon Sep 17 00:00:00 2001 From: luxin Date: Fri, 28 Jan 2022 10:51:03 +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 +- data/tree.json | 10 +++------- 2 files changed, 4 insertions(+), 8 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 238e575..f3a129e 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": [["Ubuntu", "系统安装"], ["CentOS", "系统安装"], ["Debian", "系统安装"], ["RedHat", "系统安装"]], + "keywords_must": [["Ubuntu", "安装"], ["CentOS", "安装"], ["Debian", "安装"]], "keywords_forbid": [], "children": [], "export": [ diff --git a/data/tree.json b/data/tree.json index cae64a6..65d68b7 100644 --- a/data/tree.json +++ b/data/tree.json @@ -699,19 +699,15 @@ "keywords_must": [ [ "Ubuntu", - "系统安装" + "安装" ], [ "CentOS", - "系统安装" + "安装" ], [ "Debian", - "系统安装" - ], - [ - "RedHat", - "系统安装" + "安装" ] ], "keywords_forbid": [] -- GitLab