From e4c5cdf09140e033b4968d0756e0f39d4bdc973f Mon Sep 17 00:00:00 2001 From: luxin Date: Wed, 9 Feb 2022 10:48:16 +0800 Subject: [PATCH] =?UTF-8?q?opt=20keywords=5Fmust=20for=20node=20=E5=AE=89?= =?UTF-8?q?=E8=A3=85Python?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../config.json" | 6 ++++- data/tree.json | 26 ++++++++++++++++++- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git "a/data/1.python\345\210\235\351\230\266/1.\351\242\204\345\244\207\347\237\245\350\257\206/3.\345\256\211\350\243\205Python/config.json" "b/data/1.python\345\210\235\351\230\266/1.\351\242\204\345\244\207\347\237\245\350\257\206/3.\345\256\211\350\243\205Python/config.json" index ef6fe74..225acd6 100644 --- "a/data/1.python\345\210\235\351\230\266/1.\351\242\204\345\244\207\347\237\245\350\257\206/3.\345\256\211\350\243\205Python/config.json" +++ "b/data/1.python\345\210\235\351\230\266/1.\351\242\204\345\244\207\347\237\245\350\257\206/3.\345\256\211\350\243\205Python/config.json" @@ -34,7 +34,11 @@ ], "node_id": "python-3-2", "keywords_must": [ - "python" + ["python", "安装", "windows"], + ["python", "安装", "mac"], + ["python", "安装", "linux"], + ["python", "安装", "ubuntu"], + ["python", "安装", "debian"] ], "keywords_forbid": [] } \ No newline at end of file diff --git a/data/tree.json b/data/tree.json index 8a36799..855f051 100644 --- a/data/tree.json +++ b/data/tree.json @@ -109,7 +109,31 @@ } ], "keywords_must": [ - "python" + [ + "python", + "安装", + "windows" + ], + [ + "python", + "安装", + "mac" + ], + [ + "python", + "安装", + "linux" + ], + [ + "python", + "安装", + "ubuntu" + ], + [ + "python", + "安装", + "debian" + ] ], "keywords_forbid": [] } -- GitLab