@cloud-app-dev/vidc 4.0.19 → 4.0.21

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 (410) hide show
  1. package/es/AppContext/Sync.d.ts +8 -0
  2. package/es/AppContext/Sync.js +42 -0
  3. package/es/AppContext/index.d.ts +10 -0
  4. package/es/AppContext/index.js +141 -0
  5. package/es/AppContext/interface.d.ts +41 -0
  6. package/es/AppContext/static.d.ts +8 -0
  7. package/es/AppContext/static.js +9 -0
  8. package/es/Auth/index.d.ts +8 -0
  9. package/es/Auth/index.js +14 -0
  10. package/es/AutoExit/index.d.ts +6 -0
  11. package/es/AutoExit/index.js +19 -0
  12. package/es/CheckGroupFixed/demo.d.ts +3 -0
  13. package/es/CheckGroupFixed/demo.js +22 -0
  14. package/es/CheckGroupFixed/index.d.ts +24 -0
  15. package/es/CheckGroupFixed/index.js +140 -0
  16. package/es/CheckGroupFixed/index.less +56 -0
  17. package/es/Config/index.d.ts +4 -0
  18. package/es/Config/index.js +77 -0
  19. package/es/Config/interface.d.ts +65 -0
  20. package/es/Config/utils.d.ts +4 -0
  21. package/es/Config/utils.js +33 -0
  22. package/es/ConfigContext/index.d.ts +17 -0
  23. package/es/ConfigContext/index.js +21 -0
  24. package/es/CustomRenderSelect/index.d.ts +12 -0
  25. package/es/CustomRenderSelect/index.js +73 -0
  26. package/es/CustomRenderSelect/index.less +25 -0
  27. package/es/DBTools/index.d.ts +25 -0
  28. package/es/DBTools/index.js +336 -0
  29. package/es/DisableMark/index.d.ts +9 -0
  30. package/es/DisableMark/index.js +19 -0
  31. package/es/DisableMark/index.less +9 -0
  32. package/es/DomMove/demo.d.ts +2 -0
  33. package/es/DomMove/demo.js +16 -0
  34. package/es/DomMove/index.d.ts +16 -0
  35. package/es/DomMove/index.js +139 -0
  36. package/es/DomMove/utils.d.ts +8 -0
  37. package/es/DomMove/utils.js +32 -0
  38. package/es/Drag/DragAndDropItem.d.ts +4 -0
  39. package/es/Drag/DragAndDropItem.js +134 -0
  40. package/es/Drag/DropItem.d.ts +4 -0
  41. package/es/Drag/DropItem.js +50 -0
  42. package/es/Drag/index.d.ts +7 -0
  43. package/es/Drag/index.js +7 -0
  44. package/es/Drag/interface.d.ts +16 -0
  45. package/es/DynamicGridList/Demo.d.ts +3 -0
  46. package/es/DynamicGridList/Demo.js +77 -0
  47. package/es/DynamicGridList/index.d.ts +24 -0
  48. package/es/DynamicGridList/index.js +67 -0
  49. package/es/DynamicList/demo.d.ts +2 -0
  50. package/es/DynamicList/demo.js +44 -0
  51. package/es/DynamicList/index.d.ts +22 -0
  52. package/es/DynamicList/index.js +86 -0
  53. package/es/DynamicList/index.less +17 -0
  54. package/es/DynamicList/interface.d.ts +19 -0
  55. package/es/DynamicList/utils.d.ts +4 -0
  56. package/es/DynamicList/utils.js +6 -0
  57. package/es/ErrorFallback/index.d.ts +9 -0
  58. package/es/ErrorFallback/index.js +31 -0
  59. package/es/ErrorFallback/inerface.d.ts +48 -0
  60. package/es/EventTools/index.d.ts +3 -0
  61. package/es/EventTools/index.js +12 -0
  62. package/es/FrontendPlayer/index.d.ts +4 -0
  63. package/es/FrontendPlayer/index.js +2 -0
  64. package/es/FullScreen/index.d.ts +22 -0
  65. package/es/FullScreen/index.js +33 -0
  66. package/es/FullScreen/index.less +18 -0
  67. package/es/GridList/Demo.d.ts +3 -0
  68. package/es/GridList/Demo.js +80 -0
  69. package/es/GridList/data.d.ts +16 -0
  70. package/es/GridList/data.js +609 -0
  71. package/es/GridList/hook.d.ts +13 -0
  72. package/es/GridList/hook.js +270 -0
  73. package/es/GridList/index.d.ts +15 -0
  74. package/es/GridList/index.js +44 -0
  75. package/es/GridList/index.less +8 -0
  76. package/es/GridList/interface.d.ts +59 -0
  77. package/es/GridList/utils.d.ts +9 -0
  78. package/es/GridList/utils.js +42 -0
  79. package/es/HightLevel/index.d.ts +9 -0
  80. package/es/HightLevel/index.js +18 -0
  81. package/es/HightLevel/index.less +3 -0
  82. package/es/IconFont/index.d.ts +12 -0
  83. package/es/IconFont/index.js +54 -0
  84. package/es/ImageView/index.d.ts +20 -0
  85. package/es/ImageView/index.js +51 -0
  86. package/es/ImageView/index.less +11 -0
  87. package/es/InstanceHistory/index.d.ts +3 -0
  88. package/es/InstanceHistory/index.js +7 -0
  89. package/es/LabelPlayer/111.png +0 -0
  90. package/es/LabelPlayer/demo.d.ts +2 -0
  91. package/es/LabelPlayer/demo.js +115 -0
  92. package/es/LabelPlayer/index.d.ts +21 -0
  93. package/es/LabelPlayer/index.js +160 -0
  94. package/es/LabelPlayer/index.less +24 -0
  95. package/es/LabelValue/index.d.ts +15 -0
  96. package/es/LabelValue/index.js +27 -0
  97. package/es/LabelValue/index.less +23 -0
  98. package/es/List/demo.d.ts +3 -0
  99. package/es/List/demo.js +23 -0
  100. package/es/List/index.d.ts +28 -0
  101. package/es/List/index.js +28 -0
  102. package/es/List/index.less +20 -0
  103. package/es/ListWithSizeAnimate/demo.d.ts +2 -0
  104. package/es/ListWithSizeAnimate/demo.js +98 -0
  105. package/es/ListWithSizeAnimate/index.d.ts +14 -0
  106. package/es/ListWithSizeAnimate/index.js +85 -0
  107. package/es/ListWithSizeAnimate/index.less +23 -0
  108. package/es/LoaderScript/index.d.ts +47 -0
  109. package/es/LoaderScript/index.js +34 -0
  110. package/es/LoaderScript/utils.d.ts +13 -0
  111. package/es/LoaderScript/utils.js +179 -0
  112. package/es/Map/AMap.d.ts +7109 -0
  113. package/es/Map/BasicMap/AMapInstance.d.ts +19 -0
  114. package/es/Map/BasicMap/AMapInstance.js +98 -0
  115. package/es/Map/BasicMap/LeafletInstance.d.ts +18 -0
  116. package/es/Map/BasicMap/LeafletInstance.js +111 -0
  117. package/es/Map/BasicMap/index.d.ts +9 -0
  118. package/es/Map/BasicMap/index.js +90 -0
  119. package/es/Map/BasicMap/index.less +29 -0
  120. package/es/Map/ClusterLayer/demo.d.ts +3 -0
  121. package/es/Map/ClusterLayer/demo.js +18 -0
  122. package/es/Map/ClusterLayer/hook.d.ts +5 -0
  123. package/es/Map/ClusterLayer/hook.js +123 -0
  124. package/es/Map/ClusterLayer/index.d.ts +6 -0
  125. package/es/Map/ClusterLayer/index.js +28 -0
  126. package/es/Map/ClusterLayer/index.less +29 -0
  127. package/es/Map/ClusterLayer/props.d.ts +8 -0
  128. package/es/Map/Config/index.d.ts +9 -0
  129. package/es/Map/Config/index.js +48 -0
  130. package/es/Map/Config/utils.d.ts +2 -0
  131. package/es/Map/Config/utils.js +65 -0
  132. package/es/Map/Context/index.d.ts +11 -0
  133. package/es/Map/Context/index.js +51 -0
  134. package/es/Map/FindPio/index.d.ts +4 -0
  135. package/es/Map/FindPio/index.js +13 -0
  136. package/es/Map/FindPio/index.less +7 -0
  137. package/es/Map/InfoWindow/MakerLikeWindow.d.ts +4 -0
  138. package/es/Map/InfoWindow/MakerLikeWindow.js +112 -0
  139. package/es/Map/InfoWindow/demo.d.ts +3 -0
  140. package/es/Map/InfoWindow/demo.js +70 -0
  141. package/es/Map/InfoWindow/index.d.ts +11 -0
  142. package/es/Map/InfoWindow/index.js +66 -0
  143. package/es/Map/LevelCenter/DragMarker/index.d.ts +10 -0
  144. package/es/Map/LevelCenter/DragMarker/index.js +42 -0
  145. package/es/Map/LevelCenter/demo.d.ts +3 -0
  146. package/es/Map/LevelCenter/demo.js +38 -0
  147. package/es/Map/LevelCenter/index.d.ts +15 -0
  148. package/es/Map/LevelCenter/index.js +66 -0
  149. package/es/Map/LoaderMap/index.d.ts +7 -0
  150. package/es/Map/LoaderMap/index.js +62 -0
  151. package/es/Map/MapDrawSelect/demo.d.ts +3 -0
  152. package/es/Map/MapDrawSelect/demo.js +71 -0
  153. package/es/Map/MapDrawSelect/index.d.ts +15 -0
  154. package/es/Map/MapDrawSelect/index.js +56 -0
  155. package/es/Map/MouseTool/index.d.ts +10 -0
  156. package/es/Map/MouseTool/index.js +40 -0
  157. package/es/Map/MouseTool/useMouseTools.d.ts +7 -0
  158. package/es/Map/MouseTool/useMouseTools.js +83 -0
  159. package/es/Map/ResetTools/index.d.ts +10 -0
  160. package/es/Map/ResetTools/index.js +57 -0
  161. package/es/Map/ResetTools/index.less +39 -0
  162. package/es/Map/SinglePoint/demo.d.ts +3 -0
  163. package/es/Map/SinglePoint/demo.js +14 -0
  164. package/es/Map/SinglePoint/index.d.ts +27 -0
  165. package/es/Map/SinglePoint/index.js +52 -0
  166. package/es/Map/SinglePoint/index.less +41 -0
  167. package/es/Map/hook/useMapEvent.d.ts +2 -0
  168. package/es/Map/hook/useMapEvent.js +19 -0
  169. package/es/Map/hook/useMapType.d.ts +4 -0
  170. package/es/Map/hook/useMapType.js +12 -0
  171. package/es/Map/icon.d.ts +2 -0
  172. package/es/Map/icon.js +10 -0
  173. package/es/Map/index.d.ts +24 -0
  174. package/es/Map/index.js +25 -0
  175. package/es/Map/interface.d.ts +74 -0
  176. package/es/Map/points.d.ts +50 -0
  177. package/es/Map/points.js +1 -0
  178. package/es/Map/useMarker/index.d.ts +10 -0
  179. package/es/Map/useMarker/index.js +71 -0
  180. package/es/Map/withMap/index.d.ts +3 -0
  181. package/es/Map/withMap/index.js +10 -0
  182. package/es/Picture/component/DefaultRects/RectInfo.d.ts +8 -0
  183. package/es/Picture/component/DefaultRects/RectInfo.js +80 -0
  184. package/es/Picture/component/DefaultRects/index.d.ts +13 -0
  185. package/es/Picture/component/DefaultRects/index.js +52 -0
  186. package/es/Picture/component/DefaultRects/index.less +211 -0
  187. package/es/Picture/component/DefaultRects/utils.d.ts +2 -0
  188. package/es/Picture/component/DefaultRects/utils.js +11 -0
  189. package/es/Picture/component/DrawRect/index.d.ts +13 -0
  190. package/es/Picture/component/DrawRect/index.js +46 -0
  191. package/es/Picture/component/DrawRect/index.less +8 -0
  192. package/es/Picture/component/RectMenu/index.d.ts +12 -0
  193. package/es/Picture/component/RectMenu/index.js +76 -0
  194. package/es/Picture/component/RectMenu/index.less +36 -0
  195. package/es/Picture/component/RectMenu/utils.d.ts +12 -0
  196. package/es/Picture/component/RectMenu/utils.js +19 -0
  197. package/es/Picture/component/Tools/index.d.ts +12 -0
  198. package/es/Picture/component/Tools/index.js +73 -0
  199. package/es/Picture/component/Tools/index.less +49 -0
  200. package/es/Picture/component/WheelScale/index.d.ts +7 -0
  201. package/es/Picture/component/WheelScale/index.js +27 -0
  202. package/es/Picture/demo.d.ts +2 -0
  203. package/es/Picture/demo.js +105 -0
  204. package/es/Picture/index.d.ts +5 -0
  205. package/es/Picture/index.js +341 -0
  206. package/es/Picture/index.less +20 -0
  207. package/es/Picture/interface.d.ts +196 -0
  208. package/es/Picture/loadCaptureRectImage.d.ts +3 -0
  209. package/es/Picture/loadCaptureRectImage.js +99 -0
  210. package/es/Picture/useDraw.d.ts +1 -0
  211. package/es/Picture/useDraw.js +103 -0
  212. package/es/Picture/utils.d.ts +26 -0
  213. package/es/Picture/utils.js +143 -0
  214. package/es/Player/api/index.d.ts +68 -0
  215. package/es/Player/api/index.js +309 -0
  216. package/es/Player/context.d.ts +17 -0
  217. package/es/Player/context.js +24 -0
  218. package/es/Player/contraller_bar/bar.d.ts +8 -0
  219. package/es/Player/contraller_bar/bar.js +20 -0
  220. package/es/Player/contraller_bar/contraller_event.d.ts +6 -0
  221. package/es/Player/contraller_bar/contraller_event.js +50 -0
  222. package/es/Player/contraller_bar/index.d.ts +14 -0
  223. package/es/Player/contraller_bar/index.js +27 -0
  224. package/es/Player/contraller_bar/left_bar.d.ts +10 -0
  225. package/es/Player/contraller_bar/left_bar.js +83 -0
  226. package/es/Player/contraller_bar/right_bar.d.ts +8 -0
  227. package/es/Player/contraller_bar/right_bar.js +32 -0
  228. package/es/Player/contraller_bar/time.d.ts +3 -0
  229. package/es/Player/contraller_bar/time.js +19 -0
  230. package/es/Player/contraller_bar/useBarStatus.d.ts +2 -0
  231. package/es/Player/contraller_bar/useBarStatus.js +43 -0
  232. package/es/Player/contraller_bar/volume.d.ts +9 -0
  233. package/es/Player/contraller_bar/volume.js +62 -0
  234. package/es/Player/demo.d.ts +3 -0
  235. package/es/Player/demo.js +266 -0
  236. package/es/Player/empty.d.ts +2 -0
  237. package/es/Player/empty.js +4 -0
  238. package/es/Player/event/errorEvent.d.ts +14 -0
  239. package/es/Player/event/errorEvent.js +88 -0
  240. package/es/Player/event/eventName.d.ts +18 -0
  241. package/es/Player/event/eventName.js +29 -0
  242. package/es/Player/event/index.d.ts +24 -0
  243. package/es/Player/event/index.js +205 -0
  244. package/es/Player/fps_play.d.ts +11 -0
  245. package/es/Player/fps_play.js +83 -0
  246. package/es/Player/frontend_player.d.ts +8 -0
  247. package/es/Player/frontend_player.js +64 -0
  248. package/es/Player/frontend_timeline.d.ts +10 -0
  249. package/es/Player/frontend_timeline.js +132 -0
  250. package/es/Player/iconfont.d.ts +5 -0
  251. package/es/Player/iconfont.js +16 -0
  252. package/es/Player/index.d.ts +2 -0
  253. package/es/Player/index.js +2 -0
  254. package/es/Player/live_heart.d.ts +8 -0
  255. package/es/Player/live_heart.js +45 -0
  256. package/es/Player/message.d.ts +5 -0
  257. package/es/Player/message.js +137 -0
  258. package/es/Player/player.d.ts +233 -0
  259. package/es/Player/segment_player.d.ts +9 -0
  260. package/es/Player/segment_player.js +228 -0
  261. package/es/Player/segment_timeline.d.ts +12 -0
  262. package/es/Player/segment_timeline.js +173 -0
  263. package/es/Player/single_player.d.ts +5 -0
  264. package/es/Player/single_player.js +262 -0
  265. package/es/Player/style/bar.less +43 -0
  266. package/es/Player/style/iconfont.js +43 -0
  267. package/es/Player/style/index.less +34 -0
  268. package/es/Player/style/message.less +56 -0
  269. package/es/Player/style/slider.less +106 -0
  270. package/es/Player/style/timeline.less +117 -0
  271. package/es/Player/style/volume.less +24 -0
  272. package/es/Player/timeline.d.ts +5 -0
  273. package/es/Player/timeline.js +95 -0
  274. package/es/Player/util.d.ts +43 -0
  275. package/es/Player/util.js +189 -0
  276. package/es/PlayerExt/demo.d.ts +3 -0
  277. package/es/PlayerExt/demo.js +154 -0
  278. package/es/PlayerExt/index.d.ts +48 -0
  279. package/es/PlayerExt/index.js +188 -0
  280. package/es/PlayerExt/index.less +10 -0
  281. package/es/Progress/index.d.ts +7 -0
  282. package/es/Progress/index.js +53 -0
  283. package/es/Progress/index.less +21 -0
  284. package/es/ROI/demo.d.ts +3 -0
  285. package/es/ROI/demo.js +16 -0
  286. package/es/ROI/index.d.ts +33 -0
  287. package/es/ROI/index.js +54 -0
  288. package/es/ROI/index.less +33 -0
  289. package/es/RefDrawer/Footer.d.ts +9 -0
  290. package/es/RefDrawer/Footer.js +22 -0
  291. package/es/RefDrawer/demo.d.ts +3 -0
  292. package/es/RefDrawer/demo.js +18 -0
  293. package/es/RefDrawer/index.d.ts +26 -0
  294. package/es/RefDrawer/index.js +71 -0
  295. package/es/RefModal/demo.d.ts +3 -0
  296. package/es/RefModal/demo.js +18 -0
  297. package/es/RefModal/index.d.ts +17 -0
  298. package/es/RefModal/index.js +70 -0
  299. package/es/ScreenPlayer/Live.d.ts +5 -0
  300. package/es/ScreenPlayer/Live.js +212 -0
  301. package/es/ScreenPlayer/LiveTools.d.ts +29 -0
  302. package/es/ScreenPlayer/LiveTools.js +151 -0
  303. package/es/ScreenPlayer/PlayerWithExt.d.ts +34 -0
  304. package/es/ScreenPlayer/PlayerWithExt.js +231 -0
  305. package/es/ScreenPlayer/RatePick.d.ts +8 -0
  306. package/es/ScreenPlayer/RatePick.js +29 -0
  307. package/es/ScreenPlayer/Record.d.ts +10 -0
  308. package/es/ScreenPlayer/Record.js +442 -0
  309. package/es/ScreenPlayer/RecordTools.d.ts +38 -0
  310. package/es/ScreenPlayer/RecordTools.js +197 -0
  311. package/es/ScreenPlayer/ScreenSelect.d.ts +7 -0
  312. package/es/ScreenPlayer/ScreenSelect.js +46 -0
  313. package/es/ScreenPlayer/SegmentTimeLine.d.ts +17 -0
  314. package/es/ScreenPlayer/SegmentTimeLine.js +36 -0
  315. package/es/ScreenPlayer/TimeMode.d.ts +7 -0
  316. package/es/ScreenPlayer/TimeMode.js +26 -0
  317. package/es/ScreenPlayer/TimeSelect.d.ts +7 -0
  318. package/es/ScreenPlayer/TimeSelect.js +88 -0
  319. package/es/ScreenPlayer/demo.d.ts +2 -0
  320. package/es/ScreenPlayer/demo.js +21 -0
  321. package/es/ScreenPlayer/demo2.d.ts +2 -0
  322. package/es/ScreenPlayer/demo2.js +194 -0
  323. package/es/ScreenPlayer/index.d.ts +6 -0
  324. package/es/ScreenPlayer/index.js +9 -0
  325. package/es/ScreenPlayer/index.less +335 -0
  326. package/es/ScreenPlayer/interface.d.ts +216 -0
  327. package/es/ScreenPlayer/useTimeSlider.d.ts +25 -0
  328. package/es/ScreenPlayer/useTimeSlider.js +451 -0
  329. package/es/ScreenPlayer/useVideoFit.d.ts +5 -0
  330. package/es/ScreenPlayer/useVideoFit.js +35 -0
  331. package/es/ScreenPlayer/utils.d.ts +17 -0
  332. package/es/ScreenPlayer/utils.js +85 -0
  333. package/es/SegmentPlayer/index.d.ts +2 -0
  334. package/es/SegmentPlayer/index.js +2 -0
  335. package/es/Service/http.d.ts +6 -0
  336. package/es/Service/http.js +133 -0
  337. package/es/Service/index.d.ts +3 -0
  338. package/es/Service/index.js +11 -0
  339. package/es/Service/interface.d.ts +23 -0
  340. package/es/Service/middleware.d.ts +8 -0
  341. package/es/Service/middleware.js +22 -0
  342. package/es/SocketEmitter/eventEmitter.d.ts +27 -0
  343. package/es/SocketEmitter/eventEmitter.js +88 -0
  344. package/es/SocketEmitter/index.d.ts +24 -0
  345. package/es/SocketEmitter/index.js +125 -0
  346. package/es/SocketEmitter/interface.d.ts +4 -0
  347. package/es/TableLayout/index.d.ts +10 -0
  348. package/es/TableLayout/index.js +27 -0
  349. package/es/TableLayout/index.less +4 -0
  350. package/es/ThemeAntd/demo.d.ts +4 -0
  351. package/es/ThemeAntd/demo.js +81 -0
  352. package/es/ThemeAntd/demo.less +20 -0
  353. package/es/ThemeAntd/index.d.ts +7 -0
  354. package/es/ThemeAntd/index.js +21 -0
  355. package/es/ThemeAntd/index.less +4 -0
  356. package/es/Timeout/index.d.ts +26 -0
  357. package/es/Timeout/index.js +65 -0
  358. package/es/bigNumberTransformCN/index.d.ts +5 -0
  359. package/es/bigNumberTransformCN/index.js +58 -0
  360. package/es/cache/index.d.ts +34 -0
  361. package/es/cache/index.js +94 -0
  362. package/es/copy/index.d.ts +1 -0
  363. package/es/copy/index.js +9 -0
  364. package/es/core.d.ts +0 -0
  365. package/es/getThemeStyle/index.d.ts +2 -0
  366. package/es/getThemeStyle/index.js +5 -0
  367. package/es/index.d.ts +62 -0
  368. package/es/index.js +62 -0
  369. package/es/likeGo/index.d.ts +2 -0
  370. package/es/likeGo/index.js +31 -0
  371. package/es/likeGoSync/index.d.ts +2 -0
  372. package/es/likeGoSync/index.js +10 -0
  373. package/es/logger/index.d.ts +7 -0
  374. package/es/logger/index.js +30 -0
  375. package/es/nextTick/index.d.ts +1 -0
  376. package/es/nextTick/index.js +3 -0
  377. package/es/recorder/demo.d.ts +3 -0
  378. package/es/recorder/demo.js +181 -0
  379. package/es/recorder/index.d.ts +294 -0
  380. package/es/recorder/index.js +992 -0
  381. package/es/submidstr/index.d.ts +5 -0
  382. package/es/submidstr/index.js +14 -0
  383. package/es/treeHelper/index.d.ts +11 -0
  384. package/es/treeHelper/index.js +188 -0
  385. package/es/typings.d.ts +2 -0
  386. package/es/useDrawROI/index.d.ts +16 -0
  387. package/es/useDrawROI/index.js +318 -0
  388. package/es/useEventEmitterHandle/index.d.ts +2 -0
  389. package/es/useEventEmitterHandle/index.js +17 -0
  390. package/es/useFullscreen/demo.d.ts +2 -0
  391. package/es/useFullscreen/demo.js +43 -0
  392. package/es/useFullscreen/index.d.ts +12 -0
  393. package/es/useFullscreen/index.js +76 -0
  394. package/es/useHistory/index.d.ts +3 -0
  395. package/es/useHistory/index.js +9 -0
  396. package/es/useHistory/interface.d.ts +3 -0
  397. package/es/useInfiniteScroll/index.d.ts +16 -0
  398. package/es/useInfiniteScroll/index.js +102 -0
  399. package/es/useRafInterval/index.d.ts +5 -0
  400. package/es/useRafInterval/index.js +71 -0
  401. package/es/useSimpleState/index.d.ts +3 -0
  402. package/es/useSimpleState/index.js +35 -0
  403. package/es/useVirtualList/index.d.ts +13 -0
  404. package/es/useVirtualList/index.js +136 -0
  405. package/es/utils.d.ts +14 -0
  406. package/es/utils.js +46 -0
  407. package/es/uuid/index.d.ts +5 -0
  408. package/es/uuid/index.js +6 -0
  409. package/package.json +1 -1
  410. package/tsconfig.json +1 -1
