From 0c6aa682aa4d688b798328ed8d621d1a9f450ed0 Mon Sep 17 00:00:00 2001 From: feilong Date: Sun, 16 Oct 2022 23:20:08 +0800 Subject: [PATCH] config keyworlds --- .gitignore | 3 ++- .../config.json" | 20 ++++++++++--------- .../config.json" | 18 +++++++++-------- .../config.json" | 18 +++++++++-------- 4 files changed, 33 insertions(+), 26 deletions(-) diff --git a/.gitignore b/.gitignore index cb7465f..d14d687 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ __pycache__ *.out bin/ debug/ -release/ \ No newline at end of file +release/ +codes/ \ No newline at end of file diff --git "a/data/1.\344\272\221\345\274\200\345\217\221\350\256\276\350\256\241\346\250\241\345\274\217\345\210\235\351\230\266/1.Gof\350\256\276\350\256\241\346\250\241\345\274\217(\345\210\233\345\273\272\345\236\213\346\250\241\345\274\217)/1.\345\267\245\345\216\202\346\250\241\345\274\217/config.json" "b/data/1.\344\272\221\345\274\200\345\217\221\350\256\276\350\256\241\346\250\241\345\274\217\345\210\235\351\230\266/1.Gof\350\256\276\350\256\241\346\250\241\345\274\217(\345\210\233\345\273\272\345\236\213\346\250\241\345\274\217)/1.\345\267\245\345\216\202\346\250\241\345\274\217/config.json" index 7cb95e1..0b7fc67 100644 --- "a/data/1.\344\272\221\345\274\200\345\217\221\350\256\276\350\256\241\346\250\241\345\274\217\345\210\235\351\230\266/1.Gof\350\256\276\350\256\241\346\250\241\345\274\217(\345\210\233\345\273\272\345\236\213\346\250\241\345\274\217)/1.\345\267\245\345\216\202\346\250\241\345\274\217/config.json" +++ "b/data/1.\344\272\221\345\274\200\345\217\221\350\256\276\350\256\241\346\250\241\345\274\217\345\210\235\351\230\266/1.Gof\350\256\276\350\256\241\346\250\241\345\274\217(\345\210\233\345\273\272\345\236\213\346\250\241\345\274\217)/1.\345\267\245\345\216\202\346\250\241\345\274\217/config.json" @@ -1,11 +1,13 @@ { - "node_id": "cloud_design_patterns-2724d556a7be4b5d8cb0052b3428b1ed", - "keywords": [], - "children": [], - "export": [ - "helloworld.json" - ], - "keywords_must": [], - "keywords_forbid": [], - "group": 0 + "node_id": "cloud_design_patterns-2724d556a7be4b5d8cb0052b3428b1ed", + "keywords": [ + "factory-method" + ], + "children": [], + "export": [ + "helloworld.json" + ], + "keywords_must": [], + "keywords_forbid": [], + "group": 0 } \ No newline at end of file diff --git "a/data/1.\344\272\221\345\274\200\345\217\221\350\256\276\350\256\241\346\250\241\345\274\217\345\210\235\351\230\266/1.Gof\350\256\276\350\256\241\346\250\241\345\274\217(\345\210\233\345\273\272\345\236\213\346\250\241\345\274\217)/2.\346\212\275\350\261\241\345\267\245\345\216\202\346\250\241\345\274\217/config.json" "b/data/1.\344\272\221\345\274\200\345\217\221\350\256\276\350\256\241\346\250\241\345\274\217\345\210\235\351\230\266/1.Gof\350\256\276\350\256\241\346\250\241\345\274\217(\345\210\233\345\273\272\345\236\213\346\250\241\345\274\217)/2.\346\212\275\350\261\241\345\267\245\345\216\202\346\250\241\345\274\217/config.json" index f1789c7..92383cd 100644 --- "a/data/1.\344\272\221\345\274\200\345\217\221\350\256\276\350\256\241\346\250\241\345\274\217\345\210\235\351\230\266/1.Gof\350\256\276\350\256\241\346\250\241\345\274\217(\345\210\233\345\273\272\345\236\213\346\250\241\345\274\217)/2.\346\212\275\350\261\241\345\267\245\345\216\202\346\250\241\345\274\217/config.json" +++ "b/data/1.\344\272\221\345\274\200\345\217\221\350\256\276\350\256\241\346\250\241\345\274\217\345\210\235\351\230\266/1.Gof\350\256\276\350\256\241\346\250\241\345\274\217(\345\210\233\345\273\272\345\236\213\346\250\241\345\274\217)/2.\346\212\275\350\261\241\345\267\245\345\216\202\346\250\241\345\274\217/config.json" @@ -1,10 +1,12 @@ { - "node_id": "cloud_design_patterns-f8ff0b6764a54fa1b70bb316c091b1b2", - "keywords": [], - "children": [], - "export": [], - "keywords_must": [], - "keywords_forbid": [], - "group": 0, - "subtree": "" + "node_id": "cloud_design_patterns-f8ff0b6764a54fa1b70bb316c091b1b2", + "keywords": [ + "abstract-factory" + ], + "children": [], + "export": [], + "keywords_must": [], + "keywords_forbid": [], + "group": 0, + "subtree": "" } \ No newline at end of file diff --git "a/data/1.\344\272\221\345\274\200\345\217\221\350\256\276\350\256\241\346\250\241\345\274\217\345\210\235\351\230\266/1.Gof\350\256\276\350\256\241\346\250\241\345\274\217(\345\210\233\345\273\272\345\236\213\346\250\241\345\274\217)/3.\345\215\225\344\276\213\346\250\241\345\274\217/config.json" "b/data/1.\344\272\221\345\274\200\345\217\221\350\256\276\350\256\241\346\250\241\345\274\217\345\210\235\351\230\266/1.Gof\350\256\276\350\256\241\346\250\241\345\274\217(\345\210\233\345\273\272\345\236\213\346\250\241\345\274\217)/3.\345\215\225\344\276\213\346\250\241\345\274\217/config.json" index 716f303..87fd1c4 100644 --- "a/data/1.\344\272\221\345\274\200\345\217\221\350\256\276\350\256\241\346\250\241\345\274\217\345\210\235\351\230\266/1.Gof\350\256\276\350\256\241\346\250\241\345\274\217(\345\210\233\345\273\272\345\236\213\346\250\241\345\274\217)/3.\345\215\225\344\276\213\346\250\241\345\274\217/config.json" +++ "b/data/1.\344\272\221\345\274\200\345\217\221\350\256\276\350\256\241\346\250\241\345\274\217\345\210\235\351\230\266/1.Gof\350\256\276\350\256\241\346\250\241\345\274\217(\345\210\233\345\273\272\345\236\213\346\250\241\345\274\217)/3.\345\215\225\344\276\213\346\250\241\345\274\217/config.json" @@ -1,10 +1,12 @@ { - "node_id": "cloud_design_patterns-43e7c6f8647443a09fed2e2525c0e3bb", - "keywords": [], - "children": [], - "export": [], - "keywords_must": [], - "keywords_forbid": [], - "group": 0, - "subtree": "" + "node_id": "cloud_design_patterns-43e7c6f8647443a09fed2e2525c0e3bb", + "keywords": [ + "singleton" + ], + "children": [], + "export": [], + "keywords_must": [], + "keywords_forbid": [], + "group": 0, + "subtree": "" } \ No newline at end of file -- GitLab