From 8650e01a87fe1c49bfd93cccb4c3bebdfcd65af6 Mon Sep 17 00:00:00 2001 From: luxin Date: Wed, 10 Aug 2022 16:52:39 +0800 Subject: [PATCH] opt keywords_must --- .../config.json" | 2 +- data/tree.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git "a/data/1.\345\260\217\347\250\213\345\272\217\345\210\235\351\230\266/1.\351\242\204\345\244\207\347\237\245\350\257\206/1.\345\276\256\344\277\241\345\260\217\347\250\213\345\272\217\347\256\200\344\273\213/config.json" "b/data/1.\345\260\217\347\250\213\345\272\217\345\210\235\351\230\266/1.\351\242\204\345\244\207\347\237\245\350\257\206/1.\345\276\256\344\277\241\345\260\217\347\250\213\345\272\217\347\256\200\344\273\213/config.json" index 91d8bd6..8b7b521 100644 --- "a/data/1.\345\260\217\347\250\213\345\272\217\345\210\235\351\230\266/1.\351\242\204\345\244\207\347\237\245\350\257\206/1.\345\276\256\344\277\241\345\260\217\347\250\213\345\272\217\347\256\200\344\273\213/config.json" +++ "b/data/1.\345\260\217\347\250\213\345\272\217\345\210\235\351\230\266/1.\351\242\204\345\244\207\347\237\245\350\257\206/1.\345\276\256\344\277\241\345\260\217\347\250\213\345\272\217\347\256\200\344\273\213/config.json" @@ -5,7 +5,7 @@ "export": [ "exercises.json" ], - "keywords_must": [["微信小程序", "简介"]], + "keywords_must": [["微信小程序", "简介"], ["微信小程序", "介绍"]], "keywords_forbid": [], "group": 0 } \ No newline at end of file diff --git a/data/tree.json b/data/tree.json index 734df29..5eb5b2b 100644 --- a/data/tree.json +++ b/data/tree.json @@ -22,6 +22,10 @@ [ "微信小程序", "简介" + ], + [ + "微信小程序", + "介绍" ] ], "keywords_forbid": [], -- GitLab