From 2a20034f77d6188bd04d2392d613413864d39d7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=A4=A9=E9=9B=B7?= Date: Mon, 1 Aug 2022 18:02:54 +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" | 21 +++++++++++++++++++ .../config.json" | 4 +++- .../exercise.json" | 7 +++++++ .../exercise.md" | 21 +++++++++++++++++++ .../exercise.json" | 2 +- .../exercise.json" | 2 +- 6 files changed, 54 insertions(+), 3 deletions(-) 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/2.button\346\214\211\351\222\256\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/3.checkbox\345\244\232\351\200\211\351\241\271\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/3.checkbox\345\244\232\351\200\211\351\241\271\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/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" new file mode 100644 index 0000000..39fd9c1 --- /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/2.button\346\214\211\351\222\256\347\273\204\344\273\266 /exercise.md" @@ -0,0 +1,21 @@ +## 问题描述 + +关于button组件,在打开授权设置页并关闭后回调使用的方法是 + +## 答案 + +change + +## 选项 + +### A + +value + +### B + +checked + +### C + +color 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/3.checkbox\345\244\232\351\200\211\351\241\271\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/3.checkbox\345\244\232\351\200\211\351\241\271\347\273\204\344\273\266/config.json" index ecbfb35..f6e946b 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/3.checkbox\345\244\232\351\200\211\351\241\271\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/3.checkbox\345\244\232\351\200\211\351\241\271\347\273\204\344\273\266/config.json" @@ -2,7 +2,9 @@ "node_id": "mini_programs-c77cd1629b6949fc911634bc60f6ad07", "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/3.checkbox\345\244\232\351\200\211\351\241\271\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/3.checkbox\345\244\232\351\200\211\351\241\271\347\273\204\344\273\266/exercise.json" new file mode 100644 index 0000000..27347b9 --- /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/3.checkbox\345\244\232\351\200\211\351\241\271\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": "8de42e0d03c44898ae84829c6d58f4e1" +} \ 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/3.checkbox\345\244\232\351\200\211\351\241\271\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/3.checkbox\345\244\232\351\200\211\351\241\271\347\273\204\344\273\266/exercise.md" new file mode 100644 index 0000000..4f525bd --- /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/3.checkbox\345\244\232\351\200\211\351\241\271\347\273\204\344\273\266/exercise.md" @@ -0,0 +1,21 @@ +## 问题描述 + +以下不属于checkbox组件属性的是 + +## 答案 + +change + +## 选项 + +### A + +value + +### B + +checked + +### C + +color 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/4.radio\345\215\225\351\200\211\351\241\271\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/4.radio\345\215\225\351\200\211\351\241\271\347\273\204\344\273\266/exercise.json" index ccd12f8..d21ba3c 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/4.radio\345\215\225\351\200\211\351\241\271\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/4.radio\345\215\225\351\200\211\351\241\271\347\273\204\344\273\266/exercise.json" @@ -1,6 +1,6 @@ { "type": "code_options", - "author": null, + "author": "王天雷", "source": "exercise.md", "notebook_enable": false, "exercise_id": "8ca9e4e2a0c64bf6b1d32fc59f685e19" 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/5.label\346\211\251\345\261\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/5.label\346\211\251\345\261\225\347\273\204\344\273\266 /exercise.json" index e29a81c..49b9fab 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/5.label\346\211\251\345\261\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/5.label\346\211\251\345\261\225\347\273\204\344\273\266 /exercise.json" @@ -1,6 +1,6 @@ { "type": "code_options", - "author": null, + "author": "王天雷", "source": "exercise.md", "notebook_enable": false, "exercise_id": "d2487803a90d462f87aa560ad3070b4b" -- GitLab