yingchigamesdk-cocos-v3 25.7.23

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 (43) hide show
  1. package/assets/resources/Privacy/PrivacyPolicy.txt.meta +11 -0
  2. package/assets/resources/Privacy/ad.png +0 -0
  3. package/assets/resources/Privacy/ad.png.meta +162 -0
  4. package/assets/resources/Privacy/bg.prefab +3184 -0
  5. package/assets/resources/Privacy/bg.prefab.meta +13 -0
  6. package/assets/resources/Privacy/close.png +0 -0
  7. package/assets/resources/Privacy/close.png.meta +162 -0
  8. package/assets/resources/Privacy/panelBg.png +0 -0
  9. package/assets/resources/Privacy/panelBg.png.meta +134 -0
  10. package/assets/resources/Privacy/panelBtn.png.meta +134 -0
  11. package/assets/resources/Privacy/policyUI.prefab +1450 -0
  12. package/assets/resources/Privacy/policyUI.prefab.meta +13 -0
  13. package/assets/resources/Privacy/rectbg.png.meta +134 -0
  14. package/assets/resources/Privacy/yinsiUI.prefab +2120 -0
  15. package/assets/resources/Privacy/yinsiUI.prefab.meta +13 -0
  16. package/dist/Demo.d.ts +11 -0
  17. package/dist/index.d.ts +12 -0
  18. package/dist/index.js +2673 -0
  19. package/dist/index.js.map +7 -0
  20. package/dist/ycsdk/AdState.d.ts +9 -0
  21. package/dist/ycsdk/AdTactics.d.ts +36 -0
  22. package/dist/ycsdk/AdType.d.ts +7 -0
  23. package/dist/ycsdk/GameInterface.d.ts +52 -0
  24. package/dist/ycsdk/SDKConfig.d.ts +28 -0
  25. package/dist/ycsdk/StorageUtils.d.ts +6 -0
  26. package/dist/ycsdk/YCSDK.d.ts +43 -0
  27. package/dist/ycsdk/minigame/BannerType.d.ts +6 -0
  28. package/dist/ycsdk/minigame/DebugGame.d.ts +16 -0
  29. package/dist/ycsdk/minigame/HttpRequest.d.ts +15 -0
  30. package/dist/ycsdk/minigame/InterstitialType.d.ts +5 -0
  31. package/dist/ycsdk/minigame/MiniGame.d.ts +19 -0
  32. package/dist/ycsdk/minigame/PayParams.d.ts +19 -0
  33. package/dist/ycsdk/minigame/PrivacyEvent.d.ts +8 -0
  34. package/dist/ycsdk/minigame/PrivacyListener.d.ts +6 -0
  35. package/dist/ycsdk/minigame/douyin/DouYinGame.d.ts +18 -0
  36. package/dist/ycsdk/minigame/huawei/HuaWeiGame.d.ts +27 -0
  37. package/dist/ycsdk/minigame/kuaishou/KuaiShouGame.d.ts +15 -0
  38. package/dist/ycsdk/minigame/md5.d.ts +70 -0
  39. package/dist/ycsdk/minigame/oppo/OppoGame.d.ts +29 -0
  40. package/dist/ycsdk/minigame/vivo/VivoGame.d.ts +27 -0
  41. package/dist/ycsdk/minigame/wechat/WeChatGame.d.ts +17 -0
  42. package/dist/ycsdk/minigame/xiaomi/XiaoMiGame.d.ts +30 -0
  43. package/package.json +31 -0
