@dcloudio/uni-app-x 0.7.59 → 0.7.60

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.
Files changed (149) hide show
  1. package/package.json +1 -1
  2. package/types/app.d.ts +16 -8
  3. package/types/native/IUniElement.d.ts +0 -2
  4. package/types/native/UniFormControl.d.ts +1 -1
  5. package/types/native/UniSwiperAnimationFinishEvent.d.ts +1 -0
  6. package/types/native/UniSwiperChangeEvent.d.ts +1 -0
  7. package/types/native/WebViewStyles.d.ts +1 -1
  8. package/types/native/global.d.ts +2 -0
  9. package/types/page.d.ts +134 -22
  10. package/types/uni/uni-camera-global.d.ts +4 -0
  11. package/types/uni/uni-camera.d.ts +10 -9
  12. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +3 -2
  13. package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +3 -2
  14. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +9 -6
  15. package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +3 -2
  16. package/types/uni/uts-plugin-api/lib/uni-chooseMedia/utssdk/interface.d.ts +4 -4
  17. package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +10 -8
  18. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +10 -10
  19. package/types/uni/uts-plugin-api/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +3 -2
  20. package/types/uni/uts-plugin-api/lib/uni-createRequestPermissionListener/utssdk/interface.d.ts +2 -2
  21. package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +2 -2
  22. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +7 -6
  23. package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +5 -3
  24. package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +8 -8
  25. package/types/uni/uts-plugin-api/lib/uni-exit/utssdk/interface.d.ts +4 -1
  26. package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +26 -11
  27. package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +2 -2
  28. package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +3 -3
  29. package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +11 -10
  30. package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +2 -2
  31. package/types/uni/uts-plugin-api/lib/uni-getElementById/utssdk/interface.d.ts +1 -1
  32. package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +4 -4
  33. package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +8 -8
  34. package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +8 -6
  35. package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +1 -1
  36. package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/interface.d.ts +4 -4
  37. package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +7 -7
  38. package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +2 -2
  39. package/types/uni/uts-plugin-api/lib/uni-installApk/utssdk/interface.d.ts +1 -1
  40. package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/interface.d.ts +4 -4
  41. package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +246 -236
  42. package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +4 -4
  43. package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/interface.d.ts +3 -2
  44. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +141 -243
  45. package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/interface.d.ts +80 -696
  46. package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +10 -8
  47. package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +387 -95
  48. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +401 -344
  49. package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +52 -52
  50. package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +2 -2
  51. package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +11 -11
  52. package/types/uni/uts-plugin-api/lib/uni-previewImage/utssdk/interface.d.ts +5 -5
  53. package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +24 -24
  54. package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +4 -4
  55. package/types/uni/uts-plugin-api/lib/uni-recorder/utssdk/interface.d.ts +39 -25
  56. package/types/uni/uts-plugin-api/lib/uni-requestMerchantTransfer/utssdk/interface.d.ts +3 -0
  57. package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +10 -10
  58. package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/interface.d.ts +2 -2
  59. package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +4 -4
  60. package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +20 -20
  61. package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +18 -18
  62. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/interface.d.ts +49 -49
  63. package/types/uni/uts-plugin-api/lib/uni-virtualPayment/utssdk/interface.d.ts +5 -5
  64. package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +26 -26
  65. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +14 -14
  66. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/global.d.ts +16 -2
  67. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/index.d.ts +8 -1
  68. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/interface.d.ts +153 -6
  69. package/types/uni-cloud/interface.d.ts +13 -9
  70. package/types/uni/uts-plugin-api/.temp/uni-actionSheet/utssdk/interface.uts +0 -554
  71. package/types/uni/uts-plugin-api/.temp/uni-addPhoneContact/utssdk/interface.uts +0 -224
  72. package/types/uni/uts-plugin-api/.temp/uni-arrayBufferToBase64/utssdk/interface.uts +0 -77
  73. package/types/uni/uts-plugin-api/.temp/uni-authentication/utssdk/interface.uts +0 -365
  74. package/types/uni/uts-plugin-api/.temp/uni-base64ToArrayBuffer/utssdk/interface.uts +0 -77
  75. package/types/uni/uts-plugin-api/.temp/uni-canvas/utssdk/interface.uts +0 -972
  76. package/types/uni/uts-plugin-api/.temp/uni-chooseLocation/utssdk/interface.uts +0 -410
  77. package/types/uni/uts-plugin-api/.temp/uni-chooseMedia/utssdk/interface.uts +0 -459
  78. package/types/uni/uts-plugin-api/.temp/uni-clipboard/utssdk/interface.uts +0 -203
  79. package/types/uni/uts-plugin-api/.temp/uni-createInnerAudioContext/utssdk/interface.uts +0 -2613
  80. package/types/uni/uts-plugin-api/.temp/uni-createIntersectionObserver/utssdk/interface.uts +0 -152
  81. package/types/uni/uts-plugin-api/.temp/uni-createRequestPermissionListener/utssdk/interface.uts +0 -61
  82. package/types/uni/uts-plugin-api/.temp/uni-createSelectorQuery/utssdk/interface.uts +0 -548
  83. package/types/uni/uts-plugin-api/.temp/uni-createWebviewContext/utssdk/interface.uts +0 -137
  84. package/types/uni/uts-plugin-api/.temp/uni-dialogPage/utssdk/interface.uts +0 -1380
  85. package/types/uni/uts-plugin-api/.temp/uni-document/utssdk/interface.uts +0 -76
  86. package/types/uni/uts-plugin-api/.temp/uni-event/utssdk/interface.uts +0 -338
  87. package/types/uni/uts-plugin-api/.temp/uni-exit/utssdk/interface.uts +0 -102
  88. package/types/uni/uts-plugin-api/.temp/uni-file/utssdk/interface.uts +0 -384
  89. package/types/uni/uts-plugin-api/.temp/uni-fileSystemManager/utssdk/interface.uts +0 -5316
  90. package/types/uni/uts-plugin-api/.temp/uni-getAccessibilityInfo/utssdk/interface.uts +0 -35
  91. package/types/uni/uts-plugin-api/.temp/uni-getAppAuthorizeSetting/utssdk/interface.uts +0 -616
  92. package/types/uni/uts-plugin-api/.temp/uni-getAppBaseInfo/utssdk/interface.uts +0 -2157
  93. package/types/uni/uts-plugin-api/.temp/uni-getBackgroundAudioManager/utssdk/interface.uts +0 -895
  94. package/types/uni/uts-plugin-api/.temp/uni-getDeviceInfo/utssdk/interface.uts +0 -1755
  95. package/types/uni/uts-plugin-api/.temp/uni-getElementById/utssdk/interface.uts +0 -82
  96. package/types/uni/uts-plugin-api/.temp/uni-getEnterOptionsSync/utssdk/interface.uts +0 -295
  97. package/types/uni/uts-plugin-api/.temp/uni-getLaunchOptionsSync/utssdk/interface.uts +0 -299
  98. package/types/uni/uts-plugin-api/.temp/uni-getLocation/utssdk/interface.uts +0 -1764
  99. package/types/uni/uts-plugin-api/.temp/uni-getLocation-system/utssdk/interface.uts +0 -1
  100. package/types/uni/uts-plugin-api/.temp/uni-getLocation-tencent/utssdk/interface.uts +0 -1
  101. package/types/uni/uts-plugin-api/.temp/uni-getLocation-tencent-uni1/utssdk/interface.uts +0 -736
  102. package/types/uni/uts-plugin-api/.temp/uni-getNetworkType/utssdk/interface.uts +0 -274
  103. package/types/uni/uts-plugin-api/.temp/uni-getPerformance/utssdk/interface.uts +0 -198
  104. package/types/uni/uts-plugin-api/.temp/uni-getProvider/utssdk/interface.uts +0 -634
  105. package/types/uni/uts-plugin-api/.temp/uni-getRecorderManager/utssdk/interface.uts +0 -980
  106. package/types/uni/uts-plugin-api/.temp/uni-getSystemInfo/utssdk/interface.uts +0 -5550
  107. package/types/uni/uts-plugin-api/.temp/uni-getSystemSetting/utssdk/interface.uts +0 -501
  108. package/types/uni/uts-plugin-api/.temp/uni-installApk/utssdk/interface.uts +0 -83
  109. package/types/uni/uts-plugin-api/.temp/uni-interceptor/utssdk/interface.uts +0 -169
  110. package/types/uni/uts-plugin-api/.temp/uni-keyboard/utssdk/interface.uts +0 -102
  111. package/types/uni/uts-plugin-api/.temp/uni-loadFontFace/utssdk/interface.uts +0 -580
  112. package/types/uni/uts-plugin-api/.temp/uni-makePhoneCall/utssdk/interface.uts +0 -100
  113. package/types/uni/uts-plugin-api/.temp/uni-media/utssdk/interface.uts +0 -2980
  114. package/types/uni/uts-plugin-api/.temp/uni-modal/utssdk/interface.uts +0 -190
  115. package/types/uni/uts-plugin-api/.temp/uni-navigationBar/utssdk/interface.uts +0 -1002
  116. package/types/uni/uts-plugin-api/.temp/uni-network/utssdk/interface.uts +0 -3620
  117. package/types/uni/uts-plugin-api/.temp/uni-oauth/utssdk/interface.uts +0 -1592
  118. package/types/uni/uts-plugin-api/.temp/uni-oauth-huawei/utssdk/interface.uts +0 -1
  119. package/types/uni/uts-plugin-api/.temp/uni-openAppAuthorizeSetting/utssdk/interface.uts +0 -254
  120. package/types/uni/uts-plugin-api/.temp/uni-openDocument/utssdk/interface.uts +0 -112
  121. package/types/uni/uts-plugin-api/.temp/uni-pageScrollTo/utssdk/interface.uts +0 -153
  122. package/types/uni/uts-plugin-api/.temp/uni-payment/utssdk/interface.uts +0 -833
  123. package/types/uni/uts-plugin-api/.temp/uni-payment-alipay/utssdk/interface.uts +0 -1
  124. package/types/uni/uts-plugin-api/.temp/uni-payment-huawei/utssdk/interface.uts +0 -1
  125. package/types/uni/uts-plugin-api/.temp/uni-payment-wxpay/utssdk/interface.uts +0 -3
  126. package/types/uni/uts-plugin-api/.temp/uni-previewImage/utssdk/interface.uts +0 -518
  127. package/types/uni/uts-plugin-api/.temp/uni-privacy/utssdk/interface.uts +0 -560
  128. package/types/uni/uts-plugin-api/.temp/uni-prompt/utssdk/interface.uts +0 -2607
  129. package/types/uni/uts-plugin-api/.temp/uni-pullDownRefresh/utssdk/interface.uts +0 -189
  130. package/types/uni/uts-plugin-api/.temp/uni-requestMerchantTransfer/utssdk/interface.uts +0 -710
  131. package/types/uni/uts-plugin-api/.temp/uni-route/utssdk/interface.uts +0 -2695
  132. package/types/uni/uts-plugin-api/.temp/uni-rpx2px/utssdk/interface.uts +0 -80
  133. package/types/uni/uts-plugin-api/.temp/uni-scanCode/utssdk/interface.uts +0 -130
  134. package/types/uni/uts-plugin-api/.temp/uni-shareWithSystem/utssdk/interface.uts +0 -719
  135. package/types/uni/uts-plugin-api/.temp/uni-sse/utssdk/interface.uts +0 -277
  136. package/types/uni/uts-plugin-api/.temp/uni-storage/utssdk/interface.uts +0 -1020
  137. package/types/uni/uts-plugin-api/.temp/uni-tabBar/utssdk/interface.uts +0 -1148
  138. package/types/uni/uts-plugin-api/.temp/uni-theme/utssdk/interface.uts +0 -1059
  139. package/types/uni/uts-plugin-api/.temp/uni-virtualPayment/utssdk/interface.uts +0 -1660
  140. package/types/uni/uts-plugin-api/.temp/uni-websocket/utssdk/interface.uts +0 -1941
  141. package/types/uni/uts-plugin-biz/.temp/uni-ad/utssdk/interface.uts +0 -726
  142. package/types/uni/uts-plugin-biz/.temp/uni-crash/utssdk/interface.uts +0 -89
  143. package/types/uni/uts-plugin-biz/.temp/uni-facialRecognitionVerify/utssdk/interface.uts +0 -212
  144. package/types/uni/uts-plugin-biz/.temp/uni-map-tencent/utssdk/interface.uts +0 -2359
  145. package/types/uni/uts-plugin-biz/.temp/uni-push/utssdk/interface.uts +0 -960
  146. package/types/uni/uts-plugin-biz/.temp/uni-secure-network/utssdk/interface.uts +0 -204
  147. package/types/uni/uts-plugin-biz/.temp/uni-verify/utssdk/interface.uts +0 -730
  148. package/types/uni/uts-plugin-component/.temp/uni-camera/utssdk/interface.uts +0 -221
  149. package/types/uni/uts-plugin-component/.temp/uni-video/utssdk/interface.uts +0 -935
