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,2120 @@
1
+ [
2
+ {
3
+ "__type__": "cc.Prefab",
4
+ "_name": "yinsiUI",
5
+ "_objFlags": 0,
6
+ "__editorExtras__": {},
7
+ "_native": "",
8
+ "data": {
9
+ "__id__": 1
10
+ },
11
+ "optimizationPolicy": 0,
12
+ "persistent": false
13
+ },
14
+ {
15
+ "__type__": "cc.Node",
16
+ "_name": "yinsiUI",
17
+ "_objFlags": 0,
18
+ "__editorExtras__": {},
19
+ "_parent": null,
20
+ "_children": [
21
+ {
22
+ "__id__": 2
23
+ },
24
+ {
25
+ "__id__": 10
26
+ }
27
+ ],
28
+ "_active": false,
29
+ "_components": [
30
+ {
31
+ "__id__": 87
32
+ }
33
+ ],
34
+ "_prefab": {
35
+ "__id__": 89
36
+ },
37
+ "_lpos": {
38
+ "__type__": "cc.Vec3",
39
+ "x": 0,
40
+ "y": 0,
41
+ "z": 0
42
+ },
43
+ "_lrot": {
44
+ "__type__": "cc.Quat",
45
+ "x": 0,
46
+ "y": 0,
47
+ "z": 0,
48
+ "w": 1
49
+ },
50
+ "_lscale": {
51
+ "__type__": "cc.Vec3",
52
+ "x": 1,
53
+ "y": 1,
54
+ "z": 1
55
+ },
56
+ "_mobility": 0,
57
+ "_layer": 33554432,
58
+ "_euler": {
59
+ "__type__": "cc.Vec3",
60
+ "x": 0,
61
+ "y": 0,
62
+ "z": 0
63
+ },
64
+ "_id": ""
65
+ },
66
+ {
67
+ "__type__": "cc.Node",
68
+ "_name": "bg",
69
+ "_objFlags": 0,
70
+ "__editorExtras__": {},
71
+ "_parent": {
72
+ "__id__": 1
73
+ },
74
+ "_children": [],
75
+ "_active": true,
76
+ "_components": [
77
+ {
78
+ "__id__": 3
79
+ },
80
+ {
81
+ "__id__": 5
82
+ },
83
+ {
84
+ "__id__": 7
85
+ }
86
+ ],
87
+ "_prefab": {
88
+ "__id__": 9
89
+ },
90
+ "_lpos": {
91
+ "__type__": "cc.Vec3",
92
+ "x": 0,
93
+ "y": 0,
94
+ "z": 0
95
+ },
96
+ "_lrot": {
97
+ "__type__": "cc.Quat",
98
+ "x": 0,
99
+ "y": 0,
100
+ "z": 0,
101
+ "w": 1
102
+ },
103
+ "_lscale": {
104
+ "__type__": "cc.Vec3",
105
+ "x": 1,
106
+ "y": 1,
107
+ "z": 1
108
+ },
109
+ "_mobility": 0,
110
+ "_layer": 33554432,
111
+ "_euler": {
112
+ "__type__": "cc.Vec3",
113
+ "x": 0,
114
+ "y": 0,
115
+ "z": 0
116
+ },
117
+ "_id": ""
118
+ },
119
+ {
120
+ "__type__": "cc.UITransform",
121
+ "_name": "",
122
+ "_objFlags": 0,
123
+ "__editorExtras__": {},
124
+ "node": {
125
+ "__id__": 2
126
+ },
127
+ "_enabled": true,
128
+ "__prefab": {
129
+ "__id__": 4
130
+ },
131
+ "_contentSize": {
132
+ "__type__": "cc.Size",
133
+ "width": 750,
134
+ "height": 1800
135
+ },
136
+ "_anchorPoint": {
137
+ "__type__": "cc.Vec2",
138
+ "x": 0.5,
139
+ "y": 0.5
140
+ },
141
+ "_id": ""
142
+ },
143
+ {
144
+ "__type__": "cc.CompPrefabInfo",
145
+ "fileId": "50onK7581B1Zkb1q1XyAZd"
146
+ },
147
+ {
148
+ "__type__": "cc.Sprite",
149
+ "_name": "",
150
+ "_objFlags": 0,
151
+ "__editorExtras__": {},
152
+ "node": {
153
+ "__id__": 2
154
+ },
155
+ "_enabled": true,
156
+ "__prefab": {
157
+ "__id__": 6
158
+ },
159
+ "_customMaterial": null,
160
+ "_srcBlendFactor": 2,
161
+ "_dstBlendFactor": 4,
162
+ "_color": {
163
+ "__type__": "cc.Color",
164
+ "r": 0,
165
+ "g": 0,
166
+ "b": 0,
167
+ "a": 120
168
+ },
169
+ "_spriteFrame": null,
170
+ "_type": 0,
171
+ "_fillType": 0,
172
+ "_sizeMode": 0,
173
+ "_fillCenter": {
174
+ "__type__": "cc.Vec2",
175
+ "x": 0,
176
+ "y": 0
177
+ },
178
+ "_fillStart": 0,
179
+ "_fillRange": 0,
180
+ "_isTrimmedMode": true,
181
+ "_useGrayscale": false,
182
+ "_atlas": null,
183
+ "_id": ""
184
+ },
185
+ {
186
+ "__type__": "cc.CompPrefabInfo",
187
+ "fileId": "0bHm5o4GxB7pvwr39dhYGO"
188
+ },
189
+ {
190
+ "__type__": "cc.Button",
191
+ "_name": "",
192
+ "_objFlags": 0,
193
+ "__editorExtras__": {},
194
+ "node": {
195
+ "__id__": 2
196
+ },
197
+ "_enabled": true,
198
+ "__prefab": {
199
+ "__id__": 8
200
+ },
201
+ "clickEvents": [],
202
+ "_interactable": true,
203
+ "_transition": 0,
204
+ "_normalColor": {
205
+ "__type__": "cc.Color",
206
+ "r": 255,
207
+ "g": 255,
208
+ "b": 255,
209
+ "a": 255
210
+ },
211
+ "_hoverColor": {
212
+ "__type__": "cc.Color",
213
+ "r": 211,
214
+ "g": 211,
215
+ "b": 211,
216
+ "a": 255
217
+ },
218
+ "_pressedColor": {
219
+ "__type__": "cc.Color",
220
+ "r": 255,
221
+ "g": 255,
222
+ "b": 255,
223
+ "a": 255
224
+ },
225
+ "_disabledColor": {
226
+ "__type__": "cc.Color",
227
+ "r": 124,
228
+ "g": 124,
229
+ "b": 124,
230
+ "a": 255
231
+ },
232
+ "_normalSprite": null,
233
+ "_hoverSprite": null,
234
+ "_pressedSprite": null,
235
+ "_disabledSprite": null,
236
+ "_duration": 0.1,
237
+ "_zoomScale": 1.2,
238
+ "_target": null,
239
+ "_id": ""
240
+ },
241
+ {
242
+ "__type__": "cc.CompPrefabInfo",
243
+ "fileId": "aaBCR+2yVLErXW+A6t+vb6"
244
+ },
245
+ {
246
+ "__type__": "cc.PrefabInfo",
247
+ "root": {
248
+ "__id__": 1
249
+ },
250
+ "asset": {
251
+ "__id__": 0
252
+ },
253
+ "fileId": "c9ab74lXBG0KOx0zSX9TUi",
254
+ "instance": null,
255
+ "targetOverrides": null,
256
+ "nestedPrefabInstanceRoots": null
257
+ },
258
+ {
259
+ "__type__": "cc.Node",
260
+ "_name": "window",
261
+ "_objFlags": 0,
262
+ "__editorExtras__": {},
263
+ "_parent": {
264
+ "__id__": 1
265
+ },
266
+ "_children": [
267
+ {
268
+ "__id__": 11
269
+ },
270
+ {
271
+ "__id__": 67
272
+ }
273
+ ],
274
+ "_active": true,
275
+ "_components": [
276
+ {
277
+ "__id__": 82
278
+ },
279
+ {
280
+ "__id__": 84
281
+ }
282
+ ],
283
+ "_prefab": {
284
+ "__id__": 86
285
+ },
286
+ "_lpos": {
287
+ "__type__": "cc.Vec3",
288
+ "x": 0,
289
+ "y": 0,
290
+ "z": 0
291
+ },
292
+ "_lrot": {
293
+ "__type__": "cc.Quat",
294
+ "x": 0,
295
+ "y": 0,
296
+ "z": 0,
297
+ "w": 1
298
+ },
299
+ "_lscale": {
300
+ "__type__": "cc.Vec3",
301
+ "x": 1,
302
+ "y": 1,
303
+ "z": 1
304
+ },
305
+ "_mobility": 0,
306
+ "_layer": 33554432,
307
+ "_euler": {
308
+ "__type__": "cc.Vec3",
309
+ "x": 0,
310
+ "y": 0,
311
+ "z": 0
312
+ },
313
+ "_id": ""
314
+ },
315
+ {
316
+ "__type__": "cc.Node",
317
+ "_name": "ScrollView",
318
+ "_objFlags": 0,
319
+ "__editorExtras__": {},
320
+ "_parent": {
321
+ "__id__": 10
322
+ },
323
+ "_children": [
324
+ {
325
+ "__id__": 12
326
+ },
327
+ {
328
+ "__id__": 30
329
+ }
330
+ ],
331
+ "_active": true,
332
+ "_components": [
333
+ {
334
+ "__id__": 62
335
+ },
336
+ {
337
+ "__id__": 64
338
+ },
339
+ {
340
+ "__id__": 27
341
+ }
342
+ ],
343
+ "_prefab": {
344
+ "__id__": 66
345
+ },
346
+ "_lpos": {
347
+ "__type__": "cc.Vec3",
348
+ "x": 0,
349
+ "y": 50,
350
+ "z": 0
351
+ },
352
+ "_lrot": {
353
+ "__type__": "cc.Quat",
354
+ "x": 0,
355
+ "y": 0,
356
+ "z": 0,
357
+ "w": 1
358
+ },
359
+ "_lscale": {
360
+ "__type__": "cc.Vec3",
361
+ "x": 1,
362
+ "y": 1,
363
+ "z": 1
364
+ },
365
+ "_mobility": 0,
366
+ "_layer": 33554432,
367
+ "_euler": {
368
+ "__type__": "cc.Vec3",
369
+ "x": 0,
370
+ "y": 0,
371
+ "z": 0
372
+ },
373
+ "_id": ""
374
+ },
375
+ {
376
+ "__type__": "cc.Node",
377
+ "_name": "scrollBar",
378
+ "_objFlags": 0,
379
+ "__editorExtras__": {},
380
+ "_parent": {
381
+ "__id__": 11
382
+ },
383
+ "_children": [
384
+ {
385
+ "__id__": 13
386
+ }
387
+ ],
388
+ "_active": true,
389
+ "_components": [
390
+ {
391
+ "__id__": 19
392
+ },
393
+ {
394
+ "__id__": 21
395
+ },
396
+ {
397
+ "__id__": 23
398
+ },
399
+ {
400
+ "__id__": 25
401
+ }
402
+ ],
403
+ "_prefab": {
404
+ "__id__": 61
405
+ },
406
+ "_lpos": {
407
+ "__type__": "cc.Vec3",
408
+ "x": 325,
409
+ "y": 0,
410
+ "z": 0
411
+ },
412
+ "_lrot": {
413
+ "__type__": "cc.Quat",
414
+ "x": 0,
415
+ "y": 0,
416
+ "z": 0,
417
+ "w": 1
418
+ },
419
+ "_lscale": {
420
+ "__type__": "cc.Vec3",
421
+ "x": 1,
422
+ "y": 1,
423
+ "z": 1
424
+ },
425
+ "_mobility": 0,
426
+ "_layer": 33554432,
427
+ "_euler": {
428
+ "__type__": "cc.Vec3",
429
+ "x": 0,
430
+ "y": 0,
431
+ "z": 0
432
+ },
433
+ "_id": ""
434
+ },
435
+ {
436
+ "__type__": "cc.Node",
437
+ "_name": "bar",
438
+ "_objFlags": 0,
439
+ "__editorExtras__": {},
440
+ "_parent": {
441
+ "__id__": 12
442
+ },
443
+ "_children": [],
444
+ "_active": true,
445
+ "_components": [
446
+ {
447
+ "__id__": 14
448
+ },
449
+ {
450
+ "__id__": 16
451
+ }
452
+ ],
453
+ "_prefab": {
454
+ "__id__": 18
455
+ },
456
+ "_lpos": {
457
+ "__type__": "cc.Vec3",
458
+ "x": -11,
459
+ "y": -31.25,
460
+ "z": 0
461
+ },
462
+ "_lrot": {
463
+ "__type__": "cc.Quat",
464
+ "x": 0,
465
+ "y": 0,
466
+ "z": 0,
467
+ "w": 1
468
+ },
469
+ "_lscale": {
470
+ "__type__": "cc.Vec3",
471
+ "x": 1,
472
+ "y": 1,
473
+ "z": 1
474
+ },
475
+ "_mobility": 0,
476
+ "_layer": 33554432,
477
+ "_euler": {
478
+ "__type__": "cc.Vec3",
479
+ "x": 0,
480
+ "y": 0,
481
+ "z": 0
482
+ },
483
+ "_id": ""
484
+ },
485
+ {
486
+ "__type__": "cc.UITransform",
487
+ "_name": "",
488
+ "_objFlags": 0,
489
+ "__editorExtras__": {},
490
+ "node": {
491
+ "__id__": 13
492
+ },
493
+ "_enabled": true,
494
+ "__prefab": {
495
+ "__id__": 15
496
+ },
497
+ "_contentSize": {
498
+ "__type__": "cc.Size",
499
+ "width": 10,
500
+ "height": 156.25
501
+ },
502
+ "_anchorPoint": {
503
+ "__type__": "cc.Vec2",
504
+ "x": 0,
505
+ "y": 0
506
+ },
507
+ "_id": ""
508
+ },
509
+ {
510
+ "__type__": "cc.CompPrefabInfo",
511
+ "fileId": "deDRfce9lG051qNjn02W1+"
512
+ },
513
+ {
514
+ "__type__": "cc.Sprite",
515
+ "_name": "",
516
+ "_objFlags": 0,
517
+ "__editorExtras__": {},
518
+ "node": {
519
+ "__id__": 13
520
+ },
521
+ "_enabled": true,
522
+ "__prefab": {
523
+ "__id__": 17
524
+ },
525
+ "_customMaterial": null,
526
+ "_srcBlendFactor": 2,
527
+ "_dstBlendFactor": 4,
528
+ "_color": {
529
+ "__type__": "cc.Color",
530
+ "r": 255,
531
+ "g": 255,
532
+ "b": 255,
533
+ "a": 0
534
+ },
535
+ "_spriteFrame": {
536
+ "__uuid__": "afc47931-f066-46b0-90be-9fe61f213428@f9941",
537
+ "__expectedType__": "cc.SpriteFrame"
538
+ },
539
+ "_type": 1,
540
+ "_fillType": 0,
541
+ "_sizeMode": 0,
542
+ "_fillCenter": {
543
+ "__type__": "cc.Vec2",
544
+ "x": 0,
545
+ "y": 0
546
+ },
547
+ "_fillStart": 0,
548
+ "_fillRange": 0,
549
+ "_isTrimmedMode": true,
550
+ "_useGrayscale": false,
551
+ "_atlas": null,
552
+ "_id": ""
553
+ },
554
+ {
555
+ "__type__": "cc.CompPrefabInfo",
556
+ "fileId": "ac80lrjixJ96BFjeRdBTC8"
557
+ },
558
+ {
559
+ "__type__": "cc.PrefabInfo",
560
+ "root": {
561
+ "__id__": 1
562
+ },
563
+ "asset": {
564
+ "__id__": 0
565
+ },
566
+ "fileId": "03NXdXpCdHxY9jyQp0VBIE",
567
+ "instance": null,
568
+ "targetOverrides": null,
569
+ "nestedPrefabInstanceRoots": null
570
+ },
571
+ {
572
+ "__type__": "cc.UITransform",
573
+ "_name": "",
574
+ "_objFlags": 0,
575
+ "__editorExtras__": {},
576
+ "node": {
577
+ "__id__": 12
578
+ },
579
+ "_enabled": true,
580
+ "__prefab": {
581
+ "__id__": 20
582
+ },
583
+ "_contentSize": {
584
+ "__type__": "cc.Size",
585
+ "width": 12,
586
+ "height": 1000
587
+ },
588
+ "_anchorPoint": {
589
+ "__type__": "cc.Vec2",
590
+ "x": 1,
591
+ "y": 0.5
592
+ },
593
+ "_id": ""
594
+ },
595
+ {
596
+ "__type__": "cc.CompPrefabInfo",
597
+ "fileId": "98BVMnl+9AGrkTol/GSut2"
598
+ },
599
+ {
600
+ "__type__": "cc.Sprite",
601
+ "_name": "",
602
+ "_objFlags": 0,
603
+ "__editorExtras__": {},
604
+ "node": {
605
+ "__id__": 12
606
+ },
607
+ "_enabled": true,
608
+ "__prefab": {
609
+ "__id__": 22
610
+ },
611
+ "_customMaterial": null,
612
+ "_srcBlendFactor": 2,
613
+ "_dstBlendFactor": 4,
614
+ "_color": {
615
+ "__type__": "cc.Color",
616
+ "r": 255,
617
+ "g": 255,
618
+ "b": 255,
619
+ "a": 0
620
+ },
621
+ "_spriteFrame": {
622
+ "__uuid__": "ffb88a8f-af62-48f4-8f1d-3cb606443a43@f9941",
623
+ "__expectedType__": "cc.SpriteFrame"
624
+ },
625
+ "_type": 1,
626
+ "_fillType": 0,
627
+ "_sizeMode": 0,
628
+ "_fillCenter": {
629
+ "__type__": "cc.Vec2",
630
+ "x": 0,
631
+ "y": 0
632
+ },
633
+ "_fillStart": 0,
634
+ "_fillRange": 0,
635
+ "_isTrimmedMode": true,
636
+ "_useGrayscale": false,
637
+ "_atlas": null,
638
+ "_id": ""
639
+ },
640
+ {
641
+ "__type__": "cc.CompPrefabInfo",
642
+ "fileId": "afX9uqtuhCOYWI5Z7i2YB7"
643
+ },
644
+ {
645
+ "__type__": "cc.Widget",
646
+ "_name": "",
647
+ "_objFlags": 0,
648
+ "__editorExtras__": {},
649
+ "node": {
650
+ "__id__": 12
651
+ },
652
+ "_enabled": true,
653
+ "__prefab": {
654
+ "__id__": 24
655
+ },
656
+ "_alignFlags": 37,
657
+ "_target": null,
658
+ "_left": 0,
659
+ "_right": 0,
660
+ "_top": 0,
661
+ "_bottom": 0,
662
+ "_horizontalCenter": 0,
663
+ "_verticalCenter": 0,
664
+ "_isAbsLeft": true,
665
+ "_isAbsRight": true,
666
+ "_isAbsTop": true,
667
+ "_isAbsBottom": true,
668
+ "_isAbsHorizontalCenter": true,
669
+ "_isAbsVerticalCenter": true,
670
+ "_originalWidth": 0,
671
+ "_originalHeight": 250,
672
+ "_alignMode": 1,
673
+ "_lockFlags": 0,
674
+ "_id": ""
675
+ },
676
+ {
677
+ "__type__": "cc.CompPrefabInfo",
678
+ "fileId": "d665mtByVHq41RclL7GXw6"
679
+ },
680
+ {
681
+ "__type__": "cc.ScrollBar",
682
+ "_name": "",
683
+ "_objFlags": 0,
684
+ "__editorExtras__": {},
685
+ "node": {
686
+ "__id__": 12
687
+ },
688
+ "_enabled": true,
689
+ "__prefab": {
690
+ "__id__": 26
691
+ },
692
+ "_scrollView": {
693
+ "__id__": 27
694
+ },
695
+ "_handle": {
696
+ "__id__": 16
697
+ },
698
+ "_direction": 1,
699
+ "_enableAutoHide": false,
700
+ "_autoHideTime": 1,
701
+ "_id": ""
702
+ },
703
+ {
704
+ "__type__": "cc.CompPrefabInfo",
705
+ "fileId": "22rnXbVBxIKaBI8CKpxgF+"
706
+ },
707
+ {
708
+ "__type__": "cc.ScrollView",
709
+ "_name": "",
710
+ "_objFlags": 0,
711
+ "__editorExtras__": {},
712
+ "node": {
713
+ "__id__": 11
714
+ },
715
+ "_enabled": true,
716
+ "__prefab": {
717
+ "__id__": 28
718
+ },
719
+ "bounceDuration": 0.23,
720
+ "brake": 0.75,
721
+ "elastic": true,
722
+ "inertia": true,
723
+ "horizontal": false,
724
+ "vertical": true,
725
+ "cancelInnerEvents": true,
726
+ "scrollEvents": [],
727
+ "_content": {
728
+ "__id__": 29
729
+ },
730
+ "_horizontalScrollBar": null,
731
+ "_verticalScrollBar": {
732
+ "__id__": 25
733
+ },
734
+ "_id": ""
735
+ },
736
+ {
737
+ "__type__": "cc.CompPrefabInfo",
738
+ "fileId": "a5Ah8hPXlD+olvFOsMJfjl"
739
+ },
740
+ {
741
+ "__type__": "cc.Node",
742
+ "_name": "content",
743
+ "_objFlags": 0,
744
+ "__editorExtras__": {},
745
+ "_parent": {
746
+ "__id__": 30
747
+ },
748
+ "_children": [
749
+ {
750
+ "__id__": 38
751
+ },
752
+ {
753
+ "__id__": 44
754
+ },
755
+ {
756
+ "__id__": 50
757
+ }
758
+ ],
759
+ "_active": true,
760
+ "_components": [
761
+ {
762
+ "__id__": 56
763
+ },
764
+ {
765
+ "__id__": 58
766
+ }
767
+ ],
768
+ "_prefab": {
769
+ "__id__": 60
770
+ },
771
+ "_lpos": {
772
+ "__type__": "cc.Vec3",
773
+ "x": 0,
774
+ "y": 489.579,
775
+ "z": 0
776
+ },
777
+ "_lrot": {
778
+ "__type__": "cc.Quat",
779
+ "x": 0,
780
+ "y": 0,
781
+ "z": 0,
782
+ "w": 1
783
+ },
784
+ "_lscale": {
785
+ "__type__": "cc.Vec3",
786
+ "x": 1,
787
+ "y": 1,
788
+ "z": 1
789
+ },
790
+ "_mobility": 0,
791
+ "_layer": 33554432,
792
+ "_euler": {
793
+ "__type__": "cc.Vec3",
794
+ "x": 0,
795
+ "y": 0,
796
+ "z": 0
797
+ },
798
+ "_id": ""
799
+ },
800
+ {
801
+ "__type__": "cc.Node",
802
+ "_name": "view",
803
+ "_objFlags": 0,
804
+ "__editorExtras__": {},
805
+ "_parent": {
806
+ "__id__": 11
807
+ },
808
+ "_children": [
809
+ {
810
+ "__id__": 29
811
+ }
812
+ ],
813
+ "_active": true,
814
+ "_components": [
815
+ {
816
+ "__id__": 31
817
+ },
818
+ {
819
+ "__id__": 33
820
+ },
821
+ {
822
+ "__id__": 35
823
+ }
824
+ ],
825
+ "_prefab": {
826
+ "__id__": 37
827
+ },
828
+ "_lpos": {
829
+ "__type__": "cc.Vec3",
830
+ "x": 0,
831
+ "y": 0,
832
+ "z": 0
833
+ },
834
+ "_lrot": {
835
+ "__type__": "cc.Quat",
836
+ "x": 0,
837
+ "y": 0,
838
+ "z": 0,
839
+ "w": 1
840
+ },
841
+ "_lscale": {
842
+ "__type__": "cc.Vec3",
843
+ "x": 1,
844
+ "y": 1,
845
+ "z": 1
846
+ },
847
+ "_mobility": 0,
848
+ "_layer": 33554432,
849
+ "_euler": {
850
+ "__type__": "cc.Vec3",
851
+ "x": 0,
852
+ "y": 0,
853
+ "z": 0
854
+ },
855
+ "_id": ""
856
+ },
857
+ {
858
+ "__type__": "cc.UITransform",
859
+ "_name": "",
860
+ "_objFlags": 0,
861
+ "__editorExtras__": {},
862
+ "node": {
863
+ "__id__": 30
864
+ },
865
+ "_enabled": true,
866
+ "__prefab": {
867
+ "__id__": 32
868
+ },
869
+ "_contentSize": {
870
+ "__type__": "cc.Size",
871
+ "width": 650,
872
+ "height": 1000
873
+ },
874
+ "_anchorPoint": {
875
+ "__type__": "cc.Vec2",
876
+ "x": 0.5,
877
+ "y": 0.5
878
+ },
879
+ "_id": ""
880
+ },
881
+ {
882
+ "__type__": "cc.CompPrefabInfo",
883
+ "fileId": "afeinUL6FBK5+HujSPUncs"
884
+ },
885
+ {
886
+ "__type__": "cc.Mask",
887
+ "_name": "",
888
+ "_objFlags": 0,
889
+ "__editorExtras__": {},
890
+ "node": {
891
+ "__id__": 30
892
+ },
893
+ "_enabled": true,
894
+ "__prefab": {
895
+ "__id__": 34
896
+ },
897
+ "_type": 0,
898
+ "_inverted": false,
899
+ "_segments": 64,
900
+ "_alphaThreshold": 0.1,
901
+ "_id": ""
902
+ },
903
+ {
904
+ "__type__": "cc.CompPrefabInfo",
905
+ "fileId": "d71LdpcgdIMIvWi67IXt4k"
906
+ },
907
+ {
908
+ "__type__": "cc.Graphics",
909
+ "_name": "",
910
+ "_objFlags": 0,
911
+ "__editorExtras__": {},
912
+ "node": {
913
+ "__id__": 30
914
+ },
915
+ "_enabled": true,
916
+ "__prefab": {
917
+ "__id__": 36
918
+ },
919
+ "_customMaterial": null,
920
+ "_srcBlendFactor": 2,
921
+ "_dstBlendFactor": 4,
922
+ "_color": {
923
+ "__type__": "cc.Color",
924
+ "r": 255,
925
+ "g": 255,
926
+ "b": 255,
927
+ "a": 255
928
+ },
929
+ "_lineWidth": 1,
930
+ "_strokeColor": {
931
+ "__type__": "cc.Color",
932
+ "r": 0,
933
+ "g": 0,
934
+ "b": 0,
935
+ "a": 255
936
+ },
937
+ "_lineJoin": 2,
938
+ "_lineCap": 0,
939
+ "_fillColor": {
940
+ "__type__": "cc.Color",
941
+ "r": 255,
942
+ "g": 255,
943
+ "b": 255,
944
+ "a": 0
945
+ },
946
+ "_miterLimit": 10,
947
+ "_id": ""
948
+ },
949
+ {
950
+ "__type__": "cc.CompPrefabInfo",
951
+ "fileId": "884LCTcDxDUZ3OVtDVf0GG"
952
+ },
953
+ {
954
+ "__type__": "cc.PrefabInfo",
955
+ "root": {
956
+ "__id__": 1
957
+ },
958
+ "asset": {
959
+ "__id__": 0
960
+ },
961
+ "fileId": "92/V9Xr6VGGZtX7oRihg0x",
962
+ "instance": null,
963
+ "targetOverrides": null,
964
+ "nestedPrefabInstanceRoots": null
965
+ },
966
+ {
967
+ "__type__": "cc.Node",
968
+ "_name": "Label0",
969
+ "_objFlags": 0,
970
+ "__editorExtras__": {},
971
+ "_parent": {
972
+ "__id__": 29
973
+ },
974
+ "_children": [],
975
+ "_active": true,
976
+ "_components": [
977
+ {
978
+ "__id__": 39
979
+ },
980
+ {
981
+ "__id__": 41
982
+ }
983
+ ],
984
+ "_prefab": {
985
+ "__id__": 43
986
+ },
987
+ "_lpos": {
988
+ "__type__": "cc.Vec3",
989
+ "x": 0,
990
+ "y": -718.42,
991
+ "z": 0
992
+ },
993
+ "_lrot": {
994
+ "__type__": "cc.Quat",
995
+ "x": 0,
996
+ "y": 0,
997
+ "z": 0,
998
+ "w": 1
999
+ },
1000
+ "_lscale": {
1001
+ "__type__": "cc.Vec3",
1002
+ "x": 1,
1003
+ "y": 1,
1004
+ "z": 1
1005
+ },
1006
+ "_mobility": 0,
1007
+ "_layer": 33554432,
1008
+ "_euler": {
1009
+ "__type__": "cc.Vec3",
1010
+ "x": 0,
1011
+ "y": 0,
1012
+ "z": 0
1013
+ },
1014
+ "_id": ""
1015
+ },
1016
+ {
1017
+ "__type__": "cc.UITransform",
1018
+ "_name": "",
1019
+ "_objFlags": 0,
1020
+ "__editorExtras__": {},
1021
+ "node": {
1022
+ "__id__": 38
1023
+ },
1024
+ "_enabled": true,
1025
+ "__prefab": {
1026
+ "__id__": 40
1027
+ },
1028
+ "_contentSize": {
1029
+ "__type__": "cc.Size",
1030
+ "width": 620,
1031
+ "height": 1436.84
1032
+ },
1033
+ "_anchorPoint": {
1034
+ "__type__": "cc.Vec2",
1035
+ "x": 0.5,
1036
+ "y": 0.5
1037
+ },
1038
+ "_id": ""
1039
+ },
1040
+ {
1041
+ "__type__": "cc.CompPrefabInfo",
1042
+ "fileId": "d2RuIuRYhHpLs6vJzSYnfZ"
1043
+ },
1044
+ {
1045
+ "__type__": "cc.Label",
1046
+ "_name": "",
1047
+ "_objFlags": 0,
1048
+ "__editorExtras__": {},
1049
+ "node": {
1050
+ "__id__": 38
1051
+ },
1052
+ "_enabled": true,
1053
+ "__prefab": {
1054
+ "__id__": 42
1055
+ },
1056
+ "_customMaterial": null,
1057
+ "_srcBlendFactor": 2,
1058
+ "_dstBlendFactor": 4,
1059
+ "_color": {
1060
+ "__type__": "cc.Color",
1061
+ "r": 0,
1062
+ "g": 0,
1063
+ "b": 0,
1064
+ "a": 255
1065
+ },
1066
+ "_string": "\n《隐私政策》\n深圳市图灵游戏科技有限公司《隐私政策》由您(以下亦称 “用户” 或 “您”)与深圳市图灵游戏科技有限公司(下文亦称 “深圳市图灵游戏科技有限公司” 或 “我们”)共同缔结,本《隐私政策》具有合同效力。\n本《隐私政策》适用于我们为您提供的深圳市图灵游戏科技有限公司产品及服务。当您使用我们提供的产品和服务时,我们将按照本《隐私政策》的约定处理和保护您的个人信息,请仔细阅读并了解以下内容:\n一、我们如何收集和使用您的个人信息\n业务场景或功能:法律法规要求的实名认证\n收集频率:首次运行 APP\n信息类型:个人身份信息\n信息内容:姓名、身份证号码、电话号码\n采集信息的目的、场景说明:为了符合相关法律法规与政策要求,用户填写个人身份信息需进行实名认证\n备注:我们并不收集您的身份信息,仅用于实名认证\n业务场景或功能:法律法规要求\n收集频率:首次运行 APP\n信息类型:设备信息\n信息内容:IP 地址、IMEI、【AndroidID】、【Mac 地址】、【oaid】、【IDFA】、【OPENUDID】、【GUID】、【SIM 卡 IMSI】、【安装软件列表】、【位置】、【硬件设备序列号】、【运行中的进程】\n采集信息的目的、场景说明:为保障软件和服务的安全\n备注:我们并不收集您的身份信息,仅用于保障软件和服务的安全\n二、我们如何使用 Cookie 和同类技术\nCookie 是由用户访问的网站向浏览器发送的一小段文本,它通常包含标识符、站点名称以及一些号码和字符。它帮助浏览器记录有关访问活动的信息,例如会话信息、首选语言和其他一些设置。这样,用户在下次访问同样的网站时就能获得更轻松实用的访问体验。\n我们使用 Cookie 以实现诸多目的,如记录用户会话信息、登陆和操作状态、默认语言配置等。使用 Cookie 将使您在使用深圳市图灵游戏科技有限公司服务时获得更好的体验。\n我们不会将 Cookie 用于本《隐私政策》所述目的之外的任何用途。",
1067
+ "_horizontalAlign": 0,
1068
+ "_verticalAlign": 0,
1069
+ "_actualFontSize": 26,
1070
+ "_fontSize": 26,
1071
+ "_fontFamily": "Arial",
1072
+ "_lineHeight": 34,
1073
+ "_overflow": 3,
1074
+ "_enableWrapText": true,
1075
+ "_font": null,
1076
+ "_isSystemFontUsed": true,
1077
+ "_spacingX": 0,
1078
+ "_isItalic": false,
1079
+ "_isBold": false,
1080
+ "_isUnderline": false,
1081
+ "_underlineHeight": 2,
1082
+ "_cacheMode": 0,
1083
+ "_enableOutline": false,
1084
+ "_outlineColor": {
1085
+ "__type__": "cc.Color",
1086
+ "r": 0,
1087
+ "g": 0,
1088
+ "b": 0,
1089
+ "a": 255
1090
+ },
1091
+ "_outlineWidth": 2,
1092
+ "_enableShadow": false,
1093
+ "_shadowColor": {
1094
+ "__type__": "cc.Color",
1095
+ "r": 0,
1096
+ "g": 0,
1097
+ "b": 0,
1098
+ "a": 255
1099
+ },
1100
+ "_shadowOffset": {
1101
+ "__type__": "cc.Vec2",
1102
+ "x": 2,
1103
+ "y": 2
1104
+ },
1105
+ "_shadowBlur": 2,
1106
+ "_id": ""
1107
+ },
1108
+ {
1109
+ "__type__": "cc.CompPrefabInfo",
1110
+ "fileId": "dcJ44ok51JoZXKttmZWqaV"
1111
+ },
1112
+ {
1113
+ "__type__": "cc.PrefabInfo",
1114
+ "root": {
1115
+ "__id__": 1
1116
+ },
1117
+ "asset": {
1118
+ "__id__": 0
1119
+ },
1120
+ "fileId": "c5B8t9w0tG1LopXOGO36fb",
1121
+ "instance": null,
1122
+ "targetOverrides": null,
1123
+ "nestedPrefabInstanceRoots": null
1124
+ },
1125
+ {
1126
+ "__type__": "cc.Node",
1127
+ "_name": "Label1",
1128
+ "_objFlags": 0,
1129
+ "__editorExtras__": {},
1130
+ "_parent": {
1131
+ "__id__": 29
1132
+ },
1133
+ "_children": [],
1134
+ "_active": true,
1135
+ "_components": [
1136
+ {
1137
+ "__id__": 45
1138
+ },
1139
+ {
1140
+ "__id__": 47
1141
+ }
1142
+ ],
1143
+ "_prefab": {
1144
+ "__id__": 49
1145
+ },
1146
+ "_lpos": {
1147
+ "__type__": "cc.Vec3",
1148
+ "x": 0,
1149
+ "y": -2546.26,
1150
+ "z": 0
1151
+ },
1152
+ "_lrot": {
1153
+ "__type__": "cc.Quat",
1154
+ "x": 0,
1155
+ "y": 0,
1156
+ "z": 0,
1157
+ "w": 1
1158
+ },
1159
+ "_lscale": {
1160
+ "__type__": "cc.Vec3",
1161
+ "x": 1,
1162
+ "y": 1,
1163
+ "z": 1
1164
+ },
1165
+ "_mobility": 0,
1166
+ "_layer": 33554432,
1167
+ "_euler": {
1168
+ "__type__": "cc.Vec3",
1169
+ "x": 0,
1170
+ "y": 0,
1171
+ "z": 0
1172
+ },
1173
+ "_id": ""
1174
+ },
1175
+ {
1176
+ "__type__": "cc.UITransform",
1177
+ "_name": "",
1178
+ "_objFlags": 0,
1179
+ "__editorExtras__": {},
1180
+ "node": {
1181
+ "__id__": 44
1182
+ },
1183
+ "_enabled": true,
1184
+ "__prefab": {
1185
+ "__id__": 46
1186
+ },
1187
+ "_contentSize": {
1188
+ "__type__": "cc.Size",
1189
+ "width": 620,
1190
+ "height": 2218.84
1191
+ },
1192
+ "_anchorPoint": {
1193
+ "__type__": "cc.Vec2",
1194
+ "x": 0.5,
1195
+ "y": 0.5
1196
+ },
1197
+ "_id": ""
1198
+ },
1199
+ {
1200
+ "__type__": "cc.CompPrefabInfo",
1201
+ "fileId": "c2lZdpohtKD5zuhgtBz1IH"
1202
+ },
1203
+ {
1204
+ "__type__": "cc.Label",
1205
+ "_name": "",
1206
+ "_objFlags": 0,
1207
+ "__editorExtras__": {},
1208
+ "node": {
1209
+ "__id__": 44
1210
+ },
1211
+ "_enabled": true,
1212
+ "__prefab": {
1213
+ "__id__": 48
1214
+ },
1215
+ "_customMaterial": null,
1216
+ "_srcBlendFactor": 2,
1217
+ "_dstBlendFactor": 4,
1218
+ "_color": {
1219
+ "__type__": "cc.Color",
1220
+ "r": 0,
1221
+ "g": 0,
1222
+ "b": 0,
1223
+ "a": 255
1224
+ },
1225
+ "_string": "三、我们如何共享您的个人信息\n1、共享\n我们不会与深圳市图灵游戏科技有限公司以外的任何公司、组织和个人分享您的个人信息,但以下情况除外:\n(1) 向您提供深圳市图灵游戏科技有限公司服务,我们可能向合作伙伴及其他第三方分享您的信息,以实现您需要的核心功能或提供您需要的服务;\n(2) 维护和改善深圳市图灵游戏科技有限公司服务,我们可能向合作伙伴及其他第三方分享您的信息,以帮助我们为您提供更有针对性、更完善的服务;\n(3) 实现本《隐私政策》第二部分 “我们如何收集和使用您的个人信息” 所述目的;\n(4) 履行我们在本《隐私政策》或我们与您达成的其他协议中的义务和 / 或行使我们的权利;\n(5) 我们可能会根据法律法规规定,或按国家司法机关及其他有关机关基于法定程序的要求,对外共享您的个人信息;\n(6) 基于您本人或您的监护人的合法要求而提供;\n(7) 基于符合法律法规的社会公共利益而提供。\n四、我们如何储存和保护您的个人信息\n1、我们仅在本《隐私政策》所述目的所必需期间和法律法规要求的最短时限(例如根据《移动互联网应用程序信息服务管理规定》移动应用提供者应记录用户日志信息,并保持六十日)内储存您的个人信息。我们将会按照《网络安全法》等相关法律法规规定的期限保存您的个人信息。\n2、我们在中华人民共和国境内运营中收集和产生的个人信息,储存在中华人民共和国境内,未获得您的明示授权、法律法规的明确规定及 / 或相关主管机构的要求,我们不会将您的个人信息转移出境。\n3、我们已使用符合业界标准的安全防护措施保护您提供的个人信息,防止数据遭到未经授权访问、公开披露、使用、修改、损坏或丢失。我们会采取一切合理可行的措施,保护您的个人信息。\n五、您的权利\n按照中华人民共和国相关的法律、法规、标准,以及其他国家、地区的通行做法,我们保障您对自己的个人信息行使以下权利:\n1、访问您的个人信息\n(1) 您有权访问您的个人信息,法律法规规定的例外情况除外。如果您想行使数据访问权,通过访问 “个人中心” 自行操作。在 “个人中心”,您可以查看您的账号信息、订单信息等。\n(2) 如果您无法通过上述方式访问您的个人信息,或希望访问您在使用我们的产品或服务过程中产生的其他个人信息,您可以通过深联系我们提出您的访问请求,我们将在 15 个工作日内回复您的访问请求。\n2、修改、更正您的个人信息\n(1) 您有权对您的个人信息进行修改,法律法规规定的例外情况除外。如果您想行使数据修改、更正权,通过访问 “个人中心” 自行操作。在 “个人中心”,您可以修改账号昵称、登陆密码、性别、职业、所在地等信息。\n(2) 当您发现我们处理的关于您的个人信息有错误而无法自行更正时,您有权要求我们做出更正。您可以联系我们并提出您的更正请求,我们将在 15 个工作日内回复您的更正请求。\n3、删除您的个人信息\n在以下情形中,您可以向我们提出删除个人信息的请求:\n(1) 如果我们处理个人信息的行为违反法律法规;\n(2) 如果我们收集、使用您的个人信息,却未征得您的同意;\n(3) 如果我们处理个人信息的行为违反了与您的约定;",
1226
+ "_horizontalAlign": 0,
1227
+ "_verticalAlign": 0,
1228
+ "_actualFontSize": 26,
1229
+ "_fontSize": 26,
1230
+ "_fontFamily": "Arial",
1231
+ "_lineHeight": 34,
1232
+ "_overflow": 3,
1233
+ "_enableWrapText": true,
1234
+ "_font": null,
1235
+ "_isSystemFontUsed": true,
1236
+ "_spacingX": 0,
1237
+ "_isItalic": false,
1238
+ "_isBold": false,
1239
+ "_isUnderline": false,
1240
+ "_underlineHeight": 2,
1241
+ "_cacheMode": 0,
1242
+ "_enableOutline": false,
1243
+ "_outlineColor": {
1244
+ "__type__": "cc.Color",
1245
+ "r": 0,
1246
+ "g": 0,
1247
+ "b": 0,
1248
+ "a": 255
1249
+ },
1250
+ "_outlineWidth": 2,
1251
+ "_enableShadow": false,
1252
+ "_shadowColor": {
1253
+ "__type__": "cc.Color",
1254
+ "r": 0,
1255
+ "g": 0,
1256
+ "b": 0,
1257
+ "a": 255
1258
+ },
1259
+ "_shadowOffset": {
1260
+ "__type__": "cc.Vec2",
1261
+ "x": 2,
1262
+ "y": 2
1263
+ },
1264
+ "_shadowBlur": 2,
1265
+ "_id": ""
1266
+ },
1267
+ {
1268
+ "__type__": "cc.CompPrefabInfo",
1269
+ "fileId": "1fWU0g1HJHkK9204oiLiyG"
1270
+ },
1271
+ {
1272
+ "__type__": "cc.PrefabInfo",
1273
+ "root": {
1274
+ "__id__": 1
1275
+ },
1276
+ "asset": {
1277
+ "__id__": 0
1278
+ },
1279
+ "fileId": "bbr5zPOyNHZ4V7q9Yyd4yT",
1280
+ "instance": null,
1281
+ "targetOverrides": null,
1282
+ "nestedPrefabInstanceRoots": null
1283
+ },
1284
+ {
1285
+ "__type__": "cc.Node",
1286
+ "_name": "Label2",
1287
+ "_objFlags": 0,
1288
+ "__editorExtras__": {},
1289
+ "_parent": {
1290
+ "__id__": 29
1291
+ },
1292
+ "_children": [],
1293
+ "_active": true,
1294
+ "_components": [
1295
+ {
1296
+ "__id__": 51
1297
+ },
1298
+ {
1299
+ "__id__": 53
1300
+ }
1301
+ ],
1302
+ "_prefab": {
1303
+ "__id__": 55
1304
+ },
1305
+ "_lpos": {
1306
+ "__type__": "cc.Vec3",
1307
+ "x": 0,
1308
+ "y": -4051.1000000000004,
1309
+ "z": 0
1310
+ },
1311
+ "_lrot": {
1312
+ "__type__": "cc.Quat",
1313
+ "x": 0,
1314
+ "y": 0,
1315
+ "z": 0,
1316
+ "w": 1
1317
+ },
1318
+ "_lscale": {
1319
+ "__type__": "cc.Vec3",
1320
+ "x": 1,
1321
+ "y": 1,
1322
+ "z": 1
1323
+ },
1324
+ "_mobility": 0,
1325
+ "_layer": 33554432,
1326
+ "_euler": {
1327
+ "__type__": "cc.Vec3",
1328
+ "x": 0,
1329
+ "y": 0,
1330
+ "z": 0
1331
+ },
1332
+ "_id": ""
1333
+ },
1334
+ {
1335
+ "__type__": "cc.UITransform",
1336
+ "_name": "",
1337
+ "_objFlags": 0,
1338
+ "__editorExtras__": {},
1339
+ "node": {
1340
+ "__id__": 50
1341
+ },
1342
+ "_enabled": true,
1343
+ "__prefab": {
1344
+ "__id__": 52
1345
+ },
1346
+ "_contentSize": {
1347
+ "__type__": "cc.Size",
1348
+ "width": 620,
1349
+ "height": 790.84
1350
+ },
1351
+ "_anchorPoint": {
1352
+ "__type__": "cc.Vec2",
1353
+ "x": 0.5,
1354
+ "y": 0.5
1355
+ },
1356
+ "_id": ""
1357
+ },
1358
+ {
1359
+ "__type__": "cc.CompPrefabInfo",
1360
+ "fileId": "5bkmbh/4tFtb1vXzfxskMm"
1361
+ },
1362
+ {
1363
+ "__type__": "cc.Label",
1364
+ "_name": "",
1365
+ "_objFlags": 0,
1366
+ "__editorExtras__": {},
1367
+ "node": {
1368
+ "__id__": 50
1369
+ },
1370
+ "_enabled": true,
1371
+ "__prefab": {
1372
+ "__id__": 54
1373
+ },
1374
+ "_customMaterial": null,
1375
+ "_srcBlendFactor": 2,
1376
+ "_dstBlendFactor": 4,
1377
+ "_color": {
1378
+ "__type__": "cc.Color",
1379
+ "r": 0,
1380
+ "g": 0,
1381
+ "b": 0,
1382
+ "a": 255
1383
+ },
1384
+ "_string": "六、未成年人的个人信息保护\n1、我们非常重视对未成年人的个人信息保护。尽管各地法律和习俗对未成年人的定义不同,但我们将不满 18 周岁的任何自然人均视为未成年人。\n2、我们会按照国家防沉迷政策要求,通过启用防沉迷系统保护未成年人的合法权益。我们会通过实名身份等信息校验判断相关账号的实名信息是否为未成年人,进而决定是否将此账号纳入到防沉迷体系中。\n3、如果您是未满 14 周岁的未成年人,请您通知您的监护人共同阅读并接受我们的《儿童信息及隐私保护政策》并在您使用深圳市图灵游戏科技有限公司服务、提交个人信息之前,寻求其同意和指导。\n七、如何联系我们\n1、如您对隐私政策的内容或使用我们的服务时遇到的与隐私保护相关的事宜有任何疑问或进行咨询或投诉、举报时,均可以通过如下任一方式与我们取得联系:\n(1) 通过深圳市图灵游戏科技有限公司官方网站公布的联系方式与我们联系;\n(3) 写信至:深圳市宝安区西乡街道渔业社区华丰新能源科技产业大楼 1202;邮编:518100。\n本协议于 2024 年 7 月 11 日正式生效\n联系方式:wurenxian@xplaymobile.com",
1385
+ "_horizontalAlign": 0,
1386
+ "_verticalAlign": 0,
1387
+ "_actualFontSize": 26,
1388
+ "_fontSize": 26,
1389
+ "_fontFamily": "Arial",
1390
+ "_lineHeight": 34,
1391
+ "_overflow": 3,
1392
+ "_enableWrapText": true,
1393
+ "_font": null,
1394
+ "_isSystemFontUsed": true,
1395
+ "_spacingX": 0,
1396
+ "_isItalic": false,
1397
+ "_isBold": false,
1398
+ "_isUnderline": false,
1399
+ "_underlineHeight": 2,
1400
+ "_cacheMode": 0,
1401
+ "_enableOutline": false,
1402
+ "_outlineColor": {
1403
+ "__type__": "cc.Color",
1404
+ "r": 0,
1405
+ "g": 0,
1406
+ "b": 0,
1407
+ "a": 255
1408
+ },
1409
+ "_outlineWidth": 2,
1410
+ "_enableShadow": false,
1411
+ "_shadowColor": {
1412
+ "__type__": "cc.Color",
1413
+ "r": 0,
1414
+ "g": 0,
1415
+ "b": 0,
1416
+ "a": 255
1417
+ },
1418
+ "_shadowOffset": {
1419
+ "__type__": "cc.Vec2",
1420
+ "x": 2,
1421
+ "y": 2
1422
+ },
1423
+ "_shadowBlur": 2,
1424
+ "_id": ""
1425
+ },
1426
+ {
1427
+ "__type__": "cc.CompPrefabInfo",
1428
+ "fileId": "7dh5MCtI5GvYdIA88Snici"
1429
+ },
1430
+ {
1431
+ "__type__": "cc.PrefabInfo",
1432
+ "root": {
1433
+ "__id__": 1
1434
+ },
1435
+ "asset": {
1436
+ "__id__": 0
1437
+ },
1438
+ "fileId": "4bbUA5Jo1KtL4CMv/QzXrJ",
1439
+ "instance": null,
1440
+ "targetOverrides": null,
1441
+ "nestedPrefabInstanceRoots": null
1442
+ },
1443
+ {
1444
+ "__type__": "cc.UITransform",
1445
+ "_name": "",
1446
+ "_objFlags": 0,
1447
+ "__editorExtras__": {},
1448
+ "node": {
1449
+ "__id__": 29
1450
+ },
1451
+ "_enabled": true,
1452
+ "__prefab": {
1453
+ "__id__": 57
1454
+ },
1455
+ "_contentSize": {
1456
+ "__type__": "cc.Size",
1457
+ "width": 650,
1458
+ "height": 4900
1459
+ },
1460
+ "_anchorPoint": {
1461
+ "__type__": "cc.Vec2",
1462
+ "x": 0.5,
1463
+ "y": 1
1464
+ },
1465
+ "_id": ""
1466
+ },
1467
+ {
1468
+ "__type__": "cc.CompPrefabInfo",
1469
+ "fileId": "e2fI+eYfZMCLZmAq0du6yz"
1470
+ },
1471
+ {
1472
+ "__type__": "cc.Layout",
1473
+ "_name": "",
1474
+ "_objFlags": 0,
1475
+ "__editorExtras__": {},
1476
+ "node": {
1477
+ "__id__": 29
1478
+ },
1479
+ "_enabled": true,
1480
+ "__prefab": {
1481
+ "__id__": 59
1482
+ },
1483
+ "_resizeMode": 0,
1484
+ "_layoutType": 2,
1485
+ "_cellSize": {
1486
+ "__type__": "cc.Size",
1487
+ "width": 40,
1488
+ "height": 40
1489
+ },
1490
+ "_startAxis": 0,
1491
+ "_paddingLeft": 0,
1492
+ "_paddingRight": 0,
1493
+ "_paddingTop": 0,
1494
+ "_paddingBottom": 0,
1495
+ "_spacingX": 0,
1496
+ "_spacingY": 0,
1497
+ "_verticalDirection": 1,
1498
+ "_horizontalDirection": 0,
1499
+ "_constraint": 0,
1500
+ "_constraintNum": 2,
1501
+ "_affectedByScale": false,
1502
+ "_isAlign": false,
1503
+ "_id": ""
1504
+ },
1505
+ {
1506
+ "__type__": "cc.CompPrefabInfo",
1507
+ "fileId": "16ow7ipNxC34Dqr2HqjdrM"
1508
+ },
1509
+ {
1510
+ "__type__": "cc.PrefabInfo",
1511
+ "root": {
1512
+ "__id__": 1
1513
+ },
1514
+ "asset": {
1515
+ "__id__": 0
1516
+ },
1517
+ "fileId": "95TGfruXxPZ6p+ydIg1O0+",
1518
+ "instance": null,
1519
+ "targetOverrides": null,
1520
+ "nestedPrefabInstanceRoots": null
1521
+ },
1522
+ {
1523
+ "__type__": "cc.PrefabInfo",
1524
+ "root": {
1525
+ "__id__": 1
1526
+ },
1527
+ "asset": {
1528
+ "__id__": 0
1529
+ },
1530
+ "fileId": "daKDoqehZKJJH7DtRQ2Llm",
1531
+ "instance": null,
1532
+ "targetOverrides": null,
1533
+ "nestedPrefabInstanceRoots": null
1534
+ },
1535
+ {
1536
+ "__type__": "cc.UITransform",
1537
+ "_name": "",
1538
+ "_objFlags": 0,
1539
+ "__editorExtras__": {},
1540
+ "node": {
1541
+ "__id__": 11
1542
+ },
1543
+ "_enabled": true,
1544
+ "__prefab": {
1545
+ "__id__": 63
1546
+ },
1547
+ "_contentSize": {
1548
+ "__type__": "cc.Size",
1549
+ "width": 650,
1550
+ "height": 1000
1551
+ },
1552
+ "_anchorPoint": {
1553
+ "__type__": "cc.Vec2",
1554
+ "x": 0.5,
1555
+ "y": 0.5
1556
+ },
1557
+ "_id": ""
1558
+ },
1559
+ {
1560
+ "__type__": "cc.CompPrefabInfo",
1561
+ "fileId": "a8stom8EBIb7NYVM/FjIpw"
1562
+ },
1563
+ {
1564
+ "__type__": "cc.Sprite",
1565
+ "_name": "",
1566
+ "_objFlags": 0,
1567
+ "__editorExtras__": {},
1568
+ "node": {
1569
+ "__id__": 11
1570
+ },
1571
+ "_enabled": true,
1572
+ "__prefab": {
1573
+ "__id__": 65
1574
+ },
1575
+ "_customMaterial": null,
1576
+ "_srcBlendFactor": 2,
1577
+ "_dstBlendFactor": 4,
1578
+ "_color": {
1579
+ "__type__": "cc.Color",
1580
+ "r": 255,
1581
+ "g": 255,
1582
+ "b": 255,
1583
+ "a": 255
1584
+ },
1585
+ "_spriteFrame": {
1586
+ "__uuid__": "b730527c-3233-41c2-aaf7-7cdab58f9749@f9941",
1587
+ "__expectedType__": "cc.SpriteFrame"
1588
+ },
1589
+ "_type": 1,
1590
+ "_fillType": 0,
1591
+ "_sizeMode": 0,
1592
+ "_fillCenter": {
1593
+ "__type__": "cc.Vec2",
1594
+ "x": 0,
1595
+ "y": 0
1596
+ },
1597
+ "_fillStart": 0,
1598
+ "_fillRange": 0,
1599
+ "_isTrimmedMode": true,
1600
+ "_useGrayscale": false,
1601
+ "_atlas": null,
1602
+ "_id": ""
1603
+ },
1604
+ {
1605
+ "__type__": "cc.CompPrefabInfo",
1606
+ "fileId": "11Xh2bJUVFhoaMSOEvN9xz"
1607
+ },
1608
+ {
1609
+ "__type__": "cc.PrefabInfo",
1610
+ "root": {
1611
+ "__id__": 1
1612
+ },
1613
+ "asset": {
1614
+ "__id__": 0
1615
+ },
1616
+ "fileId": "9dk6a5u29OG68UlQZfCDWO",
1617
+ "instance": null,
1618
+ "targetOverrides": null,
1619
+ "nestedPrefabInstanceRoots": null
1620
+ },
1621
+ {
1622
+ "__type__": "cc.Node",
1623
+ "_name": "closeBtn",
1624
+ "_objFlags": 0,
1625
+ "__editorExtras__": {},
1626
+ "_parent": {
1627
+ "__id__": 10
1628
+ },
1629
+ "_children": [
1630
+ {
1631
+ "__id__": 68
1632
+ }
1633
+ ],
1634
+ "_active": true,
1635
+ "_components": [
1636
+ {
1637
+ "__id__": 74
1638
+ },
1639
+ {
1640
+ "__id__": 76
1641
+ },
1642
+ {
1643
+ "__id__": 78
1644
+ }
1645
+ ],
1646
+ "_prefab": {
1647
+ "__id__": 81
1648
+ },
1649
+ "_lpos": {
1650
+ "__type__": "cc.Vec3",
1651
+ "x": 0,
1652
+ "y": -515,
1653
+ "z": 0
1654
+ },
1655
+ "_lrot": {
1656
+ "__type__": "cc.Quat",
1657
+ "x": 0,
1658
+ "y": 0,
1659
+ "z": 0,
1660
+ "w": 1
1661
+ },
1662
+ "_lscale": {
1663
+ "__type__": "cc.Vec3",
1664
+ "x": 1,
1665
+ "y": 1,
1666
+ "z": 1
1667
+ },
1668
+ "_mobility": 0,
1669
+ "_layer": 33554432,
1670
+ "_euler": {
1671
+ "__type__": "cc.Vec3",
1672
+ "x": 0,
1673
+ "y": 0,
1674
+ "z": 0
1675
+ },
1676
+ "_id": ""
1677
+ },
1678
+ {
1679
+ "__type__": "cc.Node",
1680
+ "_name": "Label",
1681
+ "_objFlags": 0,
1682
+ "__editorExtras__": {},
1683
+ "_parent": {
1684
+ "__id__": 67
1685
+ },
1686
+ "_children": [],
1687
+ "_active": true,
1688
+ "_components": [
1689
+ {
1690
+ "__id__": 69
1691
+ },
1692
+ {
1693
+ "__id__": 71
1694
+ }
1695
+ ],
1696
+ "_prefab": {
1697
+ "__id__": 73
1698
+ },
1699
+ "_lpos": {
1700
+ "__type__": "cc.Vec3",
1701
+ "x": 0,
1702
+ "y": 0,
1703
+ "z": 0
1704
+ },
1705
+ "_lrot": {
1706
+ "__type__": "cc.Quat",
1707
+ "x": 0,
1708
+ "y": 0,
1709
+ "z": 0,
1710
+ "w": 1
1711
+ },
1712
+ "_lscale": {
1713
+ "__type__": "cc.Vec3",
1714
+ "x": 1,
1715
+ "y": 1,
1716
+ "z": 1
1717
+ },
1718
+ "_mobility": 0,
1719
+ "_layer": 33554432,
1720
+ "_euler": {
1721
+ "__type__": "cc.Vec3",
1722
+ "x": 0,
1723
+ "y": 0,
1724
+ "z": 0
1725
+ },
1726
+ "_id": ""
1727
+ },
1728
+ {
1729
+ "__type__": "cc.UITransform",
1730
+ "_name": "",
1731
+ "_objFlags": 0,
1732
+ "__editorExtras__": {},
1733
+ "node": {
1734
+ "__id__": 68
1735
+ },
1736
+ "_enabled": true,
1737
+ "__prefab": {
1738
+ "__id__": 70
1739
+ },
1740
+ "_contentSize": {
1741
+ "__type__": "cc.Size",
1742
+ "width": 100,
1743
+ "height": 40
1744
+ },
1745
+ "_anchorPoint": {
1746
+ "__type__": "cc.Vec2",
1747
+ "x": 0.5,
1748
+ "y": 0.5
1749
+ },
1750
+ "_id": ""
1751
+ },
1752
+ {
1753
+ "__type__": "cc.CompPrefabInfo",
1754
+ "fileId": "9erQzy8jFEmZ+GmTre7lor"
1755
+ },
1756
+ {
1757
+ "__type__": "cc.Label",
1758
+ "_name": "",
1759
+ "_objFlags": 0,
1760
+ "__editorExtras__": {},
1761
+ "node": {
1762
+ "__id__": 68
1763
+ },
1764
+ "_enabled": true,
1765
+ "__prefab": {
1766
+ "__id__": 72
1767
+ },
1768
+ "_customMaterial": null,
1769
+ "_srcBlendFactor": 2,
1770
+ "_dstBlendFactor": 4,
1771
+ "_color": {
1772
+ "__type__": "cc.Color",
1773
+ "r": 0,
1774
+ "g": 0,
1775
+ "b": 0,
1776
+ "a": 255
1777
+ },
1778
+ "_string": "关闭",
1779
+ "_horizontalAlign": 1,
1780
+ "_verticalAlign": 1,
1781
+ "_actualFontSize": 35,
1782
+ "_fontSize": 35,
1783
+ "_fontFamily": "Arial",
1784
+ "_lineHeight": 40,
1785
+ "_overflow": 1,
1786
+ "_enableWrapText": false,
1787
+ "_font": null,
1788
+ "_isSystemFontUsed": true,
1789
+ "_spacingX": 0,
1790
+ "_isItalic": false,
1791
+ "_isBold": false,
1792
+ "_isUnderline": false,
1793
+ "_underlineHeight": 2,
1794
+ "_cacheMode": 0,
1795
+ "_enableOutline": false,
1796
+ "_outlineColor": {
1797
+ "__type__": "cc.Color",
1798
+ "r": 0,
1799
+ "g": 0,
1800
+ "b": 0,
1801
+ "a": 255
1802
+ },
1803
+ "_outlineWidth": 2,
1804
+ "_enableShadow": false,
1805
+ "_shadowColor": {
1806
+ "__type__": "cc.Color",
1807
+ "r": 0,
1808
+ "g": 0,
1809
+ "b": 0,
1810
+ "a": 255
1811
+ },
1812
+ "_shadowOffset": {
1813
+ "__type__": "cc.Vec2",
1814
+ "x": 2,
1815
+ "y": 2
1816
+ },
1817
+ "_shadowBlur": 2,
1818
+ "_id": ""
1819
+ },
1820
+ {
1821
+ "__type__": "cc.CompPrefabInfo",
1822
+ "fileId": "97uK2B8MVMLb7q273qw41l"
1823
+ },
1824
+ {
1825
+ "__type__": "cc.PrefabInfo",
1826
+ "root": {
1827
+ "__id__": 1
1828
+ },
1829
+ "asset": {
1830
+ "__id__": 0
1831
+ },
1832
+ "fileId": "7fj4vSYo9IjowVjG6JZd1d",
1833
+ "instance": null,
1834
+ "targetOverrides": null,
1835
+ "nestedPrefabInstanceRoots": null
1836
+ },
1837
+ {
1838
+ "__type__": "cc.UITransform",
1839
+ "_name": "",
1840
+ "_objFlags": 0,
1841
+ "__editorExtras__": {},
1842
+ "node": {
1843
+ "__id__": 67
1844
+ },
1845
+ "_enabled": true,
1846
+ "__prefab": {
1847
+ "__id__": 75
1848
+ },
1849
+ "_contentSize": {
1850
+ "__type__": "cc.Size",
1851
+ "width": 160,
1852
+ "height": 80
1853
+ },
1854
+ "_anchorPoint": {
1855
+ "__type__": "cc.Vec2",
1856
+ "x": 0.5,
1857
+ "y": 0.5
1858
+ },
1859
+ "_id": ""
1860
+ },
1861
+ {
1862
+ "__type__": "cc.CompPrefabInfo",
1863
+ "fileId": "e5SSTh9PtCRY484QZSxIHD"
1864
+ },
1865
+ {
1866
+ "__type__": "cc.Sprite",
1867
+ "_name": "",
1868
+ "_objFlags": 0,
1869
+ "__editorExtras__": {},
1870
+ "node": {
1871
+ "__id__": 67
1872
+ },
1873
+ "_enabled": true,
1874
+ "__prefab": {
1875
+ "__id__": 77
1876
+ },
1877
+ "_customMaterial": null,
1878
+ "_srcBlendFactor": 2,
1879
+ "_dstBlendFactor": 4,
1880
+ "_color": {
1881
+ "__type__": "cc.Color",
1882
+ "r": 209,
1883
+ "g": 211,
1884
+ "b": 209,
1885
+ "a": 255
1886
+ },
1887
+ "_spriteFrame": {
1888
+ "__uuid__": "9fea1df9-2161-47b6-a8c0-27bbfb0a956f@f9941",
1889
+ "__expectedType__": "cc.SpriteFrame"
1890
+ },
1891
+ "_type": 1,
1892
+ "_fillType": 0,
1893
+ "_sizeMode": 0,
1894
+ "_fillCenter": {
1895
+ "__type__": "cc.Vec2",
1896
+ "x": 0,
1897
+ "y": 0
1898
+ },
1899
+ "_fillStart": 0,
1900
+ "_fillRange": 0,
1901
+ "_isTrimmedMode": true,
1902
+ "_useGrayscale": false,
1903
+ "_atlas": null,
1904
+ "_id": ""
1905
+ },
1906
+ {
1907
+ "__type__": "cc.CompPrefabInfo",
1908
+ "fileId": "caO8IteKRDY4Rz7NmDeH9c"
1909
+ },
1910
+ {
1911
+ "__type__": "cc.Button",
1912
+ "_name": "",
1913
+ "_objFlags": 0,
1914
+ "__editorExtras__": {},
1915
+ "node": {
1916
+ "__id__": 67
1917
+ },
1918
+ "_enabled": true,
1919
+ "__prefab": {
1920
+ "__id__": 79
1921
+ },
1922
+ "clickEvents": [
1923
+ {
1924
+ "__id__": 80
1925
+ }
1926
+ ],
1927
+ "_interactable": true,
1928
+ "_transition": 3,
1929
+ "_normalColor": {
1930
+ "__type__": "cc.Color",
1931
+ "r": 214,
1932
+ "g": 214,
1933
+ "b": 214,
1934
+ "a": 255
1935
+ },
1936
+ "_hoverColor": {
1937
+ "__type__": "cc.Color",
1938
+ "r": 211,
1939
+ "g": 211,
1940
+ "b": 211,
1941
+ "a": 255
1942
+ },
1943
+ "_pressedColor": {
1944
+ "__type__": "cc.Color",
1945
+ "r": 255,
1946
+ "g": 255,
1947
+ "b": 255,
1948
+ "a": 255
1949
+ },
1950
+ "_disabledColor": {
1951
+ "__type__": "cc.Color",
1952
+ "r": 124,
1953
+ "g": 124,
1954
+ "b": 124,
1955
+ "a": 255
1956
+ },
1957
+ "_normalSprite": {
1958
+ "__uuid__": "9fea1df9-2161-47b6-a8c0-27bbfb0a956f@f9941",
1959
+ "__expectedType__": "cc.SpriteFrame"
1960
+ },
1961
+ "_hoverSprite": null,
1962
+ "_pressedSprite": null,
1963
+ "_disabledSprite": null,
1964
+ "_duration": 0.1,
1965
+ "_zoomScale": 1.05,
1966
+ "_target": null,
1967
+ "_id": ""
1968
+ },
1969
+ {
1970
+ "__type__": "cc.CompPrefabInfo",
1971
+ "fileId": "dfqG3d+e9PHJr+aulUMaGC"
1972
+ },
1973
+ {
1974
+ "__type__": "cc.ClickEvent",
1975
+ "target": null,
1976
+ "component": "",
1977
+ "_componentId": "",
1978
+ "handler": "",
1979
+ "customEventData": ""
1980
+ },
1981
+ {
1982
+ "__type__": "cc.PrefabInfo",
1983
+ "root": {
1984
+ "__id__": 1
1985
+ },
1986
+ "asset": {
1987
+ "__id__": 0
1988
+ },
1989
+ "fileId": "e6yf7BOx5MorI77+O8Z+ps",
1990
+ "instance": null,
1991
+ "targetOverrides": null,
1992
+ "nestedPrefabInstanceRoots": null
1993
+ },
1994
+ {
1995
+ "__type__": "cc.UITransform",
1996
+ "_name": "",
1997
+ "_objFlags": 0,
1998
+ "__editorExtras__": {},
1999
+ "node": {
2000
+ "__id__": 10
2001
+ },
2002
+ "_enabled": true,
2003
+ "__prefab": {
2004
+ "__id__": 83
2005
+ },
2006
+ "_contentSize": {
2007
+ "__type__": "cc.Size",
2008
+ "width": 700,
2009
+ "height": 1200
2010
+ },
2011
+ "_anchorPoint": {
2012
+ "__type__": "cc.Vec2",
2013
+ "x": 0.5,
2014
+ "y": 0.5
2015
+ },
2016
+ "_id": ""
2017
+ },
2018
+ {
2019
+ "__type__": "cc.CompPrefabInfo",
2020
+ "fileId": "9358ZGRMlJ4L1i3KXGzsZk"
2021
+ },
2022
+ {
2023
+ "__type__": "cc.Sprite",
2024
+ "_name": "",
2025
+ "_objFlags": 0,
2026
+ "__editorExtras__": {},
2027
+ "node": {
2028
+ "__id__": 10
2029
+ },
2030
+ "_enabled": true,
2031
+ "__prefab": {
2032
+ "__id__": 85
2033
+ },
2034
+ "_customMaterial": null,
2035
+ "_srcBlendFactor": 2,
2036
+ "_dstBlendFactor": 4,
2037
+ "_color": {
2038
+ "__type__": "cc.Color",
2039
+ "r": 255,
2040
+ "g": 255,
2041
+ "b": 255,
2042
+ "a": 255
2043
+ },
2044
+ "_spriteFrame": {
2045
+ "__uuid__": "9fea1df9-2161-47b6-a8c0-27bbfb0a956f@f9941",
2046
+ "__expectedType__": "cc.SpriteFrame"
2047
+ },
2048
+ "_type": 1,
2049
+ "_fillType": 0,
2050
+ "_sizeMode": 0,
2051
+ "_fillCenter": {
2052
+ "__type__": "cc.Vec2",
2053
+ "x": 0,
2054
+ "y": 0
2055
+ },
2056
+ "_fillStart": 0,
2057
+ "_fillRange": 0,
2058
+ "_isTrimmedMode": true,
2059
+ "_useGrayscale": false,
2060
+ "_atlas": null,
2061
+ "_id": ""
2062
+ },
2063
+ {
2064
+ "__type__": "cc.CompPrefabInfo",
2065
+ "fileId": "19dapnchJMYJLpZDmWyyAi"
2066
+ },
2067
+ {
2068
+ "__type__": "cc.PrefabInfo",
2069
+ "root": {
2070
+ "__id__": 1
2071
+ },
2072
+ "asset": {
2073
+ "__id__": 0
2074
+ },
2075
+ "fileId": "0dmZzrv3lPQKNseGwi5z6n",
2076
+ "instance": null,
2077
+ "targetOverrides": null,
2078
+ "nestedPrefabInstanceRoots": null
2079
+ },
2080
+ {
2081
+ "__type__": "cc.UITransform",
2082
+ "_name": "",
2083
+ "_objFlags": 0,
2084
+ "__editorExtras__": {},
2085
+ "node": {
2086
+ "__id__": 1
2087
+ },
2088
+ "_enabled": true,
2089
+ "__prefab": {
2090
+ "__id__": 88
2091
+ },
2092
+ "_contentSize": {
2093
+ "__type__": "cc.Size",
2094
+ "width": 0,
2095
+ "height": 0
2096
+ },
2097
+ "_anchorPoint": {
2098
+ "__type__": "cc.Vec2",
2099
+ "x": 0.5,
2100
+ "y": 0.5
2101
+ },
2102
+ "_id": ""
2103
+ },
2104
+ {
2105
+ "__type__": "cc.CompPrefabInfo",
2106
+ "fileId": "0fPlTvpOZBDbmCwX1PSOom"
2107
+ },
2108
+ {
2109
+ "__type__": "cc.PrefabInfo",
2110
+ "root": {
2111
+ "__id__": 1
2112
+ },
2113
+ "asset": {
2114
+ "__id__": 0
2115
+ },
2116
+ "fileId": "68RrmJdMlGr72rDIt6rnzH",
2117
+ "instance": null,
2118
+ "targetOverrides": null
2119
+ }
2120
+ ]