lite-questionnaire 1.1.2 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -39,23 +39,23 @@
|
|
|
39
39
|
|
|
40
40
|
### 单选
|
|
41
41
|
|
|
42
|
-
<img src="
|
|
42
|
+
<img src="image/select-demo.gif" width="600" alt="单选展示" />
|
|
43
43
|
|
|
44
44
|
### 多选
|
|
45
45
|
|
|
46
|
-
<img src="
|
|
46
|
+
<img src="image/multiselect-demo.gif" width="600" alt="多选定义" />
|
|
47
47
|
|
|
48
48
|
### 文本输入
|
|
49
49
|
|
|
50
|
-
<img src="
|
|
50
|
+
<img src="image/text-demo.gif" width="600" alt="文本输入展示" />
|
|
51
51
|
|
|
52
52
|
### 确认
|
|
53
53
|
|
|
54
|
-
<img src="
|
|
54
|
+
<img src="image/confirm-demo.gif" width="600" alt="双选展示" />
|
|
55
55
|
|
|
56
56
|
### 评分
|
|
57
57
|
|
|
58
|
-
<img src="
|
|
58
|
+
<img src="image/rating-demo.gif" width="600" alt="评分量表" />
|
|
59
59
|
|
|
60
60
|
## 参数与字段说明
|
|
61
61
|
|