@@ -13,19 +13,19 @@ export type OpenDocumentErrorCode =
13
13
  * "android": {
14
14
  * "osVer": "5.0",
15
15
  * "uniVer": "x",
16
- * "unixVer": "4.64",
17
- * "unixUtsPlugin": "4.64"
16
+ * "unixVer": "4.71",
17
+ * "unixUtsPlugin": "4.71"
18
18
  * },
19
19
  * "ios": {
20
20
  * "osVer": "12.0",
21
21
  * "uniVer": "x",
22
- * "unixVer": "4.64",
23
- * "unixUtsPlugin": "4.64"
22
+ * "unixVer": "4.71",
23
+ * "unixUtsPlugin": "4.71"
24
24
  * },
25
25
  * "harmony": {
26
26
  * "osVer": "5.0.0",
27
- * "uniVer": "4.64",
28
- * "unixVer": "4.64"
27
+ * "uniVer": "4.71",
28
+ * "unixVer": "4.71"
29
29
  * }
30
30
  * },
31
31
  * "web": {
@@ -84,19 +84,19 @@ export type OpenDocumentErrorCode =
84
84
  * "android": {
85
85
  * "osVer": "5.0",
86
86
  * "uniVer": "x",
87
- * "unixVer": "4.64",
88
- * "unixUtsPlugin": "4.64"
87
+ * "unixVer": "4.71",
88
+ * "unixUtsPlugin": "4.71"
89
89
  * },
90
90
  * "ios": {
91
91
  * "osVer": "12.0",
92
92
  * "uniVer": "x",
93
- * "unixVer": "4.64",
94
- * "unixUtsPlugin": "4.64"
93
+ * "unixVer": "4.71",
94
+ * "unixUtsPlugin": "4.71"
95
95
  * },
96
96
  * "harmony": {
97
97
  * "osVer": "5.0.0",
98
- * "uniVer": "4.64",
99
- * "unixVer": "4.64"
98
+ * "uniVer": "4.71",
99
+ * "unixVer": "4.71"
100
100
  * }
101
101
  * },
