From ad3d705e495485859b564da0940fa106e77b603b Mon Sep 17 00:00:00 2001 From: zhaoshuangshi Date: Tue, 28 Feb 2023 14:10:33 +0800 Subject: [PATCH] =?UTF-8?q?3.7=E3=80=813.8=E7=AB=A0=E8=8A=82=E5=85=B3?= =?UTF-8?q?=E9=94=AE=E5=AD=97=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../1.Vue3\347\216\260\347\212\266/config.json" | 4 +++- .../config.json" | 5 ++++- .../3.setup\345\207\275\346\225\260/config.json" | 5 ++++- .../config.json" | 5 ++++- .../config.json" | 6 +++++- .../config.json" | 5 ++++- .../config.json" | 5 ++++- .../config.json" | 5 ++++- .../config.json" | 4 +++- .../2.diff\347\256\227\346\263\225/config.json" | 4 +++- 10 files changed, 38 insertions(+), 10 deletions(-) diff --git "a/data/3.Vue\351\253\230\351\230\266/7.vue3\345\237\272\347\241\200\357\274\210JS\357\274\211/1.Vue3\347\216\260\347\212\266/config.json" "b/data/3.Vue\351\253\230\351\230\266/7.vue3\345\237\272\347\241\200\357\274\210JS\357\274\211/1.Vue3\347\216\260\347\212\266/config.json" index 0f9fbf7..6a26fa0 100644 --- "a/data/3.Vue\351\253\230\351\230\266/7.vue3\345\237\272\347\241\200\357\274\210JS\357\274\211/1.Vue3\347\216\260\347\212\266/config.json" +++ "b/data/3.Vue\351\253\230\351\230\266/7.vue3\345\237\272\347\241\200\357\274\210JS\357\274\211/1.Vue3\347\216\260\347\212\266/config.json" @@ -5,6 +5,8 @@ "export": [ "exercises.json" ], - "keywords_must": [], + "keywords_must": [ + "Vue3基础" + ], "keywords_forbid": [] } \ No newline at end of file diff --git "a/data/3.Vue\351\253\230\351\230\266/7.vue3\345\237\272\347\241\200\357\274\210JS\357\274\211/2.\346\236\204\345\273\272\345\267\245\345\205\267Vite/config.json" "b/data/3.Vue\351\253\230\351\230\266/7.vue3\345\237\272\347\241\200\357\274\210JS\357\274\211/2.\346\236\204\345\273\272\345\267\245\345\205\267Vite/config.json" index c1f2979..b65b001 100644 --- "a/data/3.Vue\351\253\230\351\230\266/7.vue3\345\237\272\347\241\200\357\274\210JS\357\274\211/2.\346\236\204\345\273\272\345\267\245\345\205\267Vite/config.json" +++ "b/data/3.Vue\351\253\230\351\230\266/7.vue3\345\237\272\347\241\200\357\274\210JS\357\274\211/2.\346\236\204\345\273\272\345\267\245\345\205\267Vite/config.json" @@ -5,6 +5,9 @@ "export": [ "exercises.json" ], - "keywords_must": [], + "keywords_must": [ + "Vite", + "Vue3" + ], "keywords_forbid": [] } \ No newline at end of file diff --git "a/data/3.Vue\351\253\230\351\230\266/7.vue3\345\237\272\347\241\200\357\274\210JS\357\274\211/3.setup\345\207\275\346\225\260/config.json" "b/data/3.Vue\351\253\230\351\230\266/7.vue3\345\237\272\347\241\200\357\274\210JS\357\274\211/3.setup\345\207\275\346\225\260/config.json" index 5b01d50..10fb12f 100644 --- "a/data/3.Vue\351\253\230\351\230\266/7.vue3\345\237\272\347\241\200\357\274\210JS\357\274\211/3.setup\345\207\275\346\225\260/config.json" +++ "b/data/3.Vue\351\253\230\351\230\266/7.vue3\345\237\272\347\241\200\357\274\210JS\357\274\211/3.setup\345\207\275\346\225\260/config.json" @@ -5,6 +5,9 @@ "export": [ "exercises.json" ], - "keywords_must": [], + "keywords_must": [ + "setup", + "Vue3" + ], "keywords_forbid": [] } \ No newline at end of file diff --git "a/data/3.Vue\351\253\230\351\230\266/7.vue3\345\237\272\347\241\200\357\274\210JS\357\274\211/4.reactive\345\207\275\346\225\260\343\200\201ref\345\207\275\346\225\260/config.json" "b/data/3.Vue\351\253\230\351\230\266/7.vue3\345\237\272\347\241\200\357\274\210JS\357\274\211/4.reactive\345\207\275\346\225\260\343\200\201ref\345\207\275\346\225\260/config.json" index ac80252..b1138f1 100644 --- "a/data/3.Vue\351\253\230\351\230\266/7.vue3\345\237\272\347\241\200\357\274\210JS\357\274\211/4.reactive\345\207\275\346\225\260\343\200\201ref\345\207\275\346\225\260/config.json" +++ "b/data/3.Vue\351\253\230\351\230\266/7.vue3\345\237\272\347\241\200\357\274\210JS\357\274\211/4.reactive\345\207\275\346\225\260\343\200\201ref\345\207\275\346\225\260/config.json" @@ -5,6 +5,9 @@ "export": [ "exercises.json" ], - "keywords_must": [], + "keywords_must": [ + "reactive函数、ref函数", + "Vue3" + ], "keywords_forbid": [] } \ No newline at end of file diff --git "a/data/3.Vue\351\253\230\351\230\266/7.vue3\345\237\272\347\241\200\357\274\210JS\357\274\211/5.computed\345\207\275\346\225\260\343\200\201watch\345\207\275\346\225\260/config.json" "b/data/3.Vue\351\253\230\351\230\266/7.vue3\345\237\272\347\241\200\357\274\210JS\357\274\211/5.computed\345\207\275\346\225\260\343\200\201watch\345\207\275\346\225\260/config.json" index 330189e..cf95200 100644 --- "a/data/3.Vue\351\253\230\351\230\266/7.vue3\345\237\272\347\241\200\357\274\210JS\357\274\211/5.computed\345\207\275\346\225\260\343\200\201watch\345\207\275\346\225\260/config.json" +++ "b/data/3.Vue\351\253\230\351\230\266/7.vue3\345\237\272\347\241\200\357\274\210JS\357\274\211/5.computed\345\207\275\346\225\260\343\200\201watch\345\207\275\346\225\260/config.json" @@ -5,6 +5,10 @@ "export": [ "exercises.json" ], - "keywords_must": [], + "keywords_must": [ + "computed", + "watch", + "Vue3" + ], "keywords_forbid": [] } \ No newline at end of file diff --git "a/data/3.Vue\351\253\230\351\230\266/7.vue3\345\237\272\347\241\200\357\274\210JS\357\274\211/6.Vue3\347\232\204\347\224\237\345\221\275\345\221\250\346\234\237\345\207\275\346\225\260/config.json" "b/data/3.Vue\351\253\230\351\230\266/7.vue3\345\237\272\347\241\200\357\274\210JS\357\274\211/6.Vue3\347\232\204\347\224\237\345\221\275\345\221\250\346\234\237\345\207\275\346\225\260/config.json" index be71521..c5a090b 100644 --- "a/data/3.Vue\351\253\230\351\230\266/7.vue3\345\237\272\347\241\200\357\274\210JS\357\274\211/6.Vue3\347\232\204\347\224\237\345\221\275\345\221\250\346\234\237\345\207\275\346\225\260/config.json" +++ "b/data/3.Vue\351\253\230\351\230\266/7.vue3\345\237\272\347\241\200\357\274\210JS\357\274\211/6.Vue3\347\232\204\347\224\237\345\221\275\345\221\250\346\234\237\345\207\275\346\225\260/config.json" @@ -5,6 +5,9 @@ "export": [ "exercises.json" ], - "keywords_must": [], + "keywords_must": [ + "生命周期函数", + "Vue3" + ], "keywords_forbid": [] } \ No newline at end of file diff --git "a/data/3.Vue\351\253\230\351\230\266/7.vue3\345\237\272\347\241\200\357\274\210JS\357\274\211/7.Vue3\350\216\267\345\217\226DOM\343\200\201\346\223\215\344\275\234\347\273\204\344\273\266/config.json" "b/data/3.Vue\351\253\230\351\230\266/7.vue3\345\237\272\347\241\200\357\274\210JS\357\274\211/7.Vue3\350\216\267\345\217\226DOM\343\200\201\346\223\215\344\275\234\347\273\204\344\273\266/config.json" index 27b0fed..eaf9887 100644 --- "a/data/3.Vue\351\253\230\351\230\266/7.vue3\345\237\272\347\241\200\357\274\210JS\357\274\211/7.Vue3\350\216\267\345\217\226DOM\343\200\201\346\223\215\344\275\234\347\273\204\344\273\266/config.json" +++ "b/data/3.Vue\351\253\230\351\230\266/7.vue3\345\237\272\347\241\200\357\274\210JS\357\274\211/7.Vue3\350\216\267\345\217\226DOM\343\200\201\346\223\215\344\275\234\347\273\204\344\273\266/config.json" @@ -5,6 +5,9 @@ "export": [ "exercises.json" ], - "keywords_must": [], + "keywords_must": [ + "获取DOM", + "Vue3" + ], "keywords_forbid": [] } \ No newline at end of file diff --git "a/data/3.Vue\351\253\230\351\230\266/7.vue3\345\237\272\347\241\200\357\274\210JS\357\274\211/8.Vue3\347\273\204\344\273\266\351\200\232\344\277\241/config.json" "b/data/3.Vue\351\253\230\351\230\266/7.vue3\345\237\272\347\241\200\357\274\210JS\357\274\211/8.Vue3\347\273\204\344\273\266\351\200\232\344\277\241/config.json" index 8b1445a..33dedbd 100644 --- "a/data/3.Vue\351\253\230\351\230\266/7.vue3\345\237\272\347\241\200\357\274\210JS\357\274\211/8.Vue3\347\273\204\344\273\266\351\200\232\344\277\241/config.json" +++ "b/data/3.Vue\351\253\230\351\230\266/7.vue3\345\237\272\347\241\200\357\274\210JS\357\274\211/8.Vue3\347\273\204\344\273\266\351\200\232\344\277\241/config.json" @@ -5,6 +5,9 @@ "export": [ "exercises.json" ], - "keywords_must": [], + "keywords_must": [ + "组件通讯", + "Vue3" + ], "keywords_forbid": [] } \ No newline at end of file diff --git "a/data/3.Vue\351\253\230\351\230\266/8.\346\270\262\346\237\223\345\231\250/1.\346\250\241\346\235\277\347\274\226\350\257\221\345\231\250/config.json" "b/data/3.Vue\351\253\230\351\230\266/8.\346\270\262\346\237\223\345\231\250/1.\346\250\241\346\235\277\347\274\226\350\257\221\345\231\250/config.json" index 74be196..b3ff452 100644 --- "a/data/3.Vue\351\253\230\351\230\266/8.\346\270\262\346\237\223\345\231\250/1.\346\250\241\346\235\277\347\274\226\350\257\221\345\231\250/config.json" +++ "b/data/3.Vue\351\253\230\351\230\266/8.\346\270\262\346\237\223\345\231\250/1.\346\250\241\346\235\277\347\274\226\350\257\221\345\231\250/config.json" @@ -5,6 +5,8 @@ "export": [ "exercises.json" ], - "keywords_must": [], + "keywords_must": [ + "Vue模板编译器" + ], "keywords_forbid": [] } \ No newline at end of file diff --git "a/data/3.Vue\351\253\230\351\230\266/8.\346\270\262\346\237\223\345\231\250/2.diff\347\256\227\346\263\225/config.json" "b/data/3.Vue\351\253\230\351\230\266/8.\346\270\262\346\237\223\345\231\250/2.diff\347\256\227\346\263\225/config.json" index 0f9fbf7..ec7a5e9 100644 --- "a/data/3.Vue\351\253\230\351\230\266/8.\346\270\262\346\237\223\345\231\250/2.diff\347\256\227\346\263\225/config.json" +++ "b/data/3.Vue\351\253\230\351\230\266/8.\346\270\262\346\237\223\345\231\250/2.diff\347\256\227\346\263\225/config.json" @@ -5,6 +5,8 @@ "export": [ "exercises.json" ], - "keywords_must": [], + "keywords_must": [ + "Vuediff算法" + ], "keywords_forbid": [] } \ No newline at end of file -- GitLab