From 61c378836d593431af9cd11a8be01871c5d1376a Mon Sep 17 00:00:00 2001 From: luxin Date: Fri, 28 Jan 2022 10:13:14 +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 | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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 dd84cb7..009dd8a 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", "安装"]], + "keywords_must": [["Ubuntu", "安装"], ["CentOS", "安装"], ["Debian", "安装"], ["RedHat", "安装"]], "keywords_forbid": [], "children": [], "export": [ diff --git a/data/tree.json b/data/tree.json index 106022e..cdc6e72 100644 --- a/data/tree.json +++ b/data/tree.json @@ -704,6 +704,14 @@ [ "CentOS", "安装" + ], + [ + "Debian", + "安装" + ], + [ + "RedHat", + "安装" ] ], "keywords_forbid": [] -- GitLab