From 4d8d67dce57670fe9fcecc7e5012faafd77fb64e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=A4=A9=E9=9B=B7?= Date: Tue, 2 Aug 2022 17:11:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=8A=82=E7=82=B9=E9=A2=98?= =?UTF-8?q?=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../exercise.md" | 25 +++++++++++++++++++ .../config.json" | 4 ++- .../exercise.json" | 7 ++++++ .../exercise.md" | 25 +++++++++++++++++++ .../config.json" | 4 ++- .../exercise.json" | 7 ++++++ .../exercise.md" | 25 +++++++++++++++++++ .../exercise.md" | 12 ++++++--- 8 files changed, 103 insertions(+), 6 deletions(-) create mode 100644 "data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/6.\350\247\206\345\233\276\347\273\204\344\273\266/4.switch\345\274\200\345\205\263\347\273\204\344\273\266 /exercise.md" create mode 100644 "data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/6.\350\247\206\345\233\276\347\273\204\344\273\266/5.map\345\234\260\345\233\276\347\273\204\344\273\266/exercise.json" create mode 100644 "data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/6.\350\247\206\345\233\276\347\273\204\344\273\266/5.map\345\234\260\345\233\276\347\273\204\344\273\266/exercise.md" create mode 100644 "data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/7.\350\241\250\345\215\225\347\273\204\344\273\266/1.form\350\241\250\345\215\225\347\273\204\344\273\266/exercise.json" create mode 100644 "data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/7.\350\241\250\345\215\225\347\273\204\344\273\266/1.form\350\241\250\345\215\225\347\273\204\344\273\266/exercise.md" diff --git "a/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/6.\350\247\206\345\233\276\347\273\204\344\273\266/4.switch\345\274\200\345\205\263\347\273\204\344\273\266 /exercise.md" "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/6.\350\247\206\345\233\276\347\273\204\344\273\266/4.switch\345\274\200\345\205\263\347\273\204\344\273\266 /exercise.md" new file mode 100644 index 0000000..743d330 --- /dev/null +++ "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/6.\350\247\206\345\233\276\347\273\204\344\273\266/4.switch\345\274\200\345\205\263\347\273\204\344\273\266 /exercise.md" @@ -0,0 +1,25 @@ +## 问题描述 + +map组件中支付缩放的是哪个属性 + +## 答案 + +enable-zoom + +## 选项 + +### A + +enable-scroll + +### B + +enable-zoom + +### C + +enable-rotate + +### D + +enable-overlooking diff --git "a/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/6.\350\247\206\345\233\276\347\273\204\344\273\266/5.map\345\234\260\345\233\276\347\273\204\344\273\266/config.json" "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/6.\350\247\206\345\233\276\347\273\204\344\273\266/5.map\345\234\260\345\233\276\347\273\204\344\273\266/config.json" index 00468c0..96c9e7a 100644 --- "a/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/6.\350\247\206\345\233\276\347\273\204\344\273\266/5.map\345\234\260\345\233\276\347\273\204\344\273\266/config.json" +++ "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/6.\350\247\206\345\233\276\347\273\204\344\273\266/5.map\345\234\260\345\233\276\347\273\204\344\273\266/config.json" @@ -2,7 +2,9 @@ "node_id": "mini_programs-2e386fd554254c1396786bf5d5b6b6c2", "keywords": [], "children": [], - "export": [], + "export": [ + "exercise.json" + ], "keywords_must": [], "keywords_forbid": [], "group": 0 diff --git "a/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/6.\350\247\206\345\233\276\347\273\204\344\273\266/5.map\345\234\260\345\233\276\347\273\204\344\273\266/exercise.json" "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/6.\350\247\206\345\233\276\347\273\204\344\273\266/5.map\345\234\260\345\233\276\347\273\204\344\273\266/exercise.json" new file mode 100644 index 0000000..3a35829 --- /dev/null +++ "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/6.\350\247\206\345\233\276\347\273\204\344\273\266/5.map\345\234\260\345\233\276\347\273\204\344\273\266/exercise.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": null, + "source": "exercise.md", + "notebook_enable": false, + "exercise_id": "ba8e790b5bf0429da32c6d9696b5dcfc" +} \ No newline at end of file diff --git "a/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/6.\350\247\206\345\233\276\347\273\204\344\273\266/5.map\345\234\260\345\233\276\347\273\204\344\273\266/exercise.md" "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/6.\350\247\206\345\233\276\347\273\204\344\273\266/5.map\345\234\260\345\233\276\347\273\204\344\273\266/exercise.md" new file mode 100644 index 0000000..743d330 --- /dev/null +++ "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/6.\350\247\206\345\233\276\347\273\204\344\273\266/5.map\345\234\260\345\233\276\347\273\204\344\273\266/exercise.md" @@ -0,0 +1,25 @@ +## 问题描述 + +map组件中支付缩放的是哪个属性 + +## 答案 + +enable-zoom + +## 选项 + +### A + +enable-scroll + +### B + +enable-zoom + +### C + +enable-rotate + +### D + +enable-overlooking diff --git "a/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/7.\350\241\250\345\215\225\347\273\204\344\273\266/1.form\350\241\250\345\215\225\347\273\204\344\273\266/config.json" "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/7.\350\241\250\345\215\225\347\273\204\344\273\266/1.form\350\241\250\345\215\225\347\273\204\344\273\266/config.json" index 76af5b5..21f1ab1 100644 --- "a/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/7.\350\241\250\345\215\225\347\273\204\344\273\266/1.form\350\241\250\345\215\225\347\273\204\344\273\266/config.json" +++ "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/7.\350\241\250\345\215\225\347\273\204\344\273\266/1.form\350\241\250\345\215\225\347\273\204\344\273\266/config.json" @@ -2,7 +2,9 @@ "node_id": "mini_programs-04a7e8ebbf084a93916a4551b9a6c617", "keywords": [], "children": [], - "export": [], + "export": [ + "exercise.json" + ], "keywords_must": [], "keywords_forbid": [], "group": 0 diff --git "a/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/7.\350\241\250\345\215\225\347\273\204\344\273\266/1.form\350\241\250\345\215\225\347\273\204\344\273\266/exercise.json" "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/7.\350\241\250\345\215\225\347\273\204\344\273\266/1.form\350\241\250\345\215\225\347\273\204\344\273\266/exercise.json" new file mode 100644 index 0000000..688bd94 --- /dev/null +++ "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/7.\350\241\250\345\215\225\347\273\204\344\273\266/1.form\350\241\250\345\215\225\347\273\204\344\273\266/exercise.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": null, + "source": "exercise.md", + "notebook_enable": false, + "exercise_id": "b894657e7e814e36ac408f20b2721726" +} \ No newline at end of file diff --git "a/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/7.\350\241\250\345\215\225\347\273\204\344\273\266/1.form\350\241\250\345\215\225\347\273\204\344\273\266/exercise.md" "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/7.\350\241\250\345\215\225\347\273\204\344\273\266/1.form\350\241\250\345\215\225\347\273\204\344\273\266/exercise.md" new file mode 100644 index 0000000..ad667c2 --- /dev/null +++ "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/7.\350\241\250\345\215\225\347\273\204\344\273\266/1.form\350\241\250\345\215\225\347\273\204\344\273\266/exercise.md" @@ -0,0 +1,25 @@ +## 问题描述 + +form组件中,使用哪个属性获取需要提交的字段 + +## 答案 + +name + +## 选项 + +### A + +key + +### B + +value + +### C + +name + +### D + +switch diff --git "a/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/7.\350\241\250\345\215\225\347\273\204\344\273\266/2.button\346\214\211\351\222\256\347\273\204\344\273\266 /exercise.md" "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/7.\350\241\250\345\215\225\347\273\204\344\273\266/2.button\346\214\211\351\222\256\347\273\204\344\273\266 /exercise.md" index 39fd9c1..954bdf6 100644 --- "a/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/7.\350\241\250\345\215\225\347\273\204\344\273\266/2.button\346\214\211\351\222\256\347\273\204\344\273\266 /exercise.md" +++ "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/7.\350\241\250\345\215\225\347\273\204\344\273\266/2.button\346\214\211\351\222\256\347\273\204\344\273\266 /exercise.md" @@ -4,18 +4,22 @@ ## 答案 -change +@opensetting ## 选项 ### A -value +@launchapp ### B -checked +@addgroupapp ### C -color +@contact + +### D + +@getuserinfo -- GitLab