From ebc70060f2bf0bf71b78a0cfc15173b9fab10f95 Mon Sep 17 00:00:00 2001 From: luxin Date: Thu, 27 Jan 2022 18:40:17 +0800 Subject: [PATCH] =?UTF-8?q?opt=20keywords=5Fmust=20for=20linux=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../config.json" | 2 +- data/tree.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git "a/data/3.gml\351\253\230\351\230\266/1.Linux\345\256\236\347\224\250\345\221\275\344\273\244/config.json" "b/data/3.gml\351\253\230\351\230\266/1.Linux\345\256\236\347\224\250\345\221\275\344\273\244/config.json" index 8cd9761..8b1e3ec 100644 --- "a/data/3.gml\351\253\230\351\230\266/1.Linux\345\256\236\347\224\250\345\221\275\344\273\244/config.json" +++ "b/data/3.gml\351\253\230\351\230\266/1.Linux\345\256\236\347\224\250\345\221\275\344\273\244/config.json" @@ -1,6 +1,6 @@ { "node_id": "gml-18e8d5ee32d843b6a6ad32b311b271ff", "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 292d425..5b22c2b 100644 --- a/data/tree.json +++ b/data/tree.json @@ -1153,7 +1153,7 @@ } ], "keywords_must": [ - "Linux命令" + "linux" ], "keywords_forbid": [] } -- GitLab