@realsee/dnalogel 3.64.15 → 3.64.17

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 (472) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/ModelMakerPlugin/item/baseItem.d.ts +1 -0
  3. package/dist/floorplan/Components/Items/Item.svelte.d.ts +1 -0
  4. package/dist/floorplan/Components/Items/Items.svelte.d.ts +1 -0
  5. package/dist/floorplan/MapviewFloorplanPlugin/Controller.d.ts +2 -0
  6. package/dist/floorplan/MapviewFloorplanPlugin/items.d.ts +30 -0
  7. package/dist/floorplan/typings/floorplanData.d.ts +1 -0
  8. package/dist/index.cjs.js +68 -68
  9. package/dist/index.js +16514 -13576
  10. package/dist/index.umd.js +67 -67
  11. package/docs/assets/search.js +1 -1
  12. package/docs/classes/AreaMakerPluginType.AreaMakerController.html +25 -25
  13. package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +28 -28
  14. package/docs/classes/CSS3DRender.html +3 -3
  15. package/docs/classes/GuideLineItem.GuideLineItem.html +3 -3
  16. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +26 -26
  17. package/docs/classes/ModelMakerPluginInstance.html +15 -15
  18. package/docs/classes/ModelRoomLabelController.html +6 -6
  19. package/docs/classes/MoveController.html +17 -17
  20. package/docs/classes/Object3DHelperController.html +15 -15
  21. package/docs/classes/PaintBrush.html +5 -5
  22. package/docs/classes/PanoMeasurePluginLine.html +2 -2
  23. package/docs/classes/PanoMeasurePluginModel.html +2 -2
  24. package/docs/classes/PanoMeasurePluginPoint.html +2 -2
  25. package/docs/classes/PanoMeasurePluginPolyline.html +4 -4
  26. package/docs/classes/PanoTagPluginController.html +34 -34
  27. package/docs/classes/Sculpt.html +23 -23
  28. package/docs/classes/Util.BetterTween.html +2 -2
  29. package/docs/classes/Util.FiveDomEvents.html +4 -4
  30. package/docs/classes/Util.FivePuppet.html +3 -3
  31. package/docs/classes/Util.Interval.html +5 -5
  32. package/docs/classes/Util.LightTag.html +15 -15
  33. package/docs/classes/Util.LineSegments.html +2 -2
  34. package/docs/classes/Util.Magnifier.html +6 -6
  35. package/docs/classes/Util.Object3D.html +4 -4
  36. package/docs/classes/Util.PointHelper.html +2 -2
  37. package/docs/classes/Util.PointSelector.html +16 -16
  38. package/docs/classes/Util.PointSelectorHelper.html +2 -2
  39. package/docs/classes/Util.Rectangle.html +5 -5
  40. package/docs/classes/Util.sculpt.BaseEditor.html +7 -7
  41. package/docs/classes/Util.sculpt.BoxMesh.html +6 -6
  42. package/docs/classes/Util.sculpt.BoxMeshEditor.html +7 -7
  43. package/docs/classes/Util.sculpt.CircleMesh.html +4 -4
  44. package/docs/classes/Util.sculpt.CircleMeshEditor.html +7 -7
  45. package/docs/classes/Util.sculpt.CircleWithEdgeMesh.html +4 -4
  46. package/docs/classes/Util.sculpt.CylinderMesh.html +5 -5
  47. package/docs/classes/Util.sculpt.CylinderMeshEditor.html +7 -7
  48. package/docs/classes/Util.sculpt.LineMesh.html +5 -5
  49. package/docs/classes/Util.sculpt.PointMesh.html +5 -5
  50. package/docs/classes/Util.sculpt.PolygonMesh.html +6 -6
  51. package/docs/classes/Util.sculpt.PrismMesh.html +6 -6
  52. package/docs/classes/Util.sculpt.PrismMeshEditor.html +7 -7
  53. package/docs/classes/Util.sculpt.RectangleMesh.html +7 -7
  54. package/docs/classes/Util.sculpt.RectangleMeshEditor.html +7 -7
  55. package/docs/classes/Util.sculpt.RectangleWithEdgeMesh.html +7 -7
  56. package/docs/classes/WalkController.html +18 -18
  57. package/docs/enums/CameraMovementEffect.html +3 -3
  58. package/docs/enums/ContentType.html +18 -18
  59. package/docs/enums/DIRECTION.html +2 -2
  60. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +2 -2
  61. package/docs/enums/DimensionType.html +3 -3
  62. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +2 -2
  63. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +2 -2
  64. package/docs/enums/PaintBrushTypeEnum.html +2 -2
  65. package/docs/enums/PointType.html +3 -3
  66. package/docs/enums/Rotation.html +3 -3
  67. package/docs/functions/AreaMakerPlugin.html +1 -1
  68. package/docs/functions/CSS3DRenderPlugin.html +1 -1
  69. package/docs/functions/CameraMovementPlugin.html +2 -2
  70. package/docs/functions/CruisePlugin.html +1 -1
  71. package/docs/functions/CurrentPanoImagePlugin.html +1 -1
  72. package/docs/functions/GuideLinePlugin.html +1 -1
  73. package/docs/functions/ItemLabelPlugin.html +1 -1
  74. package/docs/functions/MapviewFloorplanPlugin.html +1 -1
  75. package/docs/functions/MeasurePlugin.html +1 -1
  76. package/docs/functions/ModelChassisCompassPlugin.html +2 -2
  77. package/docs/functions/ModelEntryDoorGuidePlugin.html +2 -2
  78. package/docs/functions/ModelFloorplanPlugin.html +1 -1
  79. package/docs/functions/ModelItemLabelPlugin.html +1 -1
  80. package/docs/functions/ModelMakerPlugin.html +1 -1
  81. package/docs/functions/ModelRoomLabelPlugin.html +1 -1
  82. package/docs/functions/ModelTVVideoPlugin.html +1 -1
  83. package/docs/functions/ModelViewPlugin.html +2 -2
  84. package/docs/functions/MovePlugin.html +1 -1
  85. package/docs/functions/Object3DHelperPlugin.html +1 -1
  86. package/docs/functions/PanoCompassPlugin.html +1 -1
  87. package/docs/functions/PanoCursorRaycasterPlugin.html +2 -2
  88. package/docs/functions/PanoDoorLabelPlugin.html +1 -1
  89. package/docs/functions/PanoFloorplanRadarPlugin.html +1 -1
  90. package/docs/functions/PanoMeasurePlugin.html +1 -1
  91. package/docs/functions/PanoRulerPlugin.html +2 -2
  92. package/docs/functions/PanoRulerProPlugin.html +2 -2
  93. package/docs/functions/PanoSpatialTagPlugin.html +2 -2
  94. package/docs/functions/PanoTagPlugin.html +1 -1
  95. package/docs/functions/PanoVideoPlugin.html +2 -2
  96. package/docs/functions/PipelinePlugin.html +1 -1
  97. package/docs/functions/SculptPlugin.html +2 -2
  98. package/docs/functions/TopviewFloorplanPlugin.html +1 -1
  99. package/docs/functions/Util.absoluteUrl.html +2 -2
  100. package/docs/functions/Util.awaitNextFrame.html +1 -1
  101. package/docs/functions/Util.blink.html +2 -2
  102. package/docs/functions/Util.bounding.html +1 -1
  103. package/docs/functions/Util.boundingBox.html +1 -1
  104. package/docs/functions/Util.boundingSphere.html +1 -1
  105. package/docs/functions/Util.boxVertex.html +2 -2
  106. package/docs/functions/Util.boxVertexes.html +1 -1
  107. package/docs/functions/Util.checkFiveModelLoaded.html +2 -2
  108. package/docs/functions/Util.convexHull.html +2 -2
  109. package/docs/functions/Util.equal.html +2 -2
  110. package/docs/functions/Util.fiveModelIsLoaded.html +2 -2
  111. package/docs/functions/Util.getCoordsFromClient.html +1 -1
  112. package/docs/functions/Util.getCoordsFromElement.html +1 -1
  113. package/docs/functions/Util.getFrameTime.html +2 -2
  114. package/docs/functions/Util.initialCSS3DRender.html +1 -1
  115. package/docs/functions/Util.inside.html +1 -1
  116. package/docs/functions/Util.isAbsoluteURL.html +1 -1
  117. package/docs/functions/Util.isModelLike.html +1 -1
  118. package/docs/functions/Util.isNil.html +2 -2
  119. package/docs/functions/Util.isPanoramaLike.html +1 -1
  120. package/docs/functions/Util.lookObject.html +2 -2
  121. package/docs/functions/Util.lookPoint.html +2 -2
  122. package/docs/functions/Util.nextFrame.html +1 -1
  123. package/docs/functions/Util.notNil.html +2 -2
  124. package/docs/functions/Util.reblink.html +2 -2
  125. package/docs/functions/Util.requestAnimationFrameInterval.html +2 -2
  126. package/docs/functions/Util.sculpt.createBox.html +1 -1
  127. package/docs/functions/Util.sculpt.createCircle.html +1 -1
  128. package/docs/functions/Util.sculpt.createCylinder.html +1 -1
  129. package/docs/functions/Util.sculpt.createLine.html +2 -2
  130. package/docs/functions/Util.sculpt.createPoint.html +1 -1
  131. package/docs/functions/Util.sculpt.createPolygon.html +1 -1
  132. package/docs/functions/Util.sculpt.createPrism.html +1 -1
  133. package/docs/functions/Util.sculpt.createRectangle.html +2 -2
  134. package/docs/functions/Util.tag.html +1 -1
  135. package/docs/functions/Util.tweenProgress.html +1 -1
  136. package/docs/functions/Util.uuid.html +2 -2
  137. package/docs/functions/Util.waitFiveModelLoaded.html +2 -2
  138. package/docs/functions/Util.worldBounding.html +1 -1
  139. package/docs/functions/Util.worldBoundingBox.html +1 -1
  140. package/docs/functions/Util.worldBoundingSphere.html +1 -1
  141. package/docs/functions/createPolyline.html +2 -2
  142. package/docs/functions/pluginFlag.html +1 -1
  143. package/docs/hierarchy.html +1 -1
  144. package/docs/index.html +2 -2
  145. package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +3 -3
  146. package/docs/interfaces/AreaMakerPluginType.Config.html +3 -3
  147. package/docs/interfaces/AreaMakerPluginType.EventMap.html +12 -12
  148. package/docs/interfaces/AreaMakerPluginType.Params.html +3 -3
  149. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +4 -4
  150. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +3 -3
  151. package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +3 -3
  152. package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +3 -3
  153. package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +2 -2
  154. package/docs/interfaces/AreaMakerPluginType.State.html +5 -5
  155. package/docs/interfaces/CSS3DRenderPluginEventMap.html +4 -4
  156. package/docs/interfaces/CSS3DRenderPluginState.html +4 -4
  157. package/docs/interfaces/CameraMovementPluginExportType.html +3 -3
  158. package/docs/interfaces/ContentTypeMapInterface.html +15 -15
  159. package/docs/interfaces/CruisePluginTypes.Config.html +4 -4
  160. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +2 -2
  161. package/docs/interfaces/CruisePluginTypes.EventMap.html +17 -17
  162. package/docs/interfaces/CruisePluginTypes.GuildLineConfig.html +3 -3
  163. package/docs/interfaces/CruisePluginTypes.MoveAction.html +8 -8
  164. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +9 -9
  165. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +10 -10
  166. package/docs/interfaces/CruisePluginTypes.PluginData.html +3 -3
  167. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +2 -2
  168. package/docs/interfaces/CruisePluginTypes.PluginState.html +7 -7
  169. package/docs/interfaces/CurrentPanoImagePluginType.Config.html +7 -7
  170. package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +8 -8
  171. package/docs/interfaces/CurrentPanoImagePluginType.Params.html +3 -3
  172. package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +2 -2
  173. package/docs/interfaces/CurrentPanoImagePluginType.State.html +4 -4
  174. package/docs/interfaces/FloorplanBounding.html +5 -5
  175. package/docs/interfaces/FloorplanData.html +3 -3
  176. package/docs/interfaces/FloorplanEntrance.html +8 -8
  177. package/docs/interfaces/FloorplanExtraObject.html +5 -5
  178. package/docs/interfaces/FloorplanExtraObject3D.html +3 -3
  179. package/docs/interfaces/FloorplanFloorData.html +4 -3
  180. package/docs/interfaces/FloorplanImagePosition.html +3 -3
  181. package/docs/interfaces/FloorplanObserver.html +3 -3
  182. package/docs/interfaces/FloorplanOutlineItem.html +3 -3
  183. package/docs/interfaces/FloorplanPosition.html +3 -3
  184. package/docs/interfaces/FloorplanRoomItem.html +8 -8
  185. package/docs/interfaces/FloorplanRoomLabelItem.html +4 -4
  186. package/docs/interfaces/FloorplanServerBounding.html +5 -5
  187. package/docs/interfaces/FloorplanServerComputedData.html +2 -2
  188. package/docs/interfaces/FloorplanServerData.html +3 -3
  189. package/docs/interfaces/FloorplanServerDoorItem.html +2 -2
  190. package/docs/interfaces/FloorplanServerDoorPosition.html +2 -2
  191. package/docs/interfaces/FloorplanServerEntrance.html +8 -8
  192. package/docs/interfaces/FloorplanServerFloorData.html +3 -3
  193. package/docs/interfaces/FloorplanServerImagePosition.html +3 -3
  194. package/docs/interfaces/FloorplanServerObserver.html +3 -3
  195. package/docs/interfaces/FloorplanServerOutlineItem.html +3 -3
  196. package/docs/interfaces/FloorplanServerPosition.html +3 -3
  197. package/docs/interfaces/FloorplanServerRoomItem.html +9 -9
  198. package/docs/interfaces/FloorplanServerRoomLabelItem.html +4 -4
  199. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +2 -2
  200. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +3 -3
  201. package/docs/interfaces/GuideLinePluginType.EventMap.html +5 -5
  202. package/docs/interfaces/GuideLinePluginType.ExtraRouteData.html +3 -3
  203. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +5 -5
  204. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +2 -2
  205. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +12 -12
  206. package/docs/interfaces/GuideLinePluginType.GuideLineMeshStyle.html +3 -3
  207. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +2 -2
  208. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +16 -16
  209. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +2 -2
  210. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +20 -20
  211. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +1 -1
  212. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +2 -2
  213. package/docs/interfaces/GuideLinePluginType.PluginState.html +4 -4
  214. package/docs/interfaces/GuideLinePluginType.Route.html +6 -6
  215. package/docs/interfaces/HelperOffset.html +2 -2
  216. package/docs/interfaces/ImagePlaneGroup.html +2 -2
  217. package/docs/interfaces/ItemLabelPluginData.html +2 -2
  218. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +2 -2
  219. package/docs/interfaces/ItemLabelPluginParametersType.html +2 -2
  220. package/docs/interfaces/MinMax.html +2 -2
  221. package/docs/interfaces/ModelChassisCompassPluginData.html +2 -2
  222. package/docs/interfaces/ModelChassisCompassPluginExportType.html +2 -2
  223. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +2 -2
  224. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +2 -2
  225. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +2 -2
  226. package/docs/interfaces/ModelItemLabelPluginData.html +2 -2
  227. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +2 -2
  228. package/docs/interfaces/ModelItemLabelPluginParametersType.html +2 -2
  229. package/docs/interfaces/ModelMakerPluginType.EventMap.html +10 -10
  230. package/docs/interfaces/ModelMakerPluginType.ServerBaseItem.html +3 -3
  231. package/docs/interfaces/ModelMakerPluginType.ServerBoxItem.html +4 -4
  232. package/docs/interfaces/ModelMakerPluginType.ServerData.html +2 -2
  233. package/docs/interfaces/ModelMakerPluginType.ServerPrismItem.html +4 -4
  234. package/docs/interfaces/ModelMakerPluginType.ServerTrianglesItem.html +4 -4
  235. package/docs/interfaces/ModelMakerPluginType.State.html +5 -5
  236. package/docs/interfaces/ModelRoomLabelPluginData.html +2 -2
  237. package/docs/interfaces/ModelTVVideoPluginData.html +2 -2
  238. package/docs/interfaces/ModelTVVideoPluginExportType.html +2 -2
  239. package/docs/interfaces/ModelTVVideoPluginParameterType.html +2 -2
  240. package/docs/interfaces/ModelViewPluginExportType.html +2 -2
  241. package/docs/interfaces/Object3DHelperState.html +2 -2
  242. package/docs/interfaces/ObjectHelperControllers.html +2 -2
  243. package/docs/interfaces/PaintBrushAction.html +7 -7
  244. package/docs/interfaces/PaintBrushConfigs.html +2 -2
  245. package/docs/interfaces/PaintBrushState.html +2 -2
  246. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +6 -6
  247. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +1 -1
  248. package/docs/interfaces/PanoMeasureParameterType.html +6 -6
  249. package/docs/interfaces/PanoMeasurePluginLineJson.html +2 -2
  250. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +3 -3
  251. package/docs/interfaces/PanoMeasurePluginPointJson.html +2 -2
  252. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +4 -4
  253. package/docs/interfaces/PanoRulerPluginExportType.html +2 -2
  254. package/docs/interfaces/PanoRulerPluginOptions.html +2 -2
  255. package/docs/interfaces/PanoRulerPluginParameterType.html +2 -2
  256. package/docs/interfaces/PanoRulerProPluginExportType.html +2 -2
  257. package/docs/interfaces/PanoRulerProPluginOptions.html +2 -2
  258. package/docs/interfaces/PanoRulerProPluginParameterType.html +2 -2
  259. package/docs/interfaces/PanoRulerProPluginState.html +2 -2
  260. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +1 -1
  261. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +1 -1
  262. package/docs/interfaces/PanoSpatialTagPluginData.html +2 -2
  263. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +2 -2
  264. package/docs/interfaces/PanoSpatialTagPluginExportType.html +2 -2
  265. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +2 -2
  266. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +2 -2
  267. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +2 -2
  268. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +2 -2
  269. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +3 -3
  270. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +5 -5
  271. package/docs/interfaces/PanoVideoPluginType.PluginData.html +2 -2
  272. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +8 -8
  273. package/docs/interfaces/PanoVideoPluginType.PluginState.html +2 -2
  274. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +5 -5
  275. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +7 -7
  276. package/docs/interfaces/PluginEventMap.html +4 -4
  277. package/docs/interfaces/Point.html +2 -2
  278. package/docs/interfaces/Room.html +2 -2
  279. package/docs/interfaces/RoomInfo.html +2 -2
  280. package/docs/interfaces/RoomLabel.html +7 -7
  281. package/docs/interfaces/RoomRules.html +1 -1
  282. package/docs/interfaces/Rooms.html +1 -1
  283. package/docs/interfaces/Scissor.html +6 -6
  284. package/docs/interfaces/State.html +4 -4
  285. package/docs/interfaces/TagCacheInterface.html +3 -3
  286. package/docs/interfaces/TagConfig.html +11 -11
  287. package/docs/interfaces/TagGLTFObjectGroup.html +2 -2
  288. package/docs/interfaces/TagIconUrl.html +9 -9
  289. package/docs/interfaces/TagObjectGroup.html +2 -2
  290. package/docs/interfaces/TagStyle.html +2 -2
  291. package/docs/interfaces/Tags.html +4 -4
  292. package/docs/interfaces/TemporaryState.html +2 -2
  293. package/docs/interfaces/Util.AnimeInstance.html +2 -2
  294. package/docs/interfaces/Util.BlinkAnimeOptions.html +2 -2
  295. package/docs/interfaces/Util.EventHandlerConfig.html +6 -6
  296. package/docs/interfaces/Util.FiveDomEvent.html +2 -2
  297. package/docs/interfaces/Util.FiveDomEventMap.html +10 -10
  298. package/docs/interfaces/Util.MagnifierParameter.html +5 -5
  299. package/docs/interfaces/Util.MouseGroupParameter.html +2 -2
  300. package/docs/interfaces/Util.PointIntersection.html +11 -11
  301. package/docs/interfaces/Util.PointSelectorHelperConfig.html +2 -2
  302. package/docs/interfaces/Util.ReBlinkAnimeOptions.html +3 -3
  303. package/docs/modules/AreaMakerPluginType.html +2 -2
  304. package/docs/modules/CruisePluginTypes.html +2 -2
  305. package/docs/modules/CurrentPanoImagePluginType.html +2 -2
  306. package/docs/modules/GuideLineItem.html +2 -2
  307. package/docs/modules/GuideLineModeItem.html +2 -2
  308. package/docs/modules/GuideLinePluginType.html +2 -2
  309. package/docs/modules/ModelMakerPluginType.html +2 -2
  310. package/docs/modules/PanoVideoPluginType.html +2 -2
  311. package/docs/modules/SculptData.html +2 -2
  312. package/docs/modules/SculptType.html +2 -2
  313. package/docs/modules/Util.html +2 -2
  314. package/docs/modules/Util.sculpt.html +2 -2
  315. package/docs/modules.html +2 -2
  316. package/docs/types/AddObject3DHelperConfig.html +2 -2
  317. package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +2 -2
  318. package/docs/types/AreaMakerPluginType.ItemRenderer.html +1 -1
  319. package/docs/types/AreaMakerPluginType.PluginData.html +2 -2
  320. package/docs/types/AreaMakerPluginType.ServerData.html +2 -2
  321. package/docs/types/ArrayPosition.html +1 -1
  322. package/docs/types/AudioAppearance.html +1 -1
  323. package/docs/types/CSS3DRenderExportType.html +1 -1
  324. package/docs/types/CSS3DRenderPluginExportType.html +1 -1
  325. package/docs/types/CSS3DRenderPluginParameterType.html +1 -1
  326. package/docs/types/ClassFunctionParameters.html +1 -1
  327. package/docs/types/Color.html +1 -1
  328. package/docs/types/ContentTypeConfigKey.html +1 -1
  329. package/docs/types/ContentTypeConfigKeySplit.html +1 -1
  330. package/docs/types/ContentTypeMap.html +1 -1
  331. package/docs/types/Create3DDomContainerReturnType.html +1 -1
  332. package/docs/types/Create3DElementReturnType.html +1 -1
  333. package/docs/types/CruisePluginExportType.html +1 -1
  334. package/docs/types/CruisePluginTypes.CruiseData.html +2 -2
  335. package/docs/types/CruisePluginTypes.MoveEffect.html +1 -1
  336. package/docs/types/CurrentPanoImagePluginExportType.html +1 -1
  337. package/docs/types/DeprecatedMediaPlaneProperty.html +2 -2
  338. package/docs/types/DeprecatedTagProperty.html +2 -2
  339. package/docs/types/Direction-1.html +1 -1
  340. package/docs/types/Direction4.html +1 -1
  341. package/docs/types/ElementRenderer.html +2 -2
  342. package/docs/types/FloorplanRuleLabels.html +2 -2
  343. package/docs/types/FloorplanServerRuleLabels.html +1 -1
  344. package/docs/types/GuideLinePluginExportType.html +1 -1
  345. package/docs/types/GuideLinePluginType.GuideLineItem.html +2 -2
  346. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +1 -1
  347. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +1 -1
  348. package/docs/types/GuideLinePluginType.GuideLineStyle.html +2 -2
  349. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +2 -2
  350. package/docs/types/GuideLinePluginType.PathItem.html +2 -2
  351. package/docs/types/GuideLinePluginType.PluginData.html +2 -2
  352. package/docs/types/GuideLinePluginType.RouteConfig.html +2 -2
  353. package/docs/types/HelperEventMap.html +1 -1
  354. package/docs/types/InternalHelperEventMap.html +1 -1
  355. package/docs/types/MapviewFloorplanPluginParameterType.html +1 -1
  356. package/docs/types/MapviewFloorplanPluginReturnType.html +1 -1
  357. package/docs/types/MeasurePluginConfig.html +1 -1
  358. package/docs/types/MediaData.html +2 -2
  359. package/docs/types/MediaStore.html +1 -1
  360. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +1 -1
  361. package/docs/types/ModelFloorplanPluginParameterType.html +1 -1
  362. package/docs/types/ModelFloorplanPluginReturnType.html +1 -1
  363. package/docs/types/ModelId.html +1 -1
  364. package/docs/types/ModelMakerPluginType.ElementRenderer.html +1 -1
  365. package/docs/types/ModelMakerPluginType.ItemType.html +1 -1
  366. package/docs/types/ModelRoomLabelPluginParameters.html +1 -1
  367. package/docs/types/ModelRoomLabelPluginReturnType.html +1 -1
  368. package/docs/types/MoveArgs.html +2 -2
  369. package/docs/types/MoveOpts.html +2 -2
  370. package/docs/types/Object3DHelperEventMap.html +1 -1
  371. package/docs/types/ObjectFit.html +1 -1
  372. package/docs/types/PaintBrushEventMap.html +1 -1
  373. package/docs/types/PanoCompassPluginData.html +1 -1
  374. package/docs/types/PanoCompassPluginExportType.html +1 -1
  375. package/docs/types/PanoCompassPluginParameterType.html +1 -1
  376. package/docs/types/PanoFloorplanRadarPluginParameterType.html +1 -1
  377. package/docs/types/PanoFloorplanRadarPluginReturnType.html +1 -1
  378. package/docs/types/PanoIndex.html +1 -1
  379. package/docs/types/PanoMeasurePluginEvent.html +1 -1
  380. package/docs/types/PanoMeasureReturnType.html +1 -1
  381. package/docs/types/PanoSpatialTagPluginId.html +1 -1
  382. package/docs/types/PanoTagPluginExportInterface.html +1 -1
  383. package/docs/types/PanoTagPluginParamsInterface.html +1 -1
  384. package/docs/types/PanoVideoPluginParameterType.html +1 -1
  385. package/docs/types/PanoVideoPluginReturnType.html +1 -1
  386. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +2 -2
  387. package/docs/types/PipelinePluginParameterType.html +1 -1
  388. package/docs/types/PipelinePluginReturnType.html +1 -1
  389. package/docs/types/PlaneTag.html +2 -2
  390. package/docs/types/Point2DTag.html +2 -2
  391. package/docs/types/Point3DTag.html +2 -2
  392. package/docs/types/PointTagInstance.html +1 -1
  393. package/docs/types/Position.html +1 -1
  394. package/docs/types/PositionFrom.html +1 -1
  395. package/docs/types/RotateArgs.html +2 -2
  396. package/docs/types/RotateOpts.html +2 -2
  397. package/docs/types/RuleLabelsKey.html +1 -1
  398. package/docs/types/RuleLabelsValue.html +1 -1
  399. package/docs/types/ScaleCallback.html +1 -1
  400. package/docs/types/ScalePosition.html +2 -2
  401. package/docs/types/SculptData.BoxData.html +1 -1
  402. package/docs/types/SculptData.CircleData.html +1 -1
  403. package/docs/types/SculptData.CylinderData.html +1 -1
  404. package/docs/types/SculptData.PointData.html +1 -1
  405. package/docs/types/SculptData.PolygonData.html +1 -1
  406. package/docs/types/SculptData.PolylineData.html +1 -1
  407. package/docs/types/SculptData.PrismData.html +1 -1
  408. package/docs/types/SculptData.RectangleData.html +1 -1
  409. package/docs/types/SculptType.Theme.html +2 -2
  410. package/docs/types/StickType.html +1 -1
  411. package/docs/types/Tag.html +2 -2
  412. package/docs/types/Tag2D.html +2 -2
  413. package/docs/types/Tag3D.html +2 -2
  414. package/docs/types/TagClickParams.html +1 -1
  415. package/docs/types/TagConfigByKey.html +1 -1
  416. package/docs/types/TagContentType.html +1 -1
  417. package/docs/types/TagContentTypeMapping.html +1 -1
  418. package/docs/types/TagDimensionType.html +1 -1
  419. package/docs/types/TagElement.html +2 -2
  420. package/docs/types/TagEvents.html +1 -1
  421. package/docs/types/TagGLTFObject.html +1 -1
  422. package/docs/types/TagHooks.html +1 -1
  423. package/docs/types/TagId.html +1 -1
  424. package/docs/types/TagInstance.html +1 -1
  425. package/docs/types/TagPointType.html +2 -2
  426. package/docs/types/TagRendererMap.html +1 -1
  427. package/docs/types/TopviewFloorplanPluginParameterType.html +1 -1
  428. package/docs/types/TopviewFloorplanPluginReturnType.html +1 -1
  429. package/docs/types/Util.ActionIfNoIntersection.html +1 -1
  430. package/docs/types/Util.AdherePoint.html +2 -2
  431. package/docs/types/Util.PointSelectorConfig.html +1 -1
  432. package/docs/types/WorkCode.html +1 -1
  433. package/docs/variables/FLOOR_TYPE_MAP.html +2 -2
  434. package/docs/variables/PLUGIN.html +1 -1
  435. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +2 -2
  436. package/docs/variables/ROOM_TYPE_MAP.html +2 -2
  437. package/docs/variables/Util.animeMap.html +1 -1
  438. package/docs/variables/defaultGlobalConfig.html +1 -1
  439. package/docs/variables/itemLabelPluginServerParams.html +1 -1
  440. package/docs/variables/modelItemLabelPluginServerParams.html +1 -1
  441. package/docs/variables/modelRoomLabelPluginServerParams.html +1 -1
  442. package/libs/ModelMakerPlugin/Controller.js +43 -41
  443. package/libs/ModelMakerPlugin/index.js +4 -5
  444. package/libs/ModelMakerPlugin/item/baseItem.d.ts +1 -0
  445. package/libs/ModelMakerPlugin/item/baseItem.js +7 -10
  446. package/libs/ModelMakerPlugin/item/boxItem.js +2 -5
  447. package/libs/ModelMakerPlugin/item/polygonItem.js +2 -5
  448. package/libs/ModelMakerPlugin/item/prismItem.js +2 -5
  449. package/libs/base/BasePlugin.js +1 -1
  450. package/libs/floorplan/Components/CurrentFloor.js +246 -215
  451. package/libs/floorplan/Components/Items/Item.js +64 -0
  452. package/libs/floorplan/Components/Items/Item.svelte.d.ts +1 -0
  453. package/libs/floorplan/Components/Items/Items.js +161 -0
  454. package/libs/floorplan/Components/Items/Items.svelte.d.ts +1 -0
  455. package/libs/floorplan/Components/Main.js +56 -47
  456. package/libs/floorplan/MapviewFloorplanPlugin/Controller.d.ts +2 -0
  457. package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +128 -106
  458. package/libs/floorplan/MapviewFloorplanPlugin/index.js +8 -5
  459. package/libs/floorplan/MapviewFloorplanPlugin/items.d.ts +30 -0
  460. package/libs/floorplan/MapviewFloorplanPlugin/items.js +2672 -0
  461. package/libs/floorplan/ModelFloorplanPlugin/Controller.js +6 -4
  462. package/libs/floorplan/ModelFloorplanPlugin/index.js +7 -5
  463. package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +22 -20
  464. package/libs/floorplan/TopviewFloorplanPlugin/index.js +7 -5
  465. package/libs/floorplan/typings/floorplanData.d.ts +1 -0
  466. package/libs/index.js +148 -146
  467. package/libs/shared-utils/logger.js +1 -1
  468. package/libs/vendor/hotkeys-js/dist/hotkeys.esm.js +91 -91
  469. package/package.json +1 -1
  470. package/dist/ModelMakerPlugin/utils/getFiveDomEvent.d.ts +0 -3
  471. package/libs/ModelMakerPlugin/utils/getFiveDomEvent.d.ts +0 -3
  472. package/libs/ModelMakerPlugin/utils/getFiveDomEvent.js +0 -14
