|
98 | 98 | "subpackages": [ |
99 | 99 | { |
100 | 100 | "root": "pages/chat-list/", |
101 | | - "pages": [ |
102 | | - "chat-list" |
103 | | - ] |
| 101 | + "pages": ["chat-list"] |
104 | 102 | }, |
105 | 103 | { |
106 | 104 | "root": "pages/chat-content/", |
107 | | - "pages": [ |
108 | | - "chat-content" |
109 | | - ] |
| 105 | + "pages": ["chat-content"] |
110 | 106 | }, |
111 | 107 | { |
112 | 108 | "root": "pages/chat-actionbar/", |
113 | | - "pages": [ |
114 | | - "chat-actionbar" |
115 | | - ] |
| 109 | + "pages": ["chat-actionbar"] |
116 | 110 | }, |
117 | 111 | { |
118 | 112 | "root": "pages/chat-loading/", |
119 | | - "pages": [ |
120 | | - "chat-loading" |
121 | | - ] |
| 113 | + "pages": ["chat-loading"] |
122 | 114 | }, |
123 | 115 | { |
124 | 116 | "root": "pages/chat-thinking/", |
125 | | - "pages": [ |
126 | | - "chat-thinking" |
127 | | - ] |
| 117 | + "pages": ["chat-thinking"] |
128 | 118 | }, |
129 | 119 | { |
130 | 120 | "root": "pages/attachments/", |
131 | | - "pages": [ |
132 | | - "attachments" |
133 | | - ] |
| 121 | + "pages": ["attachments"] |
134 | 122 | }, |
135 | 123 | { |
136 | 124 | "root": "pages/chat-markdown/", |
137 | | - "pages": [ |
138 | | - "chat-markdown" |
139 | | - ] |
| 125 | + "pages": ["chat-markdown"] |
140 | 126 | }, |
141 | 127 | { |
142 | 128 | "root": "pages/chat-sender/", |
143 | | - "pages": [ |
144 | | - "chat-sender" |
145 | | - ] |
| 129 | + "pages": ["chat-sender"] |
146 | 130 | }, |
147 | 131 | { |
148 | 132 | "root": "pages/side-bar/", |
149 | | - "pages": [ |
150 | | - "side-bar", |
151 | | - "base/index", |
152 | | - "switch/index", |
153 | | - "custom/index", |
154 | | - "with-icon/index" |
155 | | - ] |
| 133 | + "pages": ["side-bar", "base/index", "switch/index", "custom/index", "with-icon/index"] |
156 | 134 | }, |
157 | 135 | { |
158 | 136 | "root": "pages/action-sheet/", |
159 | | - "pages": [ |
160 | | - "action-sheet" |
161 | | - ] |
| 137 | + "pages": ["action-sheet"] |
162 | 138 | }, |
163 | 139 | { |
164 | 140 | "root": "pages/avatar/", |
165 | | - "pages": [ |
166 | | - "avatar", |
167 | | - "skyline/avatar" |
168 | | - ] |
| 141 | + "pages": ["avatar", "skyline/avatar"] |
169 | 142 | }, |
170 | 143 | { |
171 | 144 | "root": "pages/calendar/", |
172 | | - "pages": [ |
173 | | - "calendar" |
174 | | - ] |
| 145 | + "pages": ["calendar"] |
175 | 146 | }, |
176 | 147 | { |
177 | 148 | "root": "pages/dialog/", |
178 | | - "pages": [ |
179 | | - "dialog", |
180 | | - "skyline/dialog" |
181 | | - ] |
| 149 | + "pages": ["dialog", "skyline/dialog"] |
182 | 150 | }, |
183 | 151 | { |
184 | 152 | "root": "pages/picker/", |
185 | | - "pages": [ |
186 | | - "picker", |
187 | | - "skyline/picker" |
188 | | - ] |
| 153 | + "pages": ["picker", "skyline/picker"] |
189 | 154 | }, |
190 | 155 | { |
191 | 156 | "root": "pages/rate/", |
192 | | - "pages": [ |
193 | | - "rate" |
194 | | - ] |
| 157 | + "pages": ["rate"] |
195 | 158 | }, |
196 | 159 | { |
197 | 160 | "root": "pages/swiper/", |
198 | | - "pages": [ |
199 | | - "swiper", |
200 | | - "skyline/swiper" |
201 | | - ] |
| 161 | + "pages": ["swiper", "skyline/swiper"] |
202 | 162 | }, |
203 | 163 | { |
204 | 164 | "root": "pages/swipe-cell/", |
205 | | - "pages": [ |
206 | | - "swipe-cell" |
207 | | - ] |
| 165 | + "pages": ["swipe-cell"] |
208 | 166 | }, |
209 | 167 | { |
210 | 168 | "root": "pages/tree-select/", |
211 | | - "pages": [ |
212 | | - "tree-select" |
213 | | - ] |
| 169 | + "pages": ["tree-select"] |
214 | 170 | }, |
215 | 171 | { |
216 | 172 | "root": "pages/indexes/", |
217 | | - "pages": [ |
218 | | - "indexes", |
219 | | - "base/index", |
220 | | - "custom/index" |
221 | | - ] |
| 173 | + "pages": ["indexes", "base/index", "custom/index"] |
222 | 174 | } |
223 | 175 | ], |
224 | 176 | "themeLocation": "theme.json", |
|
248 | 200 | "defaultDisplayBlock": true, |
249 | 201 | "defaultContentBox": true, |
250 | 202 | "sdkVersionBegin": "3.4.3", |
251 | | - "sdkVersionEnd": "15.255.255" |
| 203 | + "sdkVersionEnd": "15.255.255", |
| 204 | + "enableScrollViewAutoSize": true |
252 | 205 | } |
253 | 206 | } |
254 | 207 | } |
0 commit comments