102
102
  * "web": {
@@ -155,19 +155,19 @@ export type OpenDocumentErrorCode =
155
155
  * "android": {
156
156
  * "osVer": "5.0",
157
157
  * "uniVer": "x",
158
- * "unixVer": "4.64",
159
- * "unixUtsPlugin": "4.64"
158
+ * "unixVer": "4.71",
159
+ * "unixUtsPlugin": "4.71"
160
160
  * },
161
161
  * "ios": {
162
162
  * "osVer": "12.0",
163
163
  * "uniVer": "x",
164
- * "unixVer": "4.64",
165
- * "unixUtsPlugin": "4.64"
164
+ * "unixVer": "4.71",
165
+ * "unixUtsPlugin": "4.71"
166
166
  * },
167
167
  * "harmony": {
168
168
  * "osVer": "5.0.0",
169
- * "uniVer": "4.64",
170
- * "unixVer": "4.64"
169
+ * "uniVer": "4.71",
170
+ * "unixVer": "4.71"
171
171
  * }
172
172
  * },
173
173
  * "web": {
@@ -226,19 +226,19 @@ export type OpenDocumentErrorCode =
226
226
  * "android": {
227
227
  * "osVer": "5.0",
228
228
  * "uniVer": "x",
229
- * "unixVer": "4.64",
230
- * "unixUtsPlugin": "4.64"
229
+ * "unixVer": "4.71",
230
+ * "unixUtsPlugin": "4.71"
231
231
  * },
232
232
  * "ios": {
233
233
  * "osVer": "12.0",
234
234
  * "uniVer": "x",
235
- * "unixVer": "4.64",
236
- * "unixUtsPlugin": "4.64"
235
+ * "unixVer": "4.71",
236
+ * "unixUtsPlugin": "4.71"
237
237
  * },
238
238
  * "harmony": {
239
239
  * "osVer": "5.0.0",
240
- * "uniVer": "4.64",
241
- * "unixVer": "4.64"
240
+ * "uniVer": "4.71",
241
+ * "unixVer": "4.71"
242
242
  * }
243
243
  * },
