-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathwxapp_component.json
174 lines (174 loc) · 4.11 KB
/
wxapp_component.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
{
"ad": {
"desc": "Banner 广告",
"href": "ad.html"
},
"aria-component": {
"desc": "## 无障碍访问",
"href": "aria-component.html"
},
"audio": {
"desc": "音频",
"href": "audio.html"
},
"button": {
"desc": "按钮",
"href": "button.html"
},
"camera": {
"desc": "系统相机",
"href": "camera.html"
},
"canvas": {
"desc": "画布",
"href": "canvas.html"
},
"checkbox": {
"desc": "多选项目",
"href": "checkbox.html"
},
"checkbox-group": {
"desc": "多项选择器,内部由多个",
"href": "checkbox-group.html"
},
"cover-image": {
"desc": "覆盖在原生组件之上的图片视图",
"href": "cover-image.html"
},
"cover-view": {
"desc": "覆盖在原生组件之上的文本视图",
"href": "cover-view.html"
},
"editor": {
"desc": "富文本编辑器,可以对图片、文字进行编辑",
"href": "editor.html"
},
"form": {
"desc": "表单",
"href": "form.html"
},
"functional-page-navigator": {
"desc": "仅在插件中有效,用于跳转到插件功能页",
"href": "functional-page-navigator.html"
},
"icon": {
"desc": "图标",
"href": "icon.html"
},
"image": {
"desc": "图片",
"href": "image.html"
},
"input": {
"desc": "输入框",
"href": "input.html"
},
"label": {
"desc": "用来改进表单组件的可用性",
"href": "label.html"
},
"live-player": {
"desc": "实时音视频播放",
"href": "live-player.html"
},
"live-pusher": {
"desc": "实时音视频录制",
"href": "live-pusher.html"
},
"map": {
"desc": "地图",
"href": "map.html"
},
"movable-area": {
"desc": null,
"href": "movable-area.html"
},
"movable-view": {
"desc": "可移动的视图容器,在页面中可以拖拽滑动",
"href": "movable-view.html"
},
"native-component": {
"desc": "## 原生组件",
"href": "native-component.html"
},
"navigator": {
"desc": "页面链接",
"href": "navigator.html"
},
"official-account": {
"desc": "公众号关注组件",
"href": "official-account.html"
},
"open-data": {
"desc": "用于展示微信开放的数据",
"href": "open-data.html"
},
"picker": {
"desc": "从底部弹起的滚动选择器",
"href": "picker.html"
},
"picker-view": {
"desc": "嵌入页面的滚动选择器",
"href": "picker-view.html"
},
"picker-view-column": {
"desc": "滚动选择器子项",
"href": "picker-view-column.html"
},
"progress": {
"desc": "进度条",
"href": "progress.html"
},
"radio": {
"desc": "单选项目",
"href": "radio.html"
},
"radio-group": {
"desc": "单项选择器,内部由多个 ",
"href": "radio-group.html"
},
"rich-text": {
"desc": "富文本",
"href": "rich-text.html"
},
"scroll-view": {
"desc": "可滚动视图区域",
"href": "scroll-view.html"
},
"slider": {
"desc": "滑动选择器",
"href": "slider.html"
},
"swiper": {
"desc": "滑块视图容器",
"href": "swiper.html"
},
"swiper-item": {
"desc": "仅可放置在",
"href": "swiper-item.html"
},
"switch": {
"desc": "开关选择器",
"href": "switch.html"
},
"text": {
"desc": "文本",
"href": "text.html"
},
"textarea": {
"desc": "多行输入框",
"href": "textarea.html"
},
"video": {
"desc": "视频",
"href": "video.html"
},
"view": {
"desc": "视图容器",
"href": "view.html"
},
"web-view": {
"desc": "承载网页的容器",
"href": "web-view.html"
}
}