@@ -0,0 +1,2672 @@
1
+ const e = [
2
+ {
3
+ type: 0,
4
+ description: "车-2",
5
+ href: "resource/items/{{ theme }}/car_2.png",
6
+ width: 4200,
7
+ height: 1800,
8
+ tag: "其他",
9
+ direction: 3,
10
+ keywords: ["default"],
11
+ themes: ["legacy", "realsee"],
12
+ label: !0
13
+ },
14
+ {
15
+ type: 1,
16
+ description: "车-1",
17
+ href: "resource/items/{{ theme }}/car_1.png",
18
+ width: 1900,
19
+ height: 4300,
20
+ tag: "其他",
21
+ direction: 2,
22
+ keywords: ["default"],
23
+ themes: ["legacy", "realsee"],
24
+ label: !0
25
+ },
26
+ {
27
+ type: 2,
28
+ description: "中厨-1",
29
+ href: "resource/items/{{ theme }}/kitchen_1.png",
30
+ width: 3158,
31
+ height: 1400,
32
+ tag: "厨房",
33
+ direction: 2,
34
+ keywords: ["default"],
35
+ themes: ["legacy", "realsee"],
36
+ label: !0
37
+ },
38
+ {
39
+ type: 3,
40
+ description: "8人餐桌",
41
+ href: "resource/items/{{ theme }}/table_for_8.png",
42
+ width: 3240,
43
+ height: 1800,
44
+ tag: "客厅",
45
+ direction: 2,
46
+ keywords: ["default"],
47
+ themes: ["legacy", "realsee"],
48
+ label: !0
49
+ },
50
+ {
51
+ type: 4,
52
+ description: "衣柜-1",
53
+ href: "resource/items/{{ theme }}/wardrobe_1.png",
54
+ width: 1820,
55
+ height: 600,
56
+ tag: "卧室",
57
+ direction: 2,
58
+ keywords: ["default"],
59
+ themes: ["legacy", "realsee"],
60
+ label: !0
61
+ },
62
+ {
63
+ type: 5,
64
+ description: "浴缸-2",
65
+ href: "resource/items/{{ theme }}/bathtub_2.png",
66
+ width: 1500,
67
+ height: 694,
68
+ tag: "卫生间",
69
+ direction: 2,
70
+ keywords: ["default"],
71
+ themes: ["legacy", "realsee"],
72
+ label: !0
73
+ },
74
+ {
75
+ type: 6,
76
+ description: "衣柜-3",
77
+ href: "resource/items/{{ theme }}/wardrobe_3.png",
78
+ width: 2830,
79
+ height: 600,
80
+ tag: "卧室",
81
+ direction: 2,
82
+ keywords: ["default"],
83
+ themes: ["legacy", "realsee"],
84
+ label: !0
85
+ },
86
+ {
87
+ type: 7,
88
+ description: "植物-4",
89
+ href: "resource/items/{{ theme }}/plant_4.png",
90
+ width: 700,
91
+ height: 628,
92
+ tag: "装饰类",
93
+ direction: 2,
94
+ keywords: ["default"],
95
+ themes: ["legacy", "realsee"],
96
+ label: !0
97
+ },
98
+ {
99
+ type: 8,
100
+ description: "植物-1",
101
+ href: "resource/items/{{ theme }}/plant_1.png",
102
+ width: 700,
103
+ height: 565,
104
+ tag: "装饰类",
105
+ direction: 2,
106
+ keywords: ["default"],
107
+ themes: ["legacy", "realsee"],
108
+ label: !0
109
+ },
110
+ {
111
+ type: 9,
112
+ description: "植物-6",
113
+ href: "resource/items/{{ theme }}/plant_6.png",
114
+ width: 800,
115
+ height: 758,
116
+ tag: "装饰类",
117
+ direction: 2,
118
+ keywords: ["default"],
119
+ themes: ["legacy", "realsee"],
120
+ label: !0
121
+ },
122
+ {
123
+ type: 10,
124
+ description: "书桌-1",
125
+ href: "resource/items/{{ theme }}/desk_1.png",
126
+ width: 1200,
127
+ height: 930,
128
+ tag: "书房",
129
+ direction: 0,
130
+ keywords: ["default"],
131
+ themes: ["legacy", "realsee"],
132
+ label: !0
133
+ },
134
+ {
135
+ type: 11,
136
+ description: "瓶艺-1",
137
+ href: "resource/items/{{ theme }}/bottle_art_1.png",
138
+ width: 530,
139
+ height: 520,
140
+ tag: "装饰类",
141
+ direction: 2,
142
+ keywords: ["default"],
143
+ themes: ["legacy", "realsee"],
144
+ label: !0
145
+ },
146
+ {
147
+ type: 12,
148
+ description: "衣柜-2",
149
+ href: "resource/items/{{ theme }}/wardrobe_2.png",
150
+ width: 2310,
151
+ height: 600,
152
+ tag: "卧室",
153
+ direction: 2,
154
+ keywords: ["default"],
155
+ themes: ["legacy", "realsee"],
156
+ label: !0
157
+ },
158
+ {
159
+ type: 13,
160
+ description: "植物-2",
161
+ href: "resource/items/{{ theme }}/plant_2.png",
162
+ width: 600,
163
+ height: 600,
164
+ tag: "装饰类",
165
+ direction: 2,
166
+ keywords: ["default"],
167
+ themes: ["legacy", "realsee"],
168
+ label: !0
169
+ },
170
+ {
171
+ type: 14,
172
+ description: "西厨-1",
173
+ href: "resource/items/{{ theme }}/western_kitchen_1.png",
174
+ width: 2180,
175
+ height: 550,
176
+ tag: "厨房",
177
+ direction: 2,
178
+ keywords: ["default"],
179
+ themes: ["legacy", "realsee"],
180
+ label: !0
181
+ },
182
+ {
183
+ type: 15,
184
+ description: "西厨-2",
185
+ href: "resource/items/{{ theme }}/western_kitchen_2.png",
186
+ width: 1480,
187
+ height: 550,
188
+ tag: "厨房",
189
+ direction: 2,
190
+ keywords: ["default"],
191
+ themes: ["legacy", "realsee"],
192
+ label: !0
193
+ },
194
+ {
195
+ type: 16,
196
+ description: "浴缸-1",
197
+ href: "resource/items/{{ theme }}/bathtub_1.png",
198
+ width: 1500,
199
+ height: 956,
200
+ tag: "卫生间",
201
+ direction: 2,
202
+ keywords: ["default"],
203
+ themes: ["legacy", "realsee"],
204
+ label: !0
205
+ },
206
+ {
207
+ type: 17,
208
+ description: "植物-3",
209
+ href: "resource/items/{{ theme }}/plant_3.png",
210
+ width: 700,
211
+ height: 639,
212
+ tag: "装饰类",
213
+ direction: 2,
214
+ keywords: ["default"],
215
+ themes: ["legacy", "realsee"],
216
+ label: !0
217
+ },
218
+ {
219
+ type: 18,
220
+ description: "书桌-2",
221
+ href: "resource/items/{{ theme }}/desk_2.png",
222
+ width: 2200,
223
+ height: 2470,
224
+ tag: "书房",
225
+ direction: 3,
226
+ keywords: ["default"],
227
+ themes: ["legacy", "realsee"],
228
+ label: !0
229
+ },
230
+ {
231
+ type: 19,
232
+ description: "吧台",
233
+ href: "resource/items/{{ theme }}/bar_counter.png",
234
+ width: 1800,
235
+ height: 1130,
236
+ tag: "其他",
237
+ direction: 2,
238
+ keywords: ["default"],
239
+ themes: ["legacy", "realsee"],
240
+ label: !0
241
+ },
242
+ {
243
+ type: 20,
244
+ description: "书柜-短",
245
+ href: "resource/items/{{ theme }}/bookcase_short.png",
246
+ width: 1460,
247
+ height: 350,
248
+ tag: "书房",
249
+ direction: 2,
250
+ keywords: ["default"],
251
+ themes: ["legacy", "realsee"],
252
+ label: !0
253
+ },
254
+ {
255
+ type: 21,
256
+ description: "鞋柜-长",
257
+ href: "resource/items/{{ theme }}/shoe_cabinet_long.png",
258
+ width: 2059,
259
+ height: 550,
260
+ tag: "客厅",
261
+ direction: 2,
262
+ keywords: ["default"],
263
+ themes: ["legacy", "realsee"],
264
+ label: !0
265
+ },
266
+ {
267
+ type: 22,
268
+ description: "鞋柜-短",
269
+ href: "resource/items/{{ theme }}/shoe_cabinet_short.png",
270
+ width: 1308,
271
+ height: 550,
272
+ tag: "客厅",
273
+ direction: 2,
274
+ keywords: ["default"],
275
+ themes: ["legacy", "realsee"],
276
+ label: !0
277
+ },
278
+ {
279
+ type: 23,
280
+ description: "中厨-2",
281
+ href: "resource/items/{{ theme }}/kitchen_2.png",
282
+ width: 2020,
283
+ height: 650,
284
+ tag: "厨房",
285
+ direction: 2,
286
+ keywords: ["default"],
287
+ themes: ["legacy", "realsee"],
288
+ label: !0
289
+ },
290
+ {
291
+ type: 24,
292
+ description: "椅子",
293
+ href: "resource/items/{{ theme }}/chair.png",
294
+ width: 1050,
295
+ height: 950,
296
+ tag: "客厅",
297
+ direction: 1,
298
+ keywords: ["default"],
299
+ themes: ["legacy", "realsee"],
300
+ label: !0
301
+ },
302
+ {
303
+ type: 25,
304
+ description: "秋千",
305
+ href: "resource/items/{{ theme }}/swing.png",
306
+ width: 1600,
307
+ height: 1370,
308
+ tag: "其他",
309
+ direction: 2,
310
+ keywords: ["default"],
311
+ themes: ["legacy", "realsee"],
312
+ label: !0
313
+ },
314
+ {
315
+ type: 26,
316
+ description: "茶几",
317
+ href: "resource/items/{{ theme }}/tea_table.png",
318
+ width: 1090,
319
+ height: 800,
320
+ tag: "客厅",
321
+ direction: 2,
322
+ keywords: ["default"],
323
+ themes: ["legacy", "realsee"],
324
+ label: !0
325
+ },
326
+ {
327
+ type: 27,
328
+ description: "庭院",
329
+ href: "resource/items/{{ theme }}/courtyard.png",
330
+ width: 2100,
331
+ height: 3020,
332
+ tag: "其他",
333
+ direction: 3,
334
+ keywords: ["default"],
335
+ themes: ["legacy", "realsee"],
336
+ label: !0
337
+ },
338
+ {
339
+ type: 28,
340
+ description: "躺椅",
341
+ href: "resource/items/{{ theme }}/deck_chair.png",
342
+ width: 900,
343
+ height: 1850,
344
+ tag: "其他",
345
+ direction: 2,
346
+ keywords: ["default"],
347
+ themes: ["legacy", "realsee"],
348
+ label: !0
349
+ },
350
+ {
351
+ type: 29,
352
+ description: "钢琴",
353
+ href: "resource/items/{{ theme }}/piano.png",
354
+ width: 1900,
355
+ height: 2260,
356
+ tag: "其他",
357
+ direction: 0,
358
+ keywords: ["default"],
359
+ themes: ["legacy", "realsee"],
360
+ label: !0
361
+ },
362
+ {
363
+ type: 30,
364
+ description: "音响",
365
+ href: "resource/items/{{ theme }}/sound.png",
366
+ width: 2500,
367
+ height: 550,
368
+ tag: "其他",
369
+ direction: 2,
370
+ keywords: ["default"],
371
+ themes: ["legacy", "realsee"],
372
+ label: !0
373
+ },
374
+ {
375
+ type: 31,
376
+ description: "马桶",
377
+ href: "resource/items/{{ theme }}/flush_toilet.png",
378
+ width: 450,
379
+ height: 750,
380
+ tag: "卫生间",
381
+ direction: 2,
382
+ keywords: ["default"],
383
+ themes: ["legacy", "realsee"],
384
+ label: !0
385
+ },
386
+ {
387
+ type: 32,
388
+ description: "植物-5",
389
+ href: "resource/items/{{ theme }}/plant_5.png",
390
+ width: 544,
391
+ height: 600,
392
+ tag: "装饰类",
393
+ direction: 2,
394
+ keywords: ["default"],
395
+ themes: ["legacy", "realsee"],
396
+ label: !0
397
+ },
398
+ {
399
+ type: 33,
400
+ description: "书柜-长",
401
+ href: "resource/items/{{ theme }}/bookcase_long.png",
402
+ width: 2040,
403
+ height: 350,
404
+ tag: "书房",
405
+ direction: 2,
406
+ keywords: ["default"],
407
+ themes: ["legacy", "realsee"],
408
+ label: !0
409
+ },
410
+ {
411
+ type: 34,
412
+ description: "燃气灶-1",
413
+ href: "resource/items/{{ theme }}/gas_stove_1.png",
414
+ width: 820,
415
+ height: 450,
416
+ tag: "厨房",
417
+ direction: 2,
418
+ keywords: ["default"],
419
+ themes: ["legacy", "realsee"],
420
+ label: !0
421
+ },
422
+ {
423
+ type: 35,
424
+ description: "洗脸池-单",
425
+ href: "resource/items/{{ theme }}/wash_basin_single.png",
426
+ width: 1150,
427
+ height: 500,
428
+ tag: "卫生间",
429
+ direction: 2,
430
+ keywords: ["default"],
431
+ themes: ["legacy", "realsee"],
432
+ label: !0
433
+ },
434
+ {
435
+ type: 36,
436
+ description: "洗手池-单",
437
+ href: "resource/items/{{ theme }}/sink_single.png",
438
+ width: 1200,
439
+ height: 500,
440
+ tag: "卫生间",
441
+ direction: 2,
442
+ keywords: ["default"],
443
+ themes: ["legacy", "realsee"],
444
+ label: !0
445
+ },
446
+ {
447
+ type: 37,
448
+ description: "双人床-4",
449
+ href: "resource/items/{{ theme }}/double_4.png",
450
+ width: 2743,
451
+ height: 2e3,
452
+ tag: "卧室",
453
+ direction: 2,
454
+ keywords: ["default"],
455
+ themes: ["legacy", "realsee"],
456
+ label: !0
457
+ },
458
+ {
459
+ type: 38,
460
+ description: "电视柜-短",
461
+ href: "resource/items/{{ theme }}/tv_cabinet_short.png",
462
+ width: 1580,
463
+ height: 350,
464
+ tag: "客厅",
465
+ direction: 2,
466
+ keywords: ["default"],
467
+ themes: ["legacy", "realsee"],
468
+ label: !0
469
+ },
470
+ {
471
+ type: 39,
472
+ description: "储物柜-1",
473
+ href: "resource/items/{{ theme }}/locker_1.png",
474
+ width: 1400,
475
+ height: 600,
476
+ tag: "储物间",
477
+ direction: 2,
478
+ keywords: ["default"],
479
+ themes: ["legacy", "realsee"],
480
+ label: !0
481
+ },
482
+ {
483
+ type: 40,
484
+ description: "双人床-3",
485
+ href: "resource/items/{{ theme }}/double_3.png",
486
+ width: 2791,
487
+ height: 2300,
488
+ tag: "卧室",
489
+ direction: 2,
490
+ keywords: ["default"],
491
+ themes: ["legacy", "realsee"],
492
+ label: !0
493
+ },
494
+ {
495
+ type: 41,
496
+ description: "双人床-2",
497
+ href: "resource/items/{{ theme }}/double_2.png",
498
+ width: 2791,
499
+ height: 2300,
500
+ tag: "卧室",
501
+ direction: 2,
502
+ keywords: ["default"],
503
+ themes: ["legacy", "realsee"],
504
+ label: !0
505
+ },
506
+ {
507
+ type: 42,
508
+ description: "洗手池-双",
509
+ href: "resource/items/{{ theme }}/sink_double.png",
510
+ width: 2777,
511
+ height: 600,
512
+ tag: "卫生间",
513
+ direction: 2,
514
+ keywords: ["default"],
515
+ themes: ["legacy", "realsee"],
516
+ label: !0
517
+ },
518
+ {
519
+ type: 43,
520
+ description: "洗脸池-双",
521
+ href: "resource/items/{{ theme }}/wash_basin_double.png",
522
+ width: 2550,
523
+ height: 600,
524
+ tag: "卫生间",
525
+ direction: 2,
526
+ keywords: ["default"],
527
+ themes: ["legacy", "realsee"],
528
+ label: !0
529
+ },
530
+ {
531
+ type: 44,
532
+ description: "双人床(无床头柜)-1",
533
+ href: "resource/items/{{ theme }}/double_bed_without_bedside_table_1.png",
534
+ width: 1914,
535
+ height: 2e3,
536
+ tag: "卧室",
537
+ direction: 2,
538
+ keywords: ["default"],
539
+ themes: ["legacy", "realsee"],
540
+ label: !0
541
+ },
542
+ {
543
+ type: 45,
544
+ description: "电视柜-长",
545
+ href: "resource/items/{{ theme }}/tv_cabinet_long.png",
546
+ width: 2040,
547
+ height: 350,
548
+ tag: "客厅",
549
+ direction: 2,
550
+ keywords: ["default"],
551
+ themes: ["legacy", "realsee"],
552
+ label: !0
553
+ },
554
+ {
555
+ type: 46,
556
+ description: "洽谈桌组合",
557
+ href: "resource/items/{{ theme }}/negotiation_table_combination.png",
558
+ width: 2830,
559
+ height: 950,
560
+ tag: "其他",
561
+ direction: 2,
562
+ keywords: ["default"],
563
+ themes: ["legacy", "realsee"],
564
+ label: !0
565
+ },
566
+ {
567
+ type: 47,
568
+ description: "哑铃架",
569
+ href: "resource/items/{{ theme }}/dumbbell_rack.png",
570
+ width: 900,
571
+ height: 650,
572
+ tag: "其他",
573
+ direction: 2,
574
+ keywords: ["default"],
575
+ themes: ["legacy", "realsee"],
576
+ label: !0
577
+ },
578
+ {
579
+ type: 48,
580
+ description: "沙发组合-1",
581
+ href: "resource/items/{{ theme }}/sofa_combination_1.png",
582
+ width: 4e3,
583
+ height: 2792,
584
+ tag: "客厅",
585
+ direction: 2,
586
+ keywords: ["default"],
587
+ themes: ["legacy", "realsee"],
588
+ label: !0
589
+ },
590
+ {
591
+ type: 49,
592
+ description: "游泳池-2",
593
+ href: "resource/items/{{ theme }}/swimming_pool_2.png",
594
+ width: 7680,
595
+ height: 3800,
596
+ tag: "其他",
597
+ direction: 2,
598
+ keywords: ["default"],
599
+ themes: ["legacy", "realsee"],
600
+ label: !0
601
+ },
602
+ {
603
+ type: 50,
604
+ description: "美人榻",
605
+ href: "resource/items/{{ theme }}/beauty_couch.png",
606
+ width: 1600,
607
+ height: 520,
608
+ tag: "卧室",
609
+ direction: 1,
610
+ keywords: ["default"],
611
+ themes: ["legacy", "realsee"],
612
+ label: !0
613
+ },
614
+ {
615
+ type: 51,
616
+ description: "单人床(无床头柜)",
617
+ href: "resource/items/{{ theme }}/single_bed_without_bedside_table.png",
618
+ width: 1200,
619
+ height: 2120,
620
+ tag: "卧室",
621
+ direction: 2,
622
+ keywords: ["default"],
623
+ themes: ["legacy", "realsee"],
624
+ label: !0
625
+ },
626
+ {
627
+ type: 52,
628
+ description: "沙发组合-2",
629
+ href: "resource/items/{{ theme }}/sofa_combination_2.png",
630
+ width: 2e3,
631
+ height: 2054,
632
+ tag: "客厅",
633
+ direction: 2,
634
+ keywords: ["default"],
635
+ themes: ["legacy", "realsee"],
636
+ label: !0
637
+ },
638
+ {
639
+ type: 53,
640
+ description: "跑步机",
641
+ href: "resource/items/{{ theme }}/treadmill.png",
642
+ width: 2120,
643
+ height: 950,
644
+ tag: "其他",
645
+ direction: 1,
646
+ keywords: ["default"],
647
+ themes: ["legacy", "realsee"],
648
+ label: !0
649
+ },
650
+ {
651
+ type: 54,
652
+ description: "储物柜-3",
653
+ href: "resource/items/{{ theme }}/lockers_3.png",
654
+ width: 2400,
655
+ height: 1360,
656
+ tag: "储物间",
657
+ direction: 2,
658
+ keywords: ["default"],
659
+ themes: ["legacy", "realsee"],
660
+ label: !0
661
+ },
662
+ {
663
+ type: 55,
664
+ description: "洗菜池-1",
665
+ href: "resource/items/{{ theme }}/vegetable_washing_pool_1.png",
666
+ width: 760,
667
+ height: 470,
668
+ tag: "厨房",
669
+ direction: 2,
670
+ keywords: ["default"],
671
+ themes: ["legacy", "realsee"],
672
+ label: !0
673
+ },
674
+ {
675
+ type: 56,
676
+ description: "组合沙发-4",
677
+ href: "resource/items/{{ theme }}/combination_sofa_4.png",
678
+ width: 1800,
679
+ height: 1595,
680
+ tag: "客厅",
681
+ direction: 2,
682
+ keywords: ["default"],
683
+ themes: ["legacy", "realsee"],
684
+ label: !0
685
+ },
686
+ {
687
+ type: 57,
688
+ description: "台球桌",
689
+ href: "resource/items/{{ theme }}/pool_table.png",
690
+ width: 2540,
691
+ height: 1400,
692
+ tag: "其他",
693
+ direction: 2,
694
+ keywords: ["default"],
695
+ themes: ["legacy", "realsee"],
696
+ label: !0
697
+ },
698
+ {
699
+ type: 58,
700
+ description: "置物台-1",
701
+ href: "resource/items/{{ theme }}/shelf_1.png",
702
+ width: 1632,
703
+ height: 560,
704
+ tag: "客厅",
705
+ direction: 2,
706
+ keywords: ["default"],
707
+ themes: ["legacy", "realsee"],
708
+ label: !0
709
+ },
710
+ {
711
+ type: 59,
712
+ description: "储物柜-2",
713
+ href: "resource/items/{{ theme }}/locker_2.png",
714
+ width: 2640,
715
+ height: 600,
716
+ tag: "储物间",
717
+ direction: 2,
718
+ keywords: ["default"],
719
+ themes: ["legacy", "realsee"],
720
+ label: !0
721
+ },
722
+ {
723
+ type: 60,
724
+ description: "户外桌椅",
725
+ href: "resource/items/{{ theme }}/outdoor_tables_and_chairs.png",
726
+ width: 3e3,
727
+ height: 2800,
728
+ tag: "其他",
729
+ direction: 2,
730
+ keywords: ["default"],
731
+ themes: ["legacy", "realsee"],
732
+ label: !0
733
+ },
734
+ {
735
+ type: 61,
736
+ description: "洗衣机-1",
737
+ href: "resource/items/{{ theme }}/washing_machine_1.png",
738
+ width: 850,
739
+ height: 600,
740
+ tag: "卫生间",
741
+ direction: 2,
742
+ keywords: ["default"],
743
+ themes: ["legacy", "realsee"],
744
+ label: !0
745
+ },
746
+ {
747
+ type: 62,
748
+ description: "双人床-1",
749
+ href: "resource/items/{{ theme }}/double_1.png",
750
+ width: 2851,
751
+ height: 2200,
752
+ tag: "卧室",
753
+ direction: 2,
754
+ keywords: ["default"],
755
+ themes: ["legacy", "realsee"],
756
+ label: !0
757
+ },
758
+ {
759
+ type: 63,
760
+ description: "六人餐桌",
761
+ href: "resource/items/{{ theme }}/table_for_six.png",
762
+ width: 2230,
763
+ height: 1700,
764
+ tag: "客厅",
765
+ direction: 2,
766
+ keywords: ["default"],
767
+ themes: ["legacy", "realsee"],
768
+ label: !0
769
+ },
770
+ {
771
+ type: 64,
772
+ description: "洽谈沙发椅",
773
+ href: "resource/items/{{ theme }}/sofa_chair.png",
774
+ width: 1e3,
775
+ height: 950,
776
+ tag: "其他",
777
+ direction: 1,
778
+ keywords: ["default"],
779
+ themes: ["legacy", "realsee"],
780
+ label: !0
781
+ },
782
+ {
783
+ type: 65,
784
+ description: "三人沙发",
785
+ href: "resource/items/{{ theme }}/three_seat_sofa.png",
786
+ width: 2670,
787
+ height: 950,
788
+ tag: "客厅",
789
+ direction: 2,
790
+ keywords: ["default"],
791
+ themes: ["legacy", "realsee"],
792
+ label: !0
793
+ },
794
+ {
795
+ type: 66,
796
+ description: "会客桌",
797
+ href: "resource/items/{{ theme }}/reception_table.png",
798
+ width: 1800,
799
+ height: 1800,
800
+ tag: "其他",
801
+ direction: 1,
802
+ keywords: ["default"],
803
+ themes: ["legacy", "realsee"],
804
+ label: !0
805
+ },
806
+ {
807
+ type: 67,
808
+ description: "健身机",
809
+ href: "resource/items/{{ theme }}/fitness_machine.png",
810
+ width: 2200,
811
+ height: 800,
812
+ tag: "其他",
813
+ direction: 1,
814
+ keywords: ["default"],
815
+ themes: ["legacy", "realsee"],
816
+ label: !0
817
+ },
818
+ {
819
+ type: 68,
820
+ description: "沙发组合-3",
821
+ href: "resource/items/{{ theme }}/sofa_combination_3.png",
822
+ width: 2670,
823
+ height: 2330,
824
+ tag: "客厅",
825
+ direction: 2,
826
+ keywords: ["default"],
827
+ themes: ["legacy", "realsee"],
828
+ label: !0
829
+ },
830
+ {
831
+ type: 69,
832
+ description: "双开冰箱",
833
+ href: "resource/items/{{ theme }}/double_refrigerator.png",
834
+ width: 720,
835
+ height: 600,
836
+ tag: "厨房",
837
+ direction: 2,
838
+ keywords: ["default"],
839
+ themes: ["legacy", "realsee"],
840
+ label: !0
841
+ },
842
+ {
843
+ type: 70,
844
+ description: "车库工具箱",
845
+ href: "resource/items/{{ theme }}/garage_toolbox.png",
846
+ width: 1280,
847
+ height: 500,
848
+ tag: "其他",
849
+ direction: 2,
850
+ keywords: ["default"],
851
+ themes: ["legacy", "realsee"],
852
+ label: !0
853
+ },
854
+ {
855
+ type: 71,
856
+ description: "储物柜-4",
857
+ href: "resource/items/{{ theme }}/locker_4.png",
858
+ width: 2440,
859
+ height: 2440,
860
+ tag: "储物间",
861
+ direction: 2,
862
+ keywords: ["default"],
863
+ themes: ["legacy", "realsee"],
864
+ label: !0
865
+ },
866
+ {
867
+ type: 72,
868
+ description: "临时餐台",
869
+ href: "resource/items/{{ theme }}/temporary_dining_table.png",
870
+ width: 1e3,
871
+ height: 1500,
872
+ tag: "厨房",
873
+ direction: 1,
874
+ keywords: ["default"],
875
+ themes: ["legacy", "realsee"],
876
+ label: !0
877
+ },
878
+ {
879
+ type: 73,
880
+ description: "置物台-2",
881
+ href: "resource/items/{{ theme }}/shelf_2.png",
882
+ width: 1590,
883
+ height: 600,
884
+ tag: "客厅",
885
+ direction: 2,
886
+ keywords: ["default"],
887
+ themes: ["legacy", "realsee"],
888
+ label: !0
889
+ },
890
+ {
891
+ type: 74,
892
+ description: "四人餐桌",
893
+ href: "resource/items/{{ theme }}/table_for_four.png",
894
+ width: 1700,
895
+ height: 1700,
896
+ tag: "客厅",
897
+ direction: 2,
898
+ keywords: ["default"],
899
+ themes: ["legacy", "realsee"],
900
+ label: !0
901
+ },
902
+ {
903
+ type: 75,
904
+ description: "洽谈桌",
905
+ href: "resource/items/{{ theme }}/negotiating_table.png",
906
+ width: 950,
907
+ height: 950,
908
+ tag: "其他",
909
+ direction: 2,
910
+ keywords: ["default"],
911
+ themes: ["legacy", "realsee"],
912
+ label: !0
913
+ },
914
+ {
915
+ type: 76,
916
+ description: "游泳池-1",
917
+ href: "resource/items/{{ theme }}/swimming_pool_1.png",
918
+ width: 4300,
919
+ height: 5340,
920
+ tag: "其他",
921
+ direction: 1,
922
+ keywords: ["default"],
923
+ themes: ["legacy", "realsee"],
924
+ label: !0
925
+ },
926
+ {
927
+ type: 77,
928
+ description: "毛巾凳",
929
+ href: "resource/items/{{ theme }}/towel_stool.png",
930
+ width: 800,
931
+ height: 500,
932
+ tag: "卫生间",
933
+ direction: 0,
934
+ keywords: ["default"],
935
+ themes: ["legacy", "realsee"],
936
+ label: !0
937
+ },
938
+ {
939
+ type: 78,
940
+ description: "电梯",
941
+ href: "resource/items/{{ theme }}/lift.png",
942
+ width: 2e3,
943
+ height: 2e3,
944
+ tag: "楼梯",
945
+ direction: 2,
946
+ keywords: ["default"],
947
+ themes: ["legacy", "realsee"],
948
+ label: !0
949
+ },
950
+ {
951
+ type: 79,
952
+ description: "AC",
953
+ href: "resource/items/{{ theme }}/ac.png",
954
+ width: 850,
955
+ height: 320,
956
+ tag: "其他",
957
+ direction: 2,
958
+ keywords: ["default"],
959
+ themes: ["legacy", "realsee"],
960
+ label: !0
961
+ },
962
+ {
963
+ type: 80,
964
+ description: "二人餐桌",
965
+ href: "resource/items/{{ theme }}/table_for_two.png",
966
+ width: 780,
967
+ height: 1500,
968
+ tag: "客厅",
969
+ direction: 1,
970
+ keywords: ["default"],
971
+ themes: ["realsee"],
972
+ label: !0
973
+ },
974
+ {
975
+ type: 81,
976
+ description: "双人床(无床头柜)-2",
977
+ href: "resource/items/{{ theme }}/double_bed_without_bedside_table_2.png",
978
+ width: 1500,
979
+ height: 2200,
980
+ tag: "卧室",
981
+ direction: 2,
982
+ keywords: ["default"],
983
+ themes: ["realsee"],
984
+ label: !0
985
+ },
986
+ {
987
+ type: 82,
988
+ description: "双人床(无床头柜)-3",
989
+ href: "resource/items/{{ theme }}/double_bed_without_bedside_table_3.png",
990
+ width: 1800,
991
+ height: 2200,
992
+ tag: "卧室",
993
+ direction: 2,
994
+ keywords: ["default"],
995
+ themes: ["realsee"],
996
+ label: !0
997
+ },
998
+ {
999
+ type: 83,
1000
+ description: "床头柜",
1001
+ href: "resource/items/{{ theme }}/bedstand.png",
1002
+ width: 500,
1003
+ height: 500,
1004
+ tag: "卧室",
1005
+ direction: 2,
1006
+ keywords: ["default"],
1007
+ themes: ["realsee"],
1008
+ label: !0
1009
+ },
1010
+ {
1011
+ type: 84,
1012
+ description: "单开门冰箱",
1013
+ href: "resource/items/{{ theme }}/refrigerator.png",
1014
+ width: 650,
1015
+ height: 670,
1016
+ tag: "厨房",
1017
+ direction: 2,
1018
+ keywords: ["default"],
1019
+ themes: ["realsee"],
1020
+ label: !0
1021
+ },
1022
+ {
1023
+ type: 85,
1024
+ description: "沙发组合-5",
1025
+ href: "resource/items/{{ theme }}/sofa_combination_5.png",
1026
+ width: 1598,
1027
+ height: 1418,
1028
+ tag: "客厅",
1029
+ direction: 2,
1030
+ keywords: ["default"],
1031
+ themes: ["realsee"],
1032
+ label: !0
1033
+ },
1034
+ {
1035
+ type: 86,
1036
+ description: "沙发组合-6",
1037
+ href: "resource/items/{{ theme }}/sofa_combination_6.png",
1038
+ width: 2680,
1039
+ height: 1790,
1040
+ tag: "客厅",
1041
+ direction: 2,
1042
+ keywords: ["default"],
1043
+ themes: ["realsee"],
1044
+ label: !0
1045
+ },
1046
+ {
1047
+ type: 87,
1048
+ description: "四人餐桌-1",
1049
+ href: "resource/items/{{ theme }}/table_for_four_1.png",
1050
+ width: 1600,
1051
+ height: 1700,
1052
+ tag: "客厅",
1053
+ direction: 2,
1054
+ keywords: ["default"],
1055
+ themes: ["realsee"],
1056
+ label: !0
1057
+ },
1058
+ {
1059
+ type: 88,
1060
+ description: "小单人沙发",
1061
+ href: "resource/items/{{ theme }}/chair_2.png",
1062
+ width: 460,
1063
+ height: 416,
1064
+ tag: "客厅",
1065
+ direction: 1,
1066
+ keywords: ["default"],
1067
+ themes: ["realsee"],
1068
+ label: !0
1069
+ },
1070
+ {
1071
+ type: 89,
1072
+ description: "小洗手池",
1073
+ href: "resource/items/{{ theme }}/sink_small.png",
1074
+ width: 600,
1075
+ height: 500,
1076
+ tag: "卫生间",
1077
+ direction: 2,
1078
+ keywords: ["default"],
1079
+ themes: ["realsee"],
1080
+ label: !0
1081
+ },
1082
+ {
1083
+ type: 90,
1084
+ description: "小厨",
1085
+ href: "resource/items/{{ theme }}/kitchen_small.png",
1086
+ width: 740,
1087
+ height: 550,
1088
+ tag: "厨房",
1089
+ direction: 2,
1090
+ keywords: ["default"],
1091
+ themes: ["realsee"],
1092
+ label: !0
1093
+ },
1094
+ {
1095
+ type: 91,
1096
+ description: "小衣柜",
1097
+ href: "resource/items/{{ theme }}/wardrobe_small.png",
1098
+ width: 910,
1099
+ height: 600,
1100
+ tag: "卧室",
1101
+ direction: 2,
1102
+ keywords: ["default"],
1103
+ themes: ["realsee"],
1104
+ label: !0
1105
+ },
1106
+ {
1107
+ type: 92,
1108
+ description: "淋浴房",
1109
+ href: "resource/items/{{ theme }}/shower.png",
1110
+ width: 650,
1111
+ height: 670,
1112
+ tag: "卫生间",
1113
+ direction: 2,
1114
+ keywords: ["default"],
1115
+ themes: ["realsee"],
1116
+ label: !0
1117
+ },
1118
+ {
1119
+ type: 93,
1120
+ description: "鞋柜-1",
1121
+ href: "resource/items/{{ theme }}/shoe_cabinet_1.png",
1122
+ width: 900,
1123
+ height: 400,
1124
+ tag: "客厅",
1125
+ direction: 2,
1126
+ keywords: ["default"],
1127
+ themes: ["realsee"],
1128
+ label: !0
1129
+ },
1130
+ {
1131
+ type: 94,
1132
+ description: "鞋柜-2",
1133
+ href: "resource/items/{{ theme }}/shoe_cabinet_2.png",
1134
+ width: 1500,
1135
+ height: 400,
1136
+ tag: "客厅",
1137
+ direction: 2,
1138
+ keywords: ["default"],
1139
+ themes: ["realsee"],
1140
+ label: !0
1141
+ },
1142
+ {
1143
+ type: 95,
1144
+ description: "鞋柜-3",
1145
+ href: "resource/items/{{ theme }}/shoe_cabinet_3.png",
1146
+ width: 2e3,
1147
+ height: 400,
1148
+ tag: "客厅",
1149
+ direction: 2,
1150
+ keywords: ["default"],
1151
+ themes: ["realsee"],
1152
+ label: !0
1153
+ },
1154
+ {
1155
+ type: 96,
1156
+ description: "电视柜-1",
1157
+ href: "resource/items/{{ theme }}/tv_cabinet_1.png",
1158
+ width: 1500,
1159
+ height: 350,
1160
+ tag: "客厅",
1161
+ direction: 2,
1162
+ keywords: ["default"],
1163
+ themes: ["realsee"],
1164
+ label: !0
1165
+ },
1166
+ {
1167
+ type: 97,
1168
+ description: "电视柜-2",
1169
+ href: "resource/items/{{ theme }}/tv_cabinet_2.png",
1170
+ width: 2040,
1171
+ height: 350,
1172
+ tag: "客厅",
1173
+ direction: 2,
1174
+ keywords: ["default"],
1175
+ themes: ["realsee"],
1176
+ label: !0
1177
+ },
1178
+ {
1179
+ type: 98,
1180
+ description: "电视柜-3",
1181
+ href: "resource/items/{{ theme }}/tv_cabinet_3.png",
1182
+ width: 3e3,
1183
+ height: 350,
1184
+ tag: "客厅",
1185
+ direction: 2,
1186
+ keywords: ["default"],
1187
+ themes: ["realsee"],
1188
+ label: !0
1189
+ },
1190
+ {
1191
+ type: 99,
1192
+ description: "餐边柜-1",
1193
+ href: "resource/items/{{ theme }}/sideboard_1.png",
1194
+ width: 900,
1195
+ height: 550,
1196
+ tag: "客厅",
1197
+ direction: 2,
1198
+ keywords: ["default"],
1199
+ themes: ["realsee"],
1200
+ label: !0
1201
+ },
1202
+ {
1203
+ type: 100,
1204
+ description: "餐边柜-2",
1205
+ href: "resource/items/{{ theme }}/sideboard_2.png",
1206
+ width: 1500,
1207
+ height: 550,
1208
+ tag: "客厅",
1209
+ direction: 2,
1210
+ keywords: ["default"],
1211
+ themes: ["realsee"],
1212
+ label: !0
1213
+ },
1214
+ {
1215
+ type: 101,
1216
+ description: "餐边柜-3",
1217
+ href: "resource/items/{{ theme }}/sideboard_3.png",
1218
+ width: 2e3,
1219
+ height: 550,
1220
+ tag: "客厅",
1221
+ direction: 2,
1222
+ keywords: ["default"],
1223
+ themes: ["realsee"],
1224
+ label: !0
1225
+ },
1226
+ {
1227
+ type: 102,
1228
+ description: "燃气灶-2",
1229
+ href: "resource/items/{{ theme }}/gas_stove_2.png",
1230
+ width: 900,
1231
+ height: 550,
1232
+ tag: "厨房",
1233
+ direction: 2,
1234
+ keywords: ["default"],
1235
+ themes: ["realsee"],
1236
+ label: !0
1237
+ },
1238
+ {
1239
+ type: 103,
1240
+ description: "洗菜池-2",
1241
+ href: "resource/items/{{ theme }}/vegetable_washing_pool_2.png",
1242
+ width: 900,
1243
+ height: 550,
1244
+ tag: "厨房",
1245
+ direction: 2,
1246
+ keywords: ["default"],
1247
+ themes: ["realsee"],
1248
+ label: !0
1249
+ },
1250
+ {
1251
+ type: 104,
1252
+ description: "橱柜-1",
1253
+ href: "resource/items/{{ theme }}/kitchen_cabinet_1.png",
1254
+ width: 550,
1255
+ height: 550,
1256
+ tag: "厨房",
1257
+ direction: 2,
1258
+ keywords: ["default"],
1259
+ themes: ["realsee"],
1260
+ label: !0
1261
+ },
1262
+ {
1263
+ type: 105,
1264
+ description: "橱柜-2",
1265
+ href: "resource/items/{{ theme }}/kitchen_cabinet_2.png",
1266
+ width: 900,
1267
+ height: 550,
1268
+ tag: "厨房",
1269
+ direction: 2,
1270
+ keywords: ["default"],
1271
+ themes: ["realsee"],
1272
+ label: !0
1273
+ },
1274
+ {
1275
+ type: 106,
1276
+ description: "花洒",
1277
+ href: "resource/items/{{ theme }}/shower_head.png",
1278
+ width: 260,
1279
+ height: 200,
1280
+ tag: "卫生间",
1281
+ direction: 1,
1282
+ keywords: ["default"],
1283
+ themes: ["realsee"],
1284
+ label: !0
1285
+ },
1286
+ {
1287
+ type: 107,
1288
+ description: "淋浴屏",
1289
+ href: "resource/items/{{ theme }}/shower_panel.png",
1290
+ width: 1500,
1291
+ height: 100,
1292
+ tag: "卫生间",
1293
+ direction: 2,
1294
+ keywords: ["default"],
1295
+ themes: ["legacy", "realsee"],
1296
+ label: !0
1297
+ },
1298
+ {
1299
+ type: 108,
1300
+ description: "洗衣机-2",
1301
+ href: "resource/items/{{ theme }}/washing_machine_2.png",
1302
+ width: 600,
1303
+ height: 500,
1304
+ tag: "卫生间",
1305
+ direction: 2,
1306
+ keywords: ["default"],
1307
+ themes: ["realsee"],
1308
+ label: !0
1309
+ },
1310
+ {
1311
+ type: 109,
1312
+ description: "双人床-5",
1313
+ href: "resource/items/{{ theme }}/double_5.png",
1314
+ width: 1500,
1315
+ height: 2e3,
1316
+ tag: "卧室",
1317
+ direction: 2,
1318
+ keywords: ["default"],
1319
+ themes: ["realsee"],
1320
+ label: !0
1321
+ },
1322
+ {
1323
+ type: 110,
1324
+ description: "双人床-6",
1325
+ href: "resource/items/{{ theme }}/double_6.png",
1326
+ width: 1800,
1327
+ height: 2e3,
1328
+ tag: "卧室",
1329
+ direction: 2,
1330
+ keywords: ["default"],
1331
+ themes: ["realsee"],
1332
+ label: !0
1333
+ },
1334
+ {
1335
+ type: 111,
1336
+ description: "双人床-7",
1337
+ href: "resource/items/{{ theme }}/double_7.png",
1338
+ width: 2e3,
1339
+ height: 2200,
1340
+ tag: "卧室",
1341
+ direction: 2,
1342
+ keywords: ["default"],
1343
+ themes: ["realsee"],
1344
+ label: !0
1345
+ },
1346
+ {
1347
+ type: 112,
1348
+ description: "双人床-8",
1349
+ href: "resource/items/{{ theme }}/double_8.png",
1350
+ width: 2300,
1351
+ height: 2200,
1352
+ tag: "卧室",
1353
+ direction: 2,
1354
+ keywords: ["default"],
1355
+ themes: ["realsee"],
1356
+ label: !0
1357
+ },
1358
+ {
1359
+ type: 113,
1360
+ description: "梳妆台",
1361
+ href: "resource/items/{{ theme }}/dressing_table.png",
1362
+ width: 1200,
1363
+ height: 900,
1364
+ tag: "卧室",
1365
+ direction: 2,
1366
+ keywords: ["default"],
1367
+ themes: ["realsee"],
1368
+ label: !0
1369
+ },
1370
+ {
1371
+ type: 114,
1372
+ description: "儿童床-1",
1373
+ href: "resource/items/{{ theme }}/children_bed_1.png",
1374
+ width: 1400,
1375
+ height: 2e3,
1376
+ tag: "卧室",
1377
+ direction: 2,
1378
+ keywords: ["default"],
1379
+ themes: ["realsee"],
1380
+ label: !0
1381
+ },
1382
+ {
1383
+ type: 115,
1384
+ description: "儿童床-2",
1385
+ href: "resource/items/{{ theme }}/children_bed_2.png",
1386
+ width: 1700,
1387
+ height: 2e3,
1388
+ tag: "卧室",
1389
+ direction: 2,
1390
+ keywords: ["default"],
1391
+ themes: ["realsee"],
1392
+ label: !0
1393
+ },
1394
+ {
1395
+ type: 116,
1396
+ description: "儿童床-3",
1397
+ href: "resource/items/{{ theme }}/children_bed_3.png",
1398
+ width: 2e3,
1399
+ height: 2200,
1400
+ tag: "卧室",
1401
+ direction: 2,
1402
+ keywords: ["default"],
1403
+ themes: ["realsee"],
1404
+ label: !0
1405
+ },
1406
+ {
1407
+ type: 117,
1408
+ description: "儿童书桌-1",
1409
+ href: "resource/items/{{ theme }}/children_desk_1.png",
1410
+ width: 1e3,
1411
+ height: 800,
1412
+ tag: "卧室",
1413
+ direction: 2,
1414
+ keywords: ["default"],
1415
+ themes: ["realsee"],
1416
+ label: !0
1417
+ },
1418
+ {
1419
+ type: 118,
1420
+ description: "儿童书桌-2",
1421
+ href: "resource/items/{{ theme }}/children_desk_2.png",
1422
+ width: 1200,
1423
+ height: 800,
1424
+ tag: "卧室",
1425
+ direction: 2,
1426
+ keywords: ["default"],
1427
+ themes: ["realsee"],
1428
+ label: !0
1429
+ },
1430
+ {
1431
+ type: 119,
1432
+ description: "儿童书桌-3",
1433
+ href: "resource/items/{{ theme }}/children_desk_3.png",
1434
+ width: 1500,
1435
+ height: 800,
1436
+ tag: "卧室",
1437
+ direction: 2,
1438
+ keywords: ["default"],
1439
+ themes: ["realsee"],
1440
+ label: !0
1441
+ },
1442
+ {
1443
+ type: 120,
1444
+ description: "儿童活动区域-1",
1445
+ href: "resource/items/{{ theme }}/children_carpet_1.png",
1446
+ width: 600,
1447
+ height: 600,
1448
+ tag: "卧室",
1449
+ direction: 2,
1450
+ keywords: ["default"],
1451
+ themes: ["realsee"],
1452
+ label: !0
1453
+ },
1454
+ {
1455
+ type: 121,
1456
+ description: "儿童活动区域-2",
1457
+ href: "resource/items/{{ theme }}/children_carpet_2.png",
1458
+ width: 1200,
1459
+ height: 1200,
1460
+ tag: "卧室",
1461
+ direction: 2,
1462
+ keywords: ["default"],
1463
+ themes: ["realsee"],
1464
+ label: !0
1465
+ },
1466
+ {
1467
+ type: 122,
1468
+ description: "儿童活动区域-3",
1469
+ href: "resource/items/{{ theme }}/children_carpet_3.png",
1470
+ width: 1800,
1471
+ height: 1800,
1472
+ tag: "卧室",
1473
+ direction: 2,
1474
+ keywords: ["default"],
1475
+ themes: ["realsee"],
1476
+ label: !0
1477
+ },
1478
+ {
1479
+ type: 123,
1480
+ description: "茶榻组合-1",
1481
+ href: "resource/items/{{ theme }}/tea_table_combination_1.png",
1482
+ width: 2e3,
1483
+ height: 1400,
1484
+ tag: "其他",
1485
+ direction: 2,
1486
+ keywords: ["default"],
1487
+ themes: ["realsee"],
1488
+ label: !0
1489
+ },
1490
+ {
1491
+ type: 124,
1492
+ description: "茶榻组合-2",
1493
+ href: "resource/items/{{ theme }}/tea_table_combination_2.png",
1494
+ width: 2500,
1495
+ height: 1400,
1496
+ tag: "其他",
1497
+ direction: 2,
1498
+ keywords: ["default"],
1499
+ themes: ["realsee"],
1500
+ label: !0
1501
+ },
1502
+ {
1503
+ type: 125,
1504
+ description: "茶榻组合-3",
1505
+ href: "resource/items/{{ theme }}/tea_table_combination_3.png",
1506
+ width: 3e3,
1507
+ height: 1800,
1508
+ tag: "其他",
1509
+ direction: 2,
1510
+ keywords: ["default"],
1511
+ themes: ["realsee"],
1512
+ label: !0
1513
+ },
1514
+ {
1515
+ type: 126,
1516
+ description: "儿童衣柜-1",
1517
+ href: "resource/items/{{ theme }}/children_wardrobe_1.png",
1518
+ width: 900,
1519
+ height: 500,
1520
+ tag: "卧室",
1521
+ direction: 2,
1522
+ keywords: ["default"],
1523
+ themes: ["realsee"],
1524
+ label: !0
1525
+ },
1526
+ {
1527
+ type: 127,
1528
+ description: "儿童衣柜-2",
1529
+ href: "resource/items/{{ theme }}/children_wardrobe_2.png",
1530
+ width: 1200,
1531
+ height: 500,
1532
+ tag: "卧室",
1533
+ direction: 2,
1534
+ keywords: ["default"],
1535
+ themes: ["realsee"],
1536
+ label: !0
1537
+ },
1538
+ {
1539
+ type: 128,
1540
+ description: "儿童衣柜-3",
1541
+ href: "resource/items/{{ theme }}/children_wardrobe_3.png",
1542
+ width: 1500,
1543
+ height: 500,
1544
+ tag: "卧室",
1545
+ direction: 2,
1546
+ keywords: ["default"],
1547
+ themes: ["realsee"],
1548
+ label: !0
1549
+ },
1550
+ {
1551
+ type: 129,
1552
+ description: "儿童书柜-1",
1553
+ href: "resource/items/{{ theme }}/children_bookcase_1.png",
1554
+ width: 800,
1555
+ height: 450,
1556
+ tag: "卧室",
1557
+ direction: 2,
1558
+ keywords: ["default"],
1559
+ themes: ["realsee"],
1560
+ label: !0
1561
+ },
1562
+ {
1563
+ type: 130,
1564
+ description: "儿童书柜-2",
1565
+ href: "resource/items/{{ theme }}/children_bookcase_2.png",
1566
+ width: 1200,
1567
+ height: 450,
1568
+ tag: "卧室",
1569
+ direction: 2,
1570
+ keywords: ["default"],
1571
+ themes: ["realsee"],
1572
+ label: !0
1573
+ },
1574
+ {
1575
+ type: 131,
1576
+ description: "折行双跑楼梯",
1577
+ href: "resource/items/{{ theme }}/folding_double_running_stairs.png",
1578
+ width: 3e3,
1579
+ height: 3e3,
1580
+ tag: "楼梯",
1581
+ direction: 2,
1582
+ keywords: ["default"],
1583
+ themes: ["legacy", "realsee"],
1584
+ label: !0
1585
+ },
1586
+ {
1587
+ type: 132,
1588
+ description: "平行双跑楼梯",
1589
+ href: "resource/items/{{ theme }}/parallel_double_running_stairs.png",
1590
+ width: 2500,
1591
+ height: 3600,
1592
+ tag: "楼梯",
1593
+ direction: 2,
1594
+ keywords: ["default"],
1595
+ themes: ["legacy", "realsee"],
1596
+ label: !0
1597
+ },
1598
+ {
1599
+ type: 133,
1600
+ description: "折行三跑楼梯",
1601
+ href: "resource/items/{{ theme }}/folding_treble_running_stairs.png",
1602
+ width: 4300,
1603
+ height: 2700,
1604
+ tag: "楼梯",
1605
+ direction: 2,
1606
+ keywords: ["default"],
1607
+ themes: ["legacy", "realsee"],
1608
+ label: !0
1609
+ },
1610
+ {
1611
+ type: 134,
1612
+ description: "手枪",
1613
+ href: "resource/items/{{ theme }}/pistol.png",
1614
+ width: 500,
1615
+ height: 500,
1616
+ tag: "物证痕迹",
1617
+ direction: 2,
1618
+ keywords: ["default"],
1619
+ themes: ["legacy", "realsee"],
1620
+ label: !1
1621
+ },
1622
+ {
1623
+ type: 135,
1624
+ description: "血迹",
1625
+ href: "resource/items/{{ theme }}/bloodstain.png",
1626
+ width: 500,
1627
+ height: 500,
1628
+ tag: "物证痕迹",
1629
+ direction: 2,
1630
+ keywords: ["default"],
1631
+ themes: ["legacy", "realsee"],
1632
+ label: !1
1633
+ },
1634
+ {
1635
+ type: 136,
1636
+ description: "手印",
1637
+ href: "resource/items/{{ theme }}/handprint.png",
1638
+ width: 500,
1639
+ height: 500,
1640
+ tag: "物证痕迹",
1641
+ direction: 0,
1642
+ keywords: ["default"],
1643
+ themes: ["legacy", "realsee"],
1644
+ label: !1
1645
+ },
1646
+ {
1647
+ type: 137,
1648
+ description: "足迹",
1649
+ href: "resource/items/{{ theme }}/footprint.png",
1650
+ width: 500,
1651
+ height: 500,
1652
+ tag: "物证痕迹",
1653
+ direction: 0,
1654
+ keywords: ["default"],
1655
+ themes: ["legacy", "realsee"],
1656
+ label: !1
1657
+ },
1658
+ {
1659
+ type: 138,
1660
+ description: "车轮轨迹",
1661
+ href: "resource/items/{{ theme }}/wheelprint.png",
1662
+ width: 500,
1663
+ height: 500,
1664
+ tag: "物证痕迹",
1665
+ direction: 0,
1666
+ keywords: ["default"],
1667
+ themes: ["legacy", "realsee"],
1668
+ label: !1
1669
+ },
1670
+ {
1671
+ type: 139,
1672
+ description: "弹头",
1673
+ href: "resource/items/{{ theme }}/bullet.png",
1674
+ width: 500,
1675
+ height: 500,
1676
+ tag: "物证痕迹",
1677
+ direction: 0,
1678
+ keywords: ["default"],
1679
+ themes: ["legacy", "realsee"],
1680
+ label: !1
1681
+ },
1682
+ {
1683
+ type: 140,
1684
+ description: "弹壳",
1685
+ href: "resource/items/{{ theme }}/shell.png",
1686
+ width: 500,
1687
+ height: 500,
1688
+ tag: "物证痕迹",
1689
+ direction: 1,
1690
+ keywords: ["default"],
1691
+ themes: ["legacy", "realsee"],
1692
+ label: !1
1693
+ },
1694
+ {
1695
+ type: 141,
1696
+ description: "尸体",
1697
+ href: "resource/items/{{ theme }}/corpse.png",
1698
+ width: 1500,
1699
+ height: 1500,
1700
+ tag: "物证痕迹",
1701
+ direction: 0,
1702
+ keywords: ["default"],
1703
+ themes: ["legacy", "realsee"],
1704
+ label: !1
1705
+ },
1706
+ {
1707
+ type: 142,
1708
+ description: "空气净化器",
1709
+ href: "resource/items/{{ theme }}/airscrubber.png",
1710
+ width: 580,
1711
+ height: 380,
1712
+ tag: "其他",
1713
+ direction: 0,
1714
+ keywords: ["default"],
1715
+ themes: ["realsee"],
1716
+ label: !0
1717
+ },
1718
+ {
1719
+ type: 143,
1720
+ description: "吹风机",
1721
+ href: "resource/items/{{ theme }}/airblower.png",
1722
+ width: 640,
1723
+ height: 600,
1724
+ tag: "其他",
1725
+ direction: 0,
1726
+ keywords: ["default"],
1727
+ themes: ["realsee"],
1728
+ label: !0
1729
+ },
1730
+ {
1731
+ type: 144,
1732
+ description: "除湿器",
1733
+ href: "resource/items/{{ theme }}/dehumidifier.png",
1734
+ width: 480,
1735
+ height: 430,
1736
+ tag: "其他",
1737
+ direction: 0,
1738
+ keywords: ["default"],
1739
+ themes: ["realsee"],
1740
+ label: !0
1741
+ },
1742
+ {
1743
+ type: 145,
1744
+ description: "冰柜",
1745
+ href: "resource/items/{{ theme }}/freezer.png",
1746
+ width: 800,
1747
+ height: 460,
1748
+ tag: "厨房",
1749
+ direction: 0,
1750
+ keywords: ["default"],
1751
+ themes: ["realsee"],
1752
+ label: !0
1753
+ },
1754
+ {
1755
+ type: 146,
1756
+ description: "架子",
1757
+ href: "resource/items/{{ theme }}/shelf.png",
1758
+ width: 1e3,
1759
+ height: 380,
1760
+ tag: "其他",
1761
+ direction: 0,
1762
+ keywords: ["default"],
1763
+ themes: ["realsee"],
1764
+ label: !0
1765
+ },
1766
+ {
1767
+ type: 147,
1768
+ description: "杂物",
1769
+ href: "resource/items/{{ theme }}/sundries.png",
1770
+ width: 800,
1771
+ height: 800,
1772
+ tag: "其他",
1773
+ direction: 0,
1774
+ keywords: ["default"],
1775
+ themes: ["realsee"],
1776
+ label: !0
1777
+ },
1778
+ {
1779
+ type: 148,
1780
+ description: "L型沙发",
1781
+ href: "resource/items/{{ theme }}/L_sofa.png",
1782
+ width: 3500,
1783
+ height: 1800,
1784
+ tag: "客厅",
1785
+ direction: 2,
1786
+ keywords: ["default"],
1787
+ themes: ["realsee"],
1788
+ label: !0
1789
+ },
1790
+ {
1791
+ type: 149,
1792
+ description: "书桌3",
1793
+ href: "resource/items/{{ theme }}/desk_3.png",
1794
+ width: 1200,
1795
+ height: 680,
1796
+ tag: "书房",
1797
+ direction: 0,
1798
+ keywords: ["default"],
1799
+ themes: ["realsee"],
1800
+ label: !0
1801
+ },
1802
+ {
1803
+ type: 150,
1804
+ description: "会议桌-1",
1805
+ href: "resource/items/{{ theme }}/conference_table_1.png",
1806
+ width: 1600,
1807
+ height: 1100,
1808
+ tag: "客厅",
1809
+ direction: 0,
1810
+ keywords: ["default"],
1811
+ themes: ["realsee"],
1812
+ label: !0
1813
+ },
1814
+ {
1815
+ type: 151,
1816
+ description: "衣架",
1817
+ href: "resource/items/{{ theme }}/coat_hanger.png",
1818
+ width: 1200,
1819
+ height: 400,
1820
+ tag: "卧室",
1821
+ direction: 0,
1822
+ keywords: ["default"],
1823
+ themes: ["realsee"],
1824
+ label: !0
1825
+ },
1826
+ {
1827
+ type: 152,
1828
+ description: "上下铺",
1829
+ href: "resource/items/{{ theme }}/bunk_beds.png",
1830
+ width: 2e3,
1831
+ height: 1040,
1832
+ tag: "卧室",
1833
+ direction: 0,
1834
+ keywords: ["default"],
1835
+ themes: ["realsee"],
1836
+ label: !0
1837
+ },
1838
+ {
1839
+ type: 153,
1840
+ description: "蹲坑",
1841
+ href: "resource/items/{{ theme }}/squatting.png",
1842
+ width: 600,
1843
+ height: 480,
1844
+ tag: "卫生间",
1845
+ direction: 0,
1846
+ keywords: ["default"],
1847
+ themes: ["realsee"],
1848
+ label: !0
1849
+ },
1850
+ {
1851
+ type: 154,
1852
+ description: "男尸",
1853
+ href: "resource/items/{{ theme }}/male_corpse.png",
1854
+ width: 1600,
1855
+ height: 800,
1856
+ tag: "物证痕迹",
1857
+ direction: 1,
1858
+ keywords: ["default"],
1859
+ themes: ["realsee"],
1860
+ label: !1
1861
+ },
1862
+ {
1863
+ type: 155,
1864
+ description: "女尸",
1865
+ href: "resource/items/{{ theme }}/female_corpse.png",
1866
+ width: 1500,
1867
+ height: 800,
1868
+ tag: "物证痕迹",
1869
+ direction: 1,
1870
+ keywords: ["default"],
1871
+ themes: ["realsee"],
1872
+ label: !1
1873
+ },
1874
+ {
1875
+ type: 156,
1876
+ description: "擦蹭状血迹",
1877
+ href: "resource/items/{{ theme }}/rub-like-bookd-stains.png",
1878
+ width: 1200,
1879
+ height: 800,
1880
+ tag: "物证痕迹",
1881
+ direction: 0,
1882
+ keywords: ["default"],
1883
+ themes: ["realsee"],
1884
+ label: !1
1885
+ },
1886
+ {
1887
+ type: 157,
1888
+ description: "擦拭物",
1889
+ href: "resource/items/{{ theme }}/wipes.png",
1890
+ width: 300,
1891
+ height: 60,
1892
+ tag: "物证痕迹",
1893
+ direction: 3,
1894
+ keywords: ["default"],
1895
+ themes: ["realsee"],
1896
+ label: !1
1897
+ },
1898
+ {
1899
+ type: 158,
1900
+ description: "纸团",
1901
+ href: "resource/items/{{ theme }}/paper_ball.png",
1902
+ width: 400,
1903
+ height: 400,
1904
+ tag: "物证痕迹",
1905
+ direction: 0,
1906
+ keywords: ["default"],
1907
+ themes: ["realsee"],
1908
+ label: !1
1909
+ },
1910
+ {
1911
+ type: 159,
1912
+ description: "未整理的被子",
1913
+ href: "resource/items/{{ theme }}/unarranged_quilts.png",
1914
+ width: 800,
1915
+ height: 500,
1916
+ tag: "其他",
1917
+ direction: 0,
1918
+ keywords: ["default"],
1919
+ themes: ["realsee"],
1920
+ label: !1
1921
+ },
1922
+ {
1923
+ type: 160,
1924
+ description: "手机",
1925
+ href: "resource/items/{{ theme }}/mobile_phone.png",
1926
+ width: 400,
1927
+ height: 280,
1928
+ tag: "物证痕迹",
1929
+ direction: 0,
1930
+ keywords: ["default"],
1931
+ themes: ["realsee"],
1932
+ label: !1
1933
+ },
1934
+ {
1935
+ type: 161,
1936
+ description: "菜刀",
1937
+ href: "resource/items/{{ theme }}/kitchen_knife.png",
1938
+ width: 500,
1939
+ height: 220,
1940
+ tag: "物证痕迹",
1941
+ direction: 3,
1942
+ keywords: ["default"],
1943
+ themes: ["realsee"],
1944
+ label: !1
1945
+ },
1946
+ {
1947
+ type: 162,
1948
+ description: "矩形",
1949
+ href: "resource/items/{{ theme }}/rectangle.png",
1950
+ width: 900,
1951
+ height: 600,
1952
+ tag: "自定义",
1953
+ direction: 0,
1954
+ keywords: ["default"],
1955
+ themes: ["realsee"],
1956
+ label: !0,
1957
+ svgWidth: 90,
1958
+ svgHeight: 60,
1959
+ svg: '<rect x=".75" y=".75" width="88.5" height="58.5" rx="4" fill="#FFF" stroke="#3D404E" fill-rule="evenodd" vector-effect="non-scaling-stroke"/>'
1960
+ },
1961
+ {
1962
+ type: 163,
1963
+ description: "圆形",
1964
+ href: "resource/items/{{ theme }}/circle.png",
1965
+ width: 600,
1966
+ height: 600,
1967
+ tag: "自定义",
1968
+ direction: 0,
1969
+ keywords: ["default"],
1970
+ themes: ["realsee"],
1971
+ label: !0
1972
+ },
1973
+ {
1974
+ type: 164,
1975
+ description: "三角形",
1976
+ href: "resource/items/{{ theme }}/triangle.png",
1977
+ width: 600,
1978
+ height: 600,
1979
+ tag: "自定义",
1980
+ direction: 0,
1981
+ keywords: ["default"],
1982
+ themes: ["realsee"],
1983
+ label: !0
1984
+ },
1985
+ {
1986
+ type: 165,
1987
+ description: "五角星形",
1988
+ href: "resource/items/{{ theme }}/five_pointedstar.png",
1989
+ width: 800,
1990
+ height: 800,
1991
+ tag: "自定义",
1992
+ direction: 0,
1993
+ keywords: ["default"],
1994
+ themes: ["realsee"],
1995
+ label: !0
1996
+ },
1997
+ {
1998
+ type: 166,
1999
+ description: "会议桌-2",
2000
+ href: "resource/items/{{ theme }}/conference_table_2.png",
2001
+ width: 2800,
2002
+ height: 1800,
2003
+ tag: "客厅",
2004
+ direction: 0,
2005
+ keywords: ["default"],
2006
+ themes: ["realsee"],
2007
+ label: !0
2008
+ },
2009
+ {
2010
+ type: 167,
2011
+ description: "餐椅",
2012
+ href: "resource/items/{{ theme }}/dining_chair.png",
2013
+ width: 500,
2014
+ height: 580,
2015
+ tag: "客厅",
2016
+ direction: 2,
2017
+ keywords: ["default"],
2018
+ themes: ["realsee"],
2019
+ label: !0
2020
+ },
2021
+ {
2022
+ type: 168,
2023
+ description: "转椅-1",
2024
+ href: "resource/items/{{ theme }}/rotating_chair_1.png",
2025
+ width: 500,
2026
+ height: 580,
2027
+ tag: "书房",
2028
+ direction: 2,
2029
+ keywords: ["default"],
2030
+ themes: ["realsee"],
2031
+ label: !0
2032
+ },
2033
+ {
2034
+ type: 169,
2035
+ description: "转椅-2",
2036
+ href: "resource/items/{{ theme }}/rotating_chair_2.png",
2037
+ width: 640,
2038
+ height: 640,
2039
+ tag: "书房",
2040
+ direction: 2,
2041
+ keywords: ["default"],
2042
+ themes: ["realsee"],
2043
+ label: !0
2044
+ },
2045
+ {
2046
+ type: 170,
2047
+ description: "长方形茶几",
2048
+ href: "resource/items/{{ theme }}/rectangular_coffee_table.png",
2049
+ width: 1090,
2050
+ height: 800,
2051
+ tag: "客厅",
2052
+ direction: 0,
2053
+ keywords: ["default"],
2054
+ themes: ["realsee"],
2055
+ label: !0
2056
+ },
2057
+ {
2058
+ type: 171,
2059
+ description: "抽油烟机",
2060
+ href: "resource/items/{{ theme }}/smoke_lampblack_machine.png",
2061
+ width: 1200,
2062
+ height: 800,
2063
+ tag: "厨房",
2064
+ direction: 0,
2065
+ keywords: ["default"],
2066
+ themes: ["realsee"],
2067
+ label: !0
2068
+ },
2069
+ {
2070
+ type: 172,
2071
+ description: "电话机",
2072
+ href: "resource/items/{{ theme }}/telephone.png",
2073
+ width: 500,
2074
+ height: 500,
2075
+ tag: "日常用品",
2076
+ direction: 0,
2077
+ keywords: ["default"],
2078
+ themes: ["realsee"],
2079
+ label: !1
2080
+ },
2081
+ {
2082
+ type: 173,
2083
+ description: "对讲机",
2084
+ href: "resource/items/{{ theme }}/walkie_talkie.png",
2085
+ width: 240,
2086
+ height: 540,
2087
+ tag: "日常用品",
2088
+ direction: 0,
2089
+ keywords: ["default"],
2090
+ themes: ["realsee"],
2091
+ label: !1
2092
+ },
2093
+ {
2094
+ type: 174,
2095
+ description: "花盆",
2096
+ href: "resource/items/{{ theme }}/flower_pot.png",
2097
+ width: 500,
2098
+ height: 500,
2099
+ tag: "其他",
2100
+ direction: 0,
2101
+ keywords: ["default"],
2102
+ themes: ["realsee"],
2103
+ label: !0
2104
+ },
2105
+ {
2106
+ type: 175,
2107
+ description: "剪刀",
2108
+ href: "resource/items/{{ theme }}/scissors.png",
2109
+ width: 500,
2110
+ height: 460,
2111
+ tag: "日常用品",
2112
+ direction: 0,
2113
+ keywords: ["default"],
2114
+ themes: ["realsee"],
2115
+ label: !1
2116
+ },
2117
+ {
2118
+ type: 176,
2119
+ description: "角柜",
2120
+ href: "resource/items/{{ theme }}/corner_cabinet.png",
2121
+ width: 1e3,
2122
+ height: 1e3,
2123
+ tag: "其他",
2124
+ direction: 0,
2125
+ keywords: ["default"],
2126
+ themes: ["realsee"],
2127
+ label: !0
2128
+ },
2129
+ {
2130
+ type: 177,
2131
+ description: "口杯",
2132
+ href: "resource/items/{{ theme }}/mouth_cup.png",
2133
+ width: 500,
2134
+ height: 400,
2135
+ tag: "日常用品",
2136
+ direction: 0,
2137
+ keywords: ["default"],
2138
+ themes: ["realsee"],
2139
+ label: !1
2140
+ },
2141
+ {
2142
+ type: 178,
2143
+ description: "盘子",
2144
+ href: "resource/items/{{ theme }}/plate.png",
2145
+ width: 500,
2146
+ height: 500,
2147
+ tag: "日常用品",
2148
+ direction: 0,
2149
+ keywords: ["default"],
2150
+ themes: ["realsee"],
2151
+ label: !1
2152
+ },
2153
+ {
2154
+ type: 179,
2155
+ description: "勺子",
2156
+ href: "resource/items/{{ theme }}/spoon.png",
2157
+ width: 600,
2158
+ height: 180,
2159
+ tag: "日常用品",
2160
+ direction: 1,
2161
+ keywords: ["default"],
2162
+ themes: ["realsee"],
2163
+ label: !1
2164
+ },
2165
+ {
2166
+ type: 180,
2167
+ description: "手提包",
2168
+ href: "resource/items/{{ theme }}/handbag.png",
2169
+ width: 500,
2170
+ height: 500,
2171
+ tag: "日常用品",
2172
+ direction: 0,
2173
+ keywords: ["default"],
2174
+ themes: ["realsee"],
2175
+ label: !1
2176
+ },
2177
+ {
2178
+ type: 181,
2179
+ description: "双人沙发",
2180
+ href: "resource/items/{{ theme }}/double_sofa.png",
2181
+ width: 1600,
2182
+ height: 850,
2183
+ tag: "客厅",
2184
+ direction: 2,
2185
+ keywords: ["default"],
2186
+ themes: ["realsee"],
2187
+ label: !0
2188
+ },
2189
+ {
2190
+ type: 182,
2191
+ description: "藤椅",
2192
+ href: "resource/items/{{ theme }}/cane_chair.png",
2193
+ width: 640,
2194
+ height: 640,
2195
+ tag: "客厅",
2196
+ direction: 2,
2197
+ keywords: ["default"],
2198
+ themes: ["realsee"],
2199
+ label: !0
2200
+ },
2201
+ {
2202
+ type: 183,
2203
+ description: "拖把",
2204
+ href: "resource/items/{{ theme }}/mop.png",
2205
+ width: 490,
2206
+ height: 1e3,
2207
+ tag: "日常用品",
2208
+ direction: 0,
2209
+ keywords: ["default"],
2210
+ themes: ["realsee"],
2211
+ label: !1
2212
+ },
2213
+ {
2214
+ type: 184,
2215
+ description: "卫生纸",
2216
+ href: "resource/items/{{ theme }}/toilet_paper.png",
2217
+ width: 280,
2218
+ height: 300,
2219
+ tag: "日常用品",
2220
+ direction: 0,
2221
+ keywords: ["default"],
2222
+ themes: ["realsee"],
2223
+ label: !1
2224
+ },
2225
+ {
2226
+ type: 185,
2227
+ description: "烟盒",
2228
+ href: "resource/items/{{ theme }}/cigarette_case.png",
2229
+ width: 220,
2230
+ height: 300,
2231
+ tag: "日常用品",
2232
+ direction: 0,
2233
+ keywords: ["default"],
2234
+ themes: ["realsee"],
2235
+ label: !1
2236
+ },
2237
+ {
2238
+ type: 186,
2239
+ description: "烟头",
2240
+ href: "resource/items/{{ theme }}/cigarette_butt.png",
2241
+ width: 280,
2242
+ height: 220,
2243
+ tag: "日常用品",
2244
+ direction: 0,
2245
+ keywords: ["default"],
2246
+ themes: ["realsee"],
2247
+ label: !1
2248
+ },
2249
+ {
2250
+ type: 187,
2251
+ description: "鱼缸",
2252
+ href: "resource/items/{{ theme }}/fish_tank.png",
2253
+ width: 1e3,
2254
+ height: 500,
2255
+ tag: "客厅",
2256
+ direction: 0,
2257
+ keywords: ["default"],
2258
+ themes: ["realsee"],
2259
+ label: !0
2260
+ },
2261
+ {
2262
+ type: 188,
2263
+ description: "笔记本电脑",
2264
+ href: "resource/items/{{ theme }}/notebook_computer.png",
2265
+ width: 500,
2266
+ height: 500,
2267
+ tag: "日常用品",
2268
+ direction: 2,
2269
+ keywords: ["default"],
2270
+ themes: ["realsee"],
2271
+ label: !1
2272
+ },
2273
+ {
2274
+ type: 189,
2275
+ description: "微波炉",
2276
+ href: "resource/items/{{ theme }}/microwave_oven.png",
2277
+ width: 600,
2278
+ height: 400,
2279
+ tag: "厨房",
2280
+ direction: 0,
2281
+ keywords: ["default"],
2282
+ themes: ["realsee"],
2283
+ label: !0
2284
+ },
2285
+ {
2286
+ type: 190,
2287
+ description: "断口",
2288
+ href: "resource/items/{{ theme }}/fracture.png",
2289
+ width: 1200,
2290
+ height: 300,
2291
+ tag: "其他",
2292
+ direction: 0,
2293
+ keywords: ["default"],
2294
+ themes: ["realsee"],
2295
+ label: !0
2296
+ },
2297
+ {
2298
+ type: 191,
2299
+ description: "遗物堆",
2300
+ href: "resource/items/{{ theme }}/relic_pile.png",
2301
+ width: 800,
2302
+ height: 800,
2303
+ tag: "物证痕迹",
2304
+ direction: 0,
2305
+ keywords: ["default"],
2306
+ themes: ["realsee"],
2307
+ label: !1
2308
+ },
2309
+ {
2310
+ type: 192,
2311
+ description: "衣物",
2312
+ href: "resource/items/{{ theme }}/clothing.png",
2313
+ width: 830,
2314
+ height: 810,
2315
+ tag: "物证痕迹",
2316
+ direction: 0,
2317
+ keywords: ["default"],
2318
+ themes: ["realsee"],
2319
+ label: !1
2320
+ },
2321
+ {
2322
+ type: 193,
2323
+ description: "浴巾",
2324
+ href: "resource/items/{{ theme }}/bath_towel.png",
2325
+ width: 420,
2326
+ height: 500,
2327
+ tag: "物证痕迹",
2328
+ direction: 0,
2329
+ keywords: ["default"],
2330
+ themes: ["realsee"],
2331
+ label: !1
2332
+ },
2333
+ {
2334
+ type: 194,
2335
+ description: "水渍",
2336
+ href: "resource/items/{{ theme }}/water_stains.png",
2337
+ width: 1070,
2338
+ height: 600,
2339
+ tag: "物证痕迹",
2340
+ direction: 0,
2341
+ keywords: ["default"],
2342
+ themes: ["realsee"],
2343
+ label: !1
2344
+ },
2345
+ {
2346
+ type: 195,
2347
+ description: "螺丝刀",
2348
+ href: "resource/items/{{ theme }}/bolt_driver.png",
2349
+ width: 300,
2350
+ height: 300,
2351
+ tag: "物证痕迹",
2352
+ direction: 0,
2353
+ keywords: ["default"],
2354
+ themes: ["realsee"],
2355
+ label: !1
2356
+ },
2357
+ {
2358
+ type: 196,
2359
+ description: "凉鞋",
2360
+ href: "resource/items/{{ theme }}/sandals.png",
2361
+ width: 430,
2362
+ height: 460,
2363
+ tag: "物证痕迹",
2364
+ direction: 0,
2365
+ keywords: ["default"],
2366
+ themes: ["realsee"],
2367
+ label: !1
2368
+ },
2369
+ {
2370
+ type: 197,
2371
+ description: "水果刀",
2372
+ href: "resource/items/{{ theme }}/fruit_knife.png",
2373
+ width: 300,
2374
+ height: 260,
2375
+ tag: "物证痕迹",
2376
+ direction: 0,
2377
+ keywords: ["default"],
2378
+ themes: ["realsee"],
2379
+ label: !1
2380
+ },
2381
+ {
2382
+ type: 198,
2383
+ description: "匕首",
2384
+ href: "resource/items/{{ theme }}/dragger.png",
2385
+ width: 400,
2386
+ height: 500,
2387
+ tag: "物证痕迹",
2388
+ direction: 0,
2389
+ keywords: ["default"],
2390
+ themes: ["realsee"],
2391
+ label: !1
2392
+ },
2393
+ {
2394
+ type: 199,
2395
+ description: "玻璃弹孔",
2396
+ href: "resource/items/{{ theme }}/glass_bullet_hole.png",
2397
+ width: 1160,
2398
+ height: 1e3,
2399
+ tag: "物证痕迹",
2400
+ direction: 0,
2401
+ keywords: ["default"],
2402
+ themes: ["realsee"],
2403
+ label: !1
2404
+ },
2405
+ {
2406
+ type: 200,
2407
+ description: "电视",
2408
+ href: "resource/items/{{ theme }}/tv.png",
2409
+ width: 1120,
2410
+ height: 160,
2411
+ tag: "客厅",
2412
+ direction: 2,
2413
+ keywords: ["default"],
2414
+ themes: ["realsee"],
2415
+ label: !1
2416
+ },
2417
+ {
2418
+ type: 201,
2419
+ description: "单向楼梯",
2420
+ href: "resource/items/{{ theme }}/stairs.png",
2421
+ width: 1400,
2422
+ height: 3600,
2423
+ tag: "楼梯",
2424
+ direction: 0,
2425
+ keywords: ["default"],
2426
+ themes: ["realsee"],
2427
+ label: !1
2428
+ },
2429
+ {
2430
+ type: 202,
2431
+ description: "电脑",
2432
+ href: "resource/items/{{ theme }}/computer.png",
2433
+ width: 700,
2434
+ height: 120,
2435
+ tag: "书房",
2436
+ direction: 2,
2437
+ keywords: ["default"],
2438
+ themes: ["realsee"],
2439
+ label: !1
2440
+ },
2441
+ {
2442
+ type: 203,
2443
+ description: "工具",
2444
+ href: "resource/items/{{ theme }}/tool.png",
2445
+ width: 500,
2446
+ height: 500,
2447
+ tag: "物证痕迹",
2448
+ direction: 0,
2449
+ keywords: ["default"],
2450
+ themes: ["realsee"],
2451
+ label: !1
2452
+ },
2453
+ {
2454
+ type: 204,
2455
+ description: "特殊",
2456
+ href: "resource/items/{{ theme }}/special.png",
2457
+ width: 500,
2458
+ height: 500,
2459
+ tag: "物证痕迹",
2460
+ direction: 0,
2461
+ keywords: ["default"],
2462
+ themes: ["realsee"],
2463
+ label: !1
2464
+ },
2465
+ {
2466
+ type: 205,
2467
+ description: "生物",
2468
+ href: "resource/items/{{ theme }}/biology.png",
2469
+ width: 500,
2470
+ height: 500,
2471
+ tag: "物证痕迹",
2472
+ direction: 0,
2473
+ keywords: ["default"],
2474
+ themes: ["realsee"],
2475
+ label: !1
2476
+ },
2477
+ {
2478
+ type: 206,
2479
+ description: "毒化",
2480
+ href: "resource/items/{{ theme }}/poison.png",
2481
+ width: 500,
2482
+ height: 500,
2483
+ tag: "物证痕迹",
2484
+ direction: 0,
2485
+ keywords: ["default"],
2486
+ themes: ["realsee"],
2487
+ label: !1
2488
+ },
2489
+ {
2490
+ type: 207,
2491
+ description: "理化",
2492
+ href: "resource/items/{{ theme }}/physics&chemistry.png",
2493
+ width: 500,
2494
+ height: 500,
2495
+ tag: "物证痕迹",
2496
+ direction: 0,
2497
+ keywords: ["default"],
2498
+ themes: ["realsee"],
2499
+ label: !1
2500
+ },
2501
+ {
2502
+ type: 208,
2503
+ description: "文检",
2504
+ href: "resource/items/{{ theme }}/document.png",
2505
+ width: 500,
2506
+ height: 500,
2507
+ tag: "物证痕迹",
2508
+ direction: 0,
2509
+ keywords: ["default"],
2510
+ themes: ["realsee"],
2511
+ label: !1
2512
+ },
2513
+ {
2514
+ type: 209,
2515
+ description: "电子",
2516
+ href: "resource/items/{{ theme }}/electronic.png",
2517
+ width: 500,
2518
+ height: 500,
2519
+ tag: "物证痕迹",
2520
+ direction: 0,
2521
+ keywords: ["default"],
2522
+ themes: ["realsee"],
2523
+ label: !1
2524
+ },
2525
+ {
2526
+ type: 210,
2527
+ description: "人像",
2528
+ href: "resource/items/{{ theme }}/portrait.png",
2529
+ width: 500,
2530
+ height: 500,
2531
+ tag: "物证痕迹",
2532
+ direction: 0,
2533
+ keywords: ["default"],
2534
+ themes: ["realsee"],
2535
+ label: !1
2536
+ },
2537
+ {
2538
+ type: 211,
2539
+ description: "提取物品",
2540
+ href: "resource/items/{{ theme }}/extract_items.png",
2541
+ width: 500,
2542
+ height: 500,
2543
+ tag: "物证痕迹",
2544
+ direction: 0,
2545
+ keywords: ["default"],
2546
+ themes: ["realsee"],
2547
+ label: !1
2548
+ },
2549
+ {
2550
+ type: 212,
2551
+ description: "左脚足迹",
2552
+ href: "resource/items/{{ theme }}/footprint_l.png",
2553
+ width: 220,
2554
+ height: 500,
2555
+ tag: "物证痕迹",
2556
+ direction: 0,
2557
+ keywords: ["default"],
2558
+ themes: ["realsee"],
2559
+ label: !1
2560
+ },
2561
+ {
2562
+ type: 213,
2563
+ description: "右脚足迹",
2564
+ href: "resource/items/{{ theme }}/footprint_r.png",
2565
+ width: 220,
2566
+ height: 500,
2567
+ tag: "物证痕迹",
2568
+ direction: 0,
2569
+ keywords: ["default"],
2570
+ themes: ["realsee"],
2571
+ label: !1
2572
+ },
2573
+ {
2574
+ type: 214,
2575
+ description: "电动车",
2576
+ href: "resource/items/{{ theme }}/electric_car.png",
2577
+ width: 480,
2578
+ height: 1320,
2579
+ tag: "交通工具",
2580
+ direction: 0,
2581
+ keywords: ["default"],
2582
+ themes: ["realsee"],
2583
+ label: !1
2584
+ },
2585
+ {
2586
+ type: 215,
2587
+ description: "自行车",
2588
+ href: "resource/items/{{ theme }}/bike.png",
2589
+ width: 380,
2590
+ height: 1480,
2591
+ tag: "交通工具",
2592
+ direction: 0,
2593
+ keywords: ["default"],
2594
+ themes: ["realsee"],
2595
+ label: !1
2596
+ },
2597
+ {
2598
+ type: 216,
2599
+ description: "摩托车",
2600
+ href: "resource/items/{{ theme }}/motorcycle.png",
2601
+ width: 500,
2602
+ height: 1780,
2603
+ tag: "交通工具",
2604
+ direction: 0,
2605
+ keywords: ["default"],
2606
+ themes: ["realsee"],
2607
+ label: !1
2608
+ },
2609
+ {
2610
+ type: 217,
2611
+ description: "越野车",
2612
+ href: "resource/items/{{ theme }}/off_road_vehicle.png",
2613
+ width: 1700,
2614
+ height: 4360,
2615
+ tag: "交通工具",
2616
+ direction: 0,
2617
+ keywords: ["default"],
2618
+ themes: ["realsee"],
2619
+ label: !1
2620
+ },
2621
+ {
2622
+ type: 218,
2623
+ description: "卡车",
2624
+ href: "resource/items/{{ theme }}/truck.png",
2625
+ width: 1880,
2626
+ height: 6800,
2627
+ tag: "交通工具",
2628
+ direction: 0,
2629
+ keywords: ["default"],
2630
+ themes: ["realsee"],
2631
+ label: !1
2632
+ },
2633
+ {
2634
+ type: 219,
2635
+ description: "客车",
2636
+ href: "resource/items/{{ theme }}/bus.png",
2637
+ width: 3160,
2638
+ height: 8e3,
2639
+ tag: "交通工具",
2640
+ direction: 0,
2641
+ keywords: ["default"],
2642
+ themes: ["realsee"],
2643
+ label: !1
2644
+ },
2645
+ {
2646
+ type: 220,
2647
+ description: "叉车",
2648
+ href: "resource/items/{{ theme }}/forklift.png",
2649
+ width: 940,
2650
+ height: 2720,
2651
+ tag: "交通工具",
2652
+ direction: 0,
2653
+ keywords: ["default"],
2654
+ themes: ["realsee"],
2655
+ label: !1
2656
+ },
2657
+ {
2658
+ type: 221,
2659
+ description: "拖拉机",
2660
+ href: "resource/items/{{ theme }}/tractor.png",
2661
+ width: 1740,
2662
+ height: 3060,
2663
+ tag: "交通工具",
2664
+ direction: 0,
2665
+ keywords: ["default"],
2666
+ themes: ["realsee"],
2667
+ label: !1
2668
+ }
2669
+ ];
2670
+ export {
2671
+ e as default
2672
+ };