login.prefab 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635
  1. [
  2. {
  3. "__type__": "cc.Prefab",
  4. "_name": "",
  5. "_objFlags": 0,
  6. "_native": "",
  7. "data": {
  8. "__id__": 1
  9. },
  10. "optimizationPolicy": 0,
  11. "asyncLoadAssets": false,
  12. "readonly": false
  13. },
  14. {
  15. "__type__": "cc.Node",
  16. "_name": "login",
  17. "_objFlags": 0,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. },
  23. {
  24. "__id__": 6
  25. },
  26. {
  27. "__id__": 10
  28. }
  29. ],
  30. "_active": true,
  31. "_components": [
  32. {
  33. "__id__": 43
  34. },
  35. {
  36. "__id__": 44
  37. },
  38. {
  39. "__id__": 45
  40. }
  41. ],
  42. "_prefab": {
  43. "__id__": 46
  44. },
  45. "_opacity": 255,
  46. "_color": {
  47. "__type__": "cc.Color",
  48. "r": 255,
  49. "g": 255,
  50. "b": 255,
  51. "a": 255
  52. },
  53. "_contentSize": {
  54. "__type__": "cc.Size",
  55. "width": 750,
  56. "height": 1334
  57. },
  58. "_anchorPoint": {
  59. "__type__": "cc.Vec2",
  60. "x": 0.5,
  61. "y": 0.5
  62. },
  63. "_trs": {
  64. "__type__": "TypedArray",
  65. "ctor": "Float64Array",
  66. "array": [
  67. 375,
  68. 667,
  69. 0,
  70. 0,
  71. 0,
  72. 0,
  73. 1,
  74. 1,
  75. 1,
  76. 1
  77. ]
  78. },
  79. "_eulerAngles": {
  80. "__type__": "cc.Vec3",
  81. "x": 0,
  82. "y": 0,
  83. "z": 0
  84. },
  85. "_skewX": 0,
  86. "_skewY": 0,
  87. "_is3DNode": false,
  88. "_groupIndex": 0,
  89. "groupIndex": 0,
  90. "_id": ""
  91. },
  92. {
  93. "__type__": "cc.Node",
  94. "_name": "背景",
  95. "_objFlags": 0,
  96. "_parent": {
  97. "__id__": 1
  98. },
  99. "_children": [],
  100. "_active": true,
  101. "_components": [
  102. {
  103. "__id__": 3
  104. },
  105. {
  106. "__id__": 4
  107. }
  108. ],
  109. "_prefab": {
  110. "__id__": 5
  111. },
  112. "_opacity": 255,
  113. "_color": {
  114. "__type__": "cc.Color",
  115. "r": 255,
  116. "g": 255,
  117. "b": 255,
  118. "a": 255
  119. },
  120. "_contentSize": {
  121. "__type__": "cc.Size",
  122. "width": 750.68,
  123. "height": 1700.16
  124. },
  125. "_anchorPoint": {
  126. "__type__": "cc.Vec2",
  127. "x": 0.5,
  128. "y": 0
  129. },
  130. "_trs": {
  131. "__type__": "TypedArray",
  132. "ctor": "Float64Array",
  133. "array": [
  134. 0,
  135. -667,
  136. 0,
  137. 0,
  138. 0,
  139. 0,
  140. 1,
  141. 1,
  142. 1,
  143. 1
  144. ]
  145. },
  146. "_eulerAngles": {
  147. "__type__": "cc.Vec3",
  148. "x": 0,
  149. "y": 0,
  150. "z": 0
  151. },
  152. "_skewX": 0,
  153. "_skewY": 0,
  154. "_is3DNode": false,
  155. "_groupIndex": 0,
  156. "groupIndex": 0,
  157. "_id": ""
  158. },
  159. {
  160. "__type__": "sp.Skeleton",
  161. "_name": "",
  162. "_objFlags": 0,
  163. "node": {
  164. "__id__": 2
  165. },
  166. "_enabled": true,
  167. "_materials": [
  168. {
  169. "__uuid__": "7afd064b-113f-480e-b793-8817d19f63c3"
  170. }
  171. ],
  172. "paused": false,
  173. "defaultSkin": "default",
  174. "defaultAnimation": "heji",
  175. "_preCacheMode": 0,
  176. "_cacheMode": 0,
  177. "loop": true,
  178. "premultipliedAlpha": true,
  179. "timeScale": 1,
  180. "_accTime": 0,
  181. "_playCount": 0,
  182. "_frameCache": null,
  183. "_curFrame": null,
  184. "_skeletonCache": null,
  185. "_animationName": "heji",
  186. "_animationQueue": [],
  187. "_headAniInfo": null,
  188. "_playTimes": 0,
  189. "_isAniComplete": true,
  190. "_N$skeletonData": {
  191. "__uuid__": "09134bba-feed-4255-ac95-f412d855035e"
  192. },
  193. "_N$_defaultCacheMode": 0,
  194. "_N$debugSlots": false,
  195. "_N$debugBones": false,
  196. "_N$debugMesh": false,
  197. "_N$useTint": false,
  198. "_N$enableBatch": false,
  199. "_id": ""
  200. },
  201. {
  202. "__type__": "cc.Widget",
  203. "_name": "",
  204. "_objFlags": 0,
  205. "node": {
  206. "__id__": 2
  207. },
  208. "_enabled": true,
  209. "alignMode": 1,
  210. "_target": {
  211. "__id__": 1
  212. },
  213. "_alignFlags": 4,
  214. "_left": 0,
  215. "_right": 0,
  216. "_top": 0,
  217. "_bottom": 0,
  218. "_verticalCenter": 0,
  219. "_horizontalCenter": 0,
  220. "_isAbsLeft": true,
  221. "_isAbsRight": true,
  222. "_isAbsTop": true,
  223. "_isAbsBottom": true,
  224. "_isAbsHorizontalCenter": true,
  225. "_isAbsVerticalCenter": true,
  226. "_originalWidth": 0,
  227. "_originalHeight": 0,
  228. "_id": ""
  229. },
  230. {
  231. "__type__": "cc.PrefabInfo",
  232. "root": {
  233. "__id__": 1
  234. },
  235. "asset": {
  236. "__uuid__": "f7b563d2-2a35-4ed4-b0b0-05dd74c0033f"
  237. },
  238. "fileId": "bdEW6BsetPLqcZkJCdiJgS",
  239. "sync": false
  240. },
  241. {
  242. "__type__": "cc.Node",
  243. "_name": "logo",
  244. "_objFlags": 0,
  245. "_parent": {
  246. "__id__": 1
  247. },
  248. "_children": [],
  249. "_active": true,
  250. "_components": [
  251. {
  252. "__id__": 7
  253. },
  254. {
  255. "__id__": 8
  256. }
  257. ],
  258. "_prefab": {
  259. "__id__": 9
  260. },
  261. "_opacity": 255,
  262. "_color": {
  263. "__type__": "cc.Color",
  264. "r": 255,
  265. "g": 255,
  266. "b": 255,
  267. "a": 255
  268. },
  269. "_contentSize": {
  270. "__type__": "cc.Size",
  271. "width": 478,
  272. "height": 310
  273. },
  274. "_anchorPoint": {
  275. "__type__": "cc.Vec2",
  276. "x": 0.5,
  277. "y": 0.5
  278. },
  279. "_trs": {
  280. "__type__": "TypedArray",
  281. "ctor": "Float64Array",
  282. "array": [
  283. 0,
  284. 312,
  285. 0,
  286. 0,
  287. 0,
  288. 0,
  289. 1,
  290. 1,
  291. 1,
  292. 1
  293. ]
  294. },
  295. "_eulerAngles": {
  296. "__type__": "cc.Vec3",
  297. "x": 0,
  298. "y": 0,
  299. "z": 0
  300. },
  301. "_skewX": 0,
  302. "_skewY": 0,
  303. "_is3DNode": false,
  304. "_groupIndex": 0,
  305. "groupIndex": 0,
  306. "_id": ""
  307. },
  308. {
  309. "__type__": "cc.Sprite",
  310. "_name": "",
  311. "_objFlags": 0,
  312. "node": {
  313. "__id__": 6
  314. },
  315. "_enabled": true,
  316. "_materials": [
  317. {
  318. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  319. }
  320. ],
  321. "_srcBlendFactor": 770,
  322. "_dstBlendFactor": 771,
  323. "_spriteFrame": {
  324. "__uuid__": "08cd98e8-cbd9-44c8-8cb6-09609780aa3c"
  325. },
  326. "_type": 0,
  327. "_sizeMode": 1,
  328. "_fillType": 0,
  329. "_fillCenter": {
  330. "__type__": "cc.Vec2",
  331. "x": 0,
  332. "y": 0
  333. },
  334. "_fillStart": 0,
  335. "_fillRange": 0,
  336. "_isTrimmedMode": true,
  337. "_atlas": null,
  338. "_id": ""
  339. },
  340. {
  341. "__type__": "cc.Widget",
  342. "_name": "",
  343. "_objFlags": 0,
  344. "node": {
  345. "__id__": 6
  346. },
  347. "_enabled": true,
  348. "alignMode": 1,
  349. "_target": {
  350. "__id__": 1
  351. },
  352. "_alignFlags": 1,
  353. "_left": 0,
  354. "_right": 0,
  355. "_top": 200,
  356. "_bottom": 0,
  357. "_verticalCenter": 0,
  358. "_horizontalCenter": 0,
  359. "_isAbsLeft": true,
  360. "_isAbsRight": true,
  361. "_isAbsTop": true,
  362. "_isAbsBottom": true,
  363. "_isAbsHorizontalCenter": true,
  364. "_isAbsVerticalCenter": true,
  365. "_originalWidth": 0,
  366. "_originalHeight": 0,
  367. "_id": ""
  368. },
  369. {
  370. "__type__": "cc.PrefabInfo",
  371. "root": {
  372. "__id__": 1
  373. },
  374. "asset": {
  375. "__uuid__": "f7b563d2-2a35-4ed4-b0b0-05dd74c0033f"
  376. },
  377. "fileId": "de5QKmHNNIwaV4A1wT0vz9",
  378. "sync": false
  379. },
  380. {
  381. "__type__": "cc.Node",
  382. "_name": "New Node",
  383. "_objFlags": 0,
  384. "_parent": {
  385. "__id__": 1
  386. },
  387. "_children": [
  388. {
  389. "__id__": 11
  390. },
  391. {
  392. "__id__": 14
  393. },
  394. {
  395. "__id__": 26
  396. }
  397. ],
  398. "_active": true,
  399. "_components": [
  400. {
  401. "__id__": 41
  402. }
  403. ],
  404. "_prefab": {
  405. "__id__": 42
  406. },
  407. "_opacity": 255,
  408. "_color": {
  409. "__type__": "cc.Color",
  410. "r": 255,
  411. "g": 255,
  412. "b": 255,
  413. "a": 255
  414. },
  415. "_contentSize": {
  416. "__type__": "cc.Size",
  417. "width": 0,
  418. "height": 0
  419. },
  420. "_anchorPoint": {
  421. "__type__": "cc.Vec2",
  422. "x": 0.5,
  423. "y": 0.5
  424. },
  425. "_trs": {
  426. "__type__": "TypedArray",
  427. "ctor": "Float64Array",
  428. "array": [
  429. 0,
  430. -592,
  431. 0,
  432. 0,
  433. 0,
  434. 0,
  435. 1,
  436. 1,
  437. 1,
  438. 1
  439. ]
  440. },
  441. "_eulerAngles": {
  442. "__type__": "cc.Vec3",
  443. "x": 0,
  444. "y": 0,
  445. "z": 0
  446. },
  447. "_skewX": 0,
  448. "_skewY": 0,
  449. "_is3DNode": false,
  450. "_groupIndex": 0,
  451. "groupIndex": 0,
  452. "_id": ""
  453. },
  454. {
  455. "__type__": "cc.Node",
  456. "_name": "New Label",
  457. "_objFlags": 0,
  458. "_parent": {
  459. "__id__": 10
  460. },
  461. "_children": [],
  462. "_active": true,
  463. "_components": [
  464. {
  465. "__id__": 12
  466. }
  467. ],
  468. "_prefab": {
  469. "__id__": 13
  470. },
  471. "_opacity": 255,
  472. "_color": {
  473. "__type__": "cc.Color",
  474. "r": 237,
  475. "g": 62,
  476. "b": 0,
  477. "a": 255
  478. },
  479. "_contentSize": {
  480. "__type__": "cc.Size",
  481. "width": 257.74,
  482. "height": 40.32
  483. },
  484. "_anchorPoint": {
  485. "__type__": "cc.Vec2",
  486. "x": 0,
  487. "y": 0.5
  488. },
  489. "_trs": {
  490. "__type__": "TypedArray",
  491. "ctor": "Float64Array",
  492. "array": [
  493. -153.797,
  494. 101.732,
  495. 0,
  496. 0,
  497. 0,
  498. 0,
  499. 1,
  500. 1,
  501. 1,
  502. 1
  503. ]
  504. },
  505. "_eulerAngles": {
  506. "__type__": "cc.Vec3",
  507. "x": 0,
  508. "y": 0,
  509. "z": 0
  510. },
  511. "_skewX": 0,
  512. "_skewY": 0,
  513. "_is3DNode": false,
  514. "_groupIndex": 0,
  515. "groupIndex": 0,
  516. "_id": ""
  517. },
  518. {
  519. "__type__": "cc.Label",
  520. "_name": "",
  521. "_objFlags": 0,
  522. "node": {
  523. "__id__": 11
  524. },
  525. "_enabled": true,
  526. "_materials": [
  527. {
  528. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  529. }
  530. ],
  531. "_srcBlendFactor": 770,
  532. "_dstBlendFactor": 771,
  533. "_string": "加载不消耗流量 11%",
  534. "_N$string": "加载不消耗流量 11%",
  535. "_fontSize": 28,
  536. "_lineHeight": 32,
  537. "_enableWrapText": true,
  538. "_N$file": null,
  539. "_isSystemFontUsed": true,
  540. "_spacingX": 0,
  541. "_batchAsBitmap": false,
  542. "_styleFlags": 0,
  543. "_underlineHeight": 0,
  544. "_N$horizontalAlign": 1,
  545. "_N$verticalAlign": 1,
  546. "_N$fontFamily": "Arial",
  547. "_N$overflow": 0,
  548. "_N$cacheMode": 0,
  549. "_id": ""
  550. },
  551. {
  552. "__type__": "cc.PrefabInfo",
  553. "root": {
  554. "__id__": 1
  555. },
  556. "asset": {
  557. "__uuid__": "f7b563d2-2a35-4ed4-b0b0-05dd74c0033f"
  558. },
  559. "fileId": "39wNmXM8NI4q4sJUt5JvJu",
  560. "sync": false
  561. },
  562. {
  563. "__type__": "cc.Node",
  564. "_name": "progressbar",
  565. "_objFlags": 0,
  566. "_parent": {
  567. "__id__": 10
  568. },
  569. "_children": [
  570. {
  571. "__id__": 15
  572. },
  573. {
  574. "__id__": 18
  575. }
  576. ],
  577. "_active": true,
  578. "_components": [
  579. {
  580. "__id__": 24
  581. }
  582. ],
  583. "_prefab": {
  584. "__id__": 25
  585. },
  586. "_opacity": 255,
  587. "_color": {
  588. "__type__": "cc.Color",
  589. "r": 255,
  590. "g": 255,
  591. "b": 255,
  592. "a": 255
  593. },
  594. "_contentSize": {
  595. "__type__": "cc.Size",
  596. "width": 0,
  597. "height": 0
  598. },
  599. "_anchorPoint": {
  600. "__type__": "cc.Vec2",
  601. "x": 0.5,
  602. "y": 0.5
  603. },
  604. "_trs": {
  605. "__type__": "TypedArray",
  606. "ctor": "Float64Array",
  607. "array": [
  608. 0,
  609. 48,
  610. 0,
  611. 0,
  612. 0,
  613. 0,
  614. 1,
  615. 1,
  616. 1,
  617. 1
  618. ]
  619. },
  620. "_eulerAngles": {
  621. "__type__": "cc.Vec3",
  622. "x": 0,
  623. "y": 0,
  624. "z": 0
  625. },
  626. "_skewX": 0,
  627. "_skewY": 0,
  628. "_is3DNode": false,
  629. "_groupIndex": 0,
  630. "groupIndex": 0,
  631. "_id": ""
  632. },
  633. {
  634. "__type__": "cc.Node",
  635. "_name": "jindu1",
  636. "_objFlags": 0,
  637. "_parent": {
  638. "__id__": 14
  639. },
  640. "_children": [],
  641. "_active": true,
  642. "_components": [
  643. {
  644. "__id__": 16
  645. }
  646. ],
  647. "_prefab": {
  648. "__id__": 17
  649. },
  650. "_opacity": 255,
  651. "_color": {
  652. "__type__": "cc.Color",
  653. "r": 255,
  654. "g": 255,
  655. "b": 255,
  656. "a": 255
  657. },
  658. "_contentSize": {
  659. "__type__": "cc.Size",
  660. "width": 517,
  661. "height": 44
  662. },
  663. "_anchorPoint": {
  664. "__type__": "cc.Vec2",
  665. "x": 0.5,
  666. "y": 0.5
  667. },
  668. "_trs": {
  669. "__type__": "TypedArray",
  670. "ctor": "Float64Array",
  671. "array": [
  672. 0,
  673. 0,
  674. 0,
  675. 0,
  676. 0,
  677. 0,
  678. 1,
  679. 1,
  680. 1,
  681. 1
  682. ]
  683. },
  684. "_eulerAngles": {
  685. "__type__": "cc.Vec3",
  686. "x": 0,
  687. "y": 0,
  688. "z": 0
  689. },
  690. "_skewX": 0,
  691. "_skewY": 0,
  692. "_is3DNode": false,
  693. "_groupIndex": 0,
  694. "groupIndex": 0,
  695. "_id": ""
  696. },
  697. {
  698. "__type__": "cc.Sprite",
  699. "_name": "",
  700. "_objFlags": 0,
  701. "node": {
  702. "__id__": 15
  703. },
  704. "_enabled": true,
  705. "_materials": [
  706. {
  707. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  708. }
  709. ],
  710. "_srcBlendFactor": 770,
  711. "_dstBlendFactor": 771,
  712. "_spriteFrame": {
  713. "__uuid__": "1c1d4b17-4d33-4348-ae7e-deea9500943d"
  714. },
  715. "_type": 0,
  716. "_sizeMode": 1,
  717. "_fillType": 0,
  718. "_fillCenter": {
  719. "__type__": "cc.Vec2",
  720. "x": 0,
  721. "y": 0
  722. },
  723. "_fillStart": 0,
  724. "_fillRange": 0,
  725. "_isTrimmedMode": true,
  726. "_atlas": null,
  727. "_id": ""
  728. },
  729. {
  730. "__type__": "cc.PrefabInfo",
  731. "root": {
  732. "__id__": 14
  733. },
  734. "asset": {
  735. "__uuid__": "484d8a70-97b2-4ddd-9794-87ef1c8b85d8"
  736. },
  737. "fileId": "b6JCMsa19F24JUslNDMUfW",
  738. "sync": false
  739. },
  740. {
  741. "__type__": "cc.Node",
  742. "_name": "jindu2",
  743. "_objFlags": 0,
  744. "_parent": {
  745. "__id__": 14
  746. },
  747. "_children": [
  748. {
  749. "__id__": 19
  750. }
  751. ],
  752. "_active": true,
  753. "_components": [
  754. {
  755. "__id__": 22
  756. }
  757. ],
  758. "_prefab": {
  759. "__id__": 23
  760. },
  761. "_opacity": 255,
  762. "_color": {
  763. "__type__": "cc.Color",
  764. "r": 255,
  765. "g": 255,
  766. "b": 255,
  767. "a": 255
  768. },
  769. "_contentSize": {
  770. "__type__": "cc.Size",
  771. "width": 509,
  772. "height": 31
  773. },
  774. "_anchorPoint": {
  775. "__type__": "cc.Vec2",
  776. "x": 0.5,
  777. "y": 0.5
  778. },
  779. "_trs": {
  780. "__type__": "TypedArray",
  781. "ctor": "Float64Array",
  782. "array": [
  783. 0,
  784. 2.5,
  785. 0,
  786. 0,
  787. 0,
  788. 0,
  789. 1,
  790. 1,
  791. 1,
  792. 1
  793. ]
  794. },
  795. "_eulerAngles": {
  796. "__type__": "cc.Vec3",
  797. "x": 0,
  798. "y": 0,
  799. "z": 0
  800. },
  801. "_skewX": 0,
  802. "_skewY": 0,
  803. "_is3DNode": false,
  804. "_groupIndex": 0,
  805. "groupIndex": 0,
  806. "_id": ""
  807. },
  808. {
  809. "__type__": "cc.Node",
  810. "_name": "jindu2",
  811. "_objFlags": 0,
  812. "_parent": {
  813. "__id__": 18
  814. },
  815. "_children": [],
  816. "_active": true,
  817. "_components": [
  818. {
  819. "__id__": 20
  820. }
  821. ],
  822. "_prefab": {
  823. "__id__": 21
  824. },
  825. "_opacity": 255,
  826. "_color": {
  827. "__type__": "cc.Color",
  828. "r": 255,
  829. "g": 255,
  830. "b": 255,
  831. "a": 255
  832. },
  833. "_contentSize": {
  834. "__type__": "cc.Size",
  835. "width": 509,
  836. "height": 31
  837. },
  838. "_anchorPoint": {
  839. "__type__": "cc.Vec2",
  840. "x": 0.5,
  841. "y": 0.5
  842. },
  843. "_trs": {
  844. "__type__": "TypedArray",
  845. "ctor": "Float64Array",
  846. "array": [
  847. 0,
  848. 0,
  849. 0,
  850. 0,
  851. 0,
  852. 0,
  853. 1,
  854. 1,
  855. 1,
  856. 1
  857. ]
  858. },
  859. "_eulerAngles": {
  860. "__type__": "cc.Vec3",
  861. "x": 0,
  862. "y": 0,
  863. "z": 0
  864. },
  865. "_skewX": 0,
  866. "_skewY": 0,
  867. "_is3DNode": false,
  868. "_groupIndex": 0,
  869. "groupIndex": 0,
  870. "_id": ""
  871. },
  872. {
  873. "__type__": "cc.Sprite",
  874. "_name": "",
  875. "_objFlags": 0,
  876. "node": {
  877. "__id__": 19
  878. },
  879. "_enabled": true,
  880. "_materials": [
  881. {
  882. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  883. }
  884. ],
  885. "_srcBlendFactor": 770,
  886. "_dstBlendFactor": 771,
  887. "_spriteFrame": {
  888. "__uuid__": "12f6c46a-9ff5-4514-89a6-fc34c6bfedfc"
  889. },
  890. "_type": 0,
  891. "_sizeMode": 1,
  892. "_fillType": 0,
  893. "_fillCenter": {
  894. "__type__": "cc.Vec2",
  895. "x": 0,
  896. "y": 0
  897. },
  898. "_fillStart": 0,
  899. "_fillRange": 0,
  900. "_isTrimmedMode": true,
  901. "_atlas": null,
  902. "_id": ""
  903. },
  904. {
  905. "__type__": "cc.PrefabInfo",
  906. "root": {
  907. "__id__": 14
  908. },
  909. "asset": {
  910. "__uuid__": "484d8a70-97b2-4ddd-9794-87ef1c8b85d8"
  911. },
  912. "fileId": "0ez/dzBMNKNax+cLKaYMD8",
  913. "sync": false
  914. },
  915. {
  916. "__type__": "cc.Mask",
  917. "_name": "",
  918. "_objFlags": 0,
  919. "node": {
  920. "__id__": 18
  921. },
  922. "_enabled": true,
  923. "_materials": [
  924. {
  925. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  926. }
  927. ],
  928. "_spriteFrame": {
  929. "__uuid__": "12f6c46a-9ff5-4514-89a6-fc34c6bfedfc"
  930. },
  931. "_type": 2,
  932. "_segments": 64,
  933. "_N$alphaThreshold": 0.1,
  934. "_N$inverted": false,
  935. "_id": ""
  936. },
  937. {
  938. "__type__": "cc.PrefabInfo",
  939. "root": {
  940. "__id__": 14
  941. },
  942. "asset": {
  943. "__uuid__": "484d8a70-97b2-4ddd-9794-87ef1c8b85d8"
  944. },
  945. "fileId": "10LZ8FBrhFcJeTefqRoH+s",
  946. "sync": false
  947. },
  948. {
  949. "__type__": "1e65dZ40OtGzJi5szN4XMZR",
  950. "_name": "",
  951. "_objFlags": 0,
  952. "node": {
  953. "__id__": 14
  954. },
  955. "_enabled": true,
  956. "bar": {
  957. "__id__": 20
  958. },
  959. "_id": ""
  960. },
  961. {
  962. "__type__": "cc.PrefabInfo",
  963. "root": {
  964. "__id__": 14
  965. },
  966. "asset": {
  967. "__uuid__": "484d8a70-97b2-4ddd-9794-87ef1c8b85d8"
  968. },
  969. "fileId": "22+Ks22MtLML9dNeTqa3DQ",
  970. "sync": false
  971. },
  972. {
  973. "__type__": "cc.Node",
  974. "_name": "New Layout",
  975. "_objFlags": 0,
  976. "_parent": {
  977. "__id__": 10
  978. },
  979. "_children": [
  980. {
  981. "__id__": 27
  982. },
  983. {
  984. "__id__": 30
  985. },
  986. {
  987. "__id__": 33
  988. },
  989. {
  990. "__id__": 36
  991. }
  992. ],
  993. "_active": true,
  994. "_components": [
  995. {
  996. "__id__": 39
  997. }
  998. ],
  999. "_prefab": {
  1000. "__id__": 40
  1001. },
  1002. "_opacity": 255,
  1003. "_color": {
  1004. "__type__": "cc.Color",
  1005. "r": 255,
  1006. "g": 255,
  1007. "b": 255,
  1008. "a": 255
  1009. },
  1010. "_contentSize": {
  1011. "__type__": "cc.Size",
  1012. "width": 460,
  1013. "height": 50
  1014. },
  1015. "_anchorPoint": {
  1016. "__type__": "cc.Vec2",
  1017. "x": 0.5,
  1018. "y": 0.5
  1019. },
  1020. "_trs": {
  1021. "__type__": "TypedArray",
  1022. "ctor": "Float64Array",
  1023. "array": [
  1024. 0,
  1025. 0,
  1026. 0,
  1027. 0,
  1028. 0,
  1029. 0,
  1030. 1,
  1031. 1,
  1032. 1,
  1033. 1
  1034. ]
  1035. },
  1036. "_eulerAngles": {
  1037. "__type__": "cc.Vec3",
  1038. "x": 0,
  1039. "y": 0,
  1040. "z": 0
  1041. },
  1042. "_skewX": 0,
  1043. "_skewY": 0,
  1044. "_is3DNode": false,
  1045. "_groupIndex": 0,
  1046. "groupIndex": 0,
  1047. "_id": ""
  1048. },
  1049. {
  1050. "__type__": "cc.Node",
  1051. "_name": "New Label",
  1052. "_objFlags": 0,
  1053. "_parent": {
  1054. "__id__": 26
  1055. },
  1056. "_children": [],
  1057. "_active": true,
  1058. "_components": [
  1059. {
  1060. "__id__": 28
  1061. }
  1062. ],
  1063. "_prefab": {
  1064. "__id__": 29
  1065. },
  1066. "_opacity": 200,
  1067. "_color": {
  1068. "__type__": "cc.Color",
  1069. "r": 237,
  1070. "g": 62,
  1071. "b": 0,
  1072. "a": 255
  1073. },
  1074. "_contentSize": {
  1075. "__type__": "cc.Size",
  1076. "width": 130,
  1077. "height": 37.8
  1078. },
  1079. "_anchorPoint": {
  1080. "__type__": "cc.Vec2",
  1081. "x": 0.5,
  1082. "y": 0.5
  1083. },
  1084. "_trs": {
  1085. "__type__": "TypedArray",
  1086. "ctor": "Float64Array",
  1087. "array": [
  1088. -165,
  1089. 6.246,
  1090. 0,
  1091. 0,
  1092. 0,
  1093. 0,
  1094. 1,
  1095. 1,
  1096. 1,
  1097. 1
  1098. ]
  1099. },
  1100. "_eulerAngles": {
  1101. "__type__": "cc.Vec3",
  1102. "x": 0,
  1103. "y": 0,
  1104. "z": 0
  1105. },
  1106. "_skewX": 0,
  1107. "_skewY": 0,
  1108. "_is3DNode": false,
  1109. "_groupIndex": 0,
  1110. "groupIndex": 0,
  1111. "_id": ""
  1112. },
  1113. {
  1114. "__type__": "cc.Label",
  1115. "_name": "",
  1116. "_objFlags": 0,
  1117. "node": {
  1118. "__id__": 27
  1119. },
  1120. "_enabled": true,
  1121. "_materials": [
  1122. {
  1123. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1124. }
  1125. ],
  1126. "_srcBlendFactor": 770,
  1127. "_dstBlendFactor": 771,
  1128. "_string": "登陆即同意",
  1129. "_N$string": "登陆即同意",
  1130. "_fontSize": 26,
  1131. "_lineHeight": 30,
  1132. "_enableWrapText": true,
  1133. "_N$file": null,
  1134. "_isSystemFontUsed": true,
  1135. "_spacingX": 0,
  1136. "_batchAsBitmap": false,
  1137. "_styleFlags": 0,
  1138. "_underlineHeight": 0,
  1139. "_N$horizontalAlign": 1,
  1140. "_N$verticalAlign": 1,
  1141. "_N$fontFamily": "Arial",
  1142. "_N$overflow": 0,
  1143. "_N$cacheMode": 0,
  1144. "_id": ""
  1145. },
  1146. {
  1147. "__type__": "cc.PrefabInfo",
  1148. "root": {
  1149. "__id__": 1
  1150. },
  1151. "asset": {
  1152. "__uuid__": "f7b563d2-2a35-4ed4-b0b0-05dd74c0033f"
  1153. },
  1154. "fileId": "2a2bHbGPxNzaBkOiZarCDH",
  1155. "sync": false
  1156. },
  1157. {
  1158. "__type__": "cc.Node",
  1159. "_name": "New Label",
  1160. "_objFlags": 0,
  1161. "_parent": {
  1162. "__id__": 26
  1163. },
  1164. "_children": [],
  1165. "_active": true,
  1166. "_components": [
  1167. {
  1168. "__id__": 31
  1169. }
  1170. ],
  1171. "_prefab": {
  1172. "__id__": 32
  1173. },
  1174. "_opacity": 200,
  1175. "_color": {
  1176. "__type__": "cc.Color",
  1177. "r": 237,
  1178. "g": 62,
  1179. "b": 0,
  1180. "a": 255
  1181. },
  1182. "_contentSize": {
  1183. "__type__": "cc.Size",
  1184. "width": 156,
  1185. "height": 37.8
  1186. },
  1187. "_anchorPoint": {
  1188. "__type__": "cc.Vec2",
  1189. "x": 0.5,
  1190. "y": 0.5
  1191. },
  1192. "_trs": {
  1193. "__type__": "TypedArray",
  1194. "ctor": "Float64Array",
  1195. "array": [
  1196. -22,
  1197. 6.246,
  1198. 0,
  1199. 0,
  1200. 0,
  1201. 0,
  1202. 1,
  1203. 1,
  1204. 1,
  1205. 1
  1206. ]
  1207. },
  1208. "_eulerAngles": {
  1209. "__type__": "cc.Vec3",
  1210. "x": 0,
  1211. "y": 0,
  1212. "z": 0
  1213. },
  1214. "_skewX": 0,
  1215. "_skewY": 0,
  1216. "_is3DNode": false,
  1217. "_groupIndex": 0,
  1218. "groupIndex": 0,
  1219. "_id": ""
  1220. },
  1221. {
  1222. "__type__": "cc.Label",
  1223. "_name": "",
  1224. "_objFlags": 0,
  1225. "node": {
  1226. "__id__": 30
  1227. },
  1228. "_enabled": true,
  1229. "_materials": [
  1230. {
  1231. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1232. }
  1233. ],
  1234. "_srcBlendFactor": 770,
  1235. "_dstBlendFactor": 771,
  1236. "_string": "《服务协议》",
  1237. "_N$string": "《服务协议》",
  1238. "_fontSize": 26,
  1239. "_lineHeight": 30,
  1240. "_enableWrapText": true,
  1241. "_N$file": null,
  1242. "_isSystemFontUsed": true,
  1243. "_spacingX": 0,
  1244. "_batchAsBitmap": false,
  1245. "_styleFlags": 0,
  1246. "_underlineHeight": 0,
  1247. "_N$horizontalAlign": 1,
  1248. "_N$verticalAlign": 1,
  1249. "_N$fontFamily": "Arial",
  1250. "_N$overflow": 0,
  1251. "_N$cacheMode": 0,
  1252. "_id": ""
  1253. },
  1254. {
  1255. "__type__": "cc.PrefabInfo",
  1256. "root": {
  1257. "__id__": 1
  1258. },
  1259. "asset": {
  1260. "__uuid__": "f7b563d2-2a35-4ed4-b0b0-05dd74c0033f"
  1261. },
  1262. "fileId": "95GeoX59ZJp5spv7GVBgna",
  1263. "sync": false
  1264. },
  1265. {
  1266. "__type__": "cc.Node",
  1267. "_name": "New Label",
  1268. "_objFlags": 0,
  1269. "_parent": {
  1270. "__id__": 26
  1271. },
  1272. "_children": [],
  1273. "_active": true,
  1274. "_components": [
  1275. {
  1276. "__id__": 34
  1277. }
  1278. ],
  1279. "_prefab": {
  1280. "__id__": 35
  1281. },
  1282. "_opacity": 200,
  1283. "_color": {
  1284. "__type__": "cc.Color",
  1285. "r": 237,
  1286. "g": 62,
  1287. "b": 0,
  1288. "a": 255
  1289. },
  1290. "_contentSize": {
  1291. "__type__": "cc.Size",
  1292. "width": 26,
  1293. "height": 37.8
  1294. },
  1295. "_anchorPoint": {
  1296. "__type__": "cc.Vec2",
  1297. "x": 0.5,
  1298. "y": 0.5
  1299. },
  1300. "_trs": {
  1301. "__type__": "TypedArray",
  1302. "ctor": "Float64Array",
  1303. "array": [
  1304. 69,
  1305. 6.246,
  1306. 0,
  1307. 0,
  1308. 0,
  1309. 0,
  1310. 1,
  1311. 1,
  1312. 1,
  1313. 1
  1314. ]
  1315. },
  1316. "_eulerAngles": {
  1317. "__type__": "cc.Vec3",
  1318. "x": 0,
  1319. "y": 0,
  1320. "z": 0
  1321. },
  1322. "_skewX": 0,
  1323. "_skewY": 0,
  1324. "_is3DNode": false,
  1325. "_groupIndex": 0,
  1326. "groupIndex": 0,
  1327. "_id": ""
  1328. },
  1329. {
  1330. "__type__": "cc.Label",
  1331. "_name": "",
  1332. "_objFlags": 0,
  1333. "node": {
  1334. "__id__": 33
  1335. },
  1336. "_enabled": true,
  1337. "_materials": [
  1338. {
  1339. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1340. }
  1341. ],
  1342. "_srcBlendFactor": 770,
  1343. "_dstBlendFactor": 771,
  1344. "_string": "和",
  1345. "_N$string": "和",
  1346. "_fontSize": 26,
  1347. "_lineHeight": 30,
  1348. "_enableWrapText": true,
  1349. "_N$file": null,
  1350. "_isSystemFontUsed": true,
  1351. "_spacingX": 0,
  1352. "_batchAsBitmap": false,
  1353. "_styleFlags": 0,
  1354. "_underlineHeight": 0,
  1355. "_N$horizontalAlign": 1,
  1356. "_N$verticalAlign": 1,
  1357. "_N$fontFamily": "Arial",
  1358. "_N$overflow": 0,
  1359. "_N$cacheMode": 0,
  1360. "_id": ""
  1361. },
  1362. {
  1363. "__type__": "cc.PrefabInfo",
  1364. "root": {
  1365. "__id__": 1
  1366. },
  1367. "asset": {
  1368. "__uuid__": "f7b563d2-2a35-4ed4-b0b0-05dd74c0033f"
  1369. },
  1370. "fileId": "d0mRVEO1hIbr+7MG290nvm",
  1371. "sync": false
  1372. },
  1373. {
  1374. "__type__": "cc.Node",
  1375. "_name": "New Label",
  1376. "_objFlags": 0,
  1377. "_parent": {
  1378. "__id__": 26
  1379. },
  1380. "_children": [],
  1381. "_active": true,
  1382. "_components": [
  1383. {
  1384. "__id__": 37
  1385. }
  1386. ],
  1387. "_prefab": {
  1388. "__id__": 38
  1389. },
  1390. "_opacity": 200,
  1391. "_color": {
  1392. "__type__": "cc.Color",
  1393. "r": 237,
  1394. "g": 62,
  1395. "b": 0,
  1396. "a": 255
  1397. },
  1398. "_contentSize": {
  1399. "__type__": "cc.Size",
  1400. "width": 156,
  1401. "height": 37.8
  1402. },
  1403. "_anchorPoint": {
  1404. "__type__": "cc.Vec2",
  1405. "x": 0.5,
  1406. "y": 0.5
  1407. },
  1408. "_trs": {
  1409. "__type__": "TypedArray",
  1410. "ctor": "Float64Array",
  1411. "array": [
  1412. 160,
  1413. 6.246,
  1414. 0,
  1415. 0,
  1416. 0,
  1417. 0,
  1418. 1,
  1419. 1,
  1420. 1,
  1421. 1
  1422. ]
  1423. },
  1424. "_eulerAngles": {
  1425. "__type__": "cc.Vec3",
  1426. "x": 0,
  1427. "y": 0,
  1428. "z": 0
  1429. },
  1430. "_skewX": 0,
  1431. "_skewY": 0,
  1432. "_is3DNode": false,
  1433. "_groupIndex": 0,
  1434. "groupIndex": 0,
  1435. "_id": ""
  1436. },
  1437. {
  1438. "__type__": "cc.Label",
  1439. "_name": "",
  1440. "_objFlags": 0,
  1441. "node": {
  1442. "__id__": 36
  1443. },
  1444. "_enabled": true,
  1445. "_materials": [
  1446. {
  1447. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1448. }
  1449. ],
  1450. "_srcBlendFactor": 770,
  1451. "_dstBlendFactor": 771,
  1452. "_string": "《隐私条款》",
  1453. "_N$string": "《隐私条款》",
  1454. "_fontSize": 26,
  1455. "_lineHeight": 30,
  1456. "_enableWrapText": true,
  1457. "_N$file": null,
  1458. "_isSystemFontUsed": true,
  1459. "_spacingX": 0,
  1460. "_batchAsBitmap": false,
  1461. "_styleFlags": 0,
  1462. "_underlineHeight": 0,
  1463. "_N$horizontalAlign": 1,
  1464. "_N$verticalAlign": 1,
  1465. "_N$fontFamily": "Arial",
  1466. "_N$overflow": 0,
  1467. "_N$cacheMode": 0,
  1468. "_id": ""
  1469. },
  1470. {
  1471. "__type__": "cc.PrefabInfo",
  1472. "root": {
  1473. "__id__": 1
  1474. },
  1475. "asset": {
  1476. "__uuid__": "f7b563d2-2a35-4ed4-b0b0-05dd74c0033f"
  1477. },
  1478. "fileId": "achmLhzuBIo7UMLFoBN/Wg",
  1479. "sync": false
  1480. },
  1481. {
  1482. "__type__": "cc.Layout",
  1483. "_name": "",
  1484. "_objFlags": 0,
  1485. "node": {
  1486. "__id__": 26
  1487. },
  1488. "_enabled": true,
  1489. "_layoutSize": {
  1490. "__type__": "cc.Size",
  1491. "width": 460,
  1492. "height": 50
  1493. },
  1494. "_resize": 0,
  1495. "_N$layoutType": 1,
  1496. "_N$cellSize": {
  1497. "__type__": "cc.Size",
  1498. "width": 40,
  1499. "height": 40
  1500. },
  1501. "_N$startAxis": 0,
  1502. "_N$paddingLeft": 0,
  1503. "_N$paddingRight": 0,
  1504. "_N$paddingTop": 0,
  1505. "_N$paddingBottom": 0,
  1506. "_N$spacingX": 0,
  1507. "_N$spacingY": 0,
  1508. "_N$verticalDirection": 1,
  1509. "_N$horizontalDirection": 0,
  1510. "_N$affectedByScale": false,
  1511. "_id": ""
  1512. },
  1513. {
  1514. "__type__": "cc.PrefabInfo",
  1515. "root": {
  1516. "__id__": 1
  1517. },
  1518. "asset": {
  1519. "__uuid__": "f7b563d2-2a35-4ed4-b0b0-05dd74c0033f"
  1520. },
  1521. "fileId": "d8iZnhBxlN6Z+tevwjWta7",
  1522. "sync": false
  1523. },
  1524. {
  1525. "__type__": "cc.Widget",
  1526. "_name": "",
  1527. "_objFlags": 0,
  1528. "node": {
  1529. "__id__": 10
  1530. },
  1531. "_enabled": true,
  1532. "alignMode": 1,
  1533. "_target": null,
  1534. "_alignFlags": 4,
  1535. "_left": 0,
  1536. "_right": 0,
  1537. "_top": 0,
  1538. "_bottom": 75,
  1539. "_verticalCenter": 0,
  1540. "_horizontalCenter": 0,
  1541. "_isAbsLeft": true,
  1542. "_isAbsRight": true,
  1543. "_isAbsTop": true,
  1544. "_isAbsBottom": true,
  1545. "_isAbsHorizontalCenter": true,
  1546. "_isAbsVerticalCenter": true,
  1547. "_originalWidth": 0,
  1548. "_originalHeight": 0,
  1549. "_id": ""
  1550. },
  1551. {
  1552. "__type__": "cc.PrefabInfo",
  1553. "root": {
  1554. "__id__": 1
  1555. },
  1556. "asset": {
  1557. "__uuid__": "f7b563d2-2a35-4ed4-b0b0-05dd74c0033f"
  1558. },
  1559. "fileId": "eaO0OvzchGqY/YK6jBmI7t",
  1560. "sync": false
  1561. },
  1562. {
  1563. "__type__": "cc.Widget",
  1564. "_name": "",
  1565. "_objFlags": 0,
  1566. "node": {
  1567. "__id__": 1
  1568. },
  1569. "_enabled": true,
  1570. "alignMode": 1,
  1571. "_target": null,
  1572. "_alignFlags": 45,
  1573. "_left": 0,
  1574. "_right": 0,
  1575. "_top": 0,
  1576. "_bottom": 0,
  1577. "_verticalCenter": 0,
  1578. "_horizontalCenter": 0,
  1579. "_isAbsLeft": true,
  1580. "_isAbsRight": true,
  1581. "_isAbsTop": true,
  1582. "_isAbsBottom": true,
  1583. "_isAbsHorizontalCenter": true,
  1584. "_isAbsVerticalCenter": true,
  1585. "_originalWidth": 750,
  1586. "_originalHeight": 1334,
  1587. "_id": ""
  1588. },
  1589. {
  1590. "__type__": "6dba2tWf41JpYkegatfLoGC",
  1591. "_name": "",
  1592. "_objFlags": 0,
  1593. "node": {
  1594. "__id__": 1
  1595. },
  1596. "_enabled": true,
  1597. "bar": {
  1598. "__id__": 24
  1599. },
  1600. "lbl_progress": {
  1601. "__id__": 12
  1602. },
  1603. "lbl_server": {
  1604. "__id__": 31
  1605. },
  1606. "lbl_privacy": {
  1607. "__id__": 37
  1608. },
  1609. "_id": ""
  1610. },
  1611. {
  1612. "__type__": "a9502IxXURFCJkFwG7UFpJ+",
  1613. "_name": "",
  1614. "_objFlags": 0,
  1615. "node": {
  1616. "__id__": 1
  1617. },
  1618. "_enabled": true,
  1619. "manifest": {
  1620. "__uuid__": "a81eb395-718d-4f3b-958c-cb871f7dd5fa"
  1621. },
  1622. "_id": ""
  1623. },
  1624. {
  1625. "__type__": "cc.PrefabInfo",
  1626. "root": {
  1627. "__id__": 1
  1628. },
  1629. "asset": {
  1630. "__uuid__": "f7b563d2-2a35-4ed4-b0b0-05dd74c0033f"
  1631. },
  1632. "fileId": "",
  1633. "sync": false
  1634. }
  1635. ]