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/exercises.md" "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/exercises.md" new file mode 100644 index 0000000000000000000000000000000000000000..12569ab71e8f2996ea476f231ceac51b4b7b52ee --- /dev/null +++ "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/exercises.md" @@ -0,0 +1,30 @@ +# 微信小程序简介 + +下面对于微信小程序的描述中,错误的是? + +## 答案 + +微信小程序应用大小上限为3048KB。 + +## 选项 + +### A + +微信小程序是一种不需要安装即可使用的应用。 + +### B + +微信小程序运行在微信之上,类似于原生APP。 + +### C + +微信小程序可以通过扫描小程序码打开。 + +### D + +微信小程序是一种全新的连接用户与服务的方式,它可以在微信内被便捷地获取和传播。 + +### E + +微信小程序可以调用宿主环境提供的微信客户端的能力,使得微信小程序比普通网页拥有更多的能力。 + 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/helloworld.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/helloworld.json" deleted file mode 100644 index b7a8b4bac3788396312c9e54db081b5dc9c84961..0000000000000000000000000000000000000000 --- "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/helloworld.json" +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "code_options", - "author": "王天雷", - "source": "helloworld.md", - "notebook_enable": false, - "exercise_id": "265b1082ade740adbfba3826986ce89a" -} \ No newline at end of file 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/helloworld.md" "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/helloworld.md" deleted file mode 100644 index a447c184c7aaa9ee5f088c42158140caf4682c08..0000000000000000000000000000000000000000 --- "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/helloworld.md" +++ /dev/null @@ -1,21 +0,0 @@ -# {在此填写标题} - -{在此填写题目描述} - -## 答案 - -{在此填写答案} - -## 选项 - -### A - -{在此填写选项A} - -### B - -{在此填写选项B} - -### C - -{在此填写选项C} 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/2.\345\210\235\350\257\206uni-app\346\241\206\346\236\266/exercises.md" "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/2.\345\210\235\350\257\206uni-app\346\241\206\346\236\266/exercises.md" new file mode 100644 index 0000000000000000000000000000000000000000..c738351790a058a263d4e98a16a6716d93a6c471 --- /dev/null +++ "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/2.\345\210\235\350\257\206uni-app\346\241\206\346\236\266/exercises.md" @@ -0,0 +1,25 @@ +# 初始UNI-APP框架 + +下面对于UNI-APP框架的描述中,错误的是? + +## 答案 + +UNI-APP框架只能开发微信小程序。 + +## 选项 + +### A + +UNI-APP框架实现了一套代码,多端编译运行到多个平台。 + +### B + +UNI-APP框架是纯vue语法,不必另学一种dsl(领域特定语言)。 + +### C + +UNI-APP框架可以开发App。 + +### D + +UNI-APP框架可以开发微信小程序、百度小程序、支付宝小程序。 diff --git "a/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/1.page.json\351\205\215\347\275\256/1.globalStyle\345\205\250\345\261\200\346\240\267\345\274\217\351\205\215\347\275\256/exercises.md" "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/1.page.json\351\205\215\347\275\256/1.globalStyle\345\205\250\345\261\200\346\240\267\345\274\217\351\205\215\347\275\256/exercises.md" new file mode 100644 index 0000000000000000000000000000000000000000..85af3d9977a09e06536eb7522625839ea1855393 --- /dev/null +++ "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/1.page.json\351\205\215\347\275\256/1.globalStyle\345\205\250\345\261\200\346\240\267\345\274\217\351\205\215\347\275\256/exercises.md" @@ -0,0 +1,30 @@ +# globalStyle全局配置 + +我们应该修改pages.json配置文件中的哪个属性值,使自定义导航栏生效? + +## 答案 + +globalStyle.navigationStyle=custom + +## 选项 + +### A + +globalStyle.navigationBarTextStyle=black + +### B + +globalStyle.navigationBarBackgroundColor=#FFFFFF + +### C + +pages.style.navigationBarShadow=white + +### D + +globalStyle.titlePenetrate=YES + +### E + +globalStyle.transparentTitle=none + diff --git "a/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/1.page.json\351\205\215\347\275\256/2.pages\351\241\265\351\235\242\350\267\257\347\224\261/exercises.md" "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/1.page.json\351\205\215\347\275\256/2.pages\351\241\265\351\235\242\350\267\257\347\224\261/exercises.md" new file mode 100644 index 0000000000000000000000000000000000000000..229d457fb5adc19abffe012586fb46193765c5b5 --- /dev/null +++ "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/1.page.json\351\205\215\347\275\256/2.pages\351\241\265\351\235\242\350\267\257\347\224\261/exercises.md" @@ -0,0 +1,30 @@ +# pages页面配置 + +在pages.json配置文件中,以下设置应用入口页(首页)的说法正确的是? + +## 答案 + +pages节点的第一项为应用入口页。 + +## 选项 + +### A + +pages节点的最后一项为应用入口页。 + +### B + +通过globalStyle.firstPage指定应用入口页。 + +### C + +通过globalStyle.mainPage指定应用入口页。 + +### D + +通过pages.firstPage指定应用入口页。 + +### E + +通过pages.mainPage指定应用入口页。 + diff --git "a/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/1.page.json\351\205\215\347\275\256/3.style\345\215\225\351\241\265\351\235\242\346\240\267\345\274\217\351\205\215\347\275\256/exercises.md" "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/1.page.json\351\205\215\347\275\256/3.style\345\215\225\351\241\265\351\235\242\346\240\267\345\274\217\351\205\215\347\275\256/exercises.md" new file mode 100644 index 0000000000000000000000000000000000000000..85f1d3e3509534d8d969d233e6a97eaea3b48948 --- /dev/null +++ "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/1.page.json\351\205\215\347\275\256/3.style\345\215\225\351\241\265\351\235\242\346\240\267\345\274\217\351\205\215\347\275\256/exercises.md" @@ -0,0 +1,30 @@ +# style单页面样式配置 + +当我们需要设置状态栏颜色时,应该通过修改下列哪个属性值来实现? + +## 答案 + +pages.style.navigationBarTextStyle + +## 选项 + +### A + +pages.style.navigationBarTitleText + +### B + +pages.style.backgroundColor + +### C + +pages.style.navigationBarBackgroundColor + +### D + +pages.style.navigationStyle + +### E + +pages.style.backgroundTextStyle + diff --git "a/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/1.page.json\351\205\215\347\275\256/4.easycom\345\274\225\345\205\245\350\207\252\345\256\232\344\271\211\347\273\204\344\273\266/exercises.md" "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/1.page.json\351\205\215\347\275\256/4.easycom\345\274\225\345\205\245\350\207\252\345\256\232\344\271\211\347\273\204\344\273\266/exercises.md" new file mode 100644 index 0000000000000000000000000000000000000000..327582d42973080095ac20987e6bdeb115609e94 --- /dev/null +++ "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/1.page.json\351\205\215\347\275\256/4.easycom\345\274\225\345\205\245\350\207\252\345\256\232\344\271\211\347\273\204\344\273\266/exercises.md" @@ -0,0 +1,26 @@ +# easycom引入自定义组件 + +下列关于easycom引入自定义组件的说法中,错误的是? + +## 答案 + +easycom可以处理扩展名为任何后缀的组件。 + +## 选项 + +### A + +easycom只处理扩展名为.vue的组件。 + +### B + +在组件名完全一致的情况下,easycom引入的优先级低于手动引入。 + +### C + +easycom方式引入的组件无需在页面内import,也不需要在components内声明,在任何页面或组件中均可以使用。 + +### D + +easycom引入的组件不是全局引入,而是局部引入。 + diff --git "a/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/1.page.json\351\205\215\347\275\256/5.tabBar\345\272\225\351\203\250\346\240\217/exercises.md" "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/1.page.json\351\205\215\347\275\256/5.tabBar\345\272\225\351\203\250\346\240\217/exercises.md" new file mode 100644 index 0000000000000000000000000000000000000000..de74648b73014d75c805728530b82438a06beec2 --- /dev/null +++ "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/1.page.json\351\205\215\347\275\256/5.tabBar\345\272\225\351\203\250\346\240\217/exercises.md" @@ -0,0 +1,26 @@ +# tabBar底部栏 + +下列关于tabBar底部栏的说法中,正确的是? + +## 答案 + +tabBar中的list是一个数组,只能配置最少2个、最多5个 tab,tab 按数组的顺序排序。 + +## 选项 + +### A + +tabBar中的list是一个数组,只能配置最少3个、最多5个 tab,tab 按数组的顺序排序。 + +### B + +tabBar中的文字颜色不可以修改。 + +### C + +tabBar中的图标尺寸不可以修改。 + +### D + +tabBar中的按钮每次点击时,都会触发onLoad。 + diff --git "a/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/1.page.json\351\205\215\347\275\256/6.condition\345\220\257\345\212\250\346\250\241\345\274\217\351\205\215\347\275\256/exercises.md" "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/1.page.json\351\205\215\347\275\256/6.condition\345\220\257\345\212\250\346\250\241\345\274\217\351\205\215\347\275\256/exercises.md" new file mode 100644 index 0000000000000000000000000000000000000000..aa85a4d4947f3d7dc2666b8cc189d0df14434c5d --- /dev/null +++ "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/1.page.json\351\205\215\347\275\256/6.condition\345\220\257\345\212\250\346\250\241\345\274\217\351\205\215\347\275\256/exercises.md" @@ -0,0 +1,26 @@ +# condition启动模式配置 + + + +## 答案 + + + +## 选项 + +### A + + + +### B + + + +### C + + + +### D + + + diff --git "a/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/1.page.json\351\205\215\347\275\256/9.\350\207\252\345\256\232\344\271\211\345\257\274\350\210\252\346\240\217 /exercises.md" "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/1.page.json\351\205\215\347\275\256/9.\350\207\252\345\256\232\344\271\211\345\257\274\350\210\252\346\240\217 /exercises.md" new file mode 100644 index 0000000000000000000000000000000000000000..9d7d678eeb0eebc3608155106b03a2f88774ef45 --- /dev/null +++ "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/1.page.json\351\205\215\347\275\256/9.\350\207\252\345\256\232\344\271\211\345\257\274\350\210\252\346\240\217 /exercises.md" @@ -0,0 +1,30 @@ +# 自定义导航栏 + +我们应该修改pages.json配置文件中的哪个属性值,使自定义导航栏生效? + +## 答案 + +globalStyle.navigationStyle=custom + +## 选项 + +### A + +globalStyle.navigationBarTextStyle=black + +### B + +globalStyle.navigationBarBackgroundColor=#FFFFFF + +### C + +pages.style.navigationBarShadow=white + +### D + +globalStyle.titlePenetrate=YES + +### E + +globalStyle.transparentTitle=none + diff --git "a/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/3.\351\241\265\351\235\242\344\270\216\350\267\257\347\224\261/4.\350\267\257\347\224\261\350\267\263\350\275\254\n\n/config.json" "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/3.\351\241\265\351\235\242\344\270\216\350\267\257\347\224\261/4.\350\267\257\347\224\261\350\267\263\350\275\254/config.json" similarity index 100% rename from "data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/3.\351\241\265\351\235\242\344\270\216\350\267\257\347\224\261/4.\350\267\257\347\224\261\350\267\263\350\275\254\n\n/config.json" rename to "data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/3.\351\241\265\351\235\242\344\270\216\350\267\257\347\224\261/4.\350\267\257\347\224\261\350\267\263\350\275\254/config.json"