From f95ada6e3d40520313c7f972f576a680f7f92e9c Mon Sep 17 00:00:00 2001 From: luxin Date: Fri, 5 Aug 2022 17:05:55 +0800 Subject: [PATCH] add keyword_must --- .../config.json" | 44 +++++++++---------- data/tree.json | 10 ++--- 2 files changed, 25 insertions(+), 29 deletions(-) diff --git "a/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/4.\350\277\220\350\241\214\347\216\257\345\242\203/2.\351\205\215\347\275\256\345\274\200\345\217\221\347\216\257\345\242\203\345\222\214\347\224\237\344\272\247\347\216\257\345\242\203API/config.json" "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/4.\350\277\220\350\241\214\347\216\257\345\242\203/2.\351\205\215\347\275\256\345\274\200\345\217\221\347\216\257\345\242\203\345\222\214\347\224\237\344\272\247\347\216\257\345\242\203API/config.json" index 65da3d2..c1d7047 100644 --- "a/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/4.\350\277\220\350\241\214\347\216\257\345\242\203/2.\351\205\215\347\275\256\345\274\200\345\217\221\347\216\257\345\242\203\345\222\214\347\224\237\344\272\247\347\216\257\345\242\203API/config.json" +++ "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/4.\350\277\220\350\241\214\347\216\257\345\242\203/2.\351\205\215\347\275\256\345\274\200\345\217\221\347\216\257\345\242\203\345\222\214\347\224\237\344\272\247\347\216\257\345\242\203API/config.json" @@ -1,26 +1,24 @@ { - "node_id": "mini_programs-d9ffc77181504977b5a7e02c5c0e9391", - "keywords": [], - "children": [], - "export": [ - "exercises.json" - ], - "keywords_must": [ - [ - "微信小程序", - "开发", - "环境", - "api" + "node_id": "mini_programs-d9ffc77181504977b5a7e02c5c0e9391", + "keywords": [], + "children": [], + "export": [ + "exercises.json" ], - [ - [ - "微信小程序", - "生产", - "环境", - "api" - ] - ] - ], - "keywords_forbid": [], - "group": 0 + "keywords_must": [ + [ + "微信小程序", + "开发", + "环境", + "api" + ], + [ + "微信小程序", + "生产", + "环境", + "api" + ] + ], + "keywords_forbid": [], + "group": 0 } \ No newline at end of file diff --git a/data/tree.json b/data/tree.json index b87e0bb..de267e4 100644 --- a/data/tree.json +++ b/data/tree.json @@ -895,12 +895,10 @@ "api" ], [ - [ - "微信小程序", - "生产", - "环境", - "api" - ] + "微信小程序", + "生产", + "环境", + "api" ] ], "keywords_forbid": [], -- GitLab