From ce7488b4779d81a9c9b7976523a31fad47b6cb52 Mon Sep 17 00:00:00 2001 From: luxin Date: Fri, 28 Jan 2022 10:45:50 +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 | 12 ++++-------- 2 files changed, 5 insertions(+), 9 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 d292954..238e575 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", "系统安装"], ["RedHat", "系统安装"]], "keywords_forbid": [], "children": [], "export": [ diff --git a/data/tree.json b/data/tree.json index c835bcb..cae64a6 100644 --- a/data/tree.json +++ b/data/tree.json @@ -699,23 +699,19 @@ "keywords_must": [ [ "Ubuntu", - "操作系统", - "安装" + "系统安装" ], [ "CentOS", - "操作系统", - "安装" + "系统安装" ], [ "Debian", - "操作系统", - "安装" + "系统安装" ], [ "RedHat", - "操作系统", - "安装" + "系统安装" ] ], "keywords_forbid": [] -- GitLab