File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
taro-platform-harmony-hybrid/build/config Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 23282328 },
23292329 "lifestyle" : false ,
23302330 "like" : false ,
2331+ "list" : {
2332+ "upper-threshold-count" : false ,
2333+ "lower-threshold-count" : false
2334+ },
23312335 "list-builder" : {
23322336 "type" : {
23332337 "static" : false ,
23382342 "child-height" : false ,
23392343 "padding" : false
23402344 },
2345+ "list-item" : false ,
23412346 "list-view" : {
23422347 "padding" : false
23432348 },
29482953 "return" : false
29492954 },
29502955 "confirm-hold" : false ,
2951- "adjust-keyboard-to" : false ,
2952- "default-value" : false
2956+ "default-value" : false ,
2957+ "adjust-keyboard-to" : {
2958+ "cursor" : false ,
2959+ "bottom" : false
2960+ }
29532961 },
29542962 "vertical-drag-gesture-handler" : {
29552963 "tag" : false
Original file line number Diff line number Diff line change 11// 由 getLibList.js 脚本生成, 不要进行手动修改, 请不要手动修改
2- export * from './ENV_TYPE'
32export * from './arrayBufferToBase64'
43export * from './authorize'
54export * from './base64ToArrayBuffer'
@@ -16,6 +15,7 @@ export * from './createInnerAudioContext'
1615export * from './createSelectorQuery'
1716export * from './createVideoContext'
1817export * from './downloadFile'
18+ export * from './ENV_TYPE'
1919export * from './getAppBaseInfo'
2020export * from './getClipboardData'
2121export * from './getEnv'
You can’t perform that action at this time.
0 commit comments