dialogue_options.prefab 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866
  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": "dialogue_options",
  17. "_objFlags": 0,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. },
  23. {
  24. "__id__": 8
  25. },
  26. {
  27. "__id__": 14
  28. },
  29. {
  30. "__id__": 17
  31. },
  32. {
  33. "__id__": 20
  34. }
  35. ],
  36. "_active": true,
  37. "_components": [],
  38. "_prefab": {
  39. "__id__": 24
  40. },
  41. "_opacity": 255,
  42. "_color": {
  43. "__type__": "cc.Color",
  44. "r": 255,
  45. "g": 255,
  46. "b": 255,
  47. "a": 255
  48. },
  49. "_contentSize": {
  50. "__type__": "cc.Size",
  51. "width": 1334,
  52. "height": 750
  53. },
  54. "_anchorPoint": {
  55. "__type__": "cc.Vec2",
  56. "x": 0.5,
  57. "y": 0.5
  58. },
  59. "_trs": {
  60. "__type__": "TypedArray",
  61. "ctor": "Float64Array",
  62. "array": [
  63. 0,
  64. 0,
  65. 0,
  66. 0,
  67. 0,
  68. 0,
  69. 1,
  70. 1,
  71. 1,
  72. 1
  73. ]
  74. },
  75. "_eulerAngles": {
  76. "__type__": "cc.Vec3",
  77. "x": 0,
  78. "y": 0,
  79. "z": 0
  80. },
  81. "_skewX": 0,
  82. "_skewY": 0,
  83. "_is3DNode": false,
  84. "_groupIndex": 0,
  85. "groupIndex": 0,
  86. "_id": ""
  87. },
  88. {
  89. "__type__": "cc.Node",
  90. "_name": "New Sprite",
  91. "_objFlags": 0,
  92. "_parent": {
  93. "__id__": 1
  94. },
  95. "_children": [],
  96. "_active": true,
  97. "_components": [
  98. {
  99. "__id__": 3
  100. },
  101. {
  102. "__id__": 4
  103. },
  104. {
  105. "__id__": 5
  106. }
  107. ],
  108. "_prefab": {
  109. "__id__": 7
  110. },
  111. "_opacity": 180,
  112. "_color": {
  113. "__type__": "cc.Color",
  114. "r": 0,
  115. "g": 0,
  116. "b": 0,
  117. "a": 255
  118. },
  119. "_contentSize": {
  120. "__type__": "cc.Size",
  121. "width": 1334,
  122. "height": 750
  123. },
  124. "_anchorPoint": {
  125. "__type__": "cc.Vec2",
  126. "x": 0.5,
  127. "y": 0.5
  128. },
  129. "_trs": {
  130. "__type__": "TypedArray",
  131. "ctor": "Float64Array",
  132. "array": [
  133. 0,
  134. 0,
  135. 0,
  136. 0,
  137. 0,
  138. 0,
  139. 1,
  140. 1,
  141. 1,
  142. 1
  143. ]
  144. },
  145. "_eulerAngles": {
  146. "__type__": "cc.Vec3",
  147. "x": 0,
  148. "y": 0,
  149. "z": 0
  150. },
  151. "_skewX": 0,
  152. "_skewY": 0,
  153. "_is3DNode": false,
  154. "_groupIndex": 0,
  155. "groupIndex": 0,
  156. "_id": ""
  157. },
  158. {
  159. "__type__": "50926/BsyZKHYMN6tib9fNS",
  160. "_name": "",
  161. "_objFlags": 0,
  162. "node": {
  163. "__id__": 2
  164. },
  165. "_enabled": true,
  166. "_id": ""
  167. },
  168. {
  169. "__type__": "cc.Sprite",
  170. "_name": "",
  171. "_objFlags": 0,
  172. "node": {
  173. "__id__": 2
  174. },
  175. "_enabled": true,
  176. "_materials": [
  177. {
  178. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  179. }
  180. ],
  181. "_srcBlendFactor": 770,
  182. "_dstBlendFactor": 771,
  183. "_spriteFrame": {
  184. "__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91"
  185. },
  186. "_type": 0,
  187. "_sizeMode": 0,
  188. "_fillType": 0,
  189. "_fillCenter": {
  190. "__type__": "cc.Vec2",
  191. "x": 0,
  192. "y": 0
  193. },
  194. "_fillStart": 0,
  195. "_fillRange": 0,
  196. "_isTrimmedMode": true,
  197. "_atlas": null,
  198. "_id": ""
  199. },
  200. {
  201. "__type__": "cc.Button",
  202. "_name": "",
  203. "_objFlags": 0,
  204. "node": {
  205. "__id__": 2
  206. },
  207. "_enabled": true,
  208. "_normalMaterial": null,
  209. "_grayMaterial": null,
  210. "duration": 0.1,
  211. "zoomScale": 1.2,
  212. "clickEvents": [
  213. {
  214. "__id__": 6
  215. }
  216. ],
  217. "_N$interactable": true,
  218. "_N$enableAutoGrayEffect": false,
  219. "_N$transition": 0,
  220. "transition": 0,
  221. "_N$normalColor": {
  222. "__type__": "cc.Color",
  223. "r": 255,
  224. "g": 255,
  225. "b": 255,
  226. "a": 255
  227. },
  228. "_N$pressedColor": {
  229. "__type__": "cc.Color",
  230. "r": 211,
  231. "g": 211,
  232. "b": 211,
  233. "a": 255
  234. },
  235. "pressedColor": {
  236. "__type__": "cc.Color",
  237. "r": 211,
  238. "g": 211,
  239. "b": 211,
  240. "a": 255
  241. },
  242. "_N$hoverColor": {
  243. "__type__": "cc.Color",
  244. "r": 255,
  245. "g": 255,
  246. "b": 255,
  247. "a": 255
  248. },
  249. "hoverColor": {
  250. "__type__": "cc.Color",
  251. "r": 255,
  252. "g": 255,
  253. "b": 255,
  254. "a": 255
  255. },
  256. "_N$disabledColor": {
  257. "__type__": "cc.Color",
  258. "r": 124,
  259. "g": 124,
  260. "b": 124,
  261. "a": 255
  262. },
  263. "_N$normalSprite": null,
  264. "_N$pressedSprite": null,
  265. "pressedSprite": null,
  266. "_N$hoverSprite": null,
  267. "hoverSprite": null,
  268. "_N$disabledSprite": null,
  269. "_N$target": null,
  270. "_id": ""
  271. },
  272. {
  273. "__type__": "cc.ClickEvent",
  274. "target": null,
  275. "component": "",
  276. "_componentId": "c368bmHPt9AaIdo+bsJ+oDf",
  277. "handler": "exitDistroy",
  278. "customEventData": ""
  279. },
  280. {
  281. "__type__": "cc.PrefabInfo",
  282. "root": {
  283. "__id__": 1
  284. },
  285. "asset": {
  286. "__id__": 0
  287. },
  288. "fileId": "374+wdusZKdqRKL/ideEo+",
  289. "sync": false
  290. },
  291. {
  292. "__type__": "cc.Node",
  293. "_name": "New Sprite",
  294. "_objFlags": 0,
  295. "_parent": {
  296. "__id__": 1
  297. },
  298. "_children": [
  299. {
  300. "__id__": 9
  301. }
  302. ],
  303. "_active": true,
  304. "_components": [
  305. {
  306. "__id__": 12
  307. }
  308. ],
  309. "_prefab": {
  310. "__id__": 13
  311. },
  312. "_opacity": 255,
  313. "_color": {
  314. "__type__": "cc.Color",
  315. "r": 255,
  316. "g": 255,
  317. "b": 255,
  318. "a": 255
  319. },
  320. "_contentSize": {
  321. "__type__": "cc.Size",
  322. "width": 1334,
  323. "height": 200
  324. },
  325. "_anchorPoint": {
  326. "__type__": "cc.Vec2",
  327. "x": 0.5,
  328. "y": 0
  329. },
  330. "_trs": {
  331. "__type__": "TypedArray",
  332. "ctor": "Float64Array",
  333. "array": [
  334. 0,
  335. -375,
  336. 0,
  337. 0,
  338. 0,
  339. 0,
  340. 1,
  341. 1,
  342. 1,
  343. 1
  344. ]
  345. },
  346. "_eulerAngles": {
  347. "__type__": "cc.Vec3",
  348. "x": 0,
  349. "y": 0,
  350. "z": 0
  351. },
  352. "_skewX": 0,
  353. "_skewY": 0,
  354. "_is3DNode": false,
  355. "_groupIndex": 0,
  356. "groupIndex": 0,
  357. "_id": ""
  358. },
  359. {
  360. "__type__": "cc.Node",
  361. "_name": "New Label",
  362. "_objFlags": 0,
  363. "_parent": {
  364. "__id__": 8
  365. },
  366. "_children": [],
  367. "_active": true,
  368. "_components": [
  369. {
  370. "__id__": 10
  371. }
  372. ],
  373. "_prefab": {
  374. "__id__": 11
  375. },
  376. "_opacity": 255,
  377. "_color": {
  378. "__type__": "cc.Color",
  379. "r": 255,
  380. "g": 255,
  381. "b": 255,
  382. "a": 255
  383. },
  384. "_contentSize": {
  385. "__type__": "cc.Size",
  386. "width": 880,
  387. "height": 120
  388. },
  389. "_anchorPoint": {
  390. "__type__": "cc.Vec2",
  391. "x": 0.5,
  392. "y": 0.5
  393. },
  394. "_trs": {
  395. "__type__": "TypedArray",
  396. "ctor": "Float64Array",
  397. "array": [
  398. 110.113,
  399. 101.778,
  400. 0,
  401. 0,
  402. 0,
  403. 0,
  404. 1,
  405. 1,
  406. 1,
  407. 1
  408. ]
  409. },
  410. "_eulerAngles": {
  411. "__type__": "cc.Vec3",
  412. "x": 0,
  413. "y": 0,
  414. "z": 0
  415. },
  416. "_skewX": 0,
  417. "_skewY": 0,
  418. "_is3DNode": false,
  419. "_groupIndex": 0,
  420. "groupIndex": 0,
  421. "_id": ""
  422. },
  423. {
  424. "__type__": "cc.Label",
  425. "_name": "",
  426. "_objFlags": 0,
  427. "node": {
  428. "__id__": 9
  429. },
  430. "_enabled": true,
  431. "_materials": [
  432. {
  433. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  434. }
  435. ],
  436. "_srcBlendFactor": 770,
  437. "_dstBlendFactor": 771,
  438. "_string": "你掉落到一个陌生的森林,四周一片漆黑",
  439. "_N$string": "你掉落到一个陌生的森林,四周一片漆黑",
  440. "_fontSize": 25,
  441. "_lineHeight": 40,
  442. "_enableWrapText": true,
  443. "_N$file": null,
  444. "_isSystemFontUsed": true,
  445. "_spacingX": 0,
  446. "_batchAsBitmap": false,
  447. "_styleFlags": 0,
  448. "_underlineHeight": 0,
  449. "_N$horizontalAlign": 0,
  450. "_N$verticalAlign": 1,
  451. "_N$fontFamily": "Arial",
  452. "_N$overflow": 2,
  453. "_N$cacheMode": 0,
  454. "_id": ""
  455. },
  456. {
  457. "__type__": "cc.PrefabInfo",
  458. "root": {
  459. "__id__": 1
  460. },
  461. "asset": {
  462. "__id__": 0
  463. },
  464. "fileId": "34z8aA6ZBEq4Uh2QOmQV4p",
  465. "sync": false
  466. },
  467. {
  468. "__type__": "cc.Sprite",
  469. "_name": "",
  470. "_objFlags": 0,
  471. "node": {
  472. "__id__": 8
  473. },
  474. "_enabled": true,
  475. "_materials": [
  476. {
  477. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  478. }
  479. ],
  480. "_srcBlendFactor": 770,
  481. "_dstBlendFactor": 771,
  482. "_spriteFrame": {
  483. "__uuid__": "7ae6b329-dade-486e-b1ba-108bc1a0e8f5"
  484. },
  485. "_type": 1,
  486. "_sizeMode": 0,
  487. "_fillType": 0,
  488. "_fillCenter": {
  489. "__type__": "cc.Vec2",
  490. "x": 0,
  491. "y": 0
  492. },
  493. "_fillStart": 0,
  494. "_fillRange": 0,
  495. "_isTrimmedMode": true,
  496. "_atlas": null,
  497. "_id": ""
  498. },
  499. {
  500. "__type__": "cc.PrefabInfo",
  501. "root": {
  502. "__id__": 1
  503. },
  504. "asset": {
  505. "__id__": 0
  506. },
  507. "fileId": "12tBAXfgRHXbcxKPCRjV0U",
  508. "sync": false
  509. },
  510. {
  511. "__type__": "cc.Node",
  512. "_name": "New Sprite",
  513. "_objFlags": 0,
  514. "_parent": {
  515. "__id__": 1
  516. },
  517. "_children": [],
  518. "_active": true,
  519. "_components": [
  520. {
  521. "__id__": 15
  522. }
  523. ],
  524. "_prefab": {
  525. "__id__": 16
  526. },
  527. "_opacity": 255,
  528. "_color": {
  529. "__type__": "cc.Color",
  530. "r": 255,
  531. "g": 255,
  532. "b": 255,
  533. "a": 255
  534. },
  535. "_contentSize": {
  536. "__type__": "cc.Size",
  537. "width": 62,
  538. "height": 58
  539. },
  540. "_anchorPoint": {
  541. "__type__": "cc.Vec2",
  542. "x": 0.5,
  543. "y": 0.5
  544. },
  545. "_trs": {
  546. "__type__": "TypedArray",
  547. "ctor": "Float64Array",
  548. "array": [
  549. -442.18,
  550. -236.489,
  551. 0,
  552. 0,
  553. 0,
  554. 0,
  555. 1,
  556. 3,
  557. 3,
  558. 2
  559. ]
  560. },
  561. "_eulerAngles": {
  562. "__type__": "cc.Vec3",
  563. "x": 0,
  564. "y": 0,
  565. "z": 0
  566. },
  567. "_skewX": 0,
  568. "_skewY": 0,
  569. "_is3DNode": false,
  570. "_groupIndex": 0,
  571. "groupIndex": 0,
  572. "_id": ""
  573. },
  574. {
  575. "__type__": "cc.Sprite",
  576. "_name": "",
  577. "_objFlags": 0,
  578. "node": {
  579. "__id__": 14
  580. },
  581. "_enabled": true,
  582. "_materials": [
  583. {
  584. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  585. }
  586. ],
  587. "_srcBlendFactor": 770,
  588. "_dstBlendFactor": 771,
  589. "_spriteFrame": {
  590. "__uuid__": "d2fd3ed2-6183-401b-82c2-5530bc0840c2"
  591. },
  592. "_type": 0,
  593. "_sizeMode": 1,
  594. "_fillType": 0,
  595. "_fillCenter": {
  596. "__type__": "cc.Vec2",
  597. "x": 0,
  598. "y": 0
  599. },
  600. "_fillStart": 0,
  601. "_fillRange": 0,
  602. "_isTrimmedMode": true,
  603. "_atlas": null,
  604. "_id": ""
  605. },
  606. {
  607. "__type__": "cc.PrefabInfo",
  608. "root": {
  609. "__id__": 1
  610. },
  611. "asset": {
  612. "__id__": 0
  613. },
  614. "fileId": "b9rj3cYOVH5KP3nCZYf/V7",
  615. "sync": false
  616. },
  617. {
  618. "__type__": "cc.Node",
  619. "_name": "New Sprite",
  620. "_objFlags": 0,
  621. "_parent": {
  622. "__id__": 1
  623. },
  624. "_children": [],
  625. "_active": true,
  626. "_components": [
  627. {
  628. "__id__": 18
  629. }
  630. ],
  631. "_prefab": {
  632. "__id__": 19
  633. },
  634. "_opacity": 120,
  635. "_color": {
  636. "__type__": "cc.Color",
  637. "r": 255,
  638. "g": 255,
  639. "b": 255,
  640. "a": 255
  641. },
  642. "_contentSize": {
  643. "__type__": "cc.Size",
  644. "width": 200,
  645. "height": 38
  646. },
  647. "_anchorPoint": {
  648. "__type__": "cc.Vec2",
  649. "x": 0.5,
  650. "y": 0.5
  651. },
  652. "_trs": {
  653. "__type__": "TypedArray",
  654. "ctor": "Float64Array",
  655. "array": [
  656. -477.068,
  657. -339.388,
  658. 0,
  659. 0,
  660. 0,
  661. 0,
  662. 1,
  663. 1,
  664. 1,
  665. 1
  666. ]
  667. },
  668. "_eulerAngles": {
  669. "__type__": "cc.Vec3",
  670. "x": 0,
  671. "y": 0,
  672. "z": 0
  673. },
  674. "_skewX": 0,
  675. "_skewY": 0,
  676. "_is3DNode": false,
  677. "_groupIndex": 0,
  678. "groupIndex": 0,
  679. "_id": ""
  680. },
  681. {
  682. "__type__": "cc.Sprite",
  683. "_name": "",
  684. "_objFlags": 0,
  685. "node": {
  686. "__id__": 17
  687. },
  688. "_enabled": true,
  689. "_materials": [
  690. {
  691. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  692. }
  693. ],
  694. "_srcBlendFactor": 770,
  695. "_dstBlendFactor": 771,
  696. "_spriteFrame": {
  697. "__uuid__": "1725ca4c-1411-4130-af74-fdaeaa62da0f"
  698. },
  699. "_type": 1,
  700. "_sizeMode": 0,
  701. "_fillType": 0,
  702. "_fillCenter": {
  703. "__type__": "cc.Vec2",
  704. "x": 0,
  705. "y": 0
  706. },
  707. "_fillStart": 0,
  708. "_fillRange": 0,
  709. "_isTrimmedMode": true,
  710. "_atlas": null,
  711. "_id": ""
  712. },
  713. {
  714. "__type__": "cc.PrefabInfo",
  715. "root": {
  716. "__id__": 1
  717. },
  718. "asset": {
  719. "__id__": 0
  720. },
  721. "fileId": "973jnSPQRBF5Dv3WL+YhZ7",
  722. "sync": false
  723. },
  724. {
  725. "__type__": "cc.Node",
  726. "_name": "New Label",
  727. "_objFlags": 0,
  728. "_parent": {
  729. "__id__": 1
  730. },
  731. "_children": [],
  732. "_active": true,
  733. "_components": [
  734. {
  735. "__id__": 21
  736. },
  737. {
  738. "__id__": 22
  739. }
  740. ],
  741. "_prefab": {
  742. "__id__": 23
  743. },
  744. "_opacity": 255,
  745. "_color": {
  746. "__type__": "cc.Color",
  747. "r": 255,
  748. "g": 255,
  749. "b": 255,
  750. "a": 255
  751. },
  752. "_contentSize": {
  753. "__type__": "cc.Size",
  754. "width": 95.95,
  755. "height": 54.4
  756. },
  757. "_anchorPoint": {
  758. "__type__": "cc.Vec2",
  759. "x": 0.5,
  760. "y": 0.5
  761. },
  762. "_trs": {
  763. "__type__": "TypedArray",
  764. "ctor": "Float64Array",
  765. "array": [
  766. -478.227,
  767. -338.952,
  768. 0,
  769. 0,
  770. 0,
  771. 0,
  772. 1,
  773. 1,
  774. 1,
  775. 1
  776. ]
  777. },
  778. "_eulerAngles": {
  779. "__type__": "cc.Vec3",
  780. "x": 0,
  781. "y": 0,
  782. "z": 0
  783. },
  784. "_skewX": 0,
  785. "_skewY": 0,
  786. "_is3DNode": false,
  787. "_groupIndex": 0,
  788. "groupIndex": 0,
  789. "_id": ""
  790. },
  791. {
  792. "__type__": "cc.Label",
  793. "_name": "",
  794. "_objFlags": 0,
  795. "node": {
  796. "__id__": 20
  797. },
  798. "_enabled": true,
  799. "_materials": [
  800. {
  801. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  802. }
  803. ],
  804. "_srcBlendFactor": 770,
  805. "_dstBlendFactor": 771,
  806. "_string": "雷神-托尔",
  807. "_N$string": "雷神-托尔",
  808. "_fontSize": 20,
  809. "_lineHeight": 40,
  810. "_enableWrapText": true,
  811. "_N$file": {
  812. "__uuid__": "1cdb5762-18d1-4d60-a364-c717229e08e9"
  813. },
  814. "_isSystemFontUsed": false,
  815. "_spacingX": 0,
  816. "_batchAsBitmap": false,
  817. "_styleFlags": 0,
  818. "_underlineHeight": 0,
  819. "_N$horizontalAlign": 1,
  820. "_N$verticalAlign": 1,
  821. "_N$fontFamily": "Arial",
  822. "_N$overflow": 0,
  823. "_N$cacheMode": 0,
  824. "_id": ""
  825. },
  826. {
  827. "__type__": "cc.LabelOutline",
  828. "_name": "",
  829. "_objFlags": 0,
  830. "node": {
  831. "__id__": 20
  832. },
  833. "_enabled": true,
  834. "_color": {
  835. "__type__": "cc.Color",
  836. "r": 75,
  837. "g": 43,
  838. "b": 0,
  839. "a": 255
  840. },
  841. "_width": 2,
  842. "_id": ""
  843. },
  844. {
  845. "__type__": "cc.PrefabInfo",
  846. "root": {
  847. "__id__": 1
  848. },
  849. "asset": {
  850. "__id__": 0
  851. },
  852. "fileId": "414aU2IkFDeqcqR6yQStfp",
  853. "sync": false
  854. },
  855. {
  856. "__type__": "cc.PrefabInfo",
  857. "root": {
  858. "__id__": 1
  859. },
  860. "asset": {
  861. "__id__": 0
  862. },
  863. "fileId": "",
  864. "sync": false
  865. }
  866. ]