244
244
  * "web": {
@@ -299,14 +299,14 @@ export interface IOpenDocumentError extends IUniError {
299
299
  * "android": {
300
300
  * "osVer": "5.0",
301
301
  * "uniVer": "x",
302
- * "unixVer": "4.64",
303
- * "unixUtsPlugin": "4.64"
302
+ * "unixVer": "4.71",
303
+ * "unixUtsPlugin": "4.71"
304
304
  * },
305
305
  * "ios": {
306
306
  * "osVer": "12.0",
307
307
  * "uniVer": "x",
308
- * "unixVer": "4.64",
309
- * "unixUtsPlugin": "4.64"
308
+ * "unixVer": "4.71",
309
+ * "unixUtsPlugin": "4.71"
310
310
  * },
311
311
  * "harmony": {
312
312
  * "osVer": "5.0.0",
@@ -523,14 +523,14 @@ export type OpenDocumentOptions = {
523
523
  * "android": {
524
524
  * "osVer": "5.0",
525
525
  * "uniVer": "x",
526
- * "unixVer": "4.64",
527
- * "unixUtsPlugin": "4.64"
526
+ * "unixVer": "4.71",
527
+ * "unixUtsPlugin": "4.71"
528
528
  * },
529
529
  * "ios": {
530
530
  * "osVer": "12.0",
531
531
  * "uniVer": "x",
532
- * "unixVer": "4.64",
533
- * "unixUtsPlugin": "4.64"
532
+ * "unixVer": "4.71",
533
+ * "unixUtsPlugin": "4.71"
534
534
  * },
535
535
  * "harmony": {
536
536
  * "osVer": "5.0.0",
@@ -594,14 +594,14 @@ export type OpenDocumentOptions = {
594
594
  * "android": {
595
595
  * "osVer": "5.0",
596
596
  * "uniVer": "x",
597
- * "unixVer": "4.64",
598
- * "unixUtsPlugin": "4.64"
597
+ * "unixVer": "4.71",
598
+ * "unixUtsPlugin": "4.71"
599
599
  * },
600
600
  * "ios": {
601
601
  * "osVer": "12.0",
602
602
  * "uniVer": "x",
603
- * "unixVer": "4.64",
604
- * "unixUtsPlugin": "4.64"
603
+ * "unixVer": "4.71",
604
+ * "unixUtsPlugin": "4.71"
605
605
  * },
606
606
  * "harmony": {
607
607
  * "osVer": "5.0.0",
@@ -665,14 +665,14 @@ export type OpenDocumentOptions = {
665
665
  * "android": {
666
666
  * "osVer": "5.0",
667
667
  * "uniVer": "x",
668
- * "unixVer": "4.64",
669
- * "unixUtsPlugin": "4.64"
668
+ * "unixVer": "4.71",
669
+ * "unixUtsPlugin": "4.71"
670
670
  * },
671
671
  * "ios": {
672
672
  * "osVer": "12.0",
673
673
  * "uniVer": "x",
674
- * "unixVer": "4.64",
675
- * "unixUtsPlugin": "4.64"
674
+ * "unixVer": "4.71",
675
+ * "unixUtsPlugin": "4.71"
676
676
  * },
677
677
  * "harmony": {
678
678
  * "osVer": "5.0.0",
@@ -736,14 +736,14 @@ export type OpenDocumentOptions = {
736
736
  * "android": {
737
737
  * "osVer": "5.0",
738
738
  * "uniVer": "x",
739
- * "unixVer": "4.64",
740
- * "unixUtsPlugin": "4.64"
739
+ * "unixVer": "4.71",
740
+ * "unixUtsPlugin": "4.71"
741
741
  * },
742
742
  * "ios": {
743
743
  * "osVer": "12.0",
744
744
  * "uniVer": "x",
745
- * "unixVer": "4.64",
746
- * "unixUtsPlugin": "4.64"
745
+ * "unixVer": "4.71",
746
+ * "unixUtsPlugin": "4.71"
747
747
  * },
748
748
  * "harmony": {
749
749
  * "osVer": "5.0.0",
@@ -807,14 +807,14 @@ export type OpenDocumentOptions = {
807
807
  * "android": {
808
808
  * "osVer": "5.0",
809
809
  * "uniVer": "x",
810
- * "unixVer": "4.64",
811
- * "unixUtsPlugin": "4.64"
810
+ * "unixVer": "4.71",
811
+ * "unixUtsPlugin": "4.71"
812
812
  * },
813
813
  * "ios": {
814
814
  * "osVer": "12.0",
815
815
  * "uniVer": "x",
816
- * "unixVer": "4.64",
817
- * "unixUtsPlugin": "4.64"
816
+ * "unixVer": "4.71",
817
+ * "unixUtsPlugin": "4.71"
818
818
  * },
819
819
  * "harmony": {
820
820
  * "osVer": "5.0.0",
@@ -933,14 +933,14 @@ export interface Uni {
933
933
  * "android": {
934
934
  * "osVer": "5.0",
935
935
  * "uniVer": "x",
936
- * "unixVer": "4.64",
937
- * "unixUtsPlugin": "4.64"
936
+ * "unixVer": "4.71",
937
+ * "unixUtsPlugin": "4.71"
938
938
  * },
939
939
  * "ios": {
940
940
  * "osVer": "12.0",
941
941
  * "uniVer": "x",
942
- * "unixVer": "4.64",
943
- * "unixUtsPlugin": "4.64"
942
+ * "unixVer": "4.71",
943
+ * "unixUtsPlugin": "4.71"
944
944
  * },
945
945
  * "harmony": {
946
946
  * "osVer": "5.0.0",
@@ -344,8 +344,8 @@ export interface Uni {
344
344
  /**
345
345
  * 将页面滚动到目标位置
346
346
  *
347
- * @tutorial-uni-app https://uniapp.dcloud.net.cn/api/ui/scroll.html#pagescrollto
348
- * @tutorial-uni-app-x https://doc.dcloud.net.cn/uni-app-x/api/page-scroll-to.html#pagescrollto
347
+ * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/ui/scroll.html#pagescrollto
348
+ * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/page-scroll-to.html#pagescrollto
349
349
  * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/page-scroll-to.html#pagescrollto
350
350
  * @uniPlatform {
351
351
  * "app": {
@@ -2,15 +2,15 @@ import { RequestPaymentFailImpl as RequestPaymentFailImplement } from './unierro
2
2
 
3
3
  export type RequestPaymentFailImpl = RequestPaymentFailImplement
4
4
 
5
- // #ifdef APP-IOS
6
- export interface UniPaymentProvider extends Uni, JSExport { }
7
- // #endif
8
-
9
- // #ifndef APP-IOS
10
- export interface UniPaymentProvider extends UniProvider {
11
- requestPayment(options : RequestPaymentOptions) : void;
12
- }
13
- // #endif
5
+ // #ifdef APP-IOS
6
+ export interface UniPaymentProvider extends Uni, JSExport { }
7
+ // #endif
8
+
9
+ // #ifndef APP-IOS
10
+ export interface UniPaymentProvider extends UniProvider {
11
+ requestPayment(options : RequestPaymentOptions) : void;
12
+ }
13
+ // #endif
14
14
 
15
15
  export interface Uni {
16
16
  /**
@@ -26,8 +26,8 @@ export interface Uni {
26
26
  * }
27
27
  * });
28
28
  * ```
29
- * @tutorial-uni-app https://uniapp.dcloud.net.cn/api/plugins/payment.html#requestpayment
30
- * @tutorial-uni-app-x https://doc.dcloud.net.cn/uni-app-x/api/request-payment.html#requestpayment
29
+ * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/plugins/payment.html#requestpayment
30
+ * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/request-payment.html#requestpayment
31
31
  * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/request-payment.html#requestpayment
32
32
  * @uniPlatform {
33
33
  * "app": {
@@ -416,7 +416,7 @@ export type PreviewImageOptions = {
416
416
  * "ios": {
417
417
  * "osVer": "5.0",
418
418
  * "uniVer": "√",
419
- * "unixVer": "x"
419
+ * "unixVer": "4.71"
420
420
  * },
421
421
  * "harmony": {
422
422
  * "osVer": "x",
@@ -780,8 +780,8 @@ export interface Uni {
780
780
  * }
781
781
  * })
782
782
  * ```
783
- * @tutorial-uni-app https://uniapp.dcloud.net.cn/api/media/image.html#unipreviewimageobject
784
- * @tutorial-uni-app-x https://doc.dcloud.net.cn/uni-app-x/api/preview-image.html
783
+ * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/media/image.html#unipreviewimageobject
784
+ * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/preview-image.html
785
785
  * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/preview-image.html
786
786
  * @autotest {
787
787
  generated:false
@@ -866,8 +866,8 @@ export interface Uni {
866
866
  * }
867
867
  * })
868
868
  * ```
869
- * @tutorial-uni-app https://uniapp.dcloud.net.cn/api/media/image.html#closepreviewimage
870
- * @tutorial-uni-app-x https://doc.dcloud.net.cn/uni-app-x/api/preview-image.html#closepreviewimage
869
+ * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/media/image.html#closepreviewimage
870
+ * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/preview-image.html#closepreviewimage
871
871
  * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/preview-image.html#closepreviewimage
872
872
  * @autotest {
873
873
  generated:false
@@ -1497,8 +1497,8 @@ export type ShowToastOptions = {
1497
1497
  * 弹出toast
1498
1498
  *
1499
1499
  * @param {ShowToastOptions} options
1500
- * @tutorial-uni-app https://uniapp.dcloud.net.cn/api/ui/prompt.html#showtoast
1501
- * @tutorial-uni-app-x https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showtoast
1500
+ * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/ui/prompt.html#showtoast
1501
+ * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showtoast
1502
1502
  * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showtoast
1503
1503
  * @uniPlatform
1504
1504
  {
@@ -1577,8 +1577,8 @@ export type ShowToast = (options: ShowToastOptions) => void
1577
1577
  * uni.hideToast函数定义
1578
1578
  * 隐藏toast
1579
1579
  *
1580
- * @tutorial-uni-app https://uniapp.dcloud.net.cn/api/ui/prompt.html#hidetoast
1581
- * @tutorial-uni-app https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#hidetoast
1580
+ * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/ui/prompt.html#hidetoast
1581
+ * @tutorial_uni_app https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#hidetoast
1582
1582
  * @uniPlatform
1583
1583
  {
1584
1584
  "app": {
@@ -2060,8 +2060,8 @@ export type ShowLoadingOptions = {
2060
2060
  * 弹出loading
2061
2061
  *
2062
2062
  * @param {ShowLoadingOptions} options
2063
- * @tutorial-uni-app https://uniapp.dcloud.net.cn/api/ui/prompt.html#showloading
2064
- * @tutorial-uni-app-x https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showloading
2063
+ * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/ui/prompt.html#showloading
2064
+ * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showloading
2065
2065
  * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showloading
2066
2066
  * @uniPlatform
2067
2067
  {
@@ -2139,8 +2139,8 @@ export type ShowLoading = (options: ShowLoadingOptions) => void
2139
2139
  /**
2140
2140
  * uni.hideLoading函数定义
2141
2141
  * 隐藏loading
2142
- * @tutorial-uni-app https://uniapp.dcloud.net.cn/api/ui/prompt.html#hideloading
2143
- * @tutorial-uni-app-x https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#hideloading
2142
+ * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/ui/prompt.html#hideloading
2143
+ * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#hideloading
2144
2144
  * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#hideloading
2145
2145
  * @uniPlatform
2146
2146
  {
@@ -3016,8 +3016,8 @@ export type ShowModalOptions = {
3016
3016
  * 弹出modal
3017
3017
  *
3018
3018
  * @param {ShowModalOptions} options
3019
- * @tutorial-uni-app https://uniapp.dcloud.net.cn/api/ui/prompt.html#showmodal
3020
- * @tutorial-uni-app-x https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showmodal
3019
+ * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/ui/prompt.html#showmodal
3020
+ * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showmodal
3021
3021
  * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showmodal
3022
3022
  * @uniPlatform
3023
3023
  {
@@ -3713,8 +3713,8 @@ export type ShowActionSheetOptions = {
3713
3713
  * 弹出actionSheet
3714
3714
  *
3715
3715
  * @param {ShowActionSheetOptions} options
3716
- * @tutorial-uni-app https://uniapp.dcloud.net.cn/api/ui/prompt.html#showactionsheet
3717
- * @tutorial-uni-app-x https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showactionsheet
3716
+ * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/ui/prompt.html#showactionsheet
3717
+ * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showactionsheet
3718
3718
  * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showactionsheet
3719
3719
  * @uniPlatform
3720
3720
  {
@@ -3804,8 +3804,8 @@ export interface Uni {
3804
3804
  * @remark
3805
3805
  * - showLoading 和 showToast 同时只能显示一个
3806
3806
  * - showToast 应与 hideToast 配对使用
3807
- * @tutorial-uni-app https://uniapp.dcloud.net.cn/api/ui/prompt.html#showtoast
3808
- * @tutorial-uni-app-x https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showtoast
3807
+ * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/ui/prompt.html#showtoast
3808
+ * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showtoast
3809
3809
  * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showtoast
3810
3810
  * @uniPlatform {
3811
3811
  * "app": {
@@ -3886,8 +3886,8 @@ export interface Uni {
3886
3886
  ```typescript
3887
3887
  uni.hideToast();
3888
3888
  ```
3889
- * @tutorial-uni-app https://uniapp.dcloud.net.cn/api/ui/prompt.html#hidetoast
3890
- * @tutorial-uni-app-x https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#hidetoast
3889
+ * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/ui/prompt.html#hidetoast
3890
+ * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#hidetoast
3891
3891
  * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#hidetoast
3892
3892
  * @uniPlatform {
3893
3893
  * "app": {
@@ -3973,8 +3973,8 @@ export interface Uni {
3973
3973
  * @remark
3974
3974
  * - showLoading 和 showToast 同时只能显示一个
3975
3975
  * - showToast 应与 hideToast 配对使用
3976
- * @tutorial-uni-app https://uniapp.dcloud.net.cn/api/ui/prompt.html#showloading
3977
- * @tutorial-uni-app-x https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showloading
3976
+ * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/ui/prompt.html#showloading
3977
+ * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showloading
3978
3978
  * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showloading
3979
3979
  * @uniPlatform {
3980
3980
  * "app": {
@@ -4061,8 +4061,8 @@ export interface Uni {
4061
4061
  uni.hideLoading();
4062
4062
  }, 2000);
4063
4063
  ```
4064
- * @tutorial-uni-app https://uniapp.dcloud.net.cn/api/ui/prompt.html#hideloading
4065
- * @tutorial-uni-app-x https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#hideloading
4064
+ * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/ui/prompt.html#hideloading
4065
+ * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#hideloading
4066
4066
  * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#hideloading
4067
4067
  * @uniPlatform {
4068
4068
  * "app": {
@@ -4153,8 +4153,8 @@ export interface Uni {
4153
4153
  }
4154
4154
  });
4155
4155
  ```
4156
- * @tutorial-uni-app https://uniapp.dcloud.net.cn/api/ui/prompt.html#showmodal
4157
- * @tutorial-uni-app-x https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showmodal
4156
+ * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/ui/prompt.html#showmodal
4157
+ * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showmodal
4158
4158
  * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showmodal
4159
4159
  * @uniPlatform {
4160
4160
  * "app": {
@@ -4244,8 +4244,8 @@ export interface Uni {
4244
4244
  }
4245
4245
  });
4246
4246
  ```
4247
- * @tutorial-uni-app https://uniapp.dcloud.net.cn/api/ui/prompt.html#showactionsheet
4248
- * @tutorial-uni-app-x https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showactionsheet
4247
+ * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/ui/prompt.html#showactionsheet
4248
+ * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showactionsheet
4249
4249
  * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showactionsheet
4250
4250
  * @uniPlatform {
4251
4251
  * "app": {
@@ -173,8 +173,8 @@ export interface Uni {
173
173
  /**
174
174
  * 开始下拉刷新
175
175
  *
176
- * @tutorial-uni-app https://uniapp.dcloud.net.cn/api/ui/pulldown.html#startpulldownrefresh
177
- * @tutorial-uni-app-x https://doc.dcloud.net.cn/uni-app-x/api/pull-down-refresh.html#startpulldownrefresh
176
+ * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/ui/pulldown.html#startpulldownrefresh
177
+ * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/pull-down-refresh.html#startpulldownrefresh
178
178
  * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/pull-down-refresh.html#startpulldownrefresh
179
179
  * @uniPlatform {
180
180
  * "app": {
@@ -249,8 +249,8 @@ export interface Uni {
249
249
  /**
250
250
  * 停止当前页面下拉刷新
251
251
  *
252
- * @tutorial-uni-app https://uniapp.dcloud.net.cn/api/ui/pulldown.html#stoppulldownrefresh
253
- * @tutorial-uni-app-x https://doc.dcloud.net.cn/uni-app-x/api/pull-down-refresh.html#stoppulldownrefresh
252
+ * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/ui/pulldown.html#stoppulldownrefresh
253
+ * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/pull-down-refresh.html#stoppulldownrefresh
254
254
  * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/pull-down-refresh.html#stoppulldownrefresh
255
255
  * @uniPlatform {
256
256
  * "app": {
@@ -1,7 +1,9 @@
1
1
  export interface Uni {
2
2
  /**
3
3
  * 录音管理
4
- * @tutorial-uni-app https://uniapp.dcloud.net.cn/api/media/record-manager.html
4
+ * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#getrecordermanager
5
+ * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#getrecordermanager
6
+ * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/media/record-manager.html
5
7
  * @uniPlatform {
6
8
  * "app": {
7
9
  * "android": {
@@ -938,8 +940,9 @@ export interface RecorderManagerOnStopResult {
938
940
  export interface RecorderManager {
939
941
  /**
940
942
  * 开始录音
941
- * @tutorial https://uniapp.dcloud.net.cn/api/media/record-manager.html
942
- * @tutorial-uni-app https://uniapp.dcloud.net.cn/api/media/record-manager.html
943
+ * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#start
944
+ * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#start
945
+ * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/media/record-manager.html
943
946
  * @uniPlatform {
944
947
  * "app": {
945
948
  * "android": {
@@ -1011,8 +1014,9 @@ export interface RecorderManager {
1011
1014
  start(options : RecorderManagerStartOptions) : void;
1012
1015
  /**
1013
1016
  * 暂停录音,App-Android平台在Android 7.0及以后版本支持
1014
- * @tutorial https://uniapp.dcloud.net.cn/api/media/record-manager.html
1015
- * @tutorial-uni-app https://uniapp.dcloud.net.cn/api/media/record-manager.html
1017
+ * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#pause
1018
+ * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#pause
1019
+ * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/media/record-manager.html
1016
1020
  * @uniPlatform {
1017
1021
  * "app": {
1018
1022
  * "android": {
@@ -1084,8 +1088,9 @@ export interface RecorderManager {
1084
1088
  pause() : void;
1085
1089
  /**
1086
1090
  * 继续录音,App-Android平台在Android 7.0及以后版本支持
1087
- * @tutorial https://uniapp.dcloud.net.cn/api/media/record-manager.html
1088
- * @tutorial-uni-app https://uniapp.dcloud.net.cn/api/media/record-manager.html
1091
+ * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#resume
1092
+ * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#resume
1093
+ * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/media/record-manager.html
1089
1094
  * @uniPlatform {
1090
1095
  * "app": {
1091
1096
  * "android": {
@@ -1157,8 +1162,9 @@ export interface RecorderManager {
1157
1162
  resume() : void;
1158
1163
  /**
1159
1164
  * 停止录音
1160
- * @tutorial https://uniapp.dcloud.net.cn/api/media/record-manager.html
1161
- * @tutorial-uni-app https://uniapp.dcloud.net.cn/api/media/record-manager.html
1165
+ * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#stop
1166
+ * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#stop
1167
+ * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/media/record-manager.html
1162
1168
  * @uniPlatform {
1163
1169
  * "app": {
1164
1170
  * "android": {
@@ -1230,8 +1236,9 @@ export interface RecorderManager {
1230
1236
  stop() : void;
1231
1237
  /**
1232
1238
  * 录音开始事件
1233
- * @tutorial https://uniapp.dcloud.net.cn/api/media/record-manager.html
1234
- * @tutorial-uni-app https://uniapp.dcloud.net.cn/api/media/record-manager.html
1239
+ * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#onstart
1240
+ * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#onstart
1241
+ * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/media/record-manager.html
1235
1242
  * @uniPlatform {
1236
1243
  * "app": {
1237
1244
  * "android": {
@@ -1303,8 +1310,9 @@ export interface RecorderManager {
1303
1310
  onStart(options : (result : any) => void) : void;
1304
1311
  /**
1305
1312
  * 录音暂停事件,App-Android平台在Android 7.0及以后版本支持
1306
- * @tutorial https://uniapp.dcloud.net.cn/api/media/record-manager.html
1307
- * @tutorial-uni-app https://uniapp.dcloud.net.cn/api/media/record-manager.html
1313
+ * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#onpause
1314
+ * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#onpause
1315
+ * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/media/record-manager.html
1308
1316
  * @uniPlatform {
1309
1317
  * "app": {
1310
1318
  * "android": {
@@ -1376,8 +1384,9 @@ export interface RecorderManager {
1376
1384
  onPause(options : (result : any) => void) : void;
1377
1385
  /**
1378
1386
  * 录音停止事件,会回调文件地址
1379
- * @tutorial https://uniapp.dcloud.net.cn/api/media/record-manager.html
1380
- * @tutorial-uni-app https://uniapp.dcloud.net.cn/api/media/record-manager.html
1387
+ * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#onstop
1388
+ * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#onstop
1389
+ * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/media/record-manager.html
1381
1390
  * @uniPlatform {
1382
1391
  * "app": {
1383
1392
  * "android": {
@@ -1449,8 +1458,9 @@ export interface RecorderManager {
1449
1458
  onStop(options : (result : RecorderManagerOnStopResult) => void) : void;
1450
1459
  /**
1451
1460
  * 已录制完指定帧大小的文件,会回调录音分片结果数据。如果设置了 frameSize ,则会回调此事件
1452
- * @tutorial https://uniapp.dcloud.net.cn/api/media/record-manager.html
1453
- * @tutorial-uni-app https://uniapp.dcloud.net.cn/api/media/record-manager.html
1461
+ * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#onframerecorded
1462
+ * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#onframerecorded
1463
+ * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/media/record-manager.html
1454
1464
  * @uniPlatform {
1455
1465
  * "app": {
1456
1466
  * "android": {
@@ -1522,8 +1532,9 @@ export interface RecorderManager {
1522
1532
  onFrameRecorded(options : (result : any) => void) : void;
1523
1533
  /**
1524
1534
  * 录音错误事件, 会回调错误信息
1525
- * @tutorial https://uniapp.dcloud.net.cn/api/media/record-manager.html
1526
- * @tutorial-uni-app https://uniapp.dcloud.net.cn/api/media/record-manager.html
1535
+ * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#onerror
1536
+ * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#onerror
1537
+ * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/media/record-manager.html
1527
1538
  * @uniPlatform {
1528
1539
  * "app": {
1529
1540
  * "android": {
@@ -1595,8 +1606,9 @@ export interface RecorderManager {
1595
1606
  onError(options: (result: IRecorderManagerFail) => void): void;
1596
1607
  /**
1597
1608
  * 监听录音继续事件,App-Android平台在Android 7.0及以后版本支持
1598
- * @tutorial https://uniapp.dcloud.net.cn/api/media/record-manager.html
1599
- * @tutorial-uni-app https://uniapp.dcloud.net.cn/api/media/record-manager.html
1609
+ * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#onresume
1610
+ * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#onresume
1611
+ * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/media/record-manager.html
1600
1612
  * @uniPlatform {
1601
1613
  * "app": {
1602
1614
  * "android": {
@@ -1668,8 +1680,9 @@ export interface RecorderManager {
1668
1680
  onResume(options : (result : any) => void) : void;
1669
1681
  /**
1670
1682
  * 监听录音因为受到系统占用而被中断开始事件
1671
- * @tutorial https://uniapp.dcloud.net.cn/api/media/record-manager.html
1672
- * @tutorial-uni-app https://uniapp.dcloud.net.cn/api/media/record-manager.html
1683
+ * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#oninterruptionbegin
1684
+ * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#oninterruptionbegin
1685
+ * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/media/record-manager.html
1673
1686
  * @uniPlatform {
1674
1687
  * "app": {
1675
1688
  * "android": {
@@ -1741,8 +1754,9 @@ export interface RecorderManager {
1741
1754
  onInterruptionBegin(options : (result : any) => void) : void;
1742
1755
  /**
1743
1756
  * 监听录音中断结束事件
1744
- * @tutorial https://uniapp.dcloud.net.cn/api/media/record-manager.html
1745
- * @tutorial-uni-app https://uniapp.dcloud.net.cn/api/media/record-manager.html
1757
+ * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#oninterruptionend
1758
+ * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#oninterruptionend
1759
+ * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/media/record-manager.html
1746
1760
  * @uniPlatform {
1747
1761
  * "app": {
1748
1762
  * "android": {
@@ -1,6 +1,9 @@
1
1
  export interface Uni {
2
2
  /**
3
3
  商家转账用户确认模式下,拉起页面请求用户确认收款
4
+ @tutorial https://doc.dcloud.net.cn/uni-app-x/api/request-merchant-transfer.html
5
+ @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/request-merchant-transfer.html
6
+ @tutorial_uni_app https://uniapp.dcloud.net.cn/api/plugins/request-merchant-transfer.html
4
7
  @uniPlatform {
5
8
  * "app": {
6
9
  * "android": {