yingchigamesdk-cocos-v3 25.7.30 → 25.7.31
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/assets/resources/Privacy/policyUI.prefab +161 -100
- package/assets/resources/Privacy/yinsiUI.prefab +26 -108
- package/dist/index.d.ts +2 -1
- package/dist/index.js +12 -7
- package/dist/index.js.map +2 -2
- package/dist/ycsdk/SDKConfig.d.ts +7 -5
- package/dist/ycsdk/YCSDK.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"__type__": "cc.Prefab",
|
|
4
|
-
"_name": "
|
|
4
|
+
"_name": "",
|
|
5
5
|
"_objFlags": 0,
|
|
6
|
-
"__editorExtras__": {},
|
|
7
6
|
"_native": "",
|
|
8
7
|
"data": {
|
|
9
8
|
"__id__": 1
|
|
10
9
|
},
|
|
11
10
|
"optimizationPolicy": 0,
|
|
12
|
-
"persistent": false
|
|
11
|
+
"persistent": false,
|
|
12
|
+
"asyncLoadAssets": false
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"__type__": "cc.Node",
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"_active": true,
|
|
29
29
|
"_components": [
|
|
30
30
|
{
|
|
31
|
-
"__id__":
|
|
31
|
+
"__id__": 64
|
|
32
32
|
}
|
|
33
33
|
],
|
|
34
34
|
"_prefab": {
|
|
35
|
-
"__id__":
|
|
35
|
+
"__id__": 66
|
|
36
36
|
},
|
|
37
37
|
"_lpos": {
|
|
38
38
|
"__type__": "cc.Vec3",
|
|
@@ -53,7 +53,6 @@
|
|
|
53
53
|
"y": 1,
|
|
54
54
|
"z": 1
|
|
55
55
|
},
|
|
56
|
-
"_mobility": 0,
|
|
57
56
|
"_layer": 33554432,
|
|
58
57
|
"_euler": {
|
|
59
58
|
"__type__": "cc.Vec3",
|
|
@@ -106,7 +105,6 @@
|
|
|
106
105
|
"y": 1,
|
|
107
106
|
"z": 1
|
|
108
107
|
},
|
|
109
|
-
"_mobility": 0,
|
|
110
108
|
"_layer": 33554432,
|
|
111
109
|
"_euler": {
|
|
112
110
|
"__type__": "cc.Vec3",
|
|
@@ -156,6 +154,7 @@
|
|
|
156
154
|
"__prefab": {
|
|
157
155
|
"__id__": 6
|
|
158
156
|
},
|
|
157
|
+
"_visFlags": 0,
|
|
159
158
|
"_customMaterial": null,
|
|
160
159
|
"_srcBlendFactor": 2,
|
|
161
160
|
"_dstBlendFactor": 4,
|
|
@@ -275,19 +274,22 @@
|
|
|
275
274
|
},
|
|
276
275
|
{
|
|
277
276
|
"__id__": 39
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"__id__": 53
|
|
278
280
|
}
|
|
279
281
|
],
|
|
280
282
|
"_active": true,
|
|
281
283
|
"_components": [
|
|
282
284
|
{
|
|
283
|
-
"__id__":
|
|
285
|
+
"__id__": 59
|
|
284
286
|
},
|
|
285
287
|
{
|
|
286
|
-
"__id__":
|
|
288
|
+
"__id__": 61
|
|
287
289
|
}
|
|
288
290
|
],
|
|
289
291
|
"_prefab": {
|
|
290
|
-
"__id__":
|
|
292
|
+
"__id__": 63
|
|
291
293
|
},
|
|
292
294
|
"_lpos": {
|
|
293
295
|
"__type__": "cc.Vec3",
|
|
@@ -308,7 +310,6 @@
|
|
|
308
310
|
"y": 1,
|
|
309
311
|
"z": 1
|
|
310
312
|
},
|
|
311
|
-
"_mobility": 0,
|
|
312
313
|
"_layer": 33554432,
|
|
313
314
|
"_euler": {
|
|
314
315
|
"__type__": "cc.Vec3",
|
|
@@ -361,7 +362,6 @@
|
|
|
361
362
|
"y": 1,
|
|
362
363
|
"z": 1
|
|
363
364
|
},
|
|
364
|
-
"_mobility": 0,
|
|
365
365
|
"_layer": 33554432,
|
|
366
366
|
"_euler": {
|
|
367
367
|
"__type__": "cc.Vec3",
|
|
@@ -411,6 +411,7 @@
|
|
|
411
411
|
"__prefab": {
|
|
412
412
|
"__id__": 15
|
|
413
413
|
},
|
|
414
|
+
"_visFlags": 0,
|
|
414
415
|
"_customMaterial": null,
|
|
415
416
|
"_srcBlendFactor": 2,
|
|
416
417
|
"_dstBlendFactor": 4,
|
|
@@ -438,29 +439,6 @@
|
|
|
438
439
|
"_isUnderline": false,
|
|
439
440
|
"_underlineHeight": 2,
|
|
440
441
|
"_cacheMode": 0,
|
|
441
|
-
"_enableOutline": false,
|
|
442
|
-
"_outlineColor": {
|
|
443
|
-
"__type__": "cc.Color",
|
|
444
|
-
"r": 0,
|
|
445
|
-
"g": 0,
|
|
446
|
-
"b": 0,
|
|
447
|
-
"a": 255
|
|
448
|
-
},
|
|
449
|
-
"_outlineWidth": 2,
|
|
450
|
-
"_enableShadow": false,
|
|
451
|
-
"_shadowColor": {
|
|
452
|
-
"__type__": "cc.Color",
|
|
453
|
-
"r": 0,
|
|
454
|
-
"g": 0,
|
|
455
|
-
"b": 0,
|
|
456
|
-
"a": 255
|
|
457
|
-
},
|
|
458
|
-
"_shadowOffset": {
|
|
459
|
-
"__type__": "cc.Vec2",
|
|
460
|
-
"x": 2,
|
|
461
|
-
"y": 2
|
|
462
|
-
},
|
|
463
|
-
"_shadowBlur": 2,
|
|
464
442
|
"_id": ""
|
|
465
443
|
},
|
|
466
444
|
{
|
|
@@ -556,7 +534,6 @@
|
|
|
556
534
|
"y": 1,
|
|
557
535
|
"z": 1
|
|
558
536
|
},
|
|
559
|
-
"_mobility": 0,
|
|
560
537
|
"_layer": 33554432,
|
|
561
538
|
"_euler": {
|
|
562
539
|
"__type__": "cc.Vec3",
|
|
@@ -611,13 +588,6 @@
|
|
|
611
588
|
"_horizontalAlign": 0,
|
|
612
589
|
"_verticalAlign": 0,
|
|
613
590
|
"_fontSize": 30,
|
|
614
|
-
"_fontColor": {
|
|
615
|
-
"__type__": "cc.Color",
|
|
616
|
-
"r": 255,
|
|
617
|
-
"g": 255,
|
|
618
|
-
"b": 255,
|
|
619
|
-
"a": 255
|
|
620
|
-
},
|
|
621
591
|
"_maxWidth": 600,
|
|
622
592
|
"_fontFamily": "Arial",
|
|
623
593
|
"_font": null,
|
|
@@ -676,7 +646,7 @@
|
|
|
676
646
|
"_lpos": {
|
|
677
647
|
"__type__": "cc.Vec3",
|
|
678
648
|
"x": -130,
|
|
679
|
-
"y": -
|
|
649
|
+
"y": -140,
|
|
680
650
|
"z": 0
|
|
681
651
|
},
|
|
682
652
|
"_lrot": {
|
|
@@ -692,7 +662,6 @@
|
|
|
692
662
|
"y": 1,
|
|
693
663
|
"z": 1
|
|
694
664
|
},
|
|
695
|
-
"_mobility": 0,
|
|
696
665
|
"_layer": 33554432,
|
|
697
666
|
"_euler": {
|
|
698
667
|
"__type__": "cc.Vec3",
|
|
@@ -742,7 +711,6 @@
|
|
|
742
711
|
"y": 1,
|
|
743
712
|
"z": 1
|
|
744
713
|
},
|
|
745
|
-
"_mobility": 0,
|
|
746
714
|
"_layer": 33554432,
|
|
747
715
|
"_euler": {
|
|
748
716
|
"__type__": "cc.Vec3",
|
|
@@ -792,6 +760,7 @@
|
|
|
792
760
|
"__prefab": {
|
|
793
761
|
"__id__": 30
|
|
794
762
|
},
|
|
763
|
+
"_visFlags": 0,
|
|
795
764
|
"_customMaterial": null,
|
|
796
765
|
"_srcBlendFactor": 2,
|
|
797
766
|
"_dstBlendFactor": 4,
|
|
@@ -819,29 +788,6 @@
|
|
|
819
788
|
"_isUnderline": false,
|
|
820
789
|
"_underlineHeight": 2,
|
|
821
790
|
"_cacheMode": 0,
|
|
822
|
-
"_enableOutline": false,
|
|
823
|
-
"_outlineColor": {
|
|
824
|
-
"__type__": "cc.Color",
|
|
825
|
-
"r": 0,
|
|
826
|
-
"g": 0,
|
|
827
|
-
"b": 0,
|
|
828
|
-
"a": 255
|
|
829
|
-
},
|
|
830
|
-
"_outlineWidth": 2,
|
|
831
|
-
"_enableShadow": false,
|
|
832
|
-
"_shadowColor": {
|
|
833
|
-
"__type__": "cc.Color",
|
|
834
|
-
"r": 0,
|
|
835
|
-
"g": 0,
|
|
836
|
-
"b": 0,
|
|
837
|
-
"a": 255
|
|
838
|
-
},
|
|
839
|
-
"_shadowOffset": {
|
|
840
|
-
"__type__": "cc.Vec2",
|
|
841
|
-
"x": 2,
|
|
842
|
-
"y": 2
|
|
843
|
-
},
|
|
844
|
-
"_shadowBlur": 2,
|
|
845
791
|
"_id": ""
|
|
846
792
|
},
|
|
847
793
|
{
|
|
@@ -901,6 +847,7 @@
|
|
|
901
847
|
"__prefab": {
|
|
902
848
|
"__id__": 35
|
|
903
849
|
},
|
|
850
|
+
"_visFlags": 0,
|
|
904
851
|
"_customMaterial": null,
|
|
905
852
|
"_srcBlendFactor": 2,
|
|
906
853
|
"_dstBlendFactor": 4,
|
|
@@ -951,7 +898,7 @@
|
|
|
951
898
|
"_left": 100,
|
|
952
899
|
"_right": 0,
|
|
953
900
|
"_top": 0,
|
|
954
|
-
"_bottom":
|
|
901
|
+
"_bottom": 50,
|
|
955
902
|
"_horizontalCenter": 0,
|
|
956
903
|
"_verticalCenter": 0,
|
|
957
904
|
"_isAbsLeft": true,
|
|
@@ -1014,7 +961,7 @@
|
|
|
1014
961
|
"_lpos": {
|
|
1015
962
|
"__type__": "cc.Vec3",
|
|
1016
963
|
"x": 145,
|
|
1017
|
-
"y": -
|
|
964
|
+
"y": -140,
|
|
1018
965
|
"z": 0
|
|
1019
966
|
},
|
|
1020
967
|
"_lrot": {
|
|
@@ -1030,7 +977,6 @@
|
|
|
1030
977
|
"y": 1,
|
|
1031
978
|
"z": 1
|
|
1032
979
|
},
|
|
1033
|
-
"_mobility": 0,
|
|
1034
980
|
"_layer": 33554432,
|
|
1035
981
|
"_euler": {
|
|
1036
982
|
"__type__": "cc.Vec3",
|
|
@@ -1080,7 +1026,6 @@
|
|
|
1080
1026
|
"y": 1,
|
|
1081
1027
|
"z": 1
|
|
1082
1028
|
},
|
|
1083
|
-
"_mobility": 0,
|
|
1084
1029
|
"_layer": 33554432,
|
|
1085
1030
|
"_euler": {
|
|
1086
1031
|
"__type__": "cc.Vec3",
|
|
@@ -1130,6 +1075,7 @@
|
|
|
1130
1075
|
"__prefab": {
|
|
1131
1076
|
"__id__": 44
|
|
1132
1077
|
},
|
|
1078
|
+
"_visFlags": 0,
|
|
1133
1079
|
"_customMaterial": null,
|
|
1134
1080
|
"_srcBlendFactor": 2,
|
|
1135
1081
|
"_dstBlendFactor": 4,
|
|
@@ -1157,29 +1103,6 @@
|
|
|
1157
1103
|
"_isUnderline": false,
|
|
1158
1104
|
"_underlineHeight": 2,
|
|
1159
1105
|
"_cacheMode": 0,
|
|
1160
|
-
"_enableOutline": false,
|
|
1161
|
-
"_outlineColor": {
|
|
1162
|
-
"__type__": "cc.Color",
|
|
1163
|
-
"r": 0,
|
|
1164
|
-
"g": 0,
|
|
1165
|
-
"b": 0,
|
|
1166
|
-
"a": 255
|
|
1167
|
-
},
|
|
1168
|
-
"_outlineWidth": 2,
|
|
1169
|
-
"_enableShadow": false,
|
|
1170
|
-
"_shadowColor": {
|
|
1171
|
-
"__type__": "cc.Color",
|
|
1172
|
-
"r": 0,
|
|
1173
|
-
"g": 0,
|
|
1174
|
-
"b": 0,
|
|
1175
|
-
"a": 255
|
|
1176
|
-
},
|
|
1177
|
-
"_shadowOffset": {
|
|
1178
|
-
"__type__": "cc.Vec2",
|
|
1179
|
-
"x": 2,
|
|
1180
|
-
"y": 2
|
|
1181
|
-
},
|
|
1182
|
-
"_shadowBlur": 2,
|
|
1183
1106
|
"_id": ""
|
|
1184
1107
|
},
|
|
1185
1108
|
{
|
|
@@ -1239,6 +1162,7 @@
|
|
|
1239
1162
|
"__prefab": {
|
|
1240
1163
|
"__id__": 49
|
|
1241
1164
|
},
|
|
1165
|
+
"_visFlags": 0,
|
|
1242
1166
|
"_customMaterial": null,
|
|
1243
1167
|
"_srcBlendFactor": 2,
|
|
1244
1168
|
"_dstBlendFactor": 4,
|
|
@@ -1289,7 +1213,7 @@
|
|
|
1289
1213
|
"_left": 0,
|
|
1290
1214
|
"_right": 50,
|
|
1291
1215
|
"_top": 0,
|
|
1292
|
-
"_bottom":
|
|
1216
|
+
"_bottom": 50,
|
|
1293
1217
|
"_horizontalCenter": 0,
|
|
1294
1218
|
"_verticalCenter": 0,
|
|
1295
1219
|
"_isAbsLeft": true,
|
|
@@ -1321,6 +1245,142 @@
|
|
|
1321
1245
|
"targetOverrides": null,
|
|
1322
1246
|
"nestedPrefabInstanceRoots": null
|
|
1323
1247
|
},
|
|
1248
|
+
{
|
|
1249
|
+
"__type__": "cc.Node",
|
|
1250
|
+
"_name": "tip",
|
|
1251
|
+
"_objFlags": 0,
|
|
1252
|
+
"__editorExtras__": {},
|
|
1253
|
+
"_parent": {
|
|
1254
|
+
"__id__": 10
|
|
1255
|
+
},
|
|
1256
|
+
"_children": [],
|
|
1257
|
+
"_active": false,
|
|
1258
|
+
"_components": [
|
|
1259
|
+
{
|
|
1260
|
+
"__id__": 54
|
|
1261
|
+
},
|
|
1262
|
+
{
|
|
1263
|
+
"__id__": 56
|
|
1264
|
+
}
|
|
1265
|
+
],
|
|
1266
|
+
"_prefab": {
|
|
1267
|
+
"__id__": 58
|
|
1268
|
+
},
|
|
1269
|
+
"_lpos": {
|
|
1270
|
+
"__type__": "cc.Vec3",
|
|
1271
|
+
"x": 0,
|
|
1272
|
+
"y": -191.45,
|
|
1273
|
+
"z": 0
|
|
1274
|
+
},
|
|
1275
|
+
"_lrot": {
|
|
1276
|
+
"__type__": "cc.Quat",
|
|
1277
|
+
"x": 0,
|
|
1278
|
+
"y": 0,
|
|
1279
|
+
"z": 0,
|
|
1280
|
+
"w": 1
|
|
1281
|
+
},
|
|
1282
|
+
"_lscale": {
|
|
1283
|
+
"__type__": "cc.Vec3",
|
|
1284
|
+
"x": 1,
|
|
1285
|
+
"y": 1,
|
|
1286
|
+
"z": 1
|
|
1287
|
+
},
|
|
1288
|
+
"_layer": 33554432,
|
|
1289
|
+
"_euler": {
|
|
1290
|
+
"__type__": "cc.Vec3",
|
|
1291
|
+
"x": 0,
|
|
1292
|
+
"y": 0,
|
|
1293
|
+
"z": 0
|
|
1294
|
+
},
|
|
1295
|
+
"_id": ""
|
|
1296
|
+
},
|
|
1297
|
+
{
|
|
1298
|
+
"__type__": "cc.UITransform",
|
|
1299
|
+
"_name": "",
|
|
1300
|
+
"_objFlags": 0,
|
|
1301
|
+
"__editorExtras__": {},
|
|
1302
|
+
"node": {
|
|
1303
|
+
"__id__": 53
|
|
1304
|
+
},
|
|
1305
|
+
"_enabled": true,
|
|
1306
|
+
"__prefab": {
|
|
1307
|
+
"__id__": 55
|
|
1308
|
+
},
|
|
1309
|
+
"_contentSize": {
|
|
1310
|
+
"__type__": "cc.Size",
|
|
1311
|
+
"width": 240,
|
|
1312
|
+
"height": 37.8
|
|
1313
|
+
},
|
|
1314
|
+
"_anchorPoint": {
|
|
1315
|
+
"__type__": "cc.Vec2",
|
|
1316
|
+
"x": 0.5,
|
|
1317
|
+
"y": 0.5
|
|
1318
|
+
},
|
|
1319
|
+
"_id": ""
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
"__type__": "cc.CompPrefabInfo",
|
|
1323
|
+
"fileId": "6egTk1eRRMqbwR/wfep7Hw"
|
|
1324
|
+
},
|
|
1325
|
+
{
|
|
1326
|
+
"__type__": "cc.Label",
|
|
1327
|
+
"_name": "",
|
|
1328
|
+
"_objFlags": 0,
|
|
1329
|
+
"__editorExtras__": {},
|
|
1330
|
+
"node": {
|
|
1331
|
+
"__id__": 53
|
|
1332
|
+
},
|
|
1333
|
+
"_enabled": true,
|
|
1334
|
+
"__prefab": {
|
|
1335
|
+
"__id__": 57
|
|
1336
|
+
},
|
|
1337
|
+
"_visFlags": 0,
|
|
1338
|
+
"_customMaterial": null,
|
|
1339
|
+
"_srcBlendFactor": 2,
|
|
1340
|
+
"_dstBlendFactor": 4,
|
|
1341
|
+
"_color": {
|
|
1342
|
+
"__type__": "cc.Color",
|
|
1343
|
+
"r": 255,
|
|
1344
|
+
"g": 66,
|
|
1345
|
+
"b": 66,
|
|
1346
|
+
"a": 255
|
|
1347
|
+
},
|
|
1348
|
+
"_string": "如拒绝将无法继续游戏",
|
|
1349
|
+
"_horizontalAlign": 1,
|
|
1350
|
+
"_verticalAlign": 1,
|
|
1351
|
+
"_actualFontSize": 24,
|
|
1352
|
+
"_fontSize": 24,
|
|
1353
|
+
"_fontFamily": "Arial",
|
|
1354
|
+
"_lineHeight": 30,
|
|
1355
|
+
"_overflow": 0,
|
|
1356
|
+
"_enableWrapText": true,
|
|
1357
|
+
"_font": null,
|
|
1358
|
+
"_isSystemFontUsed": true,
|
|
1359
|
+
"_spacingX": 0,
|
|
1360
|
+
"_isItalic": false,
|
|
1361
|
+
"_isBold": false,
|
|
1362
|
+
"_isUnderline": false,
|
|
1363
|
+
"_underlineHeight": 2,
|
|
1364
|
+
"_cacheMode": 0,
|
|
1365
|
+
"_id": ""
|
|
1366
|
+
},
|
|
1367
|
+
{
|
|
1368
|
+
"__type__": "cc.CompPrefabInfo",
|
|
1369
|
+
"fileId": "27hur6L0VDNLRgE0hlRw0s"
|
|
1370
|
+
},
|
|
1371
|
+
{
|
|
1372
|
+
"__type__": "cc.PrefabInfo",
|
|
1373
|
+
"root": {
|
|
1374
|
+
"__id__": 1
|
|
1375
|
+
},
|
|
1376
|
+
"asset": {
|
|
1377
|
+
"__id__": 0
|
|
1378
|
+
},
|
|
1379
|
+
"fileId": "72JvtSSe9MAoVOed+0eRIL",
|
|
1380
|
+
"instance": null,
|
|
1381
|
+
"targetOverrides": null,
|
|
1382
|
+
"nestedPrefabInstanceRoots": null
|
|
1383
|
+
},
|
|
1324
1384
|
{
|
|
1325
1385
|
"__type__": "cc.UITransform",
|
|
1326
1386
|
"_name": "",
|
|
@@ -1331,7 +1391,7 @@
|
|
|
1331
1391
|
},
|
|
1332
1392
|
"_enabled": true,
|
|
1333
1393
|
"__prefab": {
|
|
1334
|
-
"__id__":
|
|
1394
|
+
"__id__": 60
|
|
1335
1395
|
},
|
|
1336
1396
|
"_contentSize": {
|
|
1337
1397
|
"__type__": "cc.Size",
|
|
@@ -1359,8 +1419,9 @@
|
|
|
1359
1419
|
},
|
|
1360
1420
|
"_enabled": true,
|
|
1361
1421
|
"__prefab": {
|
|
1362
|
-
"__id__":
|
|
1422
|
+
"__id__": 62
|
|
1363
1423
|
},
|
|
1424
|
+
"_visFlags": 0,
|
|
1364
1425
|
"_customMaterial": null,
|
|
1365
1426
|
"_srcBlendFactor": 2,
|
|
1366
1427
|
"_dstBlendFactor": 4,
|
|
@@ -1417,7 +1478,7 @@
|
|
|
1417
1478
|
},
|
|
1418
1479
|
"_enabled": true,
|
|
1419
1480
|
"__prefab": {
|
|
1420
|
-
"__id__":
|
|
1481
|
+
"__id__": 65
|
|
1421
1482
|
},
|
|
1422
1483
|
"_contentSize": {
|
|
1423
1484
|
"__type__": "cc.Size",
|