Skip to content

Commit 30a6172

Browse files
committed
chore: rebuild
1 parent 7b95d1c commit 30a6172

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

packages/taro-platform-harmony-hybrid/build/config/harmony-definition.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2328,6 +2328,10 @@
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,
@@ -2338,6 +2342,7 @@
23382342
"child-height": false,
23392343
"padding": false
23402344
},
2345+
"list-item": false,
23412346
"list-view": {
23422347
"padding": false
23432348
},
@@ -2948,8 +2953,11 @@
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

packages/taro-rn/src/lib/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// 由 getLibList.js 脚本生成, 不要进行手动修改, 请不要手动修改
2-
export * from './ENV_TYPE'
32
export * from './arrayBufferToBase64'
43
export * from './authorize'
54
export * from './base64ToArrayBuffer'
@@ -16,6 +15,7 @@ export * from './createInnerAudioContext'
1615
export * from './createSelectorQuery'
1716
export * from './createVideoContext'
1817
export * from './downloadFile'
18+
export * from './ENV_TYPE'
1919
export * from './getAppBaseInfo'
2020
export * from './getClipboardData'
2121
export * from './getEnv'

0 commit comments

Comments
 (0)