@dcloudio/uni-app-x 0.7.37 → 0.7.38
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.
- package/package.json +1 -1
- package/types/UniPage.d.ts +44 -9
- package/types/app.d.ts +8 -5
- package/types/native/AsyncApiResult.d.ts +1 -0
- package/types/native/IUniElement.d.ts +34 -0
- package/types/native/UniElement.d.ts +2 -1
- package/types/native/UniTextElement.d.ts +1 -0
- package/types/native/global.d.ts +10 -0
- package/types/page.d.ts +5 -5
- package/types/uni/env/index.d.ts +15 -1
- package/types/uni/global.d.ts +1 -0
- package/types/uni/index.d.ts +1 -0
- package/types/uni/uni-map-tencent-global.d.ts +33 -0
- package/types/uni/uni-map-tencent-map.d.ts +52 -0
- package/types/uni/uts-plugin-api/global.d.ts +3 -0
- package/types/uni/uts-plugin-api/index.d.ts +3 -0
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/global.d.ts +24 -0
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/index.d.ts +11 -0
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +217 -0
- package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/global.d.ts +0 -2
- package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/index.d.ts +0 -1
- package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +212 -219
- package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +130 -4
- package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-canvas/utssdk/interface.d.ts +647 -7
- package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/global.d.ts +20 -0
- package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/index.d.ts +9 -0
- package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/interface.d.ts +153 -0
- package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/global.d.ts +4 -0
- package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/index.d.ts +2 -0
- package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +1995 -1726
- package/types/uni/uts-plugin-api/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +102 -18
- package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +1123 -1044
- package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +327 -296
- package/types/uni/uts-plugin-api/lib/uni-exit/utssdk/interface.d.ts +33 -28
- package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +210 -0
- package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +2687 -13
- package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +42 -0
- package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +1178 -2
- package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +882 -0
- package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +152 -12
- package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +152 -12
- package/types/uni/uts-plugin-api/lib/uni-getLocation/utssdk/interface.d.ts +760 -4
- package/types/uni/uts-plugin-api/lib/uni-getLocation-tencent-uni1/utssdk/global.d.ts +0 -2
- package/types/uni/uts-plugin-api/lib/uni-getLocation-tencent-uni1/utssdk/interface.d.ts +0 -45
- package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +126 -0
- package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +38 -3
- package/types/uni/uts-plugin-api/lib/uni-getRecorderManager/utssdk/interface.d.ts +13 -13
- package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +3119 -1
- package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +300 -6
- package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +42 -0
- package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +8 -8
- package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/global.d.ts +8 -0
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/index.d.ts +4 -0
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +1686 -266
- package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +15 -15
- package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +3618 -1675
- package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +11 -11
- package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +42 -0
- package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +9 -9
- package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +252 -0
- package/types/uni/uts-plugin-api/lib/uni-payment-huawei/utssdk/global.d.ts +8 -0
- package/types/uni/uts-plugin-api/lib/uni-payment-huawei/utssdk/index.d.ts +4 -0
- package/types/uni/uts-plugin-api/lib/uni-payment-huawei/utssdk/interface.d.ts +1 -0
- package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +532 -245
- package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +1260 -0
- package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +58 -58
- package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/interface.d.ts +42 -0
- package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +42 -0
- package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/global.d.ts +4 -0
- package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/index.d.ts +2 -0
- package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/interface.d.ts +614 -15
- package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +420 -0
- package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +50 -8
- package/types/uni/uts-plugin-api/lib/uni-virtualPayment/utssdk/interface.d.ts +267 -99
- package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +978 -12
- package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/global.d.ts +2 -0
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/index.d.ts +1 -0
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +37 -5
- package/types/uni/uts-plugin-component/lib/uni-video/utssdk/interface.d.ts +379 -1
- package/types/uni/uts-plugin-extend/README.md +3 -0
- package/types/uni/uts-plugin-extend/lib/uni-accelerometer/utssdk/interface.d.ts +4 -4
- package/types/uni/uts-plugin-extend/lib/uni-canvas/utssdk/interface.d.ts +4 -4
- package/types/uni/uts-plugin-extend/lib/uni-chooseLocation/utssdk/interface.d.ts +73 -73
- package/types/uni/uts-plugin-extend/lib/uni-compass/utssdk/interface.d.ts +302 -302
- package/types/uni/uts-plugin-extend/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-extend/lib/uni-createMapContext/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-extend/lib/uni-createMediaQueryObserver/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-extend/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +431 -11
- package/types/uni/uts-plugin-extend/lib/uni-locale/utssdk/interface.d.ts +3 -3
- package/types/uni/uts-plugin-extend/lib/uni-localeChange/utssdk/interface.d.ts +6 -6
- package/types/uni/uts-plugin-extend/lib/uni-memory/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-extend/lib/uni-openLocation/utssdk/interface.d.ts +73 -73
- package/types/uni/uts-plugin-extend/lib/uni-theme/utssdk/interface.d.ts +2 -2
- package/types/uni-cloud/interface.d.ts +91 -0
- package/uts-plugin.d.ts +3 -1
|
@@ -38,6 +38,48 @@ export interface Uni {
|
|
|
38
38
|
* "unixVer": "x"
|
|
39
39
|
* }
|
|
40
40
|
* },
|
|
41
|
+
* "mp": {
|
|
42
|
+
* "weixin": {
|
|
43
|
+
* "hostVer": "√",
|
|
44
|
+
* "uniVer": "√",
|
|
45
|
+
* "unixVer": "4.35"
|
|
46
|
+
* },
|
|
47
|
+
* "alipay": {
|
|
48
|
+
* "hostVer": "√",
|
|
49
|
+
* "uniVer": "√",
|
|
50
|
+
* "unixVer": "x"
|
|
51
|
+
* },
|
|
52
|
+
* "baidu": {
|
|
53
|
+
* "hostVer": "√",
|
|
54
|
+
* "uniVer": "√",
|
|
55
|
+
* "unixVer": "x"
|
|
56
|
+
* },
|
|
57
|
+
* "toutiao": {
|
|
58
|
+
* "hostVer": "√",
|
|
59
|
+
* "uniVer": "√",
|
|
60
|
+
* "unixVer": "x"
|
|
61
|
+
* },
|
|
62
|
+
* "lark": {
|
|
63
|
+
* "hostVer": "√",
|
|
64
|
+
* "uniVer": "√",
|
|
65
|
+
* "unixVer": "x"
|
|
66
|
+
* },
|
|
67
|
+
* "qq": {
|
|
68
|
+
* "hostVer": "√",
|
|
69
|
+
* "uniVer": "√",
|
|
70
|
+
* "unixVer": "x"
|
|
71
|
+
* },
|
|
72
|
+
* "kuaishou": {
|
|
73
|
+
* "hostVer": "√",
|
|
74
|
+
* "uniVer": "√",
|
|
75
|
+
* "unixVer": "x"
|
|
76
|
+
* },
|
|
77
|
+
* "jd": {
|
|
78
|
+
* "hostVer": "√",
|
|
79
|
+
* "uniVer": "√",
|
|
80
|
+
* "unixVer": "x"
|
|
81
|
+
* }
|
|
82
|
+
* },
|
|
41
83
|
* "web": {
|
|
42
84
|
* "uniVer": "√",
|
|
43
85
|
* "unixVer": "4.0"
|
|
@@ -554,6 +596,48 @@ export type GetLocationSuccess = {
|
|
|
554
596
|
* "unixVer": "x"
|
|
555
597
|
* }
|
|
556
598
|
* },
|
|
599
|
+
* "mp": {
|
|
600
|
+
* "weixin": {
|
|
601
|
+
* "hostVer": "√",
|
|
602
|
+
* "uniVer": "√",
|
|
603
|
+
* "unixVer": "4.35"
|
|
604
|
+
* },
|
|
605
|
+
* "alipay": {
|
|
606
|
+
* "hostVer": "√",
|
|
607
|
+
* "uniVer": "√",
|
|
608
|
+
* "unixVer": "x"
|
|
609
|
+
* },
|
|
610
|
+
* "baidu": {
|
|
611
|
+
* "hostVer": "√",
|
|
612
|
+
* "uniVer": "√",
|
|
613
|
+
* "unixVer": "x"
|
|
614
|
+
* },
|
|
615
|
+
* "toutiao": {
|
|
616
|
+
* "hostVer": "√",
|
|
617
|
+
* "uniVer": "√",
|
|
618
|
+
* "unixVer": "x"
|
|
619
|
+
* },
|
|
620
|
+
* "lark": {
|
|
621
|
+
* "hostVer": "√",
|
|
622
|
+
* "uniVer": "√",
|
|
623
|
+
* "unixVer": "x"
|
|
624
|
+
* },
|
|
625
|
+
* "qq": {
|
|
626
|
+
* "hostVer": "√",
|
|
627
|
+
* "uniVer": "√",
|
|
628
|
+
* "unixVer": "x"
|
|
629
|
+
* },
|
|
630
|
+
* "kuaishou": {
|
|
631
|
+
* "hostVer": "√",
|
|
632
|
+
* "uniVer": "√",
|
|
633
|
+
* "unixVer": "x"
|
|
634
|
+
* },
|
|
635
|
+
* "jd": {
|
|
636
|
+
* "hostVer": "√",
|
|
637
|
+
* "uniVer": "√",
|
|
638
|
+
* "unixVer": "x"
|
|
639
|
+
* }
|
|
640
|
+
* },
|
|
557
641
|
* "web": {
|
|
558
642
|
* "uniVer": "√",
|
|
559
643
|
* "unixVer": "4.0"
|
|
@@ -581,6 +665,48 @@ export type GetLocationSuccess = {
|
|
|
581
665
|
* "unixVer": "x"
|
|
582
666
|
* }
|
|
583
667
|
* },
|
|
668
|
+
* "mp": {
|
|
669
|
+
* "weixin": {
|
|
670
|
+
* "hostVer": "√",
|
|
671
|
+
* "uniVer": "√",
|
|
672
|
+
* "unixVer": "4.35"
|
|
673
|
+
* },
|
|
674
|
+
* "alipay": {
|
|
675
|
+
* "hostVer": "√",
|
|
676
|
+
* "uniVer": "√",
|
|
677
|
+
* "unixVer": "x"
|
|
678
|
+
* },
|
|
679
|
+
* "baidu": {
|
|
680
|
+
* "hostVer": "√",
|
|
681
|
+
* "uniVer": "√",
|
|
682
|
+
* "unixVer": "x"
|
|
683
|
+
* },
|
|
684
|
+
* "toutiao": {
|
|
685
|
+
* "hostVer": "√",
|
|
686
|
+
* "uniVer": "√",
|
|
687
|
+
* "unixVer": "x"
|
|
688
|
+
* },
|
|
689
|
+
* "lark": {
|
|
690
|
+
* "hostVer": "√",
|
|
691
|
+
* "uniVer": "√",
|
|
692
|
+
* "unixVer": "x"
|
|
693
|
+
* },
|
|
694
|
+
* "qq": {
|
|
695
|
+
* "hostVer": "√",
|
|
696
|
+
* "uniVer": "√",
|
|
697
|
+
* "unixVer": "x"
|
|
698
|
+
* },
|
|
699
|
+
* "kuaishou": {
|
|
700
|
+
* "hostVer": "√",
|
|
701
|
+
* "uniVer": "√",
|
|
702
|
+
* "unixVer": "x"
|
|
703
|
+
* },
|
|
704
|
+
* "jd": {
|
|
705
|
+
* "hostVer": "√",
|
|
706
|
+
* "uniVer": "√",
|
|
707
|
+
* "unixVer": "x"
|
|
708
|
+
* }
|
|
709
|
+
* },
|
|
584
710
|
* "web": {
|
|
585
711
|
* "uniVer": "√",
|
|
586
712
|
* "unixVer": "4.0"
|
|
@@ -609,6 +735,48 @@ export type GetLocationSuccess = {
|
|
|
609
735
|
* "unixVer": "x"
|
|
610
736
|
* }
|
|
611
737
|
* },
|
|
738
|
+
* "mp": {
|
|
739
|
+
* "weixin": {
|
|
740
|
+
* "hostVer": "√",
|
|
741
|
+
* "uniVer": "√",
|
|
742
|
+
* "unixVer": "4.35"
|
|
743
|
+
* },
|
|
744
|
+
* "alipay": {
|
|
745
|
+
* "hostVer": "√",
|
|
746
|
+
* "uniVer": "√",
|
|
747
|
+
* "unixVer": "x"
|
|
748
|
+
* },
|
|
749
|
+
* "baidu": {
|
|
750
|
+
* "hostVer": "√",
|
|
751
|
+
* "uniVer": "√",
|
|
752
|
+
* "unixVer": "x"
|
|
753
|
+
* },
|
|
754
|
+
* "toutiao": {
|
|
755
|
+
* "hostVer": "√",
|
|
756
|
+
* "uniVer": "√",
|
|
757
|
+
* "unixVer": "x"
|
|
758
|
+
* },
|
|
759
|
+
* "lark": {
|
|
760
|
+
* "hostVer": "√",
|
|
761
|
+
* "uniVer": "√",
|
|
762
|
+
* "unixVer": "x"
|
|
763
|
+
* },
|
|
764
|
+
* "qq": {
|
|
765
|
+
* "hostVer": "√",
|
|
766
|
+
* "uniVer": "√",
|
|
767
|
+
* "unixVer": "x"
|
|
768
|
+
* },
|
|
769
|
+
* "kuaishou": {
|
|
770
|
+
* "hostVer": "√",
|
|
771
|
+
* "uniVer": "√",
|
|
772
|
+
* "unixVer": "x"
|
|
773
|
+
* },
|
|
774
|
+
* "jd": {
|
|
775
|
+
* "hostVer": "√",
|
|
776
|
+
* "uniVer": "√",
|
|
777
|
+
* "unixVer": "x"
|
|
778
|
+
* }
|
|
779
|
+
* },
|
|
612
780
|
* "web": {
|
|
613
781
|
* "uniVer": "√",
|
|
614
782
|
* "unixVer": "4.0"
|
|
@@ -637,6 +805,48 @@ export type GetLocationSuccess = {
|
|
|
637
805
|
* "unixVer": "x"
|
|
638
806
|
* }
|
|
639
807
|
* },
|
|
808
|
+
* "mp": {
|
|
809
|
+
* "weixin": {
|
|
810
|
+
* "hostVer": "√",
|
|
811
|
+
* "uniVer": "√",
|
|
812
|
+
* "unixVer": "4.35"
|
|
813
|
+
* },
|
|
814
|
+
* "alipay": {
|
|
815
|
+
* "hostVer": "√",
|
|
816
|
+
* "uniVer": "√",
|
|
817
|
+
* "unixVer": "x"
|
|
818
|
+
* },
|
|
819
|
+
* "baidu": {
|
|
820
|
+
* "hostVer": "√",
|
|
821
|
+
* "uniVer": "√",
|
|
822
|
+
* "unixVer": "x"
|
|
823
|
+
* },
|
|
824
|
+
* "toutiao": {
|
|
825
|
+
* "hostVer": "√",
|
|
826
|
+
* "uniVer": "√",
|
|
827
|
+
* "unixVer": "x"
|
|
828
|
+
* },
|
|
829
|
+
* "lark": {
|
|
830
|
+
* "hostVer": "√",
|
|
831
|
+
* "uniVer": "√",
|
|
832
|
+
* "unixVer": "x"
|
|
833
|
+
* },
|
|
834
|
+
* "qq": {
|
|
835
|
+
* "hostVer": "√",
|
|
836
|
+
* "uniVer": "√",
|
|
837
|
+
* "unixVer": "x"
|
|
838
|
+
* },
|
|
839
|
+
* "kuaishou": {
|
|
840
|
+
* "hostVer": "√",
|
|
841
|
+
* "uniVer": "√",
|
|
842
|
+
* "unixVer": "x"
|
|
843
|
+
* },
|
|
844
|
+
* "jd": {
|
|
845
|
+
* "hostVer": "√",
|
|
846
|
+
* "uniVer": "√",
|
|
847
|
+
* "unixVer": "x"
|
|
848
|
+
* }
|
|
849
|
+
* },
|
|
640
850
|
* "web": {
|
|
641
851
|
* "uniVer": "√",
|
|
642
852
|
* "unixVer": "4.0"
|
|
@@ -665,6 +875,48 @@ export type GetLocationSuccess = {
|
|
|
665
875
|
* "unixVer": "x"
|
|
666
876
|
* }
|
|
667
877
|
* },
|
|
878
|
+
* "mp": {
|
|
879
|
+
* "weixin": {
|
|
880
|
+
* "hostVer": "√",
|
|
881
|
+
* "uniVer": "√",
|
|
882
|
+
* "unixVer": "4.35"
|
|
883
|
+
* },
|
|
884
|
+
* "alipay": {
|
|
885
|
+
* "hostVer": "√",
|
|
886
|
+
* "uniVer": "√",
|
|
887
|
+
* "unixVer": "x"
|
|
888
|
+
* },
|
|
889
|
+
* "baidu": {
|
|
890
|
+
* "hostVer": "√",
|
|
891
|
+
* "uniVer": "√",
|
|
892
|
+
* "unixVer": "x"
|
|
893
|
+
* },
|
|
894
|
+
* "toutiao": {
|
|
895
|
+
* "hostVer": "√",
|
|
896
|
+
* "uniVer": "√",
|
|
897
|
+
* "unixVer": "x"
|
|
898
|
+
* },
|
|
899
|
+
* "lark": {
|
|
900
|
+
* "hostVer": "√",
|
|
901
|
+
* "uniVer": "√",
|
|
902
|
+
* "unixVer": "x"
|
|
903
|
+
* },
|
|
904
|
+
* "qq": {
|
|
905
|
+
* "hostVer": "√",
|
|
906
|
+
* "uniVer": "√",
|
|
907
|
+
* "unixVer": "x"
|
|
908
|
+
* },
|
|
909
|
+
* "kuaishou": {
|
|
910
|
+
* "hostVer": "√",
|
|
911
|
+
* "uniVer": "√",
|
|
912
|
+
* "unixVer": "x"
|
|
913
|
+
* },
|
|
914
|
+
* "jd": {
|
|
915
|
+
* "hostVer": "√",
|
|
916
|
+
* "uniVer": "√",
|
|
917
|
+
* "unixVer": "x"
|
|
918
|
+
* }
|
|
919
|
+
* },
|
|
668
920
|
* "web": {
|
|
669
921
|
* "uniVer": "√",
|
|
670
922
|
* "unixVer": "4.0"
|
|
@@ -693,9 +945,51 @@ export type GetLocationSuccess = {
|
|
|
693
945
|
* "unixVer": "x"
|
|
694
946
|
* }
|
|
695
947
|
* },
|
|
948
|
+
* "mp": {
|
|
949
|
+
* "weixin": {
|
|
950
|
+
* "hostVer": "√",
|
|
951
|
+
* "uniVer": "x",
|
|
952
|
+
* "unixVer": "x"
|
|
953
|
+
* },
|
|
954
|
+
* "alipay": {
|
|
955
|
+
* "hostVer": "√",
|
|
956
|
+
* "uniVer": "x",
|
|
957
|
+
* "unixVer": "x"
|
|
958
|
+
* },
|
|
959
|
+
* "baidu": {
|
|
960
|
+
* "hostVer": "√",
|
|
961
|
+
* "uniVer": "x",
|
|
962
|
+
* "unixVer": "x"
|
|
963
|
+
* },
|
|
964
|
+
* "toutiao": {
|
|
965
|
+
* "hostVer": "√",
|
|
966
|
+
* "uniVer": "x",
|
|
967
|
+
* "unixVer": "x"
|
|
968
|
+
* },
|
|
969
|
+
* "lark": {
|
|
970
|
+
* "hostVer": "√",
|
|
971
|
+
* "uniVer": "x",
|
|
972
|
+
* "unixVer": "x"
|
|
973
|
+
* },
|
|
974
|
+
* "qq": {
|
|
975
|
+
* "hostVer": "√",
|
|
976
|
+
* "uniVer": "x",
|
|
977
|
+
* "unixVer": "x"
|
|
978
|
+
* },
|
|
979
|
+
* "kuaishou": {
|
|
980
|
+
* "hostVer": "√",
|
|
981
|
+
* "uniVer": "x",
|
|
982
|
+
* "unixVer": "x"
|
|
983
|
+
* },
|
|
984
|
+
* "jd": {
|
|
985
|
+
* "hostVer": "√",
|
|
986
|
+
* "uniVer": "x",
|
|
987
|
+
* "unixVer": "x"
|
|
988
|
+
* }
|
|
989
|
+
* },
|
|
696
990
|
* "web": {
|
|
697
|
-
* "uniVer": "
|
|
698
|
-
* "unixVer": "
|
|
991
|
+
* "uniVer": "x",
|
|
992
|
+
* "unixVer": "x"
|
|
699
993
|
* }
|
|
700
994
|
* }
|
|
701
995
|
*/
|
|
@@ -716,12 +1010,12 @@ export type GetLocationOptions = {
|
|
|
716
1010
|
* "android": {
|
|
717
1011
|
* "osVer": "5.0",
|
|
718
1012
|
* "uniVer": "√",
|
|
719
|
-
* "unixVer": "
|
|
1013
|
+
* "unixVer": "4.25"
|
|
720
1014
|
* },
|
|
721
1015
|
* "ios": {
|
|
722
1016
|
* "osVer": "12.0",
|
|
723
1017
|
* "uniVer": "√",
|
|
724
|
-
* "unixVer": "4.
|
|
1018
|
+
* "unixVer": "4.25"
|
|
725
1019
|
* },
|
|
726
1020
|
* "harmony": {
|
|
727
1021
|
* "osVer": "x",
|
|
@@ -729,6 +1023,48 @@ export type GetLocationOptions = {
|
|
|
729
1023
|
* "unixVer": "x"
|
|
730
1024
|
* }
|
|
731
1025
|
* },
|
|
1026
|
+
* "mp": {
|
|
1027
|
+
* "weixin": {
|
|
1028
|
+
* "hostVer": "√",
|
|
1029
|
+
* "uniVer": "x",
|
|
1030
|
+
* "unixVer": "x"
|
|
1031
|
+
* },
|
|
1032
|
+
* "alipay": {
|
|
1033
|
+
* "hostVer": "√",
|
|
1034
|
+
* "uniVer": "x",
|
|
1035
|
+
* "unixVer": "x"
|
|
1036
|
+
* },
|
|
1037
|
+
* "baidu": {
|
|
1038
|
+
* "hostVer": "√",
|
|
1039
|
+
* "uniVer": "x",
|
|
1040
|
+
* "unixVer": "x"
|
|
1041
|
+
* },
|
|
1042
|
+
* "toutiao": {
|
|
1043
|
+
* "hostVer": "√",
|
|
1044
|
+
* "uniVer": "x",
|
|
1045
|
+
* "unixVer": "x"
|
|
1046
|
+
* },
|
|
1047
|
+
* "lark": {
|
|
1048
|
+
* "hostVer": "√",
|
|
1049
|
+
* "uniVer": "x",
|
|
1050
|
+
* "unixVer": "x"
|
|
1051
|
+
* },
|
|
1052
|
+
* "qq": {
|
|
1053
|
+
* "hostVer": "√",
|
|
1054
|
+
* "uniVer": "x",
|
|
1055
|
+
* "unixVer": "x"
|
|
1056
|
+
* },
|
|
1057
|
+
* "kuaishou": {
|
|
1058
|
+
* "hostVer": "√",
|
|
1059
|
+
* "uniVer": "x",
|
|
1060
|
+
* "unixVer": "x"
|
|
1061
|
+
* },
|
|
1062
|
+
* "jd": {
|
|
1063
|
+
* "hostVer": "√",
|
|
1064
|
+
* "uniVer": "x",
|
|
1065
|
+
* "unixVer": "x"
|
|
1066
|
+
* }
|
|
1067
|
+
* },
|
|
732
1068
|
* "web": {
|
|
733
1069
|
* "uniVer": "x",
|
|
734
1070
|
* "unixVer": "x"
|
|
@@ -757,6 +1093,48 @@ export type GetLocationOptions = {
|
|
|
757
1093
|
* "unixVer": "x"
|
|
758
1094
|
* }
|
|
759
1095
|
* },
|
|
1096
|
+
* "mp": {
|
|
1097
|
+
* "weixin": {
|
|
1098
|
+
* "hostVer": "√",
|
|
1099
|
+
* "uniVer": "√",
|
|
1100
|
+
* "unixVer": "4.35"
|
|
1101
|
+
* },
|
|
1102
|
+
* "alipay": {
|
|
1103
|
+
* "hostVer": "√",
|
|
1104
|
+
* "uniVer": "√",
|
|
1105
|
+
* "unixVer": "x"
|
|
1106
|
+
* },
|
|
1107
|
+
* "baidu": {
|
|
1108
|
+
* "hostVer": "√",
|
|
1109
|
+
* "uniVer": "√",
|
|
1110
|
+
* "unixVer": "x"
|
|
1111
|
+
* },
|
|
1112
|
+
* "toutiao": {
|
|
1113
|
+
* "hostVer": "√",
|
|
1114
|
+
* "uniVer": "√",
|
|
1115
|
+
* "unixVer": "x"
|
|
1116
|
+
* },
|
|
1117
|
+
* "lark": {
|
|
1118
|
+
* "hostVer": "√",
|
|
1119
|
+
* "uniVer": "√",
|
|
1120
|
+
* "unixVer": "x"
|
|
1121
|
+
* },
|
|
1122
|
+
* "qq": {
|
|
1123
|
+
* "hostVer": "√",
|
|
1124
|
+
* "uniVer": "√",
|
|
1125
|
+
* "unixVer": "x"
|
|
1126
|
+
* },
|
|
1127
|
+
* "kuaishou": {
|
|
1128
|
+
* "hostVer": "√",
|
|
1129
|
+
* "uniVer": "√",
|
|
1130
|
+
* "unixVer": "x"
|
|
1131
|
+
* },
|
|
1132
|
+
* "jd": {
|
|
1133
|
+
* "hostVer": "√",
|
|
1134
|
+
* "uniVer": "√",
|
|
1135
|
+
* "unixVer": "x"
|
|
1136
|
+
* }
|
|
1137
|
+
* },
|
|
760
1138
|
* "web": {
|
|
761
1139
|
* "uniVer": "√",
|
|
762
1140
|
* "unixVer": "4.0"
|
|
@@ -779,6 +1157,48 @@ export type GetLocationOptions = {
|
|
|
779
1157
|
* "unixVer": "4.11"
|
|
780
1158
|
* }
|
|
781
1159
|
* },
|
|
1160
|
+
* "mp": {
|
|
1161
|
+
* "weixin": {
|
|
1162
|
+
* "hostVer": "√",
|
|
1163
|
+
* "uniVer": "√",
|
|
1164
|
+
* "unixVer": "4.35"
|
|
1165
|
+
* },
|
|
1166
|
+
* "alipay": {
|
|
1167
|
+
* "hostVer": "√",
|
|
1168
|
+
* "uniVer": "√",
|
|
1169
|
+
* "unixVer": "x"
|
|
1170
|
+
* },
|
|
1171
|
+
* "baidu": {
|
|
1172
|
+
* "hostVer": "√",
|
|
1173
|
+
* "uniVer": "√",
|
|
1174
|
+
* "unixVer": "x"
|
|
1175
|
+
* },
|
|
1176
|
+
* "toutiao": {
|
|
1177
|
+
* "hostVer": "√",
|
|
1178
|
+
* "uniVer": "√",
|
|
1179
|
+
* "unixVer": "x"
|
|
1180
|
+
* },
|
|
1181
|
+
* "lark": {
|
|
1182
|
+
* "hostVer": "√",
|
|
1183
|
+
* "uniVer": "√",
|
|
1184
|
+
* "unixVer": "x"
|
|
1185
|
+
* },
|
|
1186
|
+
* "qq": {
|
|
1187
|
+
* "hostVer": "√",
|
|
1188
|
+
* "uniVer": "√",
|
|
1189
|
+
* "unixVer": "x"
|
|
1190
|
+
* },
|
|
1191
|
+
* "kuaishou": {
|
|
1192
|
+
* "hostVer": "√",
|
|
1193
|
+
* "uniVer": "√",
|
|
1194
|
+
* "unixVer": "x"
|
|
1195
|
+
* },
|
|
1196
|
+
* "jd": {
|
|
1197
|
+
* "hostVer": "√",
|
|
1198
|
+
* "uniVer": "√",
|
|
1199
|
+
* "unixVer": "x"
|
|
1200
|
+
* }
|
|
1201
|
+
* },
|
|
782
1202
|
* "web": {
|
|
783
1203
|
* "uniVer": "√",
|
|
784
1204
|
* "unixVer": "4.0"
|
|
@@ -801,6 +1221,48 @@ export type GetLocationOptions = {
|
|
|
801
1221
|
* "unixVer": "4.11"
|
|
802
1222
|
* }
|
|
803
1223
|
* },
|
|
1224
|
+
* "mp": {
|
|
1225
|
+
* "weixin": {
|
|
1226
|
+
* "hostVer": "√",
|
|
1227
|
+
* "uniVer": "√",
|
|
1228
|
+
* "unixVer": "4.35"
|
|
1229
|
+
* },
|
|
1230
|
+
* "alipay": {
|
|
1231
|
+
* "hostVer": "√",
|
|
1232
|
+
* "uniVer": "√",
|
|
1233
|
+
* "unixVer": "x"
|
|
1234
|
+
* },
|
|
1235
|
+
* "baidu": {
|
|
1236
|
+
* "hostVer": "√",
|
|
1237
|
+
* "uniVer": "√",
|
|
1238
|
+
* "unixVer": "x"
|
|
1239
|
+
* },
|
|
1240
|
+
* "toutiao": {
|
|
1241
|
+
* "hostVer": "√",
|
|
1242
|
+
* "uniVer": "√",
|
|
1243
|
+
* "unixVer": "x"
|
|
1244
|
+
* },
|
|
1245
|
+
* "lark": {
|
|
1246
|
+
* "hostVer": "√",
|
|
1247
|
+
* "uniVer": "√",
|
|
1248
|
+
* "unixVer": "x"
|
|
1249
|
+
* },
|
|
1250
|
+
* "qq": {
|
|
1251
|
+
* "hostVer": "√",
|
|
1252
|
+
* "uniVer": "√",
|
|
1253
|
+
* "unixVer": "x"
|
|
1254
|
+
* },
|
|
1255
|
+
* "kuaishou": {
|
|
1256
|
+
* "hostVer": "√",
|
|
1257
|
+
* "uniVer": "√",
|
|
1258
|
+
* "unixVer": "x"
|
|
1259
|
+
* },
|
|
1260
|
+
* "jd": {
|
|
1261
|
+
* "hostVer": "√",
|
|
1262
|
+
* "uniVer": "√",
|
|
1263
|
+
* "unixVer": "x"
|
|
1264
|
+
* }
|
|
1265
|
+
* },
|
|
804
1266
|
* "web": {
|
|
805
1267
|
* "uniVer": "√",
|
|
806
1268
|
* "unixVer": "4.0"
|
|
@@ -830,6 +1292,48 @@ export type GetLocationOptions = {
|
|
|
830
1292
|
* "unixVer": "x"
|
|
831
1293
|
* }
|
|
832
1294
|
* },
|
|
1295
|
+
* "mp": {
|
|
1296
|
+
* "weixin": {
|
|
1297
|
+
* "hostVer": "√",
|
|
1298
|
+
* "uniVer": "√",
|
|
1299
|
+
* "unixVer": "4.35"
|
|
1300
|
+
* },
|
|
1301
|
+
* "alipay": {
|
|
1302
|
+
* "hostVer": "√",
|
|
1303
|
+
* "uniVer": "√",
|
|
1304
|
+
* "unixVer": "x"
|
|
1305
|
+
* },
|
|
1306
|
+
* "baidu": {
|
|
1307
|
+
* "hostVer": "√",
|
|
1308
|
+
* "uniVer": "√",
|
|
1309
|
+
* "unixVer": "x"
|
|
1310
|
+
* },
|
|
1311
|
+
* "toutiao": {
|
|
1312
|
+
* "hostVer": "√",
|
|
1313
|
+
* "uniVer": "√",
|
|
1314
|
+
* "unixVer": "x"
|
|
1315
|
+
* },
|
|
1316
|
+
* "lark": {
|
|
1317
|
+
* "hostVer": "√",
|
|
1318
|
+
* "uniVer": "√",
|
|
1319
|
+
* "unixVer": "x"
|
|
1320
|
+
* },
|
|
1321
|
+
* "qq": {
|
|
1322
|
+
* "hostVer": "√",
|
|
1323
|
+
* "uniVer": "√",
|
|
1324
|
+
* "unixVer": "x"
|
|
1325
|
+
* },
|
|
1326
|
+
* "kuaishou": {
|
|
1327
|
+
* "hostVer": "√",
|
|
1328
|
+
* "uniVer": "√",
|
|
1329
|
+
* "unixVer": "x"
|
|
1330
|
+
* },
|
|
1331
|
+
* "jd": {
|
|
1332
|
+
* "hostVer": "√",
|
|
1333
|
+
* "uniVer": "√",
|
|
1334
|
+
* "unixVer": "x"
|
|
1335
|
+
* }
|
|
1336
|
+
* },
|
|
833
1337
|
* "web": {
|
|
834
1338
|
* "uniVer": "√",
|
|
835
1339
|
* "unixVer": "4.0"
|
|
@@ -860,6 +1364,48 @@ export type GetLocationOptions = {
|
|
|
860
1364
|
* "unixVer": "x"
|
|
861
1365
|
* }
|
|
862
1366
|
* },
|
|
1367
|
+
* "mp": {
|
|
1368
|
+
* "weixin": {
|
|
1369
|
+
* "hostVer": "√",
|
|
1370
|
+
* "uniVer": "x",
|
|
1371
|
+
* "unixVer": "x"
|
|
1372
|
+
* },
|
|
1373
|
+
* "alipay": {
|
|
1374
|
+
* "hostVer": "√",
|
|
1375
|
+
* "uniVer": "x",
|
|
1376
|
+
* "unixVer": "x"
|
|
1377
|
+
* },
|
|
1378
|
+
* "baidu": {
|
|
1379
|
+
* "hostVer": "√",
|
|
1380
|
+
* "uniVer": "x",
|
|
1381
|
+
* "unixVer": "x"
|
|
1382
|
+
* },
|
|
1383
|
+
* "toutiao": {
|
|
1384
|
+
* "hostVer": "√",
|
|
1385
|
+
* "uniVer": "x",
|
|
1386
|
+
* "unixVer": "x"
|
|
1387
|
+
* },
|
|
1388
|
+
* "lark": {
|
|
1389
|
+
* "hostVer": "√",
|
|
1390
|
+
* "uniVer": "x",
|
|
1391
|
+
* "unixVer": "x"
|
|
1392
|
+
* },
|
|
1393
|
+
* "qq": {
|
|
1394
|
+
* "hostVer": "√",
|
|
1395
|
+
* "uniVer": "x",
|
|
1396
|
+
* "unixVer": "x"
|
|
1397
|
+
* },
|
|
1398
|
+
* "kuaishou": {
|
|
1399
|
+
* "hostVer": "√",
|
|
1400
|
+
* "uniVer": "x",
|
|
1401
|
+
* "unixVer": "x"
|
|
1402
|
+
* },
|
|
1403
|
+
* "jd": {
|
|
1404
|
+
* "hostVer": "√",
|
|
1405
|
+
* "uniVer": "x",
|
|
1406
|
+
* "unixVer": "x"
|
|
1407
|
+
* }
|
|
1408
|
+
* },
|
|
863
1409
|
* "web": {
|
|
864
1410
|
* "uniVer": "x",
|
|
865
1411
|
* "unixVer": "x"
|
|
@@ -888,6 +1434,48 @@ export type GetLocationOptions = {
|
|
|
888
1434
|
* "unixVer": "x"
|
|
889
1435
|
* }
|
|
890
1436
|
* },
|
|
1437
|
+
* "mp": {
|
|
1438
|
+
* "weixin": {
|
|
1439
|
+
* "hostVer": "√",
|
|
1440
|
+
* "uniVer": "√",
|
|
1441
|
+
* "unixVer": "4.35"
|
|
1442
|
+
* },
|
|
1443
|
+
* "alipay": {
|
|
1444
|
+
* "hostVer": "√",
|
|
1445
|
+
* "uniVer": "√",
|
|
1446
|
+
* "unixVer": "x"
|
|
1447
|
+
* },
|
|
1448
|
+
* "baidu": {
|
|
1449
|
+
* "hostVer": "√",
|
|
1450
|
+
* "uniVer": "√",
|
|
1451
|
+
* "unixVer": "x"
|
|
1452
|
+
* },
|
|
1453
|
+
* "toutiao": {
|
|
1454
|
+
* "hostVer": "√",
|
|
1455
|
+
* "uniVer": "√",
|
|
1456
|
+
* "unixVer": "x"
|
|
1457
|
+
* },
|
|
1458
|
+
* "lark": {
|
|
1459
|
+
* "hostVer": "√",
|
|
1460
|
+
* "uniVer": "√",
|
|
1461
|
+
* "unixVer": "x"
|
|
1462
|
+
* },
|
|
1463
|
+
* "qq": {
|
|
1464
|
+
* "hostVer": "√",
|
|
1465
|
+
* "uniVer": "√",
|
|
1466
|
+
* "unixVer": "x"
|
|
1467
|
+
* },
|
|
1468
|
+
* "kuaishou": {
|
|
1469
|
+
* "hostVer": "√",
|
|
1470
|
+
* "uniVer": "√",
|
|
1471
|
+
* "unixVer": "x"
|
|
1472
|
+
* },
|
|
1473
|
+
* "jd": {
|
|
1474
|
+
* "hostVer": "√",
|
|
1475
|
+
* "uniVer": "√",
|
|
1476
|
+
* "unixVer": "x"
|
|
1477
|
+
* }
|
|
1478
|
+
* },
|
|
891
1479
|
* "web": {
|
|
892
1480
|
* "uniVer": "x",
|
|
893
1481
|
* "unixVer": "x"
|
|
@@ -917,6 +1505,48 @@ export type GetLocationOptions = {
|
|
|
917
1505
|
* "unixVer": "x"
|
|
918
1506
|
* }
|
|
919
1507
|
* },
|
|
1508
|
+
* "mp": {
|
|
1509
|
+
* "weixin": {
|
|
1510
|
+
* "hostVer": "√",
|
|
1511
|
+
* "uniVer": "√",
|
|
1512
|
+
* "unixVer": "4.35"
|
|
1513
|
+
* },
|
|
1514
|
+
* "alipay": {
|
|
1515
|
+
* "hostVer": "√",
|
|
1516
|
+
* "uniVer": "√",
|
|
1517
|
+
* "unixVer": "x"
|
|
1518
|
+
* },
|
|
1519
|
+
* "baidu": {
|
|
1520
|
+
* "hostVer": "√",
|
|
1521
|
+
* "uniVer": "√",
|
|
1522
|
+
* "unixVer": "x"
|
|
1523
|
+
* },
|
|
1524
|
+
* "toutiao": {
|
|
1525
|
+
* "hostVer": "√",
|
|
1526
|
+
* "uniVer": "√",
|
|
1527
|
+
* "unixVer": "x"
|
|
1528
|
+
* },
|
|
1529
|
+
* "lark": {
|
|
1530
|
+
* "hostVer": "√",
|
|
1531
|
+
* "uniVer": "√",
|
|
1532
|
+
* "unixVer": "x"
|
|
1533
|
+
* },
|
|
1534
|
+
* "qq": {
|
|
1535
|
+
* "hostVer": "√",
|
|
1536
|
+
* "uniVer": "√",
|
|
1537
|
+
* "unixVer": "x"
|
|
1538
|
+
* },
|
|
1539
|
+
* "kuaishou": {
|
|
1540
|
+
* "hostVer": "√",
|
|
1541
|
+
* "uniVer": "√",
|
|
1542
|
+
* "unixVer": "x"
|
|
1543
|
+
* },
|
|
1544
|
+
* "jd": {
|
|
1545
|
+
* "hostVer": "√",
|
|
1546
|
+
* "uniVer": "√",
|
|
1547
|
+
* "unixVer": "x"
|
|
1548
|
+
* }
|
|
1549
|
+
* },
|
|
920
1550
|
* "web": {
|
|
921
1551
|
* "uniVer": "√",
|
|
922
1552
|
* "unixVer": "4.0"
|
|
@@ -944,6 +1574,48 @@ export type GetLocationOptions = {
|
|
|
944
1574
|
* "unixVer": "x"
|
|
945
1575
|
* }
|
|
946
1576
|
* },
|
|
1577
|
+
* "mp": {
|
|
1578
|
+
* "weixin": {
|
|
1579
|
+
* "hostVer": "√",
|
|
1580
|
+
* "uniVer": "√",
|
|
1581
|
+
* "unixVer": "4.35"
|
|
1582
|
+
* },
|
|
1583
|
+
* "alipay": {
|
|
1584
|
+
* "hostVer": "√",
|
|
1585
|
+
* "uniVer": "√",
|
|
1586
|
+
* "unixVer": "x"
|
|
1587
|
+
* },
|
|
1588
|
+
* "baidu": {
|
|
1589
|
+
* "hostVer": "√",
|
|
1590
|
+
* "uniVer": "√",
|
|
1591
|
+
* "unixVer": "x"
|
|
1592
|
+
* },
|
|
1593
|
+
* "toutiao": {
|
|
1594
|
+
* "hostVer": "√",
|
|
1595
|
+
* "uniVer": "√",
|
|
1596
|
+
* "unixVer": "x"
|
|
1597
|
+
* },
|
|
1598
|
+
* "lark": {
|
|
1599
|
+
* "hostVer": "√",
|
|
1600
|
+
* "uniVer": "√",
|
|
1601
|
+
* "unixVer": "x"
|
|
1602
|
+
* },
|
|
1603
|
+
* "qq": {
|
|
1604
|
+
* "hostVer": "√",
|
|
1605
|
+
* "uniVer": "√",
|
|
1606
|
+
* "unixVer": "x"
|
|
1607
|
+
* },
|
|
1608
|
+
* "kuaishou": {
|
|
1609
|
+
* "hostVer": "√",
|
|
1610
|
+
* "uniVer": "√",
|
|
1611
|
+
* "unixVer": "x"
|
|
1612
|
+
* },
|
|
1613
|
+
* "jd": {
|
|
1614
|
+
* "hostVer": "√",
|
|
1615
|
+
* "uniVer": "√",
|
|
1616
|
+
* "unixVer": "x"
|
|
1617
|
+
* }
|
|
1618
|
+
* },
|
|
947
1619
|
* "web": {
|
|
948
1620
|
* "uniVer": "√",
|
|
949
1621
|
* "unixVer": "4.0"
|
|
@@ -971,6 +1643,48 @@ export type GetLocationOptions = {
|
|
|
971
1643
|
* "unixVer": "x"
|
|
972
1644
|
* }
|
|
973
1645
|
* },
|
|
1646
|
+
* "mp": {
|
|
1647
|
+
* "weixin": {
|
|
1648
|
+
* "hostVer": "√",
|
|
1649
|
+
* "uniVer": "√",
|
|
1650
|
+
* "unixVer": "4.35"
|
|
1651
|
+
* },
|
|
1652
|
+
* "alipay": {
|
|
1653
|
+
* "hostVer": "√",
|
|
1654
|
+
* "uniVer": "√",
|
|
1655
|
+
* "unixVer": "x"
|
|
1656
|
+
* },
|
|
1657
|
+
* "baidu": {
|
|
1658
|
+
* "hostVer": "√",
|
|
1659
|
+
* "uniVer": "√",
|
|
1660
|
+
* "unixVer": "x"
|
|
1661
|
+
* },
|
|
1662
|
+
* "toutiao": {
|
|
1663
|
+
* "hostVer": "√",
|
|
1664
|
+
* "uniVer": "√",
|
|
1665
|
+
* "unixVer": "x"
|
|
1666
|
+
* },
|
|
1667
|
+
* "lark": {
|
|
1668
|
+
* "hostVer": "√",
|
|
1669
|
+
* "uniVer": "√",
|
|
1670
|
+
* "unixVer": "x"
|
|
1671
|
+
* },
|
|
1672
|
+
* "qq": {
|
|
1673
|
+
* "hostVer": "√",
|
|
1674
|
+
* "uniVer": "√",
|
|
1675
|
+
* "unixVer": "x"
|
|
1676
|
+
* },
|
|
1677
|
+
* "kuaishou": {
|
|
1678
|
+
* "hostVer": "√",
|
|
1679
|
+
* "uniVer": "√",
|
|
1680
|
+
* "unixVer": "x"
|
|
1681
|
+
* },
|
|
1682
|
+
* "jd": {
|
|
1683
|
+
* "hostVer": "√",
|
|
1684
|
+
* "uniVer": "√",
|
|
1685
|
+
* "unixVer": "x"
|
|
1686
|
+
* }
|
|
1687
|
+
* },
|
|
974
1688
|
* "web": {
|
|
975
1689
|
* "uniVer": "√",
|
|
976
1690
|
* "unixVer": "4.0"
|
|
@@ -998,6 +1712,48 @@ export type GetLocationOptions = {
|
|
|
998
1712
|
* "unixVer": "x"
|
|
999
1713
|
* }
|
|
1000
1714
|
* },
|
|
1715
|
+
* "mp": {
|
|
1716
|
+
* "weixin": {
|
|
1717
|
+
* "hostVer": "√",
|
|
1718
|
+
* "uniVer": "√",
|
|
1719
|
+
* "unixVer": "4.35"
|
|
1720
|
+
* },
|
|
1721
|
+
* "alipay": {
|
|
1722
|
+
* "hostVer": "√",
|
|
1723
|
+
* "uniVer": "√",
|
|
1724
|
+
* "unixVer": "x"
|
|
1725
|
+
* },
|
|
1726
|
+
* "baidu": {
|
|
1727
|
+
* "hostVer": "√",
|
|
1728
|
+
* "uniVer": "√",
|
|
1729
|
+
* "unixVer": "x"
|
|
1730
|
+
* },
|
|
1731
|
+
* "toutiao": {
|
|
1732
|
+
* "hostVer": "√",
|
|
1733
|
+
* "uniVer": "√",
|
|
1734
|
+
* "unixVer": "x"
|
|
1735
|
+
* },
|
|
1736
|
+
* "lark": {
|
|
1737
|
+
* "hostVer": "√",
|
|
1738
|
+
* "uniVer": "√",
|
|
1739
|
+
* "unixVer": "x"
|
|
1740
|
+
* },
|
|
1741
|
+
* "qq": {
|
|
1742
|
+
* "hostVer": "√",
|
|
1743
|
+
* "uniVer": "√",
|
|
1744
|
+
* "unixVer": "x"
|
|
1745
|
+
* },
|
|
1746
|
+
* "kuaishou": {
|
|
1747
|
+
* "hostVer": "√",
|
|
1748
|
+
* "uniVer": "√",
|
|
1749
|
+
* "unixVer": "x"
|
|
1750
|
+
* },
|
|
1751
|
+
* "jd": {
|
|
1752
|
+
* "hostVer": "√",
|
|
1753
|
+
* "uniVer": "√",
|
|
1754
|
+
* "unixVer": "x"
|
|
1755
|
+
* }
|
|
1756
|
+
* },
|
|
1001
1757
|
* "web": {
|
|
1002
1758
|
* "uniVer": "√",
|
|
1003
1759
|
* "unixVer": "4.0"
|