From 3facb2e6bda4da6b6edccb6f1dc1f70c305b80fa Mon Sep 17 00:00:00 2001 From: luxin Date: Thu, 24 Mar 2022 10:54:16 +0800 Subject: [PATCH] keywords_must opt --- .../3.\344\275\215\350\277\220\347\256\227/config.json" | 2 +- data/tree.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git "a/data/3.C\350\257\255\350\250\200\351\253\230\351\230\266/3.\344\275\215\350\277\220\347\256\227/config.json" "b/data/3.C\350\257\255\350\250\200\351\253\230\351\230\266/3.\344\275\215\350\277\220\347\256\227/config.json" index 1f79249..e2e7672 100644 --- "a/data/3.C\350\257\255\350\250\200\351\253\230\351\230\266/3.\344\275\215\350\277\220\347\256\227/config.json" +++ "b/data/3.C\350\257\255\350\250\200\351\253\230\351\230\266/3.\344\275\215\350\277\220\347\256\227/config.json" @@ -9,7 +9,7 @@ "export": [], "title": "位运算", "keywords_must": [ - "位运算" + "位运算", "位操作" ], "keywords_forbid": [] } \ No newline at end of file diff --git a/data/tree.json b/data/tree.json index 5a53cab..ce32c26 100644 --- a/data/tree.json +++ b/data/tree.json @@ -1684,7 +1684,8 @@ } ], "keywords_must": [ - "位运算" + "位运算", + "位操作" ], "keywords_forbid": [] } -- GitLab