@@ -0,0 +1,13 @@
1
+ {
2
+ "ver": "1.1.38",
3
+ "importer": "prefab",
4
+ "imported": true,
5
+ "uuid": "199b68f4-bb4f-4462-86c0-5326bcd57dde",
6
+ "files": [
7
+ ".json"
8
+ ],
9
+ "subMetas": {},
10
+ "userData": {
11
+ "syncNodeName": "bg"
12
+ }
13
+ }
@@ -0,0 +1,162 @@
1
+ {
2
+ "ver": "1.0.23",
3
+ "importer": "image",
4
+ "imported": true,
5
+ "uuid": "20b8e4a3-e89a-47e3-aa1f-fdbba176aaef",
6
+ "files": [
7
+ ".png",
8
+ ".json"
9
+ ],
10
+ "subMetas": {
11
+ "close": {
12
+ "ver": "1.0.6",
13
+ "uuid": "d770ed2b-2ed5-4b64-8537-a550acc9b4c7",
14
+ "importer": "sprite-frame",
15
+ "rawTextureUuid": "20b8e4a3-e89a-47e3-aa1f-fdbba176aaef",
16
+ "trimType": "auto",
17
+ "trimThreshold": 1,
18
+ "rotated": false,
19
+ "offsetX": 0,
20
+ "offsetY": 0,
21
+ "trimX": 0,
22
+ "trimY": 0,
23
+ "width": 200,
24
+ "height": 200,
25
+ "rawWidth": 200,
26
+ "rawHeight": 200,
27
+ "borderTop": 0,
28
+ "borderBottom": 0,
29
+ "borderLeft": 0,
30
+ "borderRight": 0,
31
+ "subMetas": {},
32
+ "imported": false,
33
+ "files": [],
34
+ "userData": {},
35
+ "displayName": "",
36
+ "id": "",
37
+ "name": ""
38
+ },
39
+ "6c48a": {
40
+ "importer": "texture",
41
+ "uuid": "20b8e4a3-e89a-47e3-aa1f-fdbba176aaef@6c48a",
42
+ "displayName": "close",
43
+ "id": "6c48a",
44
+ "name": "texture",
45
+ "userData": {
46
+ "wrapModeS": "clamp-to-edge",
47
+ "wrapModeT": "clamp-to-edge",
48
+ "minfilter": "linear",
49
+ "magfilter": "linear",
50
+ "mipfilter": "none",
51
+ "anisotropy": 0,
52
+ "isUuid": true,
53
+ "imageUuidOrDatabaseUri": "20b8e4a3-e89a-47e3-aa1f-fdbba176aaef",
54
+ "visible": false
55
+ },
56
+ "ver": "1.0.21",
57
+ "imported": true,
58
+ "files": [
59
+ ".json"
60
+ ],
61
+ "subMetas": {}
62
+ },
63
+ "f9941": {
64
+ "importer": "sprite-frame",
65
+ "uuid": "20b8e4a3-e89a-47e3-aa1f-fdbba176aaef@f9941",
66
+ "displayName": "close",
67
+ "id": "f9941",
68
+ "name": "spriteFrame",
69
+ "userData": {
70
+ "trimType": "auto",
71
+ "trimThreshold": 1,
72
+ "rotated": false,
73
+ "offsetX": 0,
74
+ "offsetY": 0,
75
+ "trimX": 0,
76
+ "trimY": 0,
77
+ "width": 200,
78
+ "height": 200,
79
+ "rawWidth": 200,
80
+ "rawHeight": 200,
81
+ "borderTop": 0,
82
+ "borderBottom": 0,
83
+ "borderLeft": 0,
84
+ "borderRight": 0,
85
+ "packable": true,
86
+ "pixelsToUnit": 100,
87
+ "pivotX": 0.5,
88
+ "pivotY": 0.5,
89
+ "meshType": 0,
90
+ "vertices": {
91
+ "rawPosition": [
92
+ -100,
93
+ -100,
94
+ 0,
95
+ 100,
96
+ -100,
97
+ 0,
98
+ -100,
99
+ 100,
100
+ 0,
101
+ 100,
102
+ 100,
103
+ 0
104
+ ],
105
+ "indexes": [
106
+ 0,
107
+ 1,
108
+ 2,
109
+ 2,
110
+ 1,
111
+ 3
112
+ ],
113
+ "uv": [
114
+ 0,
115
+ 200,
116
+ 200,
117
+ 200,
118
+ 0,
119
+ 0,
120
+ 200,
121
+ 0
122
+ ],
123
+ "nuv": [
124
+ 0,
125
+ 0,
126
+ 1,
127
+ 0,
128
+ 0,
129
+ 1,
130
+ 1,
131
+ 1
132
+ ],
133
+ "minPos": [
134
+ -100,
135
+ -100,
136
+ 0
137
+ ],
138
+ "maxPos": [
139
+ 100,
140
+ 100,
141
+ 0
142
+ ]
143
+ },
144
+ "isUuid": true,
145
+ "imageUuidOrDatabaseUri": "20b8e4a3-e89a-47e3-aa1f-fdbba176aaef@6c48a",
146
+ "atlasUuid": ""
147
+ },
148
+ "ver": "1.0.9",
149
+ "imported": true,
150
+ "files": [
151
+ ".json"
152
+ ],
153
+ "subMetas": {}
154
+ }
155
+ },
156
+ "userData": {
157
+ "fixAlphaTransparencyArtifacts": true,
158
+ "hasAlpha": true,
159
+ "type": "sprite-frame",
160
+ "redirect": "20b8e4a3-e89a-47e3-aa1f-fdbba176aaef@f9941"
161
+ }
162
+ }
@@ -0,0 +1,134 @@
1
+ {
2
+ "ver": "1.0.23",
3
+ "importer": "image",
4
+ "imported": true,
5
+ "uuid": "9fea1df9-2161-47b6-a8c0-27bbfb0a956f",
6
+ "files": [
7
+ ".png",
8
+ ".json"
9
+ ],
10
+ "subMetas": {
11
+ "6c48a": {
12
+ "importer": "texture",
13
+ "uuid": "9fea1df9-2161-47b6-a8c0-27bbfb0a956f@6c48a",
14
+ "displayName": "panelBg",
15
+ "id": "6c48a",
16
+ "name": "texture",
17
+ "userData": {
18
+ "wrapModeS": "clamp-to-edge",
19
+ "wrapModeT": "clamp-to-edge",
20
+ "minfilter": "linear",
21
+ "magfilter": "linear",
22
+ "mipfilter": "none",
23
+ "anisotropy": 0,
24
+ "isUuid": true,
25
+ "imageUuidOrDatabaseUri": "9fea1df9-2161-47b6-a8c0-27bbfb0a956f",
26
+ "visible": false
27
+ },
28
+ "ver": "1.0.21",
29
+ "imported": true,
30
+ "files": [
31
+ ".json"
32
+ ],
33
+ "subMetas": {}
34
+ },
35
+ "f9941": {
36
+ "importer": "sprite-frame",
37
+ "uuid": "9fea1df9-2161-47b6-a8c0-27bbfb0a956f@f9941",
38
+ "displayName": "panelBg",
39
+ "id": "f9941",
40
+ "name": "spriteFrame",
41
+ "userData": {
42
+ "trimType": "auto",
43
+ "trimThreshold": 1,
44
+ "rotated": false,
45
+ "offsetX": 0,
46
+ "offsetY": 0,
47
+ "trimX": 0,
48
+ "trimY": 0,
49
+ "width": 46,
50
+ "height": 46,
51
+ "rawWidth": 46,
52
+ "rawHeight": 46,
53
+ "borderTop": 22,
54
+ "borderBottom": 22,
55
+ "borderLeft": 22,
56
+ "borderRight": 22,
57
+ "packable": true,
58
+ "pixelsToUnit": 100,
59
+ "pivotX": 0.5,
60
+ "pivotY": 0.5,
61
+ "meshType": 0,
62
+ "vertices": {
63
+ "rawPosition": [
64
+ -23,
65
+ -23,
66
+ 0,
67
+ 23,
68
+ -23,
69
+ 0,
70
+ -23,
71
+ 23,
72
+ 0,
73
+ 23,
74
+ 23,
75
+ 0
76
+ ],
77
+ "indexes": [
78
+ 0,
79
+ 1,
80
+ 2,
81
+ 2,
82
+ 1,
83
+ 3
84
+ ],
85
+ "uv": [
86
+ 0,
87
+ 46,
88
+ 46,
89
+ 46,
90
+ 0,
91
+ 0,
92
+ 46,
93
+ 0
94
+ ],
95
+ "nuv": [
96
+ 0,
97
+ 0,
98
+ 1,
99
+ 0,
100
+ 0,
101
+ 1,
102
+ 1,
103
+ 1
104
+ ],
105
+ "minPos": [
106
+ -23,
107
+ -23,
108
+ 0
109
+ ],
110
+ "maxPos": [
111
+ 23,
112
+ 23,
113
+ 0
114
+ ]
115
+ },
116
+ "isUuid": true,
117
+ "imageUuidOrDatabaseUri": "9fea1df9-2161-47b6-a8c0-27bbfb0a956f@6c48a",
118
+ "atlasUuid": ""
119
+ },
120
+ "ver": "1.0.9",
121
+ "imported": true,
122
+ "files": [
123
+ ".json"
124
+ ],
125
+ "subMetas": {}
126
+ }
127
+ },
128
+ "userData": {
129
+ "fixAlphaTransparencyArtifacts": true,
130
+ "hasAlpha": true,
131
+ "type": "sprite-frame",
132
+ "redirect": "9fea1df9-2161-47b6-a8c0-27bbfb0a956f@f9941"
133
+ }
134
+ }
@@ -0,0 +1,134 @@
1
+ {
2
+ "ver": "1.0.26",
3
+ "importer": "image",
4
+ "imported": true,
5
+ "uuid": "8e805775-a3ef-4e8b-8441-15dfe68b4e1a",
6
+ "files": [
7
+ ".json",
8
+ ".png"
9
+ ],
10
+ "subMetas": {
11
+ "6c48a": {
12
+ "importer": "texture",
13
+ "uuid": "8e805775-a3ef-4e8b-8441-15dfe68b4e1a@6c48a",
14
+ "displayName": "panelBtn",
15
+ "id": "6c48a",
16
+ "name": "texture",
17
+ "userData": {
18
+ "wrapModeS": "repeat",
19
+ "wrapModeT": "repeat",
20
+ "minfilter": "linear",
21
+ "magfilter": "linear",
22
+ "mipfilter": "none",
23
+ "anisotropy": 0,
24
+ "isUuid": true,
25
+ "imageUuidOrDatabaseUri": "8e805775-a3ef-4e8b-8441-15dfe68b4e1a",
26
+ "visible": false
27
+ },
28
+ "ver": "1.0.22",
29
+ "imported": true,
30
+ "files": [
31
+ ".json"
32
+ ],
33
+ "subMetas": {}
34
+ },
35
+ "f9941": {
36
+ "importer": "sprite-frame",
37
+ "uuid": "8e805775-a3ef-4e8b-8441-15dfe68b4e1a@f9941",
38
+ "displayName": "panelBtn",
39
+ "id": "f9941",
40
+ "name": "spriteFrame",
41
+ "userData": {
42
+ "trimType": "auto",
43
+ "trimThreshold": 1,
44
+ "rotated": false,
45
+ "offsetX": 0,
46
+ "offsetY": 0,
47
+ "trimX": 0,
48
+ "trimY": 0,
49
+ "width": 46,
50
+ "height": 46,
51
+ "rawWidth": 46,
52
+ "rawHeight": 46,
53
+ "borderTop": 0,
54
+ "borderBottom": 0,
55
+ "borderLeft": 0,
56
+ "borderRight": 0,
57
+ "packable": true,
58
+ "pixelsToUnit": 100,
59
+ "pivotX": 0.5,
60
+ "pivotY": 0.5,
61
+ "meshType": 0,
62
+ "vertices": {
63
+ "rawPosition": [
64
+ -23,
65
+ -23,
66
+ 0,
67
+ 23,
68
+ -23,
69
+ 0,
70
+ -23,
71
+ 23,
72
+ 0,
73
+ 23,
74
+ 23,
75
+ 0
76
+ ],
77
+ "indexes": [
78
+ 0,
79
+ 1,
80
+ 2,
81
+ 2,
82
+ 1,
83
+ 3
84
+ ],
85
+ "uv": [
86
+ 0,
87
+ 46,
88
+ 46,
89
+ 46,
90
+ 0,
91
+ 0,
92
+ 46,
93
+ 0
94
+ ],
95
+ "nuv": [
96
+ 0,
97
+ 0,
98
+ 1,
99
+ 0,
100
+ 0,
101
+ 1,
102
+ 1,
103
+ 1
104
+ ],
105
+ "minPos": [
106
+ -23,
107
+ -23,
108
+ 0
109
+ ],
110
+ "maxPos": [
111
+ 23,
112
+ 23,
113
+ 0
114
+ ]
115
+ },
116
+ "isUuid": true,
117
+ "imageUuidOrDatabaseUri": "8e805775-a3ef-4e8b-8441-15dfe68b4e1a@6c48a",
118
+ "atlasUuid": ""
119
+ },
120
+ "ver": "1.0.12",
121
+ "imported": true,
122
+ "files": [
123
+ ".json"
124
+ ],
125
+ "subMetas": {}
126
+ }
127
+ },
128
+ "userData": {
129
+ "fixAlphaTransparencyArtifacts": true,
130
+ "hasAlpha": true,
131
+ "type": "sprite-frame",
132
+ "redirect": "8e805775-a3ef-4e8b-8441-15dfe68b4e1a@f9941"
133
+ }
134
+ }