@@ -0,0 +1,609 @@
1
+ export default {
2
+ code: 0,
3
+ codeRemark: '操作成功',
4
+ data: {
5
+ list: [{
6
+ id: '1656918620000097258',
7
+ cid: 541133697,
8
+ deviceName: '迎宾六小区车辆出口',
9
+ captureTime: 1656918620000,
10
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/541133697/objects/62c2925c20410b81103093f7/541133697.jpg?client_token=541133697_6524_1656954939_a241bf95989f84f818b47823bf83be16&crop=x_2445.0,y_614.0,w_114.0,h_116.0'
11
+ }, {
12
+ id: '1656918620000097257',
13
+ cid: 541133697,
14
+ deviceName: '迎宾六小区车辆出口',
15
+ captureTime: 1656918620000,
16
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/541133697/objects/62c2925c20410b81103093f7/541133697.jpg?client_token=541133697_6524_1656954939_a241bf95989f84f818b47823bf83be16&crop=x_2340.0,y_580.0,w_123.0,h_102.0'
17
+ }, {
18
+ id: '1656918620000097256',
19
+ cid: 541133697,
20
+ deviceName: '迎宾六小区车辆出口',
21
+ captureTime: 1656918620000,
22
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/541133697/objects/62c2925c20410b81103093f7/541133697.jpg?client_token=541133697_6524_1656954939_a241bf95989f84f818b47823bf83be16&crop=x_161.0,y_553.0,w_276.0,h_167.0'
23
+ }, {
24
+ id: '1656918620000092978',
25
+ cid: 539953401,
26
+ deviceName: '青阳县木镇318国道新竹路口',
27
+ captureTime: 1656918620000,
28
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539953401/objects/62c29262202f08f910201731/539953401.jpg?client_token=539953401_3224109056_1656921995_fcac0c8a4aeae8ef8060a95fd2a4f5e6&crop=x_442.0,y_73.0,w_146.0,h_97.0'
29
+ }, {
30
+ id: '1656918620000092977',
31
+ cid: 539953401,
32
+ deviceName: '青阳县木镇318国道新竹路口',
33
+ captureTime: 1656918620000,
34
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539953401/objects/62c29262202f08f910201731/539953401.jpg?client_token=539953401_3224109056_1656921995_fcac0c8a4aeae8ef8060a95fd2a4f5e6&crop=x_873.0,y_227.0,w_651.0,h_388.0'
35
+ }, {
36
+ id: '1656918620000092510',
37
+ cid: 539952609,
38
+ deviceName: '宣城市古泉镇电信局门口人行通道',
39
+ captureTime: 1656918620000,
40
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539952609/objects/62c2925e202f05e110309427/539952609.jpg?client_token=539952609_3226206208_1656921064_5c30e4552cc946891af4fd9fcadfc406&crop=x_443.0,y_73.0,w_291.0,h_119.0'
41
+ }, {
42
+ id: '1656918620000092509',
43
+ cid: 539952609,
44
+ deviceName: '宣城市古泉镇电信局门口人行通道',
45
+ captureTime: 1656918620000,
46
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539952609/objects/62c2925e202f05e110309427/539952609.jpg?client_token=539952609_3226206208_1656921064_5c30e4552cc946891af4fd9fcadfc406&crop=x_216.0,y_122.0,w_295.0,h_153.0'
47
+ }, {
48
+ id: '1656918620000092508',
49
+ cid: 539952609,
50
+ deviceName: '宣城市古泉镇电信局门口人行通道',
51
+ captureTime: 1656918620000,
52
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539952609/objects/62c2925e202f05e110309427/539952609.jpg?client_token=539952609_3226206208_1656921064_5c30e4552cc946891af4fd9fcadfc406&crop=x_4.0,y_114.0,w_397.0,h_281.0'
53
+ }, {
54
+ id: '1656918620000092452',
55
+ cid: 539952822,
56
+ deviceName: '颍上县三十铺余塘路口',
57
+ captureTime: 1656918620000,
58
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539952822/objects/62c2925c202f06b61010bdc4/539952822.jpg?client_token=539952822_3224109056_1656920263_bb8688b335cf0c6031c4c33562992946&crop=x_1270.0,y_463.0,w_481.0,h_351.0'
59
+ }, {
60
+ id: '1656918620000092451',
61
+ cid: 539953632,
62
+ deviceName: '孙埠高中',
63
+ captureTime: 1656918620000,
64
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539953632/objects/62c2925c202f09e0103093eb/539953632.jpg?client_token=539953632_3224109056_1656920077_5b8840e4d7f7f5bdb1326a7a7f1cd1ec&crop=x_1762.0,y_291.0,w_157.0,h_116.0'
65
+ }, {
66
+ id: '1656918620000092450',
67
+ cid: 539953632,
68
+ deviceName: '孙埠高中',
69
+ captureTime: 1656918620000,
70
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539953632/objects/62c2925c202f09e0103093eb/539953632.jpg?client_token=539953632_3224109056_1656920077_5b8840e4d7f7f5bdb1326a7a7f1cd1ec&crop=x_889.0,y_225.0,w_440.0,h_166.0'
71
+ }, {
72
+ id: '1656918620000092449',
73
+ cid: 539953632,
74
+ deviceName: '孙埠高中',
75
+ captureTime: 1656918620000,
76
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539953632/objects/62c2925c202f09e0103093eb/539953632.jpg?client_token=539953632_3224109056_1656920077_5b8840e4d7f7f5bdb1326a7a7f1cd1ec&crop=x_32.0,y_162.0,w_734.0,h_376.0'
77
+ }, {
78
+ id: '1656918620000092416',
79
+ cid: 539952847,
80
+ deviceName: '文昌镇天天兴超市5',
81
+ captureTime: 1656918620000,
82
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539952847/objects/62c2925d202f06cf1010bde6/539952847.jpg?client_token=539952847_3224109056_1656920377_f3efbdcdf1ed99ab306bb70a45299c73&crop=x_1617.0,y_368.0,w_153.0,h_116.0'
83
+ }, {
84
+ id: '1656918620000092415',
85
+ cid: 539952847,
86
+ deviceName: '文昌镇天天兴超市5',
87
+ captureTime: 1656918620000,
88
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539952847/objects/62c2925d202f06cf1010bde6/539952847.jpg?client_token=539952847_3224109056_1656920377_f3efbdcdf1ed99ab306bb70a45299c73&crop=x_0.0,y_257.0,w_201.0,h_111.0'
89
+ }, {
90
+ id: '1656918620000092414',
91
+ cid: 539952847,
92
+ deviceName: '文昌镇天天兴超市5',
93
+ captureTime: 1656918620000,
94
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539952847/objects/62c2925d202f06cf1010bde6/539952847.jpg?client_token=539952847_3224109056_1656920377_f3efbdcdf1ed99ab306bb70a45299c73&crop=x_514.0,y_348.0,w_230.0,h_237.0'
95
+ }, {
96
+ id: '1656918620000092409',
97
+ cid: 539953771,
98
+ deviceName: '利辛县永兴学区初级中学',
99
+ captureTime: 1656918620000,
100
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539953771/objects/62c2925d202f0a6b1010bde4/539953771.jpg?client_token=539953771_3223060480_1656920153_588216035c4e2ef8e47f3469267d7b5f&crop=x_939.0,y_2.0,w_433.0,h_265.0'
101
+ }, {
102
+ id: '1656918620000092353',
103
+ cid: 539952809,
104
+ deviceName: '宣城市政集团澄江桥向西',
105
+ captureTime: 1656918620000,
106
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539952809/objects/62c2925d202f06a9102016c5/539952809.jpg?client_token=539952809_3226206208_1656921617_eb8b47d0f74dfd8812b14b66f8a395af&crop=x_1519.0,y_591.0,w_128.0,h_97.0'
107
+ }, {
108
+ id: '1656918620000092352',
109
+ cid: 539952809,
110
+ deviceName: '宣城市政集团澄江桥向西',
111
+ captureTime: 1656918620000,
112
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539952809/objects/62c2925d202f06a9102016c5/539952809.jpg?client_token=539952809_3226206208_1656921617_eb8b47d0f74dfd8812b14b66f8a395af&crop=x_1768.0,y_1042.0,w_529.0,h_371.0'
113
+ }, {
114
+ id: '1656918620000092351',
115
+ cid: 539952809,
116
+ deviceName: '宣城市政集团澄江桥向西',
117
+ captureTime: 1656918620000,
118
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539952809/objects/62c2925d202f06a9102016c5/539952809.jpg?client_token=539952809_3226206208_1656921617_eb8b47d0f74dfd8812b14b66f8a395af&crop=x_1139.0,y_699.0,w_204.0,h_162.0'
119
+ }, {
120
+ id: '1656918620000092296',
121
+ cid: 539954356,
122
+ deviceName: '利辛县展沟路囗西2',
123
+ captureTime: 1656918620000,
124
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539954356/objects/62c2925c202f0cb41010bdd4/539954356.jpg?client_token=539954356_3223060480_1656921086_2edaab15a3f856d2daedc7873f80db72&crop=x_0.0,y_450.0,w_118.0,h_294.0'
125
+ }, {
126
+ id: '1656918620000092295',
127
+ cid: 539954356,
128
+ deviceName: '利辛县展沟路囗西2',
129
+ captureTime: 1656918620000,
130
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539954356/objects/62c2925c202f0cb41010bdd4/539954356.jpg?client_token=539954356_3223060480_1656921086_2edaab15a3f856d2daedc7873f80db72&crop=x_0.0,y_506.0,w_332.0,h_383.0'
131
+ }, {
132
+ id: '1656918620000092294',
133
+ cid: 539954356,
134
+ deviceName: '利辛县展沟路囗西2',
135
+ captureTime: 1656918620000,
136
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539954356/objects/62c2925c202f0cb41010bdd4/539954356.jpg?client_token=539954356_3223060480_1656921086_2edaab15a3f856d2daedc7873f80db72&crop=x_260.0,y_207.0,w_267.0,h_114.0'
137
+ }, {
138
+ id: '1656918620000092293',
139
+ cid: 539954356,
140
+ deviceName: '利辛县展沟路囗西2',
141
+ captureTime: 1656918620000,
142
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539954356/objects/62c2925c202f0cb41010bdd4/539954356.jpg?client_token=539954356_3223060480_1656921086_2edaab15a3f856d2daedc7873f80db72&crop=x_266.0,y_300.0,w_432.0,h_241.0'
143
+ }, {
144
+ id: '1656918620000092273',
145
+ cid: 539953612,
146
+ deviceName: '养贤军塘新农村路口',
147
+ captureTime: 1656918620000,
148
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539953612/objects/62c2925c202f09cc1010bdcc/539953612.jpg?client_token=539953612_3224109056_1656922135_31760578bdbd2454bf4a4ffc512eb79c&crop=x_242.0,y_154.0,w_152.0,h_109.0'
149
+ }, {
150
+ id: '1656918620000092272',
151
+ cid: 539953612,
152
+ deviceName: '养贤军塘新农村路口',
153
+ captureTime: 1656918620000,
154
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539953612/objects/62c2925c202f09cc1010bdcc/539953612.jpg?client_token=539953612_3224109056_1656922135_31760578bdbd2454bf4a4ffc512eb79c&crop=x_203.0,y_608.0,w_402.0,h_340.0'
155
+ }, {
156
+ id: '1656918620000092271',
157
+ cid: 539953586,
158
+ deviceName: '石台县丁香镇新中路口',
159
+ captureTime: 1656918620000,
160
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539953586/objects/62c2925d202f09b210309409/539953586.jpg?client_token=539953586_3224109056_1656922171_137e904ecd27b2c3aebd929aee8080e9&crop=x_1346.0,y_405.0,w_525.0,h_384.0'
161
+ }, {
162
+ id: '1656918620000092269',
163
+ cid: 539953319,
164
+ deviceName: '阜阳市五十铺茂杰酒店饮食服务市场路口',
165
+ captureTime: 1656918620000,
166
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539953319/objects/62c2925c202f08a7103093f9/539953319.jpg?client_token=539953319_3224109056_1656918842_8d1bdd764036db37684c8dbb7ecccd5f&crop=x_1127.0,y_179.0,w_298.0,h_129.0'
167
+ }, {
168
+ id: '1656918620000092263',
169
+ cid: 539954513,
170
+ deviceName: '巩店镇刘小桥',
171
+ captureTime: 1656918620000,
172
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539954513/objects/62c2925c202f0d51103093f3/539954513.jpg?client_token=539954513_3223060480_1656920701_5224145f675ba7632fab01952482663e&crop=x_424.0,y_486.0,w_619.0,h_532.0'
173
+ }, {
174
+ id: '1656918620000092259',
175
+ cid: 541133697,
176
+ deviceName: '迎宾六小区车辆出口',
177
+ captureTime: 1656918620000,
178
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/541133697/objects/62c2925c20410b81103093f7/541133697.jpg?client_token=541133697_6524_1656954939_a241bf95989f84f818b47823bf83be16&crop=x_2249.0,y_592.0,w_166.0,h_122.0'
179
+ }, {
180
+ id: '1656918620000092258',
181
+ cid: 541133697,
182
+ deviceName: '迎宾六小区车辆出口',
183
+ captureTime: 1656918620000,
184
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/541133697/objects/62c2925c20410b81103093f7/541133697.jpg?client_token=541133697_6524_1656954939_a241bf95989f84f818b47823bf83be16&crop=x_2445.0,y_614.0,w_114.0,h_116.0'
185
+ }, {
186
+ id: '1656918620000092257',
187
+ cid: 541133697,
188
+ deviceName: '迎宾六小区车辆出口',
189
+ captureTime: 1656918620000,
190
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/541133697/objects/62c2925c20410b81103093f7/541133697.jpg?client_token=541133697_6524_1656954939_a241bf95989f84f818b47823bf83be16&crop=x_2340.0,y_580.0,w_123.0,h_102.0'
191
+ }, {
192
+ id: '1656918620000092256',
193
+ cid: 541133697,
194
+ deviceName: '迎宾六小区车辆出口',
195
+ captureTime: 1656918620000,
196
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/541133697/objects/62c2925c20410b81103093f7/541133697.jpg?client_token=541133697_6524_1656954939_a241bf95989f84f818b47823bf83be16&crop=x_161.0,y_553.0,w_276.0,h_167.0'
197
+ }, {
198
+ id: '1656918619000097540',
199
+ cid: 539953406,
200
+ deviceName: '青阳县木镇103省道河北岔路口',
201
+ captureTime: 1656918619000,
202
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539953406/objects/62c2925e202f08fe1010bdf4/539953406.jpg?client_token=539953406_3224109056_1656920212_9cf3c19d3dfaa21ded8dfaf110216100&crop=x_1148.0,y_367.0,w_548.0,h_342.0'
203
+ }, {
204
+ id: '1656918619000097466',
205
+ cid: 539954061,
206
+ deviceName: '水东良山新村岔口',
207
+ captureTime: 1656918619000,
208
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539954061/objects/62c2925d202f0b8d1030940b/539954061.jpg?client_token=539954061_3224109056_1656919116_42222e2d641f374e2519f17ac4a5553d&crop=x_538.0,y_160.0,w_159.0,h_107.0'
209
+ }, {
210
+ id: '1656918619000097465',
211
+ cid: 539954061,
212
+ deviceName: '水东良山新村岔口',
213
+ captureTime: 1656918619000,
214
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539954061/objects/62c2925d202f0b8d1030940b/539954061.jpg?client_token=539954061_3224109056_1656919116_42222e2d641f374e2519f17ac4a5553d&crop=x_276.0,y_424.0,w_1048.0,h_562.0'
215
+ }, {
216
+ id: '1656918619000097309',
217
+ cid: 539954272,
218
+ deviceName: '灵泉社区1',
219
+ captureTime: 1656918619000,
220
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539954272/objects/62c2925d202f0c60102016bb/539954272.jpg?client_token=539954272_3223060480_1656919655_ba21c32b3c56b4a22c651269ca49bad0&crop=x_133.0,y_662.0,w_407.0,h_347.0'
221
+ }, {
222
+ id: '1656918619000097265',
223
+ cid: 539953763,
224
+ deviceName: '利辛县电信新大楼门口',
225
+ captureTime: 1656918619000,
226
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539953763/objects/62c2925c202f0a63102016b1/539953763.jpg?client_token=539953763_3223060480_1656921427_b839eb31677e86639fd80782edebddae&crop=x_0.0,y_406.0,w_253.0,h_645.0'
227
+ }, {
228
+ id: '1656918619000097264',
229
+ cid: 539953763,
230
+ deviceName: '利辛县电信新大楼门口',
231
+ captureTime: 1656918619000,
232
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539953763/objects/62c2925c202f0a63102016b1/539953763.jpg?client_token=539953763_3223060480_1656921427_b839eb31677e86639fd80782edebddae&crop=x_1.0,y_132.0,w_409.0,h_597.0'
233
+ }, {
234
+ id: '1656918619000097240',
235
+ cid: 539952994,
236
+ deviceName: '石安工业园区2',
237
+ captureTime: 1656918619000,
238
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539952994/objects/62c2925b202f0762103093e5/539952994.jpg?client_token=539952994_3224109056_1656920887_d67185d6bf782dbedf9812017c80c2a6&crop=x_1180.0,y_177.0,w_702.0,h_443.0'
239
+ }, {
240
+ id: '1656918619000097236',
241
+ cid: 539953771,
242
+ deviceName: '利辛县永兴学区初级中学',
243
+ captureTime: 1656918619000,
244
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539953771/objects/62c2925b202f0a6b102016a9/539953771.jpg?client_token=539953771_3223060480_1656920153_588216035c4e2ef8e47f3469267d7b5f&crop=x_941.0,y_1.0,w_432.0,h_266.0'
245
+ }, {
246
+ id: '1656918619000097228',
247
+ cid: 539952871,
248
+ deviceName: '池州市秋江街道高脊岭陈志红路口',
249
+ captureTime: 1656918619000,
250
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539952871/objects/62c2925b202f06e7102016a5/539952871.jpg?client_token=539952871_3224109056_1656922024_8d7a3c833bc838a494ebecf34e22bfb4&crop=x_277.0,y_198.0,w_222.0,h_116.0'
251
+ }, {
252
+ id: '1656918619000097227',
253
+ cid: 539954089,
254
+ deviceName: 'B9栋正门外车道235',
255
+ captureTime: 1656918619000,
256
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539954089/objects/62c2925b202f0ba91010bdbc/539954089.jpg?client_token=539954089_3223060480_1656921030_7bbe4cbeb86557a003c5e8abbc672ef1&crop=x_0.0,y_1238.0,w_760.0,h_281.0'
257
+ }, {
258
+ id: '1656918619000097226',
259
+ cid: 539954089,
260
+ deviceName: 'B9栋正门外车道235',
261
+ captureTime: 1656918619000,
262
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539954089/objects/62c2925b202f0ba91010bdbc/539954089.jpg?client_token=539954089_3223060480_1656921030_7bbe4cbeb86557a003c5e8abbc672ef1&crop=x_592.0,y_493.0,w_403.0,h_146.0'
263
+ }, {
264
+ id: '1656918619000097225',
265
+ cid: 539954089,
266
+ deviceName: 'B9栋正门外车道235',
267
+ captureTime: 1656918619000,
268
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539954089/objects/62c2925b202f0ba91010bdbc/539954089.jpg?client_token=539954089_3223060480_1656921030_7bbe4cbeb86557a003c5e8abbc672ef1&crop=x_392.0,y_519.0,w_592.0,h_216.0'
269
+ }, {
270
+ id: '1656918619000097224',
271
+ cid: 539954089,
272
+ deviceName: 'B9栋正门外车道235',
273
+ captureTime: 1656918619000,
274
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539954089/objects/62c2925b202f0ba91010bdbc/539954089.jpg?client_token=539954089_3223060480_1656921030_7bbe4cbeb86557a003c5e8abbc672ef1&crop=x_273.0,y_593.0,w_726.0,h_285.0'
275
+ }, {
276
+ id: '1656918619000097223',
277
+ cid: 539954089,
278
+ deviceName: 'B9栋正门外车道235',
279
+ captureTime: 1656918619000,
280
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539954089/objects/62c2925b202f0ba91010bdbc/539954089.jpg?client_token=539954089_3223060480_1656921030_7bbe4cbeb86557a003c5e8abbc672ef1&crop=x_0.0,y_845.0,w_1123.0,h_545.0'
281
+ }, {
282
+ id: '1656918619000097218',
283
+ cid: 539952832,
284
+ deviceName: '颍上县三十铺中心街',
285
+ captureTime: 1656918619000,
286
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539952832/objects/62c2925b202f06c0102016a3/539952832.jpg?client_token=539952832_3224109056_1656920247_5674a3b461deaa1ff4e9cf94c27c5f11&crop=x_174.0,y_246.0,w_632.0,h_315.0'
287
+ }, {
288
+ id: '1656918619000097210',
289
+ cid: 539954416,
290
+ deviceName: '东至县泥溪镇三岔路口',
291
+ captureTime: 1656918619000,
292
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539954416/objects/62c2925b202f0cf0103093dd/539954416.jpg?client_token=539954416_3224109056_1656919182_4651a4eb302e743acaeb1ad2a67d2e0f&crop=x_382.0,y_314.0,w_292.0,h_254.0'
293
+ }, {
294
+ id: '1656918619000097206',
295
+ cid: 539954383,
296
+ deviceName: '利辛县刘集镇政府东路口',
297
+ captureTime: 1656918619000,
298
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539954383/objects/62c2925b202f0ccf103093d9/539954383.jpg?client_token=539954383_3223060480_1656920670_6fccb9882a325cd5dd47e88e0dbe728d&crop=x_734.0,y_31.0,w_196.0,h_111.0'
299
+ }, {
300
+ id: '1656918619000097205',
301
+ cid: 539954383,
302
+ deviceName: '利辛县刘集镇政府东路口',
303
+ captureTime: 1656918619000,
304
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539954383/objects/62c2925b202f0ccf103093d9/539954383.jpg?client_token=539954383_3223060480_1656920670_6fccb9882a325cd5dd47e88e0dbe728d&crop=x_42.0,y_375.0,w_740.0,h_585.0'
305
+ }, {
306
+ id: '1656918619000097179',
307
+ cid: 539954147,
308
+ deviceName: 'J-润园7号楼西向',
309
+ captureTime: 1656918619000,
310
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539954147/objects/62c2925c202f0be31010bdc6/539954147.jpg?client_token=539954147_3223060480_1656921734_5b6badf20b0a7c1ba5193dd6b7bc2fa2&crop=x_844.0,y_293.0,w_788.0,h_682.0'
311
+ }, {
312
+ id: '1656918619000097176',
313
+ cid: 539952809,
314
+ deviceName: '宣城市政集团澄江桥向西',
315
+ captureTime: 1656918619000,
316
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539952809/objects/62c2925b202f06a9103093e7/539952809.jpg?client_token=539952809_3226206208_1656921617_eb8b47d0f74dfd8812b14b66f8a395af&crop=x_2148.0,y_828.0,w_283.0,h_167.0'
317
+ }, {
318
+ id: '1656918619000097175',
319
+ cid: 539952809,
320
+ deviceName: '宣城市政集团澄江桥向西',
321
+ captureTime: 1656918619000,
322
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539952809/objects/62c2925b202f06a9103093e7/539952809.jpg?client_token=539952809_3226206208_1656921617_eb8b47d0f74dfd8812b14b66f8a395af&crop=x_1175.0,y_637.0,w_178.0,h_130.0'
323
+ }, {
324
+ id: '1656918619000097173',
325
+ cid: 539953967,
326
+ deviceName: '孙埠新河桥2',
327
+ captureTime: 1656918619000,
328
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539953967/objects/62c2925b202f0b2f102016a7/539953967.jpg?client_token=539953967_3224109056_1656920067_be5d346b28cf430f352757c0a99ea26e&crop=x_1175.0,y_273.0,w_350.0,h_244.0'
329
+ }, {
330
+ id: '1656918619000097172',
331
+ cid: 539953967,
332
+ deviceName: '孙埠新河桥2',
333
+ captureTime: 1656918619000,
334
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539953967/objects/62c2925b202f0b2f102016a7/539953967.jpg?client_token=539953967_3224109056_1656920067_be5d346b28cf430f352757c0a99ea26e&crop=x_160.0,y_39.0,w_1263.0,h_584.0'
335
+ }, {
336
+ id: '1656918619000097140',
337
+ cid: 539953394,
338
+ deviceName: '青阳县木镇吴潭路三岔路口',
339
+ captureTime: 1656918619000,
340
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539953394/objects/62c2925b202f08f2103093d4/539953394.jpg?client_token=539953394_3224109056_1656918828_05f05000dee2a4f3b58e71f8299990c6&crop=x_890.0,y_465.0,w_224.0,h_187.0'
341
+ }, {
342
+ id: '1656918619000097051',
343
+ cid: 541133330,
344
+ deviceName: '迎宾二小区车辆进口',
345
+ captureTime: 1656918619000,
346
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/541133330/objects/62c2925b20410a12103093db/541133330.jpg?client_token=541133330_6524_1657519596_dbe1c782f8e8d3576fa9379b5089faea&crop=x_463.0,y_184.0,w_231.0,h_105.0'
347
+ }, {
348
+ id: '1656918619000097050',
349
+ cid: 541133330,
350
+ deviceName: '迎宾二小区车辆进口',
351
+ captureTime: 1656918619000,
352
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/541133330/objects/62c2925b20410a12103093db/541133330.jpg?client_token=541133330_6524_1657519596_dbe1c782f8e8d3576fa9379b5089faea&crop=x_720.0,y_179.0,w_275.0,h_116.0'
353
+ }, {
354
+ id: '1656918619000092540',
355
+ cid: 539953406,
356
+ deviceName: '青阳县木镇103省道河北岔路口',
357
+ captureTime: 1656918619000,
358
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539953406/objects/62c2925e202f08fe1010bdf4/539953406.jpg?client_token=539953406_3224109056_1656920212_9cf3c19d3dfaa21ded8dfaf110216100&crop=x_1148.0,y_367.0,w_548.0,h_342.0'
359
+ }, {
360
+ id: '1656918619000092466',
361
+ cid: 539954061,
362
+ deviceName: '水东良山新村岔口',
363
+ captureTime: 1656918619000,
364
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539954061/objects/62c2925d202f0b8d1030940b/539954061.jpg?client_token=539954061_3224109056_1656919116_42222e2d641f374e2519f17ac4a5553d&crop=x_538.0,y_160.0,w_159.0,h_107.0'
365
+ }, {
366
+ id: '1656918619000092465',
367
+ cid: 539954061,
368
+ deviceName: '水东良山新村岔口',
369
+ captureTime: 1656918619000,
370
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539954061/objects/62c2925d202f0b8d1030940b/539954061.jpg?client_token=539954061_3224109056_1656919116_42222e2d641f374e2519f17ac4a5553d&crop=x_276.0,y_424.0,w_1048.0,h_562.0'
371
+ }, {
372
+ id: '1656918619000092309',
373
+ cid: 539954272,
374
+ deviceName: '灵泉社区1',
375
+ captureTime: 1656918619000,
376
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539954272/objects/62c2925d202f0c60102016bb/539954272.jpg?client_token=539954272_3223060480_1656919655_ba21c32b3c56b4a22c651269ca49bad0&crop=x_133.0,y_662.0,w_407.0,h_347.0'
377
+ }, {
378
+ id: '1656918619000092265',
379
+ cid: 539953763,
380
+ deviceName: '利辛县电信新大楼门口',
381
+ captureTime: 1656918619000,
382
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539953763/objects/62c2925c202f0a63102016b1/539953763.jpg?client_token=539953763_3223060480_1656921427_b839eb31677e86639fd80782edebddae&crop=x_0.0,y_406.0,w_253.0,h_645.0'
383
+ }, {
384
+ id: '1656918619000092264',
385
+ cid: 539953763,
386
+ deviceName: '利辛县电信新大楼门口',
387
+ captureTime: 1656918619000,
388
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539953763/objects/62c2925c202f0a63102016b1/539953763.jpg?client_token=539953763_3223060480_1656921427_b839eb31677e86639fd80782edebddae&crop=x_1.0,y_132.0,w_409.0,h_597.0'
389
+ }, {
390
+ id: '1656918619000092240',
391
+ cid: 539952994,
392
+ deviceName: '石安工业园区2',
393
+ captureTime: 1656918619000,
394
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539952994/objects/62c2925b202f0762103093e5/539952994.jpg?client_token=539952994_3224109056_1656920887_d67185d6bf782dbedf9812017c80c2a6&crop=x_1180.0,y_177.0,w_702.0,h_443.0'
395
+ }, {
396
+ id: '1656918619000092236',
397
+ cid: 539953771,
398
+ deviceName: '利辛县永兴学区初级中学',
399
+ captureTime: 1656918619000,
400
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539953771/objects/62c2925b202f0a6b102016a9/539953771.jpg?client_token=539953771_3223060480_1656920153_588216035c4e2ef8e47f3469267d7b5f&crop=x_941.0,y_1.0,w_432.0,h_266.0'
401
+ }, {
402
+ id: '1656918619000092228',
403
+ cid: 539952871,
404
+ deviceName: '池州市秋江街道高脊岭陈志红路口',
405
+ captureTime: 1656918619000,
406
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539952871/objects/62c2925b202f06e7102016a5/539952871.jpg?client_token=539952871_3224109056_1656922024_8d7a3c833bc838a494ebecf34e22bfb4&crop=x_277.0,y_198.0,w_222.0,h_116.0'
407
+ }, {
408
+ id: '1656918619000092227',
409
+ cid: 539954089,
410
+ deviceName: 'B9栋正门外车道235',
411
+ captureTime: 1656918619000,
412
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539954089/objects/62c2925b202f0ba91010bdbc/539954089.jpg?client_token=539954089_3223060480_1656921030_7bbe4cbeb86557a003c5e8abbc672ef1&crop=x_0.0,y_1238.0,w_760.0,h_281.0'
413
+ }, {
414
+ id: '1656918619000092226',
415
+ cid: 539954089,
416
+ deviceName: 'B9栋正门外车道235',
417
+ captureTime: 1656918619000,
418
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539954089/objects/62c2925b202f0ba91010bdbc/539954089.jpg?client_token=539954089_3223060480_1656921030_7bbe4cbeb86557a003c5e8abbc672ef1&crop=x_592.0,y_493.0,w_403.0,h_146.0'
419
+ }, {
420
+ id: '1656918619000092225',
421
+ cid: 539954089,
422
+ deviceName: 'B9栋正门外车道235',
423
+ captureTime: 1656918619000,
424
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539954089/objects/62c2925b202f0ba91010bdbc/539954089.jpg?client_token=539954089_3223060480_1656921030_7bbe4cbeb86557a003c5e8abbc672ef1&crop=x_392.0,y_519.0,w_592.0,h_216.0'
425
+ }, {
426
+ id: '1656918619000092224',
427
+ cid: 539954089,
428
+ deviceName: 'B9栋正门外车道235',
429
+ captureTime: 1656918619000,
430
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539954089/objects/62c2925b202f0ba91010bdbc/539954089.jpg?client_token=539954089_3223060480_1656921030_7bbe4cbeb86557a003c5e8abbc672ef1&crop=x_273.0,y_593.0,w_726.0,h_285.0'
431
+ }, {
432
+ id: '1656918619000092223',
433
+ cid: 539954089,
434
+ deviceName: 'B9栋正门外车道235',
435
+ captureTime: 1656918619000,
436
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539954089/objects/62c2925b202f0ba91010bdbc/539954089.jpg?client_token=539954089_3223060480_1656921030_7bbe4cbeb86557a003c5e8abbc672ef1&crop=x_0.0,y_845.0,w_1123.0,h_545.0'
437
+ }, {
438
+ id: '1656918619000092218',
439
+ cid: 539952832,
440
+ deviceName: '颍上县三十铺中心街',
441
+ captureTime: 1656918619000,
442
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539952832/objects/62c2925b202f06c0102016a3/539952832.jpg?client_token=539952832_3224109056_1656920247_5674a3b461deaa1ff4e9cf94c27c5f11&crop=x_174.0,y_246.0,w_632.0,h_315.0'
443
+ }, {
444
+ id: '1656918619000092210',
445
+ cid: 539954416,
446
+ deviceName: '东至县泥溪镇三岔路口',
447
+ captureTime: 1656918619000,
448
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539954416/objects/62c2925b202f0cf0103093dd/539954416.jpg?client_token=539954416_3224109056_1656919182_4651a4eb302e743acaeb1ad2a67d2e0f&crop=x_382.0,y_314.0,w_292.0,h_254.0'
449
+ }, {
450
+ id: '1656918619000092206',
451
+ cid: 539954383,
452
+ deviceName: '利辛县刘集镇政府东路口',
453
+ captureTime: 1656918619000,
454
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539954383/objects/62c2925b202f0ccf103093d9/539954383.jpg?client_token=539954383_3223060480_1656920670_6fccb9882a325cd5dd47e88e0dbe728d&crop=x_734.0,y_31.0,w_196.0,h_111.0'
455
+ }, {
456
+ id: '1656918619000092205',
457
+ cid: 539954383,
458
+ deviceName: '利辛县刘集镇政府东路口',
459
+ captureTime: 1656918619000,
460
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539954383/objects/62c2925b202f0ccf103093d9/539954383.jpg?client_token=539954383_3223060480_1656920670_6fccb9882a325cd5dd47e88e0dbe728d&crop=x_42.0,y_375.0,w_740.0,h_585.0'
461
+ }, {
462
+ id: '1656918619000092179',
463
+ cid: 539954147,
464
+ deviceName: 'J-润园7号楼西向',
465
+ captureTime: 1656918619000,
466
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539954147/objects/62c2925c202f0be31010bdc6/539954147.jpg?client_token=539954147_3223060480_1656921734_5b6badf20b0a7c1ba5193dd6b7bc2fa2&crop=x_844.0,y_293.0,w_788.0,h_682.0'
467
+ }, {
468
+ id: '1656918619000092176',
469
+ cid: 539952809,
470
+ deviceName: '宣城市政集团澄江桥向西',
471
+ captureTime: 1656918619000,
472
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539952809/objects/62c2925b202f06a9103093e7/539952809.jpg?client_token=539952809_3226206208_1656921617_eb8b47d0f74dfd8812b14b66f8a395af&crop=x_2148.0,y_828.0,w_283.0,h_167.0'
473
+ }, {
474
+ id: '1656918619000092175',
475
+ cid: 539952809,
476
+ deviceName: '宣城市政集团澄江桥向西',
477
+ captureTime: 1656918619000,
478
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539952809/objects/62c2925b202f06a9103093e7/539952809.jpg?client_token=539952809_3226206208_1656921617_eb8b47d0f74dfd8812b14b66f8a395af&crop=x_1175.0,y_637.0,w_178.0,h_130.0'
479
+ }, {
480
+ id: '1656918619000092173',
481
+ cid: 539953967,
482
+ deviceName: '孙埠新河桥2',
483
+ captureTime: 1656918619000,
484
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539953967/objects/62c2925b202f0b2f102016a7/539953967.jpg?client_token=539953967_3224109056_1656920067_be5d346b28cf430f352757c0a99ea26e&crop=x_1175.0,y_273.0,w_350.0,h_244.0'
485
+ }, {
486
+ id: '1656918619000092172',
487
+ cid: 539953967,
488
+ deviceName: '孙埠新河桥2',
489
+ captureTime: 1656918619000,
490
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539953967/objects/62c2925b202f0b2f102016a7/539953967.jpg?client_token=539953967_3224109056_1656920067_be5d346b28cf430f352757c0a99ea26e&crop=x_160.0,y_39.0,w_1263.0,h_584.0'
491
+ }, {
492
+ id: '1656918619000092131',
493
+ cid: 539953394,
494
+ deviceName: '青阳县木镇吴潭路三岔路口',
495
+ captureTime: 1656918619000,
496
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539953394/objects/62c2925b202f08f2103093d4/539953394.jpg?client_token=539953394_3224109056_1656918828_05f05000dee2a4f3b58e71f8299990c6&crop=x_890.0,y_465.0,w_224.0,h_187.0'
497
+ }, {
498
+ id: '1656918619000092051',
499
+ cid: 541133330,
500
+ deviceName: '迎宾二小区车辆进口',
501
+ captureTime: 1656918619000,
502
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/541133330/objects/62c2925b20410a12103093db/541133330.jpg?client_token=541133330_6524_1657519596_dbe1c782f8e8d3576fa9379b5089faea&crop=x_463.0,y_184.0,w_231.0,h_105.0'
503
+ }, {
504
+ id: '1656918619000092050',
505
+ cid: 541133330,
506
+ deviceName: '迎宾二小区车辆进口',
507
+ captureTime: 1656918619000,
508
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/541133330/objects/62c2925b20410a12103093db/541133330.jpg?client_token=541133330_6524_1657519596_dbe1c782f8e8d3576fa9379b5089faea&crop=x_720.0,y_179.0,w_275.0,h_116.0'
509
+ }, {
510
+ id: '1656918618000097233',
511
+ cid: 539954008,
512
+ deviceName: '孙埠新河桥1',
513
+ captureTime: 1656918618000,
514
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539954008/objects/62c2925b202f0b581010bdbe/539954008.jpg?client_token=539954008_3224109056_1656920067_0dc8b33a608fcea83e932b8d2eb3ecbb&crop=x_977.0,y_52.0,w_939.0,h_595.0'
515
+ }, {
516
+ id: '1656918618000097148',
517
+ cid: 539953967,
518
+ deviceName: '孙埠新河桥2',
519
+ captureTime: 1656918618000,
520
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539953967/objects/62c2925b202f0b2f1010bdb8/539953967.jpg?client_token=539953967_3224109056_1656920067_be5d346b28cf430f352757c0a99ea26e&crop=x_671.0,y_11.0,w_824.0,h_465.0'
521
+ }, {
522
+ id: '1656918618000097147',
523
+ cid: 539954211,
524
+ deviceName: '建国医院',
525
+ captureTime: 1656918618000,
526
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539954211/objects/62c2925b202f0c23103093d1/539954211.jpg?client_token=539954211_3224109056_1656919476_2ff0991c97997d5b85db91f1f2eb9d13&crop=x_1442.0,y_47.0,w_459.0,h_343.0'
527
+ }, {
528
+ id: '1656918618000097146',
529
+ cid: 539953967,
530
+ deviceName: '孙埠新河桥2',
531
+ captureTime: 1656918618000,
532
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539953967/objects/62c2925b202f0b2f1010bdb8/539953967.jpg?client_token=539953967_3224109056_1656920067_be5d346b28cf430f352757c0a99ea26e&crop=x_709.0,y_400.0,w_659.0,h_435.0'
533
+ }, {
534
+ id: '1656918618000097145',
535
+ cid: 539954211,
536
+ deviceName: '建国医院',
537
+ captureTime: 1656918618000,
538
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539954211/objects/62c2925b202f0c23103093d1/539954211.jpg?client_token=539954211_3224109056_1656919476_2ff0991c97997d5b85db91f1f2eb9d13&crop=x_864.0,y_173.0,w_495.0,h_228.0'
539
+ }, {
540
+ id: '1656918618000097143',
541
+ cid: 539954211,
542
+ deviceName: '建国医院',
543
+ captureTime: 1656918618000,
544
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539954211/objects/62c2925b202f0c23103093d1/539954211.jpg?client_token=539954211_3224109056_1656919476_2ff0991c97997d5b85db91f1f2eb9d13&crop=x_627.0,y_118.0,w_279.0,h_106.0'
545
+ }, {
546
+ id: '1656918618000097142',
547
+ cid: 539954211,
548
+ deviceName: '建国医院',
549
+ captureTime: 1656918618000,
550
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539954211/objects/62c2925b202f0c23103093d1/539954211.jpg?client_token=539954211_3224109056_1656919476_2ff0991c97997d5b85db91f1f2eb9d13&crop=x_0.0,y_218.0,w_528.0,h_521.0'
551
+ }, {
552
+ id: '1656918618000097138',
553
+ cid: 539954211,
554
+ deviceName: '建国医院',
555
+ captureTime: 1656918618000,
556
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539954211/objects/62c2925b202f0c23103093d1/539954211.jpg?client_token=539954211_3224109056_1656919476_2ff0991c97997d5b85db91f1f2eb9d13&crop=x_470.0,y_95.0,w_230.0,h_102.0'
557
+ }, {
558
+ id: '1656918618000097137',
559
+ cid: 539954211,
560
+ deviceName: '建国医院',
561
+ captureTime: 1656918618000,
562
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539954211/objects/62c2925b202f0c23103093d1/539954211.jpg?client_token=539954211_3224109056_1656919476_2ff0991c97997d5b85db91f1f2eb9d13&crop=x_592.0,y_312.0,w_692.0,h_656.0'
563
+ }, {
564
+ id: '1656918618000097135',
565
+ cid: 539953227,
566
+ deviceName: '阜阳市惠民新苑3',
567
+ captureTime: 1656918618000,
568
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539953227/objects/62c2925b202f084b10201695/539953227.jpg?client_token=539953227_3223060480_1656920383_b64bffeefee57851e9cde18e0516b9c9&crop=x_368.0,y_163.0,w_249.0,h_159.0'
569
+ }, {
570
+ id: '1656918618000097134',
571
+ cid: 539953227,
572
+ deviceName: '阜阳市惠民新苑3',
573
+ captureTime: 1656918618000,
574
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539953227/objects/62c2925b202f084b10201695/539953227.jpg?client_token=539953227_3223060480_1656920383_b64bffeefee57851e9cde18e0516b9c9&crop=x_52.0,y_361.0,w_268.0,h_266.0'
575
+ }, {
576
+ id: '1656918618000097133',
577
+ cid: 539953227,
578
+ deviceName: '阜阳市惠民新苑3',
579
+ captureTime: 1656918618000,
580
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539953227/objects/62c2925b202f084b10201695/539953227.jpg?client_token=539953227_3223060480_1656920383_b64bffeefee57851e9cde18e0516b9c9&crop=x_163.0,y_262.0,w_316.0,h_238.0'
581
+ }, {
582
+ id: '1656918618000097128',
583
+ cid: 539952840,
584
+ deviceName: '青阳县陵阳镇老街口',
585
+ captureTime: 1656918618000,
586
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539952840/objects/62c2925a202f06c8103093c3/539952840.jpg?client_token=539952840_3224109056_1656920163_158627a5d320e67c3763e1bea4bb3227&crop=x_1769.0,y_211.0,w_149.0,h_318.0'
587
+ }, {
588
+ id: '1656918618000097122',
589
+ cid: 539953548,
590
+ deviceName: '宣城市狸桥镇烧烤摊出口',
591
+ captureTime: 1656918618000,
592
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539953548/objects/62c2925a202f098c103093bb/539953548.jpg?client_token=539953548_3224109056_1656920944_e47426a0299ca91943321b91ef6295d0&crop=x_595.0,y_411.0,w_552.0,h_516.0'
593
+ }, {
594
+ id: '1656918618000097116',
595
+ cid: 539954352,
596
+ deviceName: '水东枣乡路与交通路岔口',
597
+ captureTime: 1656918618000,
598
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539954352/objects/62c2925a202f0cb0103093b5/539954352.jpg?client_token=539954352_3224109056_1656919127_380fa6b001364f4c175033b4e1309c73&crop=x_0.0,y_365.0,w_262.0,h_170.0'
599
+ }, {
600
+ id: '1656918618000097115',
601
+ cid: 539954352,
602
+ deviceName: '水东枣乡路与交通路岔口',
603
+ captureTime: 1656918618000,
604
+ url: 'https://ahwhdx-img1.zhihuiyunyan.cn:1443/image/v1/539954352/objects/62c2925a202f0cb0103093b5/539954352.jpg?client_token=539954352_3224109056_1656919127_380fa6b001364f4c175033b4e1309c73&crop=x_1246.0,y_680.0,w_672.0,h_398.0'
605
+ }],
606
+ totalCount: 100,
607
+ totalPage: 10
608
+ }
609
+ };
@@ -0,0 +1,13 @@
1
+ import { RefObject } from 'react';
2
+ import { GridListProps } from '.';
3
+ import { ConstRef, ElementScroll, ElementSize, GridListConfigData, GridListContainerData, GridListLayoutData, GridListRenderData } from './interface';
4
+ export declare function useConstRef<T>(value: T): ConstRef<T>;
5
+ export declare function useWindowSize(): ElementSize;
6
+ export declare function useElementSize(ref: RefObject<Element>): ElementSize | null;
7
+ export declare function useWindowScroll(): ElementScroll;
8
+ export declare function useElementWindowOffset(ref: RefObject<HTMLElement>): number;
9
+ export declare function useIntersecting(ref: RefObject<HTMLElement>, rootMargin: string): boolean;
10
+ export declare function useGridListContainerData(ref: RefObject<HTMLElement>): GridListContainerData;
11
+ export declare function useGridListConfigData<P>(containerData: GridListContainerData, props: GridListProps<P>): GridListConfigData<P> | null;
12
+ export declare function useGridListLayoutData<P>(configData: GridListConfigData<P> | null): GridListLayoutData<P> | null;
13
+ export declare function useGridListRenderData<P>(containerData: GridListContainerData, configData: GridListConfigData<P> | null, layoutData: GridListLayoutData<P> | null): GridListRenderData<P> | null;