@aloudata/aloudata-design 0.4.0-beta.10 → 0.4.0-beta.12

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 (394) hide show
  1. package/es/Avatar/component/Avatar/index.d.ts +1 -1
  2. package/es/Avatar/component/Avatar/index.js +12 -16
  3. package/es/Breadcrumb/index.js +14 -18
  4. package/es/Button/index.d.ts +2 -2
  5. package/es/Button/index.js +16 -39
  6. package/es/Button/style/index.less +1 -1
  7. package/es/Checkbox/component/CheckboxGroup/index.d.ts +0 -1
  8. package/es/Checkbox/component/CheckboxGroup/index.js +11 -11
  9. package/es/Checkbox/index.js +8 -8
  10. package/es/Checkbox/type.d.ts +1 -1
  11. package/es/Checkbox/type.js +0 -1
  12. package/es/ConfigProvider/defaultRenderEmpty.d.ts +2 -2
  13. package/es/ConfigProvider/defaultRenderEmpty.js +0 -6
  14. package/es/ConfigProvider/sizeContext.d.ts +2 -2
  15. package/es/ConfigProvider/sizeContext.js +1 -1
  16. package/es/Divider/index.js +7 -3
  17. package/es/Dropdown/Button.d.ts +1 -1
  18. package/es/Dropdown/Button.js +16 -14
  19. package/es/Dropdown/index.d.ts +3 -3
  20. package/es/Dropdown/index.js +10 -10
  21. package/es/Empty/image/Authority.d.ts +0 -1
  22. package/es/Empty/image/Authority.js +0 -2
  23. package/es/Empty/image/Dataspace.d.ts +0 -1
  24. package/es/Empty/image/Dataspace.js +0 -2
  25. package/es/Empty/image/Search.d.ts +0 -1
  26. package/es/Empty/image/Search.js +0 -2
  27. package/es/Empty/image/Simple.d.ts +0 -1
  28. package/es/Empty/image/Simple.js +0 -2
  29. package/es/Empty/image/Worksheet.d.ts +0 -1
  30. package/es/Empty/image/Worksheet.js +0 -2
  31. package/es/Empty/image/empty.d.ts +0 -1
  32. package/es/Empty/image/empty.js +0 -2
  33. package/es/Empty/index.d.ts +1 -1
  34. package/es/Empty/index.js +16 -24
  35. package/es/Icon/components/Icon.js +14 -12
  36. package/es/Icon/components/createFromScripts.js +2 -8
  37. package/es/Icon/icons/AddLine.js +17 -23
  38. package/es/Icon/icons/AlertFill.js +17 -23
  39. package/es/Icon/icons/ArrowsDownLine.js +17 -23
  40. package/es/Icon/icons/CancelFill.js +17 -23
  41. package/es/Icon/icons/CheckFill.js +17 -23
  42. package/es/Icon/icons/CheckLine.js +17 -23
  43. package/es/Icon/icons/CloseLine.js +17 -23
  44. package/es/Icon/icons/DatabaseLine.js +17 -23
  45. package/es/Icon/icons/Deleteline.js +17 -23
  46. package/es/Icon/icons/DownloadLine.js +17 -23
  47. package/es/Icon/icons/ErrorFill.js +17 -23
  48. package/es/Icon/icons/EyeOffLine.js +17 -23
  49. package/es/Icon/icons/EyeOnLine.js +17 -23
  50. package/es/Icon/icons/FileLine.js +17 -23
  51. package/es/Icon/icons/HomeFill.js +17 -23
  52. package/es/Icon/icons/LightningLine.js +17 -23
  53. package/es/Icon/icons/Loading.js +17 -23
  54. package/es/Icon/icons/More.js +17 -23
  55. package/es/Icon/icons/NewWindowsLine.js +17 -23
  56. package/es/Icon/icons/SearchLine.js +17 -23
  57. package/es/Icon/icons/SortAscendingLine.js +17 -23
  58. package/es/Icon/icons/SortDescendingLine.js +17 -23
  59. package/es/Icon/icons/TextLine.js +17 -23
  60. package/es/Icon/icons/UserLine.js +17 -23
  61. package/es/Icon/icons.js +1658 -1588
  62. package/es/Input/components/Group/index.js +11 -9
  63. package/es/Input/components/Input/index.d.ts +2 -2
  64. package/es/Input/components/Input/index.js +10 -9
  65. package/es/Input/components/Password/index.js +14 -12
  66. package/es/Input/components/TextArea/index.js +13 -11
  67. package/es/InputNumber/index.js +10 -12
  68. package/es/Menu/Divider.js +7 -1
  69. package/es/Menu/MenuItem.js +7 -1
  70. package/es/Menu/SubMenu.js +8 -6
  71. package/es/Menu/index.d.ts +1 -1
  72. package/es/Menu/index.js +8 -6
  73. package/es/Modal/index.d.ts +1 -1
  74. package/es/Modal/index.js +18 -28
  75. package/es/Modal/locale.js +4 -6
  76. package/es/Modal/style/index.less +6 -1
  77. package/es/Navigator/components/Header/index.js +0 -2
  78. package/es/Navigator/components/Menu/index.js +14 -18
  79. package/es/Navigator/components/MenuItem/index.js +6 -9
  80. package/es/Navigator/index.js +5 -7
  81. package/es/Popconfirm/index.d.ts +89 -2
  82. package/es/Popconfirm/index.js +105 -1
  83. package/es/Popconfirm/style/index.less +58 -0
  84. package/es/Popover/index.js +9 -9
  85. package/es/Radio/components/Group/index.d.ts +1 -1
  86. package/es/Radio/components/Group/index.js +23 -32
  87. package/es/Radio/components/Radio/index.js +10 -19
  88. package/es/Radio/interface/radioGroup.d.ts +3 -3
  89. package/es/Select/index.d.ts +4 -4
  90. package/es/Select/index.js +53 -70
  91. package/es/Select/rc-select/BaseSelect.d.ts +7 -7
  92. package/es/Select/rc-select/BaseSelect.js +155 -245
  93. package/es/Select/rc-select/OptGroup.js +0 -1
  94. package/es/Select/rc-select/Option.js +0 -1
  95. package/es/Select/rc-select/OptionList.d.ts +2 -2
  96. package/es/Select/rc-select/OptionList.js +76 -128
  97. package/es/Select/rc-select/Select.d.ts +8 -8
  98. package/es/Select/rc-select/Select.js +137 -205
  99. package/es/Select/rc-select/SelectTrigger.js +30 -42
  100. package/es/Select/rc-select/Selector/Input.d.ts +1 -1
  101. package/es/Select/rc-select/Selector/Input.js +29 -37
  102. package/es/Select/rc-select/Selector/MultipleSelector.js +72 -97
  103. package/es/Select/rc-select/Selector/SingleSelector.js +28 -43
  104. package/es/Select/rc-select/Selector/index.js +33 -58
  105. package/es/Select/rc-select/TransBtn.js +5 -10
  106. package/es/Select/rc-select/hooks/useBaseProps.js +0 -1
  107. package/es/Select/rc-select/hooks/useCache.d.ts +1 -1
  108. package/es/Select/rc-select/hooks/useCache.js +9 -12
  109. package/es/Select/rc-select/hooks/useDelayReset.js +4 -18
  110. package/es/Select/rc-select/hooks/useFilterOptions.d.ts +1 -1
  111. package/es/Select/rc-select/hooks/useFilterOptions.js +8 -17
  112. package/es/Select/rc-select/hooks/useId.js +6 -17
  113. package/es/Select/rc-select/hooks/useLayoutEffect.js +0 -1
  114. package/es/Select/rc-select/hooks/useLock.js +2 -6
  115. package/es/Select/rc-select/hooks/useOptions.d.ts +2 -2
  116. package/es/Select/rc-select/hooks/useOptions.js +2 -10
  117. package/es/Select/rc-select/hooks/useRefFunc.js +0 -1
  118. package/es/Select/rc-select/hooks/useSelectTriggerControl.js +0 -5
  119. package/es/Select/rc-select/utils/commonUtil.js +0 -2
  120. package/es/Select/rc-select/utils/keyUtil.js +4 -3
  121. package/es/Select/rc-select/utils/legacyUtil.js +13 -22
  122. package/es/Select/rc-select/utils/valueUtil.js +18 -50
  123. package/es/Select/rc-select/utils/warningPropsUtil.js +30 -47
  124. package/es/Select/style/index.js +2 -1
  125. package/es/Select/style/status.less +3 -1
  126. package/es/Select/utils/iconUtil.d.ts +3 -3
  127. package/es/Select/utils/iconUtil.js +16 -26
  128. package/es/Space/index.js +1 -1
  129. package/es/Spin/index.d.ts +2 -2
  130. package/es/Steps/components/Step/index.d.ts +1 -1
  131. package/es/Steps/components/Step/index.js +9 -8
  132. package/es/Steps/index.d.ts +8 -2
  133. package/es/Steps/index.js +64 -10
  134. package/es/Steps/style/index.less +11 -12
  135. package/es/Switch/index.js +17 -30
  136. package/es/Table/Table.js +115 -191
  137. package/es/Table/components/Empty/index.js +0 -2
  138. package/es/Table/components/Loading/index.js +0 -2
  139. package/es/Table/components/TableBodyRowList/index.js +20 -39
  140. package/es/Table/components/TableHead/index.js +57 -94
  141. package/es/Table/interface.d.ts +1 -1
  142. package/es/Table/style/index.less +8 -4
  143. package/es/Table/utils.js +8 -29
  144. package/es/Tabs/index.d.ts +22 -7
  145. package/es/Tabs/index.js +12 -19
  146. package/es/Tooltip/index.d.ts +1 -1
  147. package/es/Tooltip/index.js +12 -12
  148. package/es/_utils/hooks/useControlledState.d.ts +1 -1
  149. package/es/_utils/hooks/useControlledState.js +8 -21
  150. package/es/_utils/hooks/useId.js +2 -6
  151. package/es/_utils/hooks/usePrefixCls.d.ts +1 -1
  152. package/es/_utils/hooks/usePrefixCls.js +2 -5
  153. package/es/index.d.ts +1 -1
  154. package/es/locale-provider/context.d.ts +1 -1
  155. package/es/locale-provider/index.js +10 -32
  156. package/lib/Alert/index.js +0 -4
  157. package/lib/Alert/style/index.js +0 -1
  158. package/lib/Avatar/component/Avatar/index.d.ts +1 -1
  159. package/lib/Avatar/component/Avatar/index.js +11 -24
  160. package/lib/Avatar/index.js +0 -4
  161. package/lib/Avatar/style/index.js +0 -1
  162. package/lib/Breadcrumb/index.js +14 -23
  163. package/lib/Breadcrumb/style/index.js +0 -1
  164. package/lib/Button/index.d.ts +2 -2
  165. package/lib/Button/index.js +16 -47
  166. package/lib/Button/style/index.js +0 -1
  167. package/lib/Button/style/index.less +1 -1
  168. package/lib/Card/index.js +0 -4
  169. package/lib/Card/style/index.js +0 -1
  170. package/lib/Checkbox/component/CheckboxGroup/index.d.ts +0 -1
  171. package/lib/Checkbox/component/CheckboxGroup/index.js +9 -16
  172. package/lib/Checkbox/index.js +8 -14
  173. package/lib/Checkbox/style/index.js +0 -1
  174. package/lib/Checkbox/type.d.ts +1 -1
  175. package/lib/Checkbox/type.js +0 -1
  176. package/lib/Col/index.js +0 -4
  177. package/lib/Col/style/index.js +0 -1
  178. package/lib/ConfigProvider/defaultRenderEmpty.d.ts +2 -2
  179. package/lib/ConfigProvider/defaultRenderEmpty.js +0 -13
  180. package/lib/ConfigProvider/index.js +0 -5
  181. package/lib/ConfigProvider/sizeContext.d.ts +2 -2
  182. package/lib/ConfigProvider/sizeContext.js +1 -8
  183. package/lib/ConfigProvider/style/index.js +0 -1
  184. package/lib/DatePicker/index.js +0 -4
  185. package/lib/DatePicker/style/index.js +0 -1
  186. package/lib/Divider/index.js +7 -8
  187. package/lib/Divider/style/index.js +0 -1
  188. package/lib/Drawer/index.js +0 -4
  189. package/lib/Drawer/style/index.js +0 -1
  190. package/lib/Dropdown/Button.d.ts +1 -1
  191. package/lib/Dropdown/Button.js +14 -20
  192. package/lib/Dropdown/index.d.ts +3 -3
  193. package/lib/Dropdown/index.js +10 -17
  194. package/lib/Dropdown/style/index.js +0 -2
  195. package/lib/Empty/image/Authority.d.ts +0 -1
  196. package/lib/Empty/image/Authority.js +0 -6
  197. package/lib/Empty/image/Dataspace.d.ts +0 -1
  198. package/lib/Empty/image/Dataspace.js +0 -6
  199. package/lib/Empty/image/Search.d.ts +0 -1
  200. package/lib/Empty/image/Search.js +0 -6
  201. package/lib/Empty/image/Simple.d.ts +0 -1
  202. package/lib/Empty/image/Simple.js +0 -6
  203. package/lib/Empty/image/Worksheet.d.ts +0 -1
  204. package/lib/Empty/image/Worksheet.js +0 -6
  205. package/lib/Empty/image/empty.d.ts +0 -1
  206. package/lib/Empty/image/empty.js +0 -6
  207. package/lib/Empty/index.d.ts +1 -1
  208. package/lib/Empty/index.js +15 -37
  209. package/lib/Form/index.js +0 -4
  210. package/lib/Form/style/index.js +0 -1
  211. package/lib/Icon/antdIconfont.js +0 -1
  212. package/lib/Icon/components/Icon.js +14 -16
  213. package/lib/Icon/components/createFromScripts.js +2 -8
  214. package/lib/Icon/icons/AddLine.js +16 -30
  215. package/lib/Icon/icons/AlertFill.js +16 -30
  216. package/lib/Icon/icons/ArrowsDownLine.js +16 -30
  217. package/lib/Icon/icons/CancelFill.js +16 -30
  218. package/lib/Icon/icons/CheckFill.js +16 -30
  219. package/lib/Icon/icons/CheckLine.js +16 -30
  220. package/lib/Icon/icons/CloseLine.js +16 -30
  221. package/lib/Icon/icons/DatabaseLine.js +16 -30
  222. package/lib/Icon/icons/Deleteline.js +16 -30
  223. package/lib/Icon/icons/DownloadLine.js +16 -30
  224. package/lib/Icon/icons/ErrorFill.js +16 -30
  225. package/lib/Icon/icons/EyeOffLine.js +16 -30
  226. package/lib/Icon/icons/EyeOnLine.js +16 -30
  227. package/lib/Icon/icons/FileLine.js +16 -30
  228. package/lib/Icon/icons/HomeFill.js +16 -30
  229. package/lib/Icon/icons/LightningLine.js +16 -30
  230. package/lib/Icon/icons/Loading.js +16 -30
  231. package/lib/Icon/icons/More.js +16 -30
  232. package/lib/Icon/icons/NewWindowsLine.js +16 -30
  233. package/lib/Icon/icons/SearchLine.js +16 -30
  234. package/lib/Icon/icons/SortAscendingLine.js +16 -30
  235. package/lib/Icon/icons/SortDescendingLine.js +16 -30
  236. package/lib/Icon/icons/TextLine.js +16 -30
  237. package/lib/Icon/icons/UserLine.js +16 -30
  238. package/lib/Icon/icons.js +1658 -1588
  239. package/lib/Icon/index.js +0 -3
  240. package/lib/Input/components/Group/index.js +11 -16
  241. package/lib/Input/components/Input/index.d.ts +2 -2
  242. package/lib/Input/components/Input/index.js +10 -16
  243. package/lib/Input/components/Password/index.js +12 -21
  244. package/lib/Input/components/TextArea/index.js +13 -18
  245. package/lib/Input/index.js +0 -6
  246. package/lib/Input/style/index.js +0 -2
  247. package/lib/InputNumber/index.js +10 -18
  248. package/lib/InputNumber/style/index.js +0 -1
  249. package/lib/Layout/index.js +0 -4
  250. package/lib/Layout/style/index.js +0 -1
  251. package/lib/Menu/Divider.js +7 -7
  252. package/lib/Menu/MenuItem.js +7 -7
  253. package/lib/Menu/SubMenu.js +8 -13
  254. package/lib/Menu/index.d.ts +1 -1
  255. package/lib/Menu/index.js +8 -16
  256. package/lib/Menu/style/index.js +0 -2
  257. package/lib/Modal/index.d.ts +1 -1
  258. package/lib/Modal/index.js +17 -45
  259. package/lib/Modal/locale.js +4 -9
  260. package/lib/Modal/style/index.js +0 -1
  261. package/lib/Modal/style/index.less +6 -1
  262. package/lib/Navigator/components/Header/index.js +0 -4
  263. package/lib/Navigator/components/Menu/index.js +13 -24
  264. package/lib/Navigator/components/MenuItem/index.js +6 -15
  265. package/lib/Navigator/index.js +5 -15
  266. package/lib/Navigator/style/index.js +0 -1
  267. package/lib/PageHeader/index.js +0 -4
  268. package/lib/PageHeader/style/index.js +0 -1
  269. package/lib/Popconfirm/index.d.ts +89 -2
  270. package/lib/Popconfirm/index.js +106 -5
  271. package/lib/Popconfirm/style/index.js +0 -1
  272. package/lib/Popconfirm/style/index.less +58 -0
  273. package/lib/Popover/index.js +9 -14
  274. package/lib/Popover/style/index.js +0 -1
  275. package/lib/Progress/index.js +0 -3
  276. package/lib/Progress/style/index.js +0 -1
  277. package/lib/Radio/components/Group/index.d.ts +1 -1
  278. package/lib/Radio/components/Group/index.js +22 -41
  279. package/lib/Radio/components/Radio/index.js +10 -30
  280. package/lib/Radio/index.js +0 -4
  281. package/lib/Radio/interface/radioGroup.d.ts +3 -3
  282. package/lib/Radio/style/index.js +0 -1
  283. package/lib/Row/index.js +0 -4
  284. package/lib/Row/style/index.js +0 -1
  285. package/lib/Select/index.d.ts +4 -4
  286. package/lib/Select/index.js +52 -87
  287. package/lib/Select/rc-select/BaseSelect.d.ts +7 -7
  288. package/lib/Select/rc-select/BaseSelect.js +155 -266
  289. package/lib/Select/rc-select/OptGroup.js +0 -2
  290. package/lib/Select/rc-select/Option.js +0 -2
  291. package/lib/Select/rc-select/OptionList.d.ts +2 -2
  292. package/lib/Select/rc-select/OptionList.js +75 -146
  293. package/lib/Select/rc-select/Select.d.ts +8 -8
  294. package/lib/Select/rc-select/Select.js +137 -224
  295. package/lib/Select/rc-select/SelectContext.js +1 -5
  296. package/lib/Select/rc-select/SelectTrigger.js +29 -49
  297. package/lib/Select/rc-select/Selector/Input.d.ts +1 -1
  298. package/lib/Select/rc-select/Selector/Input.js +29 -46
  299. package/lib/Select/rc-select/Selector/MultipleSelector.js +71 -109
  300. package/lib/Select/rc-select/Selector/SingleSelector.js +28 -50
  301. package/lib/Select/rc-select/Selector/index.js +32 -67
  302. package/lib/Select/rc-select/TransBtn.js +5 -16
  303. package/lib/Select/rc-select/hooks/useBaseProps.js +1 -7
  304. package/lib/Select/rc-select/hooks/useCache.d.ts +1 -1
  305. package/lib/Select/rc-select/hooks/useCache.js +9 -18
  306. package/lib/Select/rc-select/hooks/useDelayReset.js +4 -22
  307. package/lib/Select/rc-select/hooks/useFilterOptions.d.ts +1 -1
  308. package/lib/Select/rc-select/hooks/useFilterOptions.js +8 -25
  309. package/lib/Select/rc-select/hooks/useId.js +6 -26
  310. package/lib/Select/rc-select/hooks/useLayoutEffect.js +0 -6
  311. package/lib/Select/rc-select/hooks/useLock.js +2 -10
  312. package/lib/Select/rc-select/hooks/useOptions.d.ts +2 -2
  313. package/lib/Select/rc-select/hooks/useOptions.js +2 -15
  314. package/lib/Select/rc-select/hooks/useRefFunc.js +0 -5
  315. package/lib/Select/rc-select/hooks/useSelectTriggerControl.js +1 -10
  316. package/lib/Select/rc-select/index.js +0 -7
  317. package/lib/Select/rc-select/utils/commonUtil.js +0 -4
  318. package/lib/Select/rc-select/utils/keyUtil.js +4 -5
  319. package/lib/Select/rc-select/utils/legacyUtil.js +12 -28
  320. package/lib/Select/rc-select/utils/platformUtil.js +0 -1
  321. package/lib/Select/rc-select/utils/valueUtil.js +18 -55
  322. package/lib/Select/rc-select/utils/warningPropsUtil.js +30 -56
  323. package/lib/Select/style/index.js +0 -2
  324. package/lib/Select/style/status.less +3 -1
  325. package/lib/Select/utils/iconUtil.d.ts +3 -3
  326. package/lib/Select/utils/iconUtil.js +16 -39
  327. package/lib/Skeleton/index.js +0 -3
  328. package/lib/Skeleton/style/index.js +0 -1
  329. package/lib/Space/index.js +2 -9
  330. package/lib/Space/style/index.js +0 -1
  331. package/lib/Spin/index.d.ts +2 -2
  332. package/lib/Spin/index.js +0 -3
  333. package/lib/Spin/style/index.js +0 -1
  334. package/lib/Steps/components/ProcessIcon/index.js +0 -4
  335. package/lib/Steps/components/Step/index.d.ts +1 -1
  336. package/lib/Steps/components/Step/index.js +9 -18
  337. package/lib/Steps/index.d.ts +8 -2
  338. package/lib/Steps/index.js +63 -17
  339. package/lib/Steps/style/index.js +0 -1
  340. package/lib/Steps/style/index.less +11 -12
  341. package/lib/Switch/index.js +17 -37
  342. package/lib/Switch/style/index.js +0 -1
  343. package/lib/Table/Table.js +117 -216
  344. package/lib/Table/components/Empty/index.js +0 -6
  345. package/lib/Table/components/Loading/index.js +0 -7
  346. package/lib/Table/components/TableBodyRowList/index.js +19 -47
  347. package/lib/Table/components/TableHead/index.js +56 -108
  348. package/lib/Table/index.js +0 -3
  349. package/lib/Table/interface.d.ts +1 -1
  350. package/lib/Table/style/index.js +0 -1
  351. package/lib/Table/style/index.less +8 -4
  352. package/lib/Table/utils.js +8 -33
  353. package/lib/Tabs/index.d.ts +22 -7
  354. package/lib/Tabs/index.js +10 -28
  355. package/lib/Tabs/style/index.js +0 -2
  356. package/lib/Tooltip/index.d.ts +1 -1
  357. package/lib/Tooltip/index.js +12 -17
  358. package/lib/Tooltip/style/index.js +0 -1
  359. package/lib/Tree/index.js +0 -3
  360. package/lib/Tree/style/index.js +0 -1
  361. package/lib/Typography/index.js +0 -4
  362. package/lib/Typography/style/index.js +0 -1
  363. package/lib/Upload/index.js +0 -4
  364. package/lib/Upload/style/index.js +0 -1
  365. package/lib/_utils/hooks/useControlledState.d.ts +1 -1
  366. package/lib/_utils/hooks/useControlledState.js +8 -23
  367. package/lib/_utils/hooks/useId.js +3 -10
  368. package/lib/_utils/hooks/usePrefixCls.d.ts +1 -1
  369. package/lib/_utils/hooks/usePrefixCls.js +2 -10
  370. package/lib/index.d.ts +1 -1
  371. package/lib/index.js +0 -42
  372. package/lib/locale/default.js +0 -3
  373. package/lib/locale/en_US.js +1 -6
  374. package/lib/locale/zh_CN.js +1 -6
  375. package/lib/locale-provider/LocaleReceiver.js +0 -5
  376. package/lib/locale-provider/context.d.ts +1 -1
  377. package/lib/locale-provider/context.js +0 -2
  378. package/lib/locale-provider/default.js +0 -3
  379. package/lib/locale-provider/en_US.js +0 -3
  380. package/lib/locale-provider/index.js +8 -37
  381. package/lib/locale-provider/zh_CN.js +0 -3
  382. package/lib/message/index.js +0 -4
  383. package/lib/message/style/index.js +0 -1
  384. package/lib/notification/index.js +0 -4
  385. package/lib/notification/style/index.js +0 -1
  386. package/package.json +4 -3
  387. package/es/Table/hooks/useFrame.d.ts +0 -7
  388. package/es/Table/hooks/useFrame.js +0 -90
  389. package/es/Tabs/TabPane.d.ts +0 -21
  390. package/es/Tabs/TabPane.js +0 -6
  391. package/lib/Table/hooks/useFrame.d.ts +0 -7
  392. package/lib/Table/hooks/useFrame.js +0 -98
  393. package/lib/Tabs/TabPane.d.ts +0 -21
  394. package/lib/Tabs/TabPane.js +0 -18
package/es/Icon/icons.js CHANGED
@@ -1,1590 +1,1660 @@
1
1
  export default [{
2
- id: 0,
3
- title: '帮助-圆形',
4
- name: 'help-circle-line',
5
- category: 'Line',
6
- categoryCN: '线',
7
- author: '阿广'
8
- }, {
9
- id: 1,
10
- title: '保存',
11
- name: 'save-line',
12
- category: 'Line',
13
- categoryCN: '线',
14
- author: '阿广'
15
- }, {
16
- id: 2,
17
- title: '编辑',
18
- name: 'edit-line',
19
- category: 'Line',
20
- categoryCN: '线',
21
- author: '阿广'
22
- }, {
23
- id: 3,
24
- title: '编辑中',
25
- name: 'editing-line',
26
- category: 'Line',
27
- categoryCN: '线',
28
- author: '阿广'
29
- }, {
30
- id: 4,
31
- title: '标签',
32
- name: 'hashtag-line',
33
- category: 'Line',
34
- categoryCN: '线',
35
- author: '阿广'
36
- }, {
37
- id: 5,
38
- title: '',
39
- name: 'table-line',
40
- category: 'Line',
41
- categoryCN: '线',
42
- author: '阿广'
43
- }, {
44
- id: 6,
45
- title: '存储',
46
- name: 'storage-line',
47
- category: 'Line',
48
- categoryCN: '线',
49
- author: '阿广'
50
- }, {
51
- id: 7,
52
- title: '错误-圆形',
53
- name: 'error-circle-line',
54
- category: 'Line',
55
- categoryCN: '线',
56
- author: '阿广'
57
- }, {
58
- id: 8,
59
- title: '等待中-圆形',
60
- name: 'waiting-line',
61
- category: 'Line',
62
- categoryCN: '线',
63
- author: '阿广'
64
- }, {
65
- id: 9,
66
- title: '复制',
67
- name: 'copy-line',
68
- category: 'Line',
69
- categoryCN: '线',
70
- author: '阿广'
71
- }, {
72
- id: 10,
73
- title: '格式化',
74
- name: 'format-line',
75
- category: 'Line',
76
- categoryCN: '线',
77
- author: '阿广'
78
- }, {
79
- id: 11,
80
- title: '工作簿',
81
- name: 'workbook-line',
82
- category: 'Line',
83
- categoryCN: '线',
84
- author: '阿广'
85
- }, {
86
- id: 12,
87
- title: '勾选',
88
- name: 'check-line',
89
- category: 'Line',
90
- categoryCN: '线',
91
- author: '阿广'
92
- }, {
93
- id: 13,
94
- title: '勾选-圆形',
95
- name: 'check-circle-line',
96
- category: 'Line',
97
- categoryCN: '线',
98
- author: '阿广'
99
- }, {
100
- id: 14,
101
- title: '关闭-大号',
102
- name: 'close-large-line',
103
- category: 'Line',
104
- categoryCN: '线',
105
- author: '阿广'
106
- }, {
107
- id: 15,
108
- title: '关闭',
109
- name: 'close-line',
110
- category: 'Line',
111
- categoryCN: '线',
112
- author: '阿广'
113
- }, {
114
- id: 16,
115
- title: '关闭-中号',
116
- name: 'close-middle-line',
117
- category: 'Line',
118
- categoryCN: '线',
119
- author: '阿广'
120
- }, {
121
- id: 17,
122
- title: '函数',
123
- name: 'fx-line',
124
- category: 'Line',
125
- categoryCN: '线',
126
- author: '阿广'
127
- }, {
128
- id: 18,
129
- title: '加载中',
130
- name: 'loading-line',
131
- category: 'Line',
132
- categoryCN: '线',
133
- author: '阿广'
134
- }, {
135
- id: 19,
136
- title: '双箭头-向上',
137
- name: 'arrows-up-double-line',
138
- category: 'Line',
139
- categoryCN: '线',
140
- author: '阿广'
141
- }, {
142
- id: 20,
143
- title: '双箭头-向下',
144
- name: 'arrows-down-double-line',
145
- category: 'Line',
146
- categoryCN: '线',
147
- author: '阿广'
148
- }, {
149
- id: 21,
150
- title: '箭头-向上',
151
- name: 'arrows-up-line',
152
- category: 'Line',
153
- categoryCN: '线',
154
- author: '阿广'
155
- }, {
156
- id: 22,
157
- title: '箭头-向右',
158
- name: 'arrows-right-line',
159
- category: 'Line',
160
- categoryCN: '线',
161
- author: '阿广'
162
- }, {
163
- id: 23,
164
- title: '箭头-向下',
165
- name: 'arrows-down-line',
166
- category: 'Line',
167
- categoryCN: '线',
168
- author: '阿广'
169
- }, {
170
- id: 24,
171
- title: '箭头-向左',
172
- name: 'arrows-left-line',
173
- category: 'Line',
174
- categoryCN: '线',
175
- author: '阿广'
176
- }, {
177
- id: 25,
178
- title: '角色',
179
- name: 'role-line',
180
- category: 'Line',
181
- categoryCN: '线',
182
- author: '阿广'
183
- }, {
184
- id: 26,
185
- title: '警告-三角形',
186
- name: 'alert-triangle-line',
187
- category: 'Line',
188
- categoryCN: '线',
189
- author: '阿广'
190
- }, {
191
- id: 27,
192
- title: '警告-圆形',
193
- name: 'alert-circle-line',
194
- category: 'Line',
195
- categoryCN: '线',
196
- author: '阿广'
197
- }, {
198
- id: 28,
199
- title: '聚合',
200
- name: 'column-line',
201
- category: 'Line',
202
- categoryCN: '线',
203
- author: '阿广'
204
- }, {
205
- id: 29,
206
- title: '空间-用户',
207
- name: 'space-user-line',
208
- category: 'Line',
209
- categoryCN: '线',
210
- author: '阿广'
211
- }, {
212
- id: 30,
213
- title: '连接',
214
- name: 'link-line',
215
- category: 'Line',
216
- categoryCN: '线',
217
- author: '阿广'
218
- }, {
219
- id: 31,
220
- title: '密码-修改',
221
- name: 'password-revise-line',
222
- category: 'Line',
223
- categoryCN: '线',
224
- author: '阿广'
225
- }, {
226
- id: 32,
227
- title: '明细',
228
- name: 'lists-line',
229
- category: 'Line',
230
- categoryCN: '线',
231
- author: '阿广'
232
- }, {
233
- id: 33,
234
- title: '排序-降序',
235
- name: 'sort-descending-line',
236
- category: 'Line',
237
- categoryCN: '线',
238
- author: '阿广'
239
- }, {
240
- id: 34,
241
- title: '排序-升序',
242
- name: 'sort-ascending-line',
243
- category: 'Line',
244
- categoryCN: '线',
245
- author: '阿广'
246
- }, {
247
- id: 35,
248
- title: '全部',
249
- name: 'all-line',
250
- category: 'Line',
251
- categoryCN: '线',
252
- author: '阿广'
253
- }, {
254
- id: 36,
255
- title: '权限',
256
- name: 'permission-line',
257
- category: 'Line',
258
- categoryCN: '线',
259
- author: '阿广'
260
- }, {
261
- id: 37,
262
- title: '日历',
263
- name: 'calendar-line',
264
- category: 'Line',
265
- categoryCN: '线',
266
- author: '阿广'
267
- }, {
268
- id: 38,
269
- title: '删除',
270
- name: 'delete-line',
271
- category: 'Line',
272
- categoryCN: '线',
273
- author: '阿广'
274
- }, {
275
- id: 39,
276
- title: '闪电',
277
- name: 'lightning-line',
278
- category: 'Line',
279
- categoryCN: '线',
280
- author: '阿广'
281
- }, {
282
- id: 40,
283
- title: '上传',
284
- name: 'upload-line',
285
- category: 'Line',
286
- categoryCN: '线',
287
- author: '阿广'
288
- }, {
289
- id: 41,
290
- title: '设置-开关',
291
- name: 'settings-switch-line',
292
- category: 'Line',
293
- categoryCN: '线',
294
- author: '阿广'
295
- }, {
296
- id: 42,
297
- title: '设置',
298
- name: 'setting-line',
299
- category: 'Line',
300
- categoryCN: '线',
301
- author: '阿广'
302
- }, {
303
- id: 43,
304
- title: '视图',
305
- name: 'view-line',
306
- category: 'Line',
307
- categoryCN: '线',
308
- author: '阿广'
309
- }, {
310
- id: 44,
311
- title: '收缩',
312
- name: 'shrink-line',
313
- category: 'Line',
314
- categoryCN: '线',
315
- author: '阿广'
316
- }, {
317
- id: 45,
318
- title: '首页',
319
- name: 'home-line',
320
- category: 'Line',
321
- categoryCN: '线',
322
- author: '阿广'
323
- }, {
324
- id: 46,
325
- title: '数据集',
326
- name: 'dataset-line',
327
- category: 'Line',
328
- categoryCN: '线',
329
- author: '阿广'
330
- }, {
331
- id: 47,
332
- title: '数据空间',
333
- name: 'data-space-line',
334
- category: 'Line',
335
- categoryCN: '线',
336
- author: '阿广'
337
- }, {
338
- id: 48,
339
- title: '数据库',
340
- name: 'database-line',
341
- category: 'Line',
342
- categoryCN: '线',
343
- author: '阿广'
344
- }, {
345
- id: 49,
346
- title: '刷新',
347
- name: 'refresh-line',
348
- category: 'Line',
349
- categoryCN: '线',
350
- author: '阿广'
351
- }, {
352
- id: 50,
353
- title: '搜索',
354
- name: 'search-line',
355
- category: 'Line',
356
- categoryCN: '线',
357
- author: '阿广'
358
- }, {
359
- id: 51,
360
- title: '',
361
- name: 'lock-line',
362
- category: 'Line',
363
- categoryCN: '线',
364
- author: '阿广'
365
- }, {
366
- id: 52,
367
- title: '添加',
368
- name: 'add-line',
369
- category: 'Line',
370
- categoryCN: '线',
371
- author: '阿广'
372
- }, {
373
- id: 53,
374
- title: '添加-大号',
375
- name: 'add-large-line',
376
- category: 'Line',
377
- categoryCN: '线',
378
- author: '阿广'
379
- }, {
380
- id: 54,
381
- title: '添加-中号',
382
- name: 'add-middle-line',
383
- category: 'Line',
384
- categoryCN: '线',
385
- author: '阿广'
386
- }, {
387
- id: 55,
388
- title: '同步',
389
- name: 'sync-line',
390
- category: 'Line',
391
- categoryCN: '线',
392
- author: '阿广'
393
- }, {
394
- id: 56,
395
- title: '同步刷新',
396
- name: 'sync-refresh-line',
397
- category: 'Line',
398
- categoryCN: '线',
399
- author: '阿广'
400
- }, {
401
- id: 57,
402
- title: '团队',
403
- name: 'team-line',
404
- category: 'Line',
405
- categoryCN: '线',
406
- author: '阿广'
407
- }, {
408
- id: 58,
409
- title: '文本',
410
- name: 'text-line',
411
- category: 'Line',
412
- categoryCN: '线',
413
- author: '阿广'
414
- }, {
415
- id: 59,
416
- title: '文档',
417
- name: 'document-line',
418
- category: 'Line',
419
- categoryCN: '线',
420
- author: '阿广'
421
- }, {
422
- id: 60,
423
- title: '文件',
424
- name: 'file-line',
425
- category: 'Line',
426
- categoryCN: '线',
427
- author: '阿广'
428
- }, {
429
- id: 61,
430
- title: '文件夹',
431
- name: 'folder-line',
432
- category: 'Line',
433
- categoryCN: '线',
434
- author: '阿广'
435
- }, {
436
- id: 62,
437
- title: '五角星',
438
- name: 'star-line',
439
- category: 'Line',
440
- categoryCN: '线',
441
- author: '阿广'
442
- }, {
443
- id: 63,
444
- title: '下载',
445
- name: 'download-line',
446
- category: 'Line',
447
- categoryCN: '线',
448
- author: '阿广'
449
- }, {
450
- id: 64,
451
- title: '斜杠-分割线',
452
- name: 'slash-divider-line',
453
- category: 'Line',
454
- categoryCN: '线',
455
- author: '阿广'
456
- }, {
457
- id: 65,
458
- title: '新窗口',
459
- name: 'new-windows-line',
460
- category: 'Line',
461
- categoryCN: '线',
462
- author: '阿广'
463
- }, {
464
- id: 66,
465
- title: '信息-圆形',
466
- name: 'info-circle-line',
467
- category: 'Line',
468
- categoryCN: '线',
469
- author: '阿广'
470
- }, {
471
- id: 67,
472
- title: '眼睛-打开',
473
- name: 'eye-on-line',
474
- category: 'Line',
475
- categoryCN: '线',
476
- author: '阿广'
477
- }, {
478
- id: 68,
479
- title: '眼睛-关闭',
480
- name: 'eye-off-line',
481
- category: 'Line',
482
- categoryCN: '线',
483
- author: '阿广'
484
- }, {
485
- id: 69,
486
- title: '移动到',
487
- name: 'move-line',
488
- category: 'Line',
489
- categoryCN: '线',
490
- author: '阿广'
491
- }, {
492
- id: 70,
493
- title: '隐藏',
494
- name: 'hide-line',
495
- category: 'Line',
496
- categoryCN: '线',
497
- author: '阿广'
498
- }, {
499
- id: 71,
500
- title: '用户',
501
- name: 'user-line',
502
- category: 'Line',
503
- categoryCN: '线',
504
- author: '阿广'
505
- }, {
506
- id: 72,
507
- title: '用户-圆形',
508
- name: 'user-circle-line',
509
- category: 'Line',
510
- categoryCN: '线',
511
- author: '阿广'
512
- }, {
513
- id: 73,
514
- title: '优化',
515
- name: 'optimize-line',
516
- category: 'Line',
517
- categoryCN: '线',
518
- author: '阿广'
519
- }, {
520
- id: 74,
521
- title: '右箭头-小号',
522
- name: 'arrows-right-sm-line',
523
- category: 'Line',
524
- categoryCN: '线',
525
- author: '阿广'
526
- }, {
527
- id: 75,
528
- title: '至底',
529
- name: 'to-bottom-line',
530
- category: 'Line',
531
- categoryCN: '线',
532
- author: '阿广'
533
- }, {
534
- id: 76,
535
- title: '至顶',
536
- name: 'to-top-line',
537
- category: 'Line',
538
- categoryCN: '线',
539
- author: '阿广'
540
- }, {
541
- id: 77,
542
- title: '智能-聚合',
543
- name: 'ai-column-line',
544
- category: 'Line',
545
- categoryCN: '线',
546
- author: '阿广'
547
- }, {
548
- id: 78,
549
- title: '智能-明细',
550
- name: 'ai-lists-line',
551
- category: 'Line',
552
- categoryCN: '线',
553
- author: '阿广'
554
- }, {
555
- id: 79,
556
- title: '智能-模板',
557
- name: 'ai-template-line',
558
- category: 'Line',
559
- categoryCN: '线',
560
- author: '阿广'
561
- }, {
562
- id: 80,
563
- title: '重命名',
564
- name: 'rename-line',
565
- category: 'Line',
566
- categoryCN: '线',
567
- author: '阿广'
568
- }, {
569
- id: 81,
570
- title: '转发',
571
- name: 'repost-line',
572
- category: 'Line',
573
- categoryCN: '线',
574
- author: '阿广'
575
- }, {
576
- id: 82,
577
- title: '字段-日期',
578
- name: 'field-calendar-line',
579
- category: 'Line',
580
- categoryCN: '线',
581
- author: '阿广'
582
- }, {
583
- id: 83,
584
- title: '字段-数值',
585
- name: 'field-numbers-line',
586
- category: 'Line',
587
- categoryCN: '线',
588
- author: '阿广'
589
- }, {
590
- id: 84,
591
- title: '字段-文本',
592
- name: 'field-text-line',
593
- category: 'Line',
594
- categoryCN: '线',
595
- author: '阿广'
596
- }, {
597
- id: 85,
598
- title: '最大化',
599
- name: 'maximize-line',
600
- category: 'Line',
601
- categoryCN: '线',
602
- author: '阿广'
603
- }, {
604
- id: 86,
605
- title: '转置',
606
- name: 'transpose-line',
607
- category: 'Line',
608
- categoryCN: '线',
609
- author: '阿广'
610
- }, {
611
- id: 87,
612
- title: '过滤',
613
- name: 'filter-line',
614
- category: 'Line',
615
- categoryCN: '线',
616
- author: '阿广'
617
- }, {
618
- id: 88,
619
- title: '行-风格',
620
- name: 'rows-style-line',
621
- category: 'Line',
622
- categoryCN: '线',
623
- author: '阿广'
624
- }, {
625
- id: 89,
626
- title: '汇总',
627
- name: 'groundby-line',
628
- category: 'Line',
629
- categoryCN: '线',
630
- author: '阿广'
631
- }, {
632
- id: 90,
633
- title: '拖拽',
634
- name: 'drag-line',
635
- category: 'Line',
636
- categoryCN: '线',
637
- author: '阿广'
638
- }, {
639
- id: 91,
640
- title: '百分比',
641
- name: 'percent-line',
642
- category: 'Line',
643
- categoryCN: '线',
644
- author: '阿广'
645
- }, {
646
- id: 92,
647
- title: '公式',
648
- name: 'formula-line',
649
- category: 'Line',
650
- categoryCN: '线',
651
- author: '阿广'
652
- }, {
653
- id: 93,
654
- title: '上钻',
655
- name: 'drill-up-line',
656
- category: 'Line',
657
- categoryCN: '线',
658
- author: '阿广'
659
- }, {
660
- id: 94,
661
- title: '下钻',
662
- name: 'drill-down-line',
663
- category: 'Line',
664
- categoryCN: '线',
665
- author: '阿广'
666
- }, {
667
- id: 95,
668
- title: '移除',
669
- name: 'remove-line',
670
- category: 'Line',
671
- categoryCN: '线',
672
- author: '阿广'
673
- }, {
674
- id: 96,
675
- title: '宫格',
676
- name: 'grid-line',
677
- category: 'Line',
678
- categoryCN: '线',
679
- author: '阿广'
680
- }, {
681
- id: 97,
682
- title: '详情',
683
- name: 'details-line',
684
- category: 'Line',
685
- categoryCN: '线',
686
- author: '阿广'
687
- }, {
688
- id: 98,
689
- title: '总计',
690
- name: 'total-line',
691
- category: 'Line',
692
- categoryCN: '线',
693
- author: '阿广'
694
- }, {
695
- id: 99,
696
- title: '图片',
697
- name: 'image-line',
698
- category: 'Line',
699
- categoryCN: '线',
700
- author: '阿广'
701
- }, {
702
- id: 100,
703
- title: '计算',
704
- name: 'arithmetic-line',
705
- category: 'Line',
706
- categoryCN: '线',
707
- author: '阿广'
708
- }, {
709
- id: 101,
710
- title: '人民币-圆形',
711
- name: 'cny-circle-line',
712
- category: 'Line',
713
- categoryCN: '线',
714
- author: '阿广'
715
- }, {
716
- id: 102,
717
- title: '智能切换',
718
- name: 'arithmetic-smart-line',
719
- category: 'Line',
720
- categoryCN: '线',
721
- author: '阿广'
722
- }, {
723
- id: 103,
724
- title: '拆分-单元格',
725
- name: 'split-cells-line',
726
- category: 'Line',
727
- categoryCN: '线',
728
- author: '阿广'
729
- }, {
730
- id: 104,
731
- title: '撤销',
732
- name: 'undo-line',
733
- category: 'Line',
734
- categoryCN: '线',
735
- author: '阿广'
736
- }, {
737
- id: 105,
738
- title: '重做',
739
- name: 'redo-line',
740
- category: 'Line',
741
- categoryCN: '线',
742
- author: '阿广'
743
- }, {
744
- id: 106,
745
- title: '手机',
746
- name: 'phone-line',
747
- category: 'Line',
748
- categoryCN: '线',
749
- author: '阿广'
750
- }, {
751
- id: 107,
752
- title: '添加组织',
753
- name: 'add-team-line',
754
- category: 'Line',
755
- categoryCN: '线',
756
- author: '阿广'
757
- }, {
758
- id: 108,
759
- title: '密码',
760
- name: 'passcode-line',
761
- category: 'Line',
762
- categoryCN: '线',
763
- author: '阿广'
764
- }, {
765
- id: 109,
766
- title: '邀请用户',
767
- name: 'invite-user-line',
768
- category: 'Line',
769
- categoryCN: '线',
770
- author: '阿广'
771
- }, {
772
- id: 110,
773
- title: '网络连接',
774
- name: 'link-network-line',
775
- category: 'Line',
776
- categoryCN: '线',
777
- author: '阿广'
778
- }, {
779
- id: 111,
780
- title: '排除',
781
- name: 'exclude-line',
782
- category: 'Line',
783
- categoryCN: '线',
784
- author: '阿广'
785
- }, {
786
- id: 112,
787
- title: '保留',
788
- name: 'keeponly-line',
789
- category: 'Line',
790
- categoryCN: '线',
791
- author: '阿广'
792
- }, {
793
- id: 113,
794
- title: '结构-树',
795
- name: 'structure-tree-line',
796
- category: 'Line',
797
- categoryCN: '线',
798
- author: '阿广'
799
- }, {
800
- id: 114,
801
- title: '结构-列',
802
- name: 'structure-column-line',
803
- category: 'Line',
804
- categoryCN: '线',
805
- author: '阿广'
806
- }, {
807
- id: 115,
808
- title: 'vlookup',
809
- name: 'vlookup-line',
810
- category: 'Line',
811
- categoryCN: '线',
812
- author: '阿广'
813
- }, {
814
- id: 116,
815
- title: '合并-方形',
816
- name: 'merge-square-line',
817
- category: 'Line',
818
- categoryCN: '线',
819
- author: '阿广'
820
- }, {
821
- id: 117,
822
- title: '替换',
823
- name: 'replace-line',
824
- category: 'Line',
825
- categoryCN: '线',
826
- author: '阿广'
827
- }, {
828
- id: 118,
829
- title: '添加到sql',
830
- name: 'sql-addto-line',
831
- category: 'Line',
832
- categoryCN: '线',
833
- author: '阿广'
834
- }, {
835
- id: 119,
836
- title: '颜色',
837
- name: 'color-line',
838
- category: 'Line',
839
- categoryCN: '线',
840
- author: '阿广'
841
- }, {
842
- id: 120,
843
- title: '排序',
844
- name: 'sort-line',
845
- category: 'Line',
846
- categoryCN: '线',
847
- author: '阿广'
848
- }, {
849
- id: 121,
850
- title: '分组',
851
- name: 'grouping-line',
852
- category: 'Line',
853
- categoryCN: '线',
854
- author: '阿广'
855
- }, {
856
- id: 122,
857
- title: '格式-显示',
858
- name: 'format-show-line',
859
- category: 'Line',
860
- categoryCN: '线',
861
- author: '阿广'
862
- }, {
863
- id: 123,
864
- title: '连接-圆形',
865
- name: 'join-circle-line',
866
- category: 'Line',
867
- categoryCN: '线',
868
- author: '阿广'
869
- }, {
870
- id: 124,
871
- title: '切换',
872
- name: 'toggle-line',
873
- category: 'Line',
874
- categoryCN: '线',
875
- author: '阿广'
876
- }, {
877
- id: 125,
878
- title: '文章',
879
- name: 'article-fill',
880
- category: 'Fill',
881
- categoryCN: '填充',
882
- author: '阿广'
883
- }, {
884
- id: 126,
885
- title: '存储',
886
- name: 'storage-fill',
887
- category: 'Fill',
888
- categoryCN: '填充',
889
- author: '阿广'
890
- }, {
891
- id: 127,
892
- title: '',
893
- name: 'dot-fill',
894
- category: 'Fill',
895
- categoryCN: '填充',
896
- author: '阿广'
897
- }, {
898
- id: 128,
899
- title: '信息',
900
- name: 'info-fill',
901
- category: 'Fill',
902
- categoryCN: '填充',
903
- author: '阿广'
904
- }, {
905
- id: 129,
906
- title: '闪电',
907
- name: 'lightning-fill',
908
- category: 'Fill',
909
- categoryCN: '填充',
910
- author: '阿广'
911
- }, {
912
- id: 130,
913
- title: '文件夹_打开',
914
- name: 'folder-open-fill',
915
- category: 'Fill',
916
- categoryCN: '填充',
917
- author: '阿广'
918
- }, {
919
- id: 131,
920
- title: '文件夹',
921
- name: 'folder-fill',
922
- category: 'Fill',
923
- categoryCN: '填充',
924
- author: '阿广'
925
- }, {
926
- id: 132,
927
- title: '取消',
928
- name: 'cancel-fill',
929
- category: 'Fill',
930
- categoryCN: '填充',
931
- author: '阿广'
932
- }, {
933
- id: 133,
934
- title: '更多',
935
- name: 'more-fill',
936
- category: 'Fill',
937
- categoryCN: '填充',
938
- author: '阿广'
939
- }, {
940
- id: 134,
941
- title: '勾选',
942
- name: 'check-fill',
943
- category: 'Fill',
944
- categoryCN: '填充',
945
- author: '阿广'
946
- }, {
947
- id: 135,
948
- title: '错误',
949
- name: 'error-fill',
950
- category: 'Fill',
951
- categoryCN: '填充',
952
- author: '阿广'
953
- }, {
954
- id: 136,
955
- title: '播放',
956
- name: 'play-fill',
957
- category: 'Fill',
958
- categoryCN: '填充',
959
- author: '阿广'
960
- }, {
961
- id: 137,
962
- title: '展开',
963
- name: 'expand-fill',
964
- category: 'Fill',
965
- categoryCN: '填充',
966
- author: '阿广'
967
- }, {
968
- id: 138,
969
- title: '折叠',
970
- name: 'fold-fill',
971
- category: 'Fill',
972
- categoryCN: '填充',
973
- author: '阿广'
974
- }, {
975
- id: 139,
976
- title: '五角星',
977
- name: 'star-fill',
978
- category: 'Fill',
979
- categoryCN: '填充',
980
- author: '阿广'
981
- }, {
982
- id: 140,
983
- title: '个人空间-主导航',
984
- name: 'space-user-nav',
985
- category: 'MainNavigator',
986
- categoryCN: '主导航',
987
- author: ''
988
- }, {
989
- id: 141,
990
- title: '团队空间-主导航',
991
- name: 'space-team-nav',
992
- category: 'MainNavigator',
993
- categoryCN: '主导航',
994
- author: ''
995
- }, {
996
- id: 142,
997
- title: '分享-主导航',
998
- name: 'repost-nav',
999
- category: 'MainNavigator',
1000
- categoryCN: '主导航',
1001
- author: ''
1002
- }, {
1003
- id: 143,
1004
- title: '用户-主导航',
1005
- name: 'user-nav',
1006
- category: 'MainNavigator',
1007
- categoryCN: '主导航',
1008
- author: ''
1009
- }, {
1010
- id: 144,
1011
- title: '帮助-圆形-主导航',
1012
- name: 'help-circle-nav',
1013
- category: 'MainNavigator',
1014
- categoryCN: '主导航',
1015
- author: ''
1016
- }, {
1017
- id: 145,
1018
- title: '数据源-主导航',
1019
- name: 'datasource-nav',
1020
- category: 'MainNavigator',
1021
- categoryCN: '主导航',
1022
- author: ''
1023
- }, {
1024
- id: 146,
1025
- title: '转发-主导航',
1026
- name: 'forward-nav',
1027
- category: 'MainNavigator',
1028
- categoryCN: '主导航',
1029
- author: ''
1030
- }, {
1031
- id: 147,
1032
- title: '时钟-历史-主导航',
1033
- name: 'clock-history-nav',
1034
- category: 'MainNavigator',
1035
- categoryCN: '主导航',
1036
- author: ''
1037
- }, {
1038
- id: 148,
1039
- title: '模板-主导航',
1040
- name: 'template-nav',
1041
- category: 'MainNavigator',
1042
- categoryCN: '主导航',
1043
- author: ''
1044
- }, {
1045
- id: 149,
1046
- title: '设置-主导航',
1047
- name: 'setting-nav',
1048
- category: 'MainNavigator',
1049
- categoryCN: '主导航',
1050
- author: ''
1051
- }, {
1052
- id: 150,
1053
- title: '五角星-主导航',
1054
- name: 'star-nav',
1055
- category: 'MainNavigator',
1056
- categoryCN: '主导航',
1057
- author: ''
1058
- }, {
1059
- id: 151,
1060
- title: '首页-主导航',
1061
- name: 'home-nav',
1062
- category: 'MainNavigator',
1063
- categoryCN: '主导航',
1064
- author: ''
1065
- }, {
1066
- id: 152,
1067
- title: '团队-主导航',
1068
- name: 'team-nav',
1069
- category: 'MainNavigator',
1070
- categoryCN: '主导航',
1071
- author: ''
1072
- }, {
1073
- id: 153,
1074
- title: '组件-详情-主导航',
1075
- name: 'component-info-nav',
1076
- category: 'MainNavigator',
1077
- categoryCN: '主导航',
1078
- author: '阿广'
1079
- }, {
1080
- id: 154,
1081
- title: '添加-图标-主导航',
1082
- name: 'add-chart-nav',
1083
- category: 'MainNavigator',
1084
- categoryCN: '主导航',
1085
- author: '阿广'
1086
- }, {
1087
- id: 155,
1088
- title: '添加-过滤-主导航',
1089
- name: 'add-filter-nav',
1090
- category: 'MainNavigator',
1091
- categoryCN: '主导航',
1092
- author: '阿广'
1093
- }, {
1094
- id: 156,
1095
- title: '血缘-主导航',
1096
- name: 'lineage-nav',
1097
- category: 'MainNavigator',
1098
- categoryCN: '主导航',
1099
- author: '阿广'
1100
- }, {
1101
- id: 157,
1102
- title: '添加-其他-主导航',
1103
- name: 'add-other-nav',
1104
- category: 'MainNavigator',
1105
- categoryCN: '主导航',
1106
- author: '阿广'
1107
- }, {
1108
- id: 158,
1109
- title: '勾选-圆形-双色',
1110
- name: 'check-circle-duotone',
1111
- category: 'Duotone',
1112
- categoryCN: '双色',
1113
- author: '阿广'
1114
- }, {
1115
- id: 159,
1116
- title: '列-打开-双色',
1117
- name: 'column-on-duotone',
1118
- category: 'Duotone',
1119
- categoryCN: '双色',
1120
- author: '阿广'
1121
- }, {
1122
- id: 160,
1123
- title: '列-关闭-双色',
1124
- name: 'column-off-duotone',
1125
- category: 'Duotone',
1126
- categoryCN: '双色',
1127
- author: '阿广'
1128
- }, {
1129
- id: 161,
1130
- title: '表格-打开-双色',
1131
- name: 'table-on-duotone',
1132
- category: 'Duotone',
1133
- categoryCN: '双色',
1134
- author: '阿广'
1135
- }, {
1136
- id: 162,
1137
- title: '表格-关闭-双色',
1138
- name: 'table-off-duotone',
1139
- category: 'Duotone',
1140
- categoryCN: '双色',
1141
- author: '阿广'
1142
- }, {
1143
- id: 163,
1144
- title: '增加小数',
1145
- name: 'increase-the-scale-duotone',
1146
- category: 'Duotone',
1147
- categoryCN: '双色',
1148
- author: '阿广'
1149
- }, {
1150
- id: 164,
1151
- title: '减少小数位-双色',
1152
- name: 'reduce-decimal-places-duotone',
1153
- category: 'Duotone',
1154
- categoryCN: '双色',
1155
- author: '阿广'
1156
- }, {
1157
- id: 165,
1158
- title: '日期-转换-双色',
1159
- name: 'date-convert-duotone',
1160
- category: 'Duotone',
1161
- categoryCN: '双色',
1162
- author: '阿广'
1163
- }, {
1164
- id: 166,
1165
- title: '日期-裁剪-双色',
1166
- name: 'data-crop-duotone',
1167
- category: 'Duotone',
1168
- categoryCN: '双色',
1169
- author: '阿广'
1170
- }, {
1171
- id: 167,
1172
- title: '警告-圆形-双色',
1173
- name: 'alert-circle-duotone',
1174
- category: 'Duotone',
1175
- categoryCN: '双色',
1176
- author: '阿广'
1177
- }, {
1178
- id: 168,
1179
- title: '排序-升序',
1180
- name: 'sort-amount-up-duotone',
1181
- category: 'Duotone',
1182
- categoryCN: '双色',
1183
- author: '阿广'
1184
- }, {
1185
- id: 169,
1186
- title: '排序-降序',
1187
- name: 'sort-amount-down-duotone',
1188
- category: 'Duotone',
1189
- categoryCN: '双色',
1190
- author: '阿广'
1191
- }, {
1192
- id: 170,
1193
- title: '已过滤',
1194
- name: 'filtered-duotone',
1195
- category: 'Duotone',
1196
- categoryCN: '双色',
1197
- author: '阿广'
1198
- }, {
1199
- id: 171,
1200
- title: '分组-展开',
1201
- name: 'group-expand-duotone',
1202
- category: 'Duotone',
1203
- categoryCN: '双色',
1204
- author: '阿广'
1205
- }, {
1206
- id: 172,
1207
- title: '分组-折叠',
1208
- name: 'group-fold-duotone',
1209
- category: 'Duotone',
1210
- categoryCN: '双色',
1211
- author: '阿广'
1212
- }, {
1213
- id: 173,
1214
- title: '添加-圆形',
1215
- name: 'add-circle-duotone',
1216
- category: 'Duotone',
1217
- categoryCN: '双色',
1218
- author: '阿广'
1219
- }, {
1220
- id: 174,
1221
- title: '取消-圆形',
1222
- name: 'cancel-circle-duotone',
1223
- category: 'Duotone',
1224
- categoryCN: '双色',
1225
- author: '阿广'
1226
- }, {
1227
- id: 175,
1228
- title: 'hive',
1229
- name: 'hive-source',
1230
- category: 'DataSource',
1231
- categoryCN: '数据源平台',
1232
- author: '阿广'
1233
- }, {
1234
- id: 176,
1235
- title: 'mysql',
1236
- name: 'mysql-source',
1237
- category: 'DataSource',
1238
- categoryCN: '数据源平台',
1239
- author: '阿广'
1240
- }, {
1241
- id: 177,
1242
- title: 'PostgreSQL',
1243
- name: 'postgresql-source',
1244
- category: 'DataSource',
1245
- categoryCN: '数据源平台',
1246
- author: '阿广'
1247
- }, {
1248
- id: 178,
1249
- title: '分组条形图',
1250
- name: 'grouped-bar-horizontal-chart',
1251
- category: 'Chart',
1252
- categoryCN: '图表',
1253
- author: '阿广'
1254
- }, {
1255
- id: 179,
1256
- title: '百分比柱状体',
1257
- name: 'percentage-bar-vertical-chart',
1258
- category: 'Chart',
1259
- categoryCN: '图表',
1260
- author: '阿广'
1261
- }, {
1262
- id: 180,
1263
- title: '堆叠条形图',
1264
- name: 'stacked-bar-horizontal-chart',
1265
- category: 'Chart',
1266
- categoryCN: '图表',
1267
- author: '阿广'
1268
- }, {
1269
- id: 181,
1270
- title: '折线图',
1271
- name: 'line-chart',
1272
- category: 'Chart',
1273
- categoryCN: '图表',
1274
- author: '阿广'
1275
- }, {
1276
- id: 182,
1277
- title: '环形图',
1278
- name: 'donut-chart',
1279
- category: 'Chart',
1280
- categoryCN: '图表',
1281
- author: '阿广'
1282
- }, {
1283
- id: 183,
1284
- title: '饼图',
1285
- name: 'pie-chart',
1286
- category: 'Chart',
1287
- categoryCN: '图表',
1288
- author: '阿广'
1289
- }, {
1290
- id: 184,
1291
- title: '透视图',
1292
- name: 'pivot-table-chart',
1293
- category: 'Chart',
1294
- categoryCN: '图表',
1295
- author: '阿广'
1296
- }, {
1297
- id: 185,
1298
- title: '堆叠柱形图',
1299
- name: 'stacked-bar-vertical-chart',
1300
- category: 'Chart',
1301
- categoryCN: '图表',
1302
- author: '阿广'
1303
- }, {
1304
- id: 186,
1305
- title: '组合图',
1306
- name: 'combo-chart',
1307
- category: 'Chart',
1308
- categoryCN: '图表',
1309
- author: '阿广'
1310
- }, {
1311
- id: 187,
1312
- title: '表格',
1313
- name: 'table-chart',
1314
- category: 'Chart',
1315
- categoryCN: '图表',
1316
- author: '阿广'
1317
- }, {
1318
- id: 188,
1319
- title: '指标卡',
1320
- name: 'statistic-card-chart',
1321
- category: 'Chart',
1322
- categoryCN: '图表',
1323
- author: '阿广'
1324
- }, {
1325
- id: 189,
1326
- title: '百分比条形图',
1327
- name: 'percentage-bar-horizontal-chart',
1328
- category: 'Chart',
1329
- categoryCN: '图表',
1330
- author: '阿广'
1331
- }, {
1332
- id: 190,
1333
- title: '分组柱状图',
1334
- name: 'grouped-bar-vertical-chart',
1335
- category: 'Chart',
1336
- categoryCN: '图表',
1337
- author: '阿广'
1338
- }, {
1339
- id: 191,
1340
- title: '添加-图标',
1341
- name: 'add-chart',
1342
- category: 'Chart',
1343
- categoryCN: '填充',
1344
- author: '阿广'
1345
- }, {
1346
- id: 192,
1347
- title: '空态',
1348
- name: 'empty-empty',
1349
- category: 'Empty',
1350
- categoryCN: '空态',
1351
- author: '阿广'
1352
- }, {
1353
- id: 193,
1354
- title: '环形图为空',
1355
- name: 'donut-chart-empty',
1356
- category: 'Empty',
1357
- categoryCN: '空态',
1358
- author: '阿广'
1359
- }, {
1360
- id: 194,
1361
- title: '组合为空',
1362
- name: 'combo-chart-empty',
1363
- category: 'Empty',
1364
- categoryCN: '空态',
1365
- author: '阿广'
1366
- }, {
1367
- id: 195,
1368
- title: '百分比柱状图为空',
1369
- name: 'percentage-bar-vertical-chart-empty',
1370
- category: 'Empty',
1371
- categoryCN: '空态',
1372
- author: '阿广'
1373
- }, {
1374
- id: 196,
1375
- title: '堆叠柱状图为空',
1376
- name: 'stacked-bar-vertical-chart-empty',
1377
- category: 'Empty',
1378
- categoryCN: '空态',
1379
- author: '阿广'
1380
- }, {
1381
- id: 197,
1382
- title: '饼状图为空',
1383
- name: 'pie-chart-empty',
1384
- category: 'Empty',
1385
- categoryCN: '空态',
1386
- author: '阿广'
1387
- }, {
1388
- id: 198,
1389
- title: '百分比条形图为空',
1390
- name: 'percentage-bar-horizontal-chart-empty',
1391
- category: 'Empty',
1392
- categoryCN: '空态',
1393
- author: '阿广'
1394
- }, {
1395
- id: 199,
1396
- title: '表格为空',
1397
- name: 'table-empty',
1398
- category: 'Empty',
1399
- categoryCN: '空态',
1400
- author: '阿广'
1401
- }, {
1402
- id: 200,
1403
- title: '分组柱状图为空',
1404
- name: 'grouped-bar-vertical-chart-empty',
1405
- category: 'Empty',
1406
- categoryCN: '空态',
1407
- author: '阿广'
1408
- }, {
1409
- id: 201,
1410
- title: '堆叠条形图为空',
1411
- name: 'stacked-bar-horizontal-chart-empty',
1412
- category: 'Empty',
1413
- categoryCN: '空态',
1414
- author: '阿广'
1415
- }, {
1416
- id: 202,
1417
- title: '分组条形图为空',
1418
- name: 'grouped-bar-horizontal-chart-empty',
1419
- category: 'Empty',
1420
- categoryCN: '空态',
1421
- author: '阿广'
1422
- }, {
1423
- id: 203,
1424
- title: '折线图为空',
1425
- name: 'line-chart-empty',
1426
- category: 'Empty',
1427
- categoryCN: '空态',
1428
- author: '阿广'
1429
- }, {
1430
- id: 204,
1431
- title: '指标卡为空',
1432
- name: 'statistic-card-empty',
1433
- category: 'Empty',
1434
- categoryCN: '空态',
1435
- author: '阿广'
1436
- }, {
1437
- id: 205,
1438
- title: '透视图为空',
1439
- name: 'pivot-table-empty',
1440
- category: 'Empty',
1441
- categoryCN: '空态',
1442
- author: '阿广'
1443
- }, {
1444
- id: 206,
1445
- title: '来源数据为空',
1446
- name: 'source-data-empty',
1447
- category: 'Empty',
1448
- categoryCN: '空态',
1449
- author: '阿广'
1450
- }, {
1451
- id: 207,
1452
- title: '来源数据为空',
1453
- name: 'source-data-empty-line',
1454
- category: 'Line',
1455
- categoryCN: '线',
1456
- author: '阿广'
1457
- }, {
1458
- id: 208,
1459
- title: '添加汇总-线性',
1460
- name: 'add-formula-line',
1461
- category: 'Line',
1462
- categoryCN: '线',
1463
- author: '阿广'
1464
- }, {
1465
- id: 209,
1466
- title: '空-线性',
1467
- name: 'empty-line',
1468
- category: 'Line',
1469
- categoryCN: '线',
1470
- author: '阿广'
1471
- }, {
1472
- id: 210,
1473
- title: '抽取-线性',
1474
- name: 'extraction-line',
1475
- category: 'Line',
1476
- categoryCN: '线',
1477
- author: '阿广'
1478
- }, {
1479
- id: 211,
1480
- title: '更多-竖线',
1481
- name: 'more-vertical-line',
1482
- category: 'Line',
1483
- categoryCN: '线',
1484
- author: '阿广'
1485
- }, {
1486
- id: 212,
1487
- title: '退出',
1488
- name: 'log-out-line',
1489
- category: 'Line',
1490
- categoryCN: '线',
1491
- author: '阿广'
1492
- }, {
1493
- id: 213,
1494
- title: '移除-圆形',
1495
- name: 'remove-circle-line',
1496
- category: 'Line',
1497
- categoryCN: '线',
1498
- author: '阿广'
1499
- }, {
1500
- id: 214,
1501
- title: '数据源',
1502
- name: 'datasource-line',
1503
- category: 'Line',
1504
- categoryCN: '线',
1505
- author: '阿广'
1506
- }, {
1507
- id: 215,
1508
- title: '函数-多色',
1509
- name: 'fx-duotone-line',
1510
- category: 'Line',
1511
- categoryCN: '线',
1512
- author: '阿广'
1513
- }, {
1514
- id: 216,
1515
- title: 'SQL-线',
1516
- name: 'sql-line',
1517
- category: 'line',
1518
- categoryCN: '线',
1519
- author: '阿广'
1520
- }, {
1521
- id: 217,
1522
- title: '数值范围',
1523
- name: 'numerical-range-chart',
1524
- category: 'Chart',
1525
- categoryCN: '图标',
1526
- author: '阿广'
1527
- }, {
1528
- id: 218,
1529
- title: '日期范围',
1530
- name: 'date-range-chart',
1531
- category: 'Chart',
1532
- categoryCN: '图标',
1533
- author: '阿广'
1534
- }, {
1535
- id: 219,
1536
- title: '输入框',
1537
- name: 'input-chart',
1538
- category: 'Chart',
1539
- categoryCN: '图标',
1540
- author: '阿广'
1541
- }, {
1542
- id: 220,
1543
- title: '日期',
1544
- name: 'date-chart',
1545
- category: 'Chart',
1546
- categoryCN: '图标',
1547
- author: '阿广'
1548
- }, {
1549
- id: 221,
1550
- title: '下拉菜单',
1551
- name: 'dropdown-chart',
1552
- category: 'Chart',
1553
- categoryCN: '图标',
1554
- author: '阿广'
1555
- }, {
1556
- id: 222,
1557
- title: 'Y-左侧',
1558
- name: 'y-left-duotone',
1559
- category: 'Duotone',
1560
- categoryCN: '双色',
1561
- author: '阿广'
1562
- }, {
1563
- id: 223,
1564
- title: 'Y-右侧',
1565
- name: 'y-right-duotone',
1566
- category: 'Duotone',
1567
- categoryCN: '双色',
1568
- author: '阿广'
1569
- }, {
1570
- id: 224,
1571
- title: '左箭头-双线',
1572
- name: 'arrows-left-double-line',
1573
- category: 'Line',
1574
- categoryCN: '线',
1575
- author: '阿广'
1576
- }, {
1577
- id: 225,
1578
- title: '右箭头-双线',
1579
- name: 'arrows-right-double-line',
1580
- category: 'Line',
1581
- categoryCN: '线',
1582
- author: '阿广'
1583
- }, {
1584
- id: 226,
1585
- title: '布尔-线性',
1586
- name: 'boolean-line',
1587
- category: 'Line',
1588
- categoryCN: '线',
1589
- author: '阿广'
2
+ "id": 0,
3
+ "title": "帮助-圆形",
4
+ "name": "help-circle-line",
5
+ "category": "Line",
6
+ "categoryCN": "线",
7
+ "author": "阿广"
8
+ }, {
9
+ "id": 1,
10
+ "title": "保存",
11
+ "name": "save-line",
12
+ "category": "Line",
13
+ "categoryCN": "线",
14
+ "author": "阿广"
15
+ }, {
16
+ "id": 2,
17
+ "title": "编辑",
18
+ "name": "edit-line",
19
+ "category": "Line",
20
+ "categoryCN": "线",
21
+ "author": "阿广"
22
+ }, {
23
+ "id": 3,
24
+ "title": "编辑中",
25
+ "name": "editing-line",
26
+ "category": "Line",
27
+ "categoryCN": "线",
28
+ "author": "阿广"
29
+ }, {
30
+ "id": 4,
31
+ "title": "标签",
32
+ "name": "hashtag-line",
33
+ "category": "Line",
34
+ "categoryCN": "线",
35
+ "author": "阿广"
36
+ }, {
37
+ "id": 5,
38
+ "title": "",
39
+ "name": "table-line",
40
+ "category": "Line",
41
+ "categoryCN": "线",
42
+ "author": "阿广"
43
+ }, {
44
+ "id": 6,
45
+ "title": "存储",
46
+ "name": "storage-line",
47
+ "category": "Line",
48
+ "categoryCN": "线",
49
+ "author": "阿广"
50
+ }, {
51
+ "id": 7,
52
+ "title": "错误-圆形",
53
+ "name": "error-circle-line",
54
+ "category": "Line",
55
+ "categoryCN": "线",
56
+ "author": "阿广"
57
+ }, {
58
+ "id": 8,
59
+ "title": "等待中-圆形",
60
+ "name": "waiting-line",
61
+ "category": "Line",
62
+ "categoryCN": "线",
63
+ "author": "阿广"
64
+ }, {
65
+ "id": 9,
66
+ "title": "复制",
67
+ "name": "copy-line",
68
+ "category": "Line",
69
+ "categoryCN": "线",
70
+ "author": "阿广"
71
+ }, {
72
+ "id": 10,
73
+ "title": "格式化",
74
+ "name": "format-line",
75
+ "category": "Line",
76
+ "categoryCN": "线",
77
+ "author": "阿广"
78
+ }, {
79
+ "id": 11,
80
+ "title": "工作簿",
81
+ "name": "workbook-line",
82
+ "category": "Line",
83
+ "categoryCN": "线",
84
+ "author": "阿广"
85
+ }, {
86
+ "id": 12,
87
+ "title": "勾选",
88
+ "name": "check-line",
89
+ "category": "Line",
90
+ "categoryCN": "线",
91
+ "author": "阿广"
92
+ }, {
93
+ "id": 13,
94
+ "title": "勾选-圆形",
95
+ "name": "check-circle-line",
96
+ "category": "Line",
97
+ "categoryCN": "线",
98
+ "author": "阿广"
99
+ }, {
100
+ "id": 14,
101
+ "title": "关闭-大号",
102
+ "name": "close-large-line",
103
+ "category": "Line",
104
+ "categoryCN": "线",
105
+ "author": "阿广"
106
+ }, {
107
+ "id": 15,
108
+ "title": "关闭",
109
+ "name": "close-line",
110
+ "category": "Line",
111
+ "categoryCN": "线",
112
+ "author": "阿广"
113
+ }, {
114
+ "id": 16,
115
+ "title": "关闭-中号",
116
+ "name": "close-middle-line",
117
+ "category": "Line",
118
+ "categoryCN": "线",
119
+ "author": "阿广"
120
+ }, {
121
+ "id": 17,
122
+ "title": "函数",
123
+ "name": "fx-line",
124
+ "category": "Line",
125
+ "categoryCN": "线",
126
+ "author": "阿广"
127
+ }, {
128
+ "id": 18,
129
+ "title": "加载中",
130
+ "name": "loading-line",
131
+ "category": "Line",
132
+ "categoryCN": "线",
133
+ "author": "阿广"
134
+ }, {
135
+ "id": 19,
136
+ "title": "双箭头-向上",
137
+ "name": "arrows-up-double-line",
138
+ "category": "Line",
139
+ "categoryCN": "线",
140
+ "author": "阿广"
141
+ }, {
142
+ "id": 20,
143
+ "title": "双箭头-向下",
144
+ "name": "arrows-down-double-line",
145
+ "category": "Line",
146
+ "categoryCN": "线",
147
+ "author": "阿广"
148
+ }, {
149
+ "id": 21,
150
+ "title": "箭头-向上",
151
+ "name": "arrows-up-line",
152
+ "category": "Line",
153
+ "categoryCN": "线",
154
+ "author": "阿广"
155
+ }, {
156
+ "id": 22,
157
+ "title": "箭头-向右",
158
+ "name": "arrows-right-line",
159
+ "category": "Line",
160
+ "categoryCN": "线",
161
+ "author": "阿广"
162
+ }, {
163
+ "id": 23,
164
+ "title": "箭头-向下",
165
+ "name": "arrows-down-line",
166
+ "category": "Line",
167
+ "categoryCN": "线",
168
+ "author": "阿广"
169
+ }, {
170
+ "id": 24,
171
+ "title": "箭头-向左",
172
+ "name": "arrows-left-line",
173
+ "category": "Line",
174
+ "categoryCN": "线",
175
+ "author": "阿广"
176
+ }, {
177
+ "id": 25,
178
+ "title": "角色",
179
+ "name": "role-line",
180
+ "category": "Line",
181
+ "categoryCN": "线",
182
+ "author": "阿广"
183
+ }, {
184
+ "id": 26,
185
+ "title": "警告-三角形",
186
+ "name": "alert-triangle-line",
187
+ "category": "Line",
188
+ "categoryCN": "线",
189
+ "author": "阿广"
190
+ }, {
191
+ "id": 27,
192
+ "title": "警告-圆形",
193
+ "name": "alert-circle-line",
194
+ "category": "Line",
195
+ "categoryCN": "线",
196
+ "author": "阿广"
197
+ }, {
198
+ "id": 28,
199
+ "title": "聚合",
200
+ "name": "column-line",
201
+ "category": "Line",
202
+ "categoryCN": "线",
203
+ "author": "阿广"
204
+ }, {
205
+ "id": 29,
206
+ "title": "空间-用户",
207
+ "name": "space-user-line",
208
+ "category": "Line",
209
+ "categoryCN": "线",
210
+ "author": "阿广"
211
+ }, {
212
+ "id": 30,
213
+ "title": "连接",
214
+ "name": "link-line",
215
+ "category": "Line",
216
+ "categoryCN": "线",
217
+ "author": "阿广"
218
+ }, {
219
+ "id": 31,
220
+ "title": "密码-修改",
221
+ "name": "password-revise-line",
222
+ "category": "Line",
223
+ "categoryCN": "线",
224
+ "author": "阿广"
225
+ }, {
226
+ "id": 32,
227
+ "title": "明细",
228
+ "name": "lists-line",
229
+ "category": "Line",
230
+ "categoryCN": "线",
231
+ "author": "阿广"
232
+ }, {
233
+ "id": 33,
234
+ "title": "排序-降序",
235
+ "name": "sort-descending-line",
236
+ "category": "Line",
237
+ "categoryCN": "线",
238
+ "author": "阿广"
239
+ }, {
240
+ "id": 34,
241
+ "title": "排序-升序",
242
+ "name": "sort-ascending-line",
243
+ "category": "Line",
244
+ "categoryCN": "线",
245
+ "author": "阿广"
246
+ }, {
247
+ "id": 35,
248
+ "title": "全部",
249
+ "name": "all-line",
250
+ "category": "Line",
251
+ "categoryCN": "线",
252
+ "author": "阿广"
253
+ }, {
254
+ "id": 36,
255
+ "title": "权限",
256
+ "name": "permission-line",
257
+ "category": "Line",
258
+ "categoryCN": "线",
259
+ "author": "阿广"
260
+ }, {
261
+ "id": 37,
262
+ "title": "日历",
263
+ "name": "calendar-line",
264
+ "category": "Line",
265
+ "categoryCN": "线",
266
+ "author": "阿广"
267
+ }, {
268
+ "id": 38,
269
+ "title": "删除",
270
+ "name": "delete-line",
271
+ "category": "Line",
272
+ "categoryCN": "线",
273
+ "author": "阿广"
274
+ }, {
275
+ "id": 39,
276
+ "title": "闪电",
277
+ "name": "lightning-line",
278
+ "category": "Line",
279
+ "categoryCN": "线",
280
+ "author": "阿广"
281
+ }, {
282
+ "id": 40,
283
+ "title": "上传",
284
+ "name": "upload-line",
285
+ "category": "Line",
286
+ "categoryCN": "线",
287
+ "author": "阿广"
288
+ }, {
289
+ "id": 41,
290
+ "title": "设置-开关",
291
+ "name": "settings-switch-line",
292
+ "category": "Line",
293
+ "categoryCN": "线",
294
+ "author": "阿广"
295
+ }, {
296
+ "id": 42,
297
+ "title": "设置",
298
+ "name": "setting-line",
299
+ "category": "Line",
300
+ "categoryCN": "线",
301
+ "author": "阿广"
302
+ }, {
303
+ "id": 43,
304
+ "title": "视图",
305
+ "name": "view-line",
306
+ "category": "Line",
307
+ "categoryCN": "线",
308
+ "author": "阿广"
309
+ }, {
310
+ "id": 44,
311
+ "title": "收缩",
312
+ "name": "shrink-line",
313
+ "category": "Line",
314
+ "categoryCN": "线",
315
+ "author": "阿广"
316
+ }, {
317
+ "id": 45,
318
+ "title": "首页",
319
+ "name": "home-line",
320
+ "category": "Line",
321
+ "categoryCN": "线",
322
+ "author": "阿广"
323
+ }, {
324
+ "id": 46,
325
+ "title": "数据集",
326
+ "name": "dataset-line",
327
+ "category": "Line",
328
+ "categoryCN": "线",
329
+ "author": "阿广"
330
+ }, {
331
+ "id": 47,
332
+ "title": "数据空间",
333
+ "name": "data-space-line",
334
+ "category": "Line",
335
+ "categoryCN": "线",
336
+ "author": "阿广"
337
+ }, {
338
+ "id": 48,
339
+ "title": "数据库",
340
+ "name": "database-line",
341
+ "category": "Line",
342
+ "categoryCN": "线",
343
+ "author": "阿广"
344
+ }, {
345
+ "id": 49,
346
+ "title": "刷新",
347
+ "name": "refresh-line",
348
+ "category": "Line",
349
+ "categoryCN": "线",
350
+ "author": "阿广"
351
+ }, {
352
+ "id": 50,
353
+ "title": "搜索",
354
+ "name": "search-line",
355
+ "category": "Line",
356
+ "categoryCN": "线",
357
+ "author": "阿广"
358
+ }, {
359
+ "id": 51,
360
+ "title": "",
361
+ "name": "lock-line",
362
+ "category": "Line",
363
+ "categoryCN": "线",
364
+ "author": "阿广"
365
+ }, {
366
+ "id": 52,
367
+ "title": "添加",
368
+ "name": "add-line",
369
+ "category": "Line",
370
+ "categoryCN": "线",
371
+ "author": "阿广"
372
+ }, {
373
+ "id": 53,
374
+ "title": "添加-大号",
375
+ "name": "add-large-line",
376
+ "category": "Line",
377
+ "categoryCN": "线",
378
+ "author": "阿广"
379
+ }, {
380
+ "id": 54,
381
+ "title": "添加-中号",
382
+ "name": "add-middle-line",
383
+ "category": "Line",
384
+ "categoryCN": "线",
385
+ "author": "阿广"
386
+ }, {
387
+ "id": 55,
388
+ "title": "同步",
389
+ "name": "sync-line",
390
+ "category": "Line",
391
+ "categoryCN": "线",
392
+ "author": "阿广"
393
+ }, {
394
+ "id": 56,
395
+ "title": "同步刷新",
396
+ "name": "sync-refresh-line",
397
+ "category": "Line",
398
+ "categoryCN": "线",
399
+ "author": "阿广"
400
+ }, {
401
+ "id": 57,
402
+ "title": "团队",
403
+ "name": "team-line",
404
+ "category": "Line",
405
+ "categoryCN": "线",
406
+ "author": "阿广"
407
+ }, {
408
+ "id": 58,
409
+ "title": "文本",
410
+ "name": "text-line",
411
+ "category": "Line",
412
+ "categoryCN": "线",
413
+ "author": "阿广"
414
+ }, {
415
+ "id": 59,
416
+ "title": "文档",
417
+ "name": "document-line",
418
+ "category": "Line",
419
+ "categoryCN": "线",
420
+ "author": "阿广"
421
+ }, {
422
+ "id": 60,
423
+ "title": "文件",
424
+ "name": "file-line",
425
+ "category": "Line",
426
+ "categoryCN": "线",
427
+ "author": "阿广"
428
+ }, {
429
+ "id": 61,
430
+ "title": "文件夹",
431
+ "name": "folder-line",
432
+ "category": "Line",
433
+ "categoryCN": "线",
434
+ "author": "阿广"
435
+ }, {
436
+ "id": 62,
437
+ "title": "五角星",
438
+ "name": "star-line",
439
+ "category": "Line",
440
+ "categoryCN": "线",
441
+ "author": "阿广"
442
+ }, {
443
+ "id": 63,
444
+ "title": "下载",
445
+ "name": "download-line",
446
+ "category": "Line",
447
+ "categoryCN": "线",
448
+ "author": "阿广"
449
+ }, {
450
+ "id": 64,
451
+ "title": "斜杠-分割线",
452
+ "name": "slash-divider-line",
453
+ "category": "Line",
454
+ "categoryCN": "线",
455
+ "author": "阿广"
456
+ }, {
457
+ "id": 65,
458
+ "title": "新窗口",
459
+ "name": "new-windows-line",
460
+ "category": "Line",
461
+ "categoryCN": "线",
462
+ "author": "阿广"
463
+ }, {
464
+ "id": 66,
465
+ "title": "信息-圆形",
466
+ "name": "info-circle-line",
467
+ "category": "Line",
468
+ "categoryCN": "线",
469
+ "author": "阿广"
470
+ }, {
471
+ "id": 67,
472
+ "title": "眼睛-打开",
473
+ "name": "eye-on-line",
474
+ "category": "Line",
475
+ "categoryCN": "线",
476
+ "author": "阿广"
477
+ }, {
478
+ "id": 68,
479
+ "title": "眼睛-关闭",
480
+ "name": "eye-off-line",
481
+ "category": "Line",
482
+ "categoryCN": "线",
483
+ "author": "阿广"
484
+ }, {
485
+ "id": 69,
486
+ "title": "移动到",
487
+ "name": "move-line",
488
+ "category": "Line",
489
+ "categoryCN": "线",
490
+ "author": "阿广"
491
+ }, {
492
+ "id": 70,
493
+ "title": "隐藏",
494
+ "name": "hide-line",
495
+ "category": "Line",
496
+ "categoryCN": "线",
497
+ "author": "阿广"
498
+ }, {
499
+ "id": 71,
500
+ "title": "用户",
501
+ "name": "user-line",
502
+ "category": "Line",
503
+ "categoryCN": "线",
504
+ "author": "阿广"
505
+ }, {
506
+ "id": 72,
507
+ "title": "用户-圆形",
508
+ "name": "user-circle-line",
509
+ "category": "Line",
510
+ "categoryCN": "线",
511
+ "author": "阿广"
512
+ }, {
513
+ "id": 73,
514
+ "title": "优化",
515
+ "name": "optimize-line",
516
+ "category": "Line",
517
+ "categoryCN": "线",
518
+ "author": "阿广"
519
+ }, {
520
+ "id": 74,
521
+ "title": "右箭头-小号",
522
+ "name": "arrows-right-sm-line",
523
+ "category": "Line",
524
+ "categoryCN": "线",
525
+ "author": "阿广"
526
+ }, {
527
+ "id": 75,
528
+ "title": "至底",
529
+ "name": "to-bottom-line",
530
+ "category": "Line",
531
+ "categoryCN": "线",
532
+ "author": "阿广"
533
+ }, {
534
+ "id": 76,
535
+ "title": "至顶",
536
+ "name": "to-top-line",
537
+ "category": "Line",
538
+ "categoryCN": "线",
539
+ "author": "阿广"
540
+ }, {
541
+ "id": 77,
542
+ "title": "智能-聚合",
543
+ "name": "ai-column-line",
544
+ "category": "Line",
545
+ "categoryCN": "线",
546
+ "author": "阿广"
547
+ }, {
548
+ "id": 78,
549
+ "title": "智能-明细",
550
+ "name": "ai-lists-line",
551
+ "category": "Line",
552
+ "categoryCN": "线",
553
+ "author": "阿广"
554
+ }, {
555
+ "id": 79,
556
+ "title": "智能-模板",
557
+ "name": "ai-template-line",
558
+ "category": "Line",
559
+ "categoryCN": "线",
560
+ "author": "阿广"
561
+ }, {
562
+ "id": 80,
563
+ "title": "重命名",
564
+ "name": "rename-line",
565
+ "category": "Line",
566
+ "categoryCN": "线",
567
+ "author": "阿广"
568
+ }, {
569
+ "id": 81,
570
+ "title": "转发",
571
+ "name": "repost-line",
572
+ "category": "Line",
573
+ "categoryCN": "线",
574
+ "author": "阿广"
575
+ }, {
576
+ "id": 82,
577
+ "title": "字段-日期",
578
+ "name": "field-calendar-line",
579
+ "category": "Line",
580
+ "categoryCN": "线",
581
+ "author": "阿广"
582
+ }, {
583
+ "id": 83,
584
+ "title": "字段-数值",
585
+ "name": "field-numbers-line",
586
+ "category": "Line",
587
+ "categoryCN": "线",
588
+ "author": "阿广"
589
+ }, {
590
+ "id": 84,
591
+ "title": "字段-文本",
592
+ "name": "field-text-line",
593
+ "category": "Line",
594
+ "categoryCN": "线",
595
+ "author": "阿广"
596
+ }, {
597
+ "id": 85,
598
+ "title": "最大化",
599
+ "name": "maximize-line",
600
+ "category": "Line",
601
+ "categoryCN": "线",
602
+ "author": "阿广"
603
+ }, {
604
+ "id": 86,
605
+ "title": "转置",
606
+ "name": "transpose-line",
607
+ "category": "Line",
608
+ "categoryCN": "线",
609
+ "author": "阿广"
610
+ }, {
611
+ "id": 87,
612
+ "title": "过滤",
613
+ "name": "filter-line",
614
+ "category": "Line",
615
+ "categoryCN": "线",
616
+ "author": "阿广"
617
+ }, {
618
+ "id": 88,
619
+ "title": "行-风格",
620
+ "name": "rows-style-line",
621
+ "category": "Line",
622
+ "categoryCN": "线",
623
+ "author": "阿广"
624
+ }, {
625
+ "id": 89,
626
+ "title": "汇总",
627
+ "name": "groundby-line",
628
+ "category": "Line",
629
+ "categoryCN": "线",
630
+ "author": "阿广"
631
+ }, {
632
+ "id": 90,
633
+ "title": "拖拽",
634
+ "name": "drag-line",
635
+ "category": "Line",
636
+ "categoryCN": "线",
637
+ "author": "阿广"
638
+ }, {
639
+ "id": 91,
640
+ "title": "百分比",
641
+ "name": "percent-line",
642
+ "category": "Line",
643
+ "categoryCN": "线",
644
+ "author": "阿广"
645
+ }, {
646
+ "id": 92,
647
+ "title": "公式",
648
+ "name": "formula-line",
649
+ "category": "Line",
650
+ "categoryCN": "线",
651
+ "author": "阿广"
652
+ }, {
653
+ "id": 93,
654
+ "title": "上钻",
655
+ "name": "drill-up-line",
656
+ "category": "Line",
657
+ "categoryCN": "线",
658
+ "author": "阿广"
659
+ }, {
660
+ "id": 94,
661
+ "title": "下钻",
662
+ "name": "drill-down-line",
663
+ "category": "Line",
664
+ "categoryCN": "线",
665
+ "author": "阿广"
666
+ }, {
667
+ "id": 95,
668
+ "title": "移除",
669
+ "name": "remove-line",
670
+ "category": "Line",
671
+ "categoryCN": "线",
672
+ "author": "阿广"
673
+ }, {
674
+ "id": 96,
675
+ "title": "宫格",
676
+ "name": "grid-line",
677
+ "category": "Line",
678
+ "categoryCN": "线",
679
+ "author": "阿广"
680
+ }, {
681
+ "id": 97,
682
+ "title": "详情",
683
+ "name": "details-line",
684
+ "category": "Line",
685
+ "categoryCN": "线",
686
+ "author": "阿广"
687
+ }, {
688
+ "id": 98,
689
+ "title": "总计",
690
+ "name": "total-line",
691
+ "category": "Line",
692
+ "categoryCN": "线",
693
+ "author": "阿广"
694
+ }, {
695
+ "id": 99,
696
+ "title": "图片",
697
+ "name": "image-line",
698
+ "category": "Line",
699
+ "categoryCN": "线",
700
+ "author": "阿广"
701
+ }, {
702
+ "id": 100,
703
+ "title": "计算",
704
+ "name": "arithmetic-line",
705
+ "category": "Line",
706
+ "categoryCN": "线",
707
+ "author": "阿广"
708
+ }, {
709
+ "id": 101,
710
+ "title": "人民币-圆形",
711
+ "name": "cny-circle-line",
712
+ "category": "Line",
713
+ "categoryCN": "线",
714
+ "author": "阿广"
715
+ }, {
716
+ "id": 102,
717
+ "title": "智能切换",
718
+ "name": "arithmetic-smart-line",
719
+ "category": "Line",
720
+ "categoryCN": "线",
721
+ "author": "阿广"
722
+ }, {
723
+ "id": 103,
724
+ "title": "拆分-单元格",
725
+ "name": "split-cells-line",
726
+ "category": "Line",
727
+ "categoryCN": "线",
728
+ "author": "阿广"
729
+ }, {
730
+ "id": 104,
731
+ "title": "撤销",
732
+ "name": "undo-line",
733
+ "category": "Line",
734
+ "categoryCN": "线",
735
+ "author": "阿广"
736
+ }, {
737
+ "id": 105,
738
+ "title": "重做",
739
+ "name": "redo-line",
740
+ "category": "Line",
741
+ "categoryCN": "线",
742
+ "author": "阿广"
743
+ }, {
744
+ "id": 106,
745
+ "title": "手机",
746
+ "name": "phone-line",
747
+ "category": "Line",
748
+ "categoryCN": "线",
749
+ "author": "阿广"
750
+ }, {
751
+ "id": 107,
752
+ "title": "添加组织",
753
+ "name": "add-team-line",
754
+ "category": "Line",
755
+ "categoryCN": "线",
756
+ "author": "阿广"
757
+ }, {
758
+ "id": 108,
759
+ "title": "密码",
760
+ "name": "passcode-line",
761
+ "category": "Line",
762
+ "categoryCN": "线",
763
+ "author": "阿广"
764
+ }, {
765
+ "id": 109,
766
+ "title": "邀请用户",
767
+ "name": "invite-user-line",
768
+ "category": "Line",
769
+ "categoryCN": "线",
770
+ "author": "阿广"
771
+ }, {
772
+ "id": 110,
773
+ "title": "网络连接",
774
+ "name": "link-network-line",
775
+ "category": "Line",
776
+ "categoryCN": "线",
777
+ "author": "阿广"
778
+ }, {
779
+ "id": 111,
780
+ "title": "排除",
781
+ "name": "exclude-line",
782
+ "category": "Line",
783
+ "categoryCN": "线",
784
+ "author": "阿广"
785
+ }, {
786
+ "id": 112,
787
+ "title": "保留",
788
+ "name": "keeponly-line",
789
+ "category": "Line",
790
+ "categoryCN": "线",
791
+ "author": "阿广"
792
+ }, {
793
+ "id": 113,
794
+ "title": "结构-树",
795
+ "name": "structure-tree-line",
796
+ "category": "Line",
797
+ "categoryCN": "线",
798
+ "author": "阿广"
799
+ }, {
800
+ "id": 114,
801
+ "title": "结构-列",
802
+ "name": "structure-column-line",
803
+ "category": "Line",
804
+ "categoryCN": "线",
805
+ "author": "阿广"
806
+ }, {
807
+ "id": 115,
808
+ "title": "vlookup",
809
+ "name": "vlookup-line",
810
+ "category": "Line",
811
+ "categoryCN": "线",
812
+ "author": "阿广"
813
+ }, {
814
+ "id": 116,
815
+ "title": "合并-方形",
816
+ "name": "merge-square-line",
817
+ "category": "Line",
818
+ "categoryCN": "线",
819
+ "author": "阿广"
820
+ }, {
821
+ "id": 117,
822
+ "title": "替换",
823
+ "name": "replace-line",
824
+ "category": "Line",
825
+ "categoryCN": "线",
826
+ "author": "阿广"
827
+ }, {
828
+ "id": 118,
829
+ "title": "添加到sql",
830
+ "name": "sql-addto-line",
831
+ "category": "Line",
832
+ "categoryCN": "线",
833
+ "author": "阿广"
834
+ }, {
835
+ "id": 119,
836
+ "title": "颜色",
837
+ "name": "color-line",
838
+ "category": "Line",
839
+ "categoryCN": "线",
840
+ "author": "阿广"
841
+ }, {
842
+ "id": 120,
843
+ "title": "排序",
844
+ "name": "sort-line",
845
+ "category": "Line",
846
+ "categoryCN": "线",
847
+ "author": "阿广"
848
+ }, {
849
+ "id": 121,
850
+ "title": "分组",
851
+ "name": "grouping-line",
852
+ "category": "Line",
853
+ "categoryCN": "线",
854
+ "author": "阿广"
855
+ }, {
856
+ "id": 122,
857
+ "title": "格式-显示",
858
+ "name": "format-show-line",
859
+ "category": "Line",
860
+ "categoryCN": "线",
861
+ "author": "阿广"
862
+ }, {
863
+ "id": 123,
864
+ "title": "连接-圆形",
865
+ "name": "join-circle-line",
866
+ "category": "Line",
867
+ "categoryCN": "线",
868
+ "author": "阿广"
869
+ }, {
870
+ "id": 124,
871
+ "title": "切换",
872
+ "name": "toggle-line",
873
+ "category": "Line",
874
+ "categoryCN": "线",
875
+ "author": "阿广"
876
+ }, {
877
+ "id": 125,
878
+ "title": "文章",
879
+ "name": "article-fill",
880
+ "category": "Fill",
881
+ "categoryCN": "填充",
882
+ "author": "阿广"
883
+ }, {
884
+ "id": 126,
885
+ "title": "存储",
886
+ "name": "storage-fill",
887
+ "category": "Fill",
888
+ "categoryCN": "填充",
889
+ "author": "阿广"
890
+ }, {
891
+ "id": 127,
892
+ "title": "",
893
+ "name": "dot-fill",
894
+ "category": "Fill",
895
+ "categoryCN": "填充",
896
+ "author": "阿广"
897
+ }, {
898
+ "id": 128,
899
+ "title": "信息",
900
+ "name": "info-fill",
901
+ "category": "Fill",
902
+ "categoryCN": "填充",
903
+ "author": "阿广"
904
+ }, {
905
+ "id": 129,
906
+ "title": "闪电",
907
+ "name": "lightning-fill",
908
+ "category": "Fill",
909
+ "categoryCN": "填充",
910
+ "author": "阿广"
911
+ }, {
912
+ "id": 130,
913
+ "title": "文件夹_打开",
914
+ "name": "folder-open-fill",
915
+ "category": "Fill",
916
+ "categoryCN": "填充",
917
+ "author": "阿广"
918
+ }, {
919
+ "id": 131,
920
+ "title": "文件夹",
921
+ "name": "folder-fill",
922
+ "category": "Fill",
923
+ "categoryCN": "填充",
924
+ "author": "阿广"
925
+ }, {
926
+ "id": 132,
927
+ "title": "取消",
928
+ "name": "cancel-fill",
929
+ "category": "Fill",
930
+ "categoryCN": "填充",
931
+ "author": "阿广"
932
+ }, {
933
+ "id": 133,
934
+ "title": "更多",
935
+ "name": "more-fill",
936
+ "category": "Fill",
937
+ "categoryCN": "填充",
938
+ "author": "阿广"
939
+ }, {
940
+ "id": 134,
941
+ "title": "勾选",
942
+ "name": "check-fill",
943
+ "category": "Fill",
944
+ "categoryCN": "填充",
945
+ "author": "阿广"
946
+ }, {
947
+ "id": 135,
948
+ "title": "错误",
949
+ "name": "error-fill",
950
+ "category": "Fill",
951
+ "categoryCN": "填充",
952
+ "author": "阿广"
953
+ }, {
954
+ "id": 136,
955
+ "title": "播放",
956
+ "name": "play-fill",
957
+ "category": "Fill",
958
+ "categoryCN": "填充",
959
+ "author": "阿广"
960
+ }, {
961
+ "id": 137,
962
+ "title": "展开",
963
+ "name": "expand-fill",
964
+ "category": "Fill",
965
+ "categoryCN": "填充",
966
+ "author": "阿广"
967
+ }, {
968
+ "id": 138,
969
+ "title": "折叠",
970
+ "name": "fold-fill",
971
+ "category": "Fill",
972
+ "categoryCN": "填充",
973
+ "author": "阿广"
974
+ }, {
975
+ "id": 139,
976
+ "title": "五角星",
977
+ "name": "star-fill",
978
+ "category": "Fill",
979
+ "categoryCN": "填充",
980
+ "author": "阿广"
981
+ }, {
982
+ "id": 140,
983
+ "title": "个人空间-主导航",
984
+ "name": "space-user-nav",
985
+ "category": "MainNavigator",
986
+ "categoryCN": "主导航",
987
+ "author": ""
988
+ }, {
989
+ "id": 141,
990
+ "title": "团队空间-主导航",
991
+ "name": "space-team-nav",
992
+ "category": "MainNavigator",
993
+ "categoryCN": "主导航",
994
+ "author": ""
995
+ }, {
996
+ "id": 142,
997
+ "title": "分享-主导航",
998
+ "name": "repost-nav",
999
+ "category": "MainNavigator",
1000
+ "categoryCN": "主导航",
1001
+ "author": ""
1002
+ }, {
1003
+ "id": 143,
1004
+ "title": "用户-主导航",
1005
+ "name": "user-nav",
1006
+ "category": "MainNavigator",
1007
+ "categoryCN": "主导航",
1008
+ "author": ""
1009
+ }, {
1010
+ "id": 144,
1011
+ "title": "帮助-圆形-主导航",
1012
+ "name": "help-circle-nav",
1013
+ "category": "MainNavigator",
1014
+ "categoryCN": "主导航",
1015
+ "author": ""
1016
+ }, {
1017
+ "id": 145,
1018
+ "title": "数据源-主导航",
1019
+ "name": "datasource-nav",
1020
+ "category": "MainNavigator",
1021
+ "categoryCN": "主导航",
1022
+ "author": ""
1023
+ }, {
1024
+ "id": 146,
1025
+ "title": "转发-主导航",
1026
+ "name": "forward-nav",
1027
+ "category": "MainNavigator",
1028
+ "categoryCN": "主导航",
1029
+ "author": ""
1030
+ }, {
1031
+ "id": 147,
1032
+ "title": "时钟-历史-主导航",
1033
+ "name": "clock-history-nav",
1034
+ "category": "MainNavigator",
1035
+ "categoryCN": "主导航",
1036
+ "author": ""
1037
+ }, {
1038
+ "id": 148,
1039
+ "title": "模板-主导航",
1040
+ "name": "template-nav",
1041
+ "category": "MainNavigator",
1042
+ "categoryCN": "主导航",
1043
+ "author": ""
1044
+ }, {
1045
+ "id": 149,
1046
+ "title": "设置-主导航",
1047
+ "name": "setting-nav",
1048
+ "category": "MainNavigator",
1049
+ "categoryCN": "主导航",
1050
+ "author": ""
1051
+ }, {
1052
+ "id": 150,
1053
+ "title": "五角星-主导航",
1054
+ "name": "star-nav",
1055
+ "category": "MainNavigator",
1056
+ "categoryCN": "主导航",
1057
+ "author": ""
1058
+ }, {
1059
+ "id": 151,
1060
+ "title": "首页-主导航",
1061
+ "name": "home-nav",
1062
+ "category": "MainNavigator",
1063
+ "categoryCN": "主导航",
1064
+ "author": ""
1065
+ }, {
1066
+ "id": 152,
1067
+ "title": "团队-主导航",
1068
+ "name": "team-nav",
1069
+ "category": "MainNavigator",
1070
+ "categoryCN": "主导航",
1071
+ "author": ""
1072
+ }, {
1073
+ "id": 153,
1074
+ "title": "组件-详情-主导航",
1075
+ "name": "component-info-nav",
1076
+ "category": "MainNavigator",
1077
+ "categoryCN": "主导航",
1078
+ "author": "阿广"
1079
+ }, {
1080
+ "id": 154,
1081
+ "title": "添加-图标-主导航",
1082
+ "name": "add-chart-nav",
1083
+ "category": "MainNavigator",
1084
+ "categoryCN": "主导航",
1085
+ "author": "阿广"
1086
+ }, {
1087
+ "id": 155,
1088
+ "title": "添加-过滤-主导航",
1089
+ "name": "add-filter-nav",
1090
+ "category": "MainNavigator",
1091
+ "categoryCN": "主导航",
1092
+ "author": "阿广"
1093
+ }, {
1094
+ "id": 156,
1095
+ "title": "血缘-主导航",
1096
+ "name": "lineage-nav",
1097
+ "category": "MainNavigator",
1098
+ "categoryCN": "主导航",
1099
+ "author": "阿广"
1100
+ }, {
1101
+ "id": 157,
1102
+ "title": "添加-其他-主导航",
1103
+ "name": "add-other-nav",
1104
+ "category": "MainNavigator",
1105
+ "categoryCN": "主导航",
1106
+ "author": "阿广"
1107
+ }, {
1108
+ "id": 158,
1109
+ "title": "勾选-圆形-双色",
1110
+ "name": "check-circle-duotone",
1111
+ "category": "Duotone",
1112
+ "categoryCN": "双色",
1113
+ "author": "阿广"
1114
+ }, {
1115
+ "id": 159,
1116
+ "title": "列-打开-双色",
1117
+ "name": "column-on-duotone",
1118
+ "category": "Duotone",
1119
+ "categoryCN": "双色",
1120
+ "author": "阿广"
1121
+ }, {
1122
+ "id": 160,
1123
+ "title": "列-关闭-双色",
1124
+ "name": "column-off-duotone",
1125
+ "category": "Duotone",
1126
+ "categoryCN": "双色",
1127
+ "author": "阿广"
1128
+ }, {
1129
+ "id": 161,
1130
+ "title": "表格-打开-双色",
1131
+ "name": "table-on-duotone",
1132
+ "category": "Duotone",
1133
+ "categoryCN": "双色",
1134
+ "author": "阿广"
1135
+ }, {
1136
+ "id": 162,
1137
+ "title": "表格-关闭-双色",
1138
+ "name": "table-off-duotone",
1139
+ "category": "Duotone",
1140
+ "categoryCN": "双色",
1141
+ "author": "阿广"
1142
+ }, {
1143
+ "id": 163,
1144
+ "title": "增加小数",
1145
+ "name": "increase-the-scale-duotone",
1146
+ "category": "Duotone",
1147
+ "categoryCN": "双色",
1148
+ "author": "阿广"
1149
+ }, {
1150
+ "id": 164,
1151
+ "title": "减少小数位-双色",
1152
+ "name": "reduce-decimal-places-duotone",
1153
+ "category": "Duotone",
1154
+ "categoryCN": "双色",
1155
+ "author": "阿广"
1156
+ }, {
1157
+ "id": 165,
1158
+ "title": "日期-转换-双色",
1159
+ "name": "date-convert-duotone",
1160
+ "category": "Duotone",
1161
+ "categoryCN": "双色",
1162
+ "author": "阿广"
1163
+ }, {
1164
+ "id": 166,
1165
+ "title": "日期-裁剪-双色",
1166
+ "name": "data-crop-duotone",
1167
+ "category": "Duotone",
1168
+ "categoryCN": "双色",
1169
+ "author": "阿广"
1170
+ }, {
1171
+ "id": 167,
1172
+ "title": "警告-圆形-双色",
1173
+ "name": "alert-circle-duotone",
1174
+ "category": "Duotone",
1175
+ "categoryCN": "双色",
1176
+ "author": "阿广"
1177
+ }, {
1178
+ "id": 168,
1179
+ "title": "排序-升序",
1180
+ "name": "sort-amount-up-duotone",
1181
+ "category": "Duotone",
1182
+ "categoryCN": "双色",
1183
+ "author": "阿广"
1184
+ }, {
1185
+ "id": 169,
1186
+ "title": "排序-降序",
1187
+ "name": "sort-amount-down-duotone",
1188
+ "category": "Duotone",
1189
+ "categoryCN": "双色",
1190
+ "author": "阿广"
1191
+ }, {
1192
+ "id": 170,
1193
+ "title": "已过滤",
1194
+ "name": "filtered-duotone",
1195
+ "category": "Duotone",
1196
+ "categoryCN": "双色",
1197
+ "author": "阿广"
1198
+ }, {
1199
+ "id": 171,
1200
+ "title": "分组-展开",
1201
+ "name": "group-expand-duotone",
1202
+ "category": "Duotone",
1203
+ "categoryCN": "双色",
1204
+ "author": "阿广"
1205
+ }, {
1206
+ "id": 172,
1207
+ "title": "分组-折叠",
1208
+ "name": "group-fold-duotone",
1209
+ "category": "Duotone",
1210
+ "categoryCN": "双色",
1211
+ "author": "阿广"
1212
+ }, {
1213
+ "id": 173,
1214
+ "title": "添加-圆形",
1215
+ "name": "add-circle-duotone",
1216
+ "category": "Duotone",
1217
+ "categoryCN": "双色",
1218
+ "author": "阿广"
1219
+ }, {
1220
+ "id": 174,
1221
+ "title": "取消-圆形",
1222
+ "name": "cancel-circle-duotone",
1223
+ "category": "Duotone",
1224
+ "categoryCN": "双色",
1225
+ "author": "阿广"
1226
+ }, {
1227
+ "id": 175,
1228
+ "title": "x轴下方",
1229
+ "name": "x-below-duotone",
1230
+ "category": "Duotone",
1231
+ "categoryCN": "双色",
1232
+ "author": "阿广"
1233
+ }, {
1234
+ "id": 176,
1235
+ "title": "x轴上方",
1236
+ "name": "x-top-duotone",
1237
+ "category": "Duotone",
1238
+ "categoryCN": "双色",
1239
+ "author": "阿广"
1240
+ }, {
1241
+ "id": 177,
1242
+ "title": "hive",
1243
+ "name": "hive-source",
1244
+ "category": "DataSource",
1245
+ "categoryCN": "数据源平台",
1246
+ "author": "阿广"
1247
+ }, {
1248
+ "id": 178,
1249
+ "title": "mysql",
1250
+ "name": "mysql-source",
1251
+ "category": "DataSource",
1252
+ "categoryCN": "数据源平台",
1253
+ "author": "阿广"
1254
+ }, {
1255
+ "id": 179,
1256
+ "title": "PostgreSQL",
1257
+ "name": "postgresql-source",
1258
+ "category": "DataSource",
1259
+ "categoryCN": "数据源平台",
1260
+ "author": "阿广"
1261
+ }, {
1262
+ "id": 180,
1263
+ "title": "分组条形图",
1264
+ "name": "grouped-bar-horizontal-chart",
1265
+ "category": "Chart",
1266
+ "categoryCN": "图表",
1267
+ "author": "阿广"
1268
+ }, {
1269
+ "id": 181,
1270
+ "title": "百分比柱状体",
1271
+ "name": "percentage-bar-vertical-chart",
1272
+ "category": "Chart",
1273
+ "categoryCN": "图表",
1274
+ "author": "阿广"
1275
+ }, {
1276
+ "id": 182,
1277
+ "title": "堆叠条形图",
1278
+ "name": "stacked-bar-horizontal-chart",
1279
+ "category": "Chart",
1280
+ "categoryCN": "图表",
1281
+ "author": "阿广"
1282
+ }, {
1283
+ "id": 183,
1284
+ "title": "折线图",
1285
+ "name": "line-chart",
1286
+ "category": "Chart",
1287
+ "categoryCN": "图表",
1288
+ "author": "阿广"
1289
+ }, {
1290
+ "id": 184,
1291
+ "title": "环形图",
1292
+ "name": "donut-chart",
1293
+ "category": "Chart",
1294
+ "categoryCN": "图表",
1295
+ "author": "阿广"
1296
+ }, {
1297
+ "id": 185,
1298
+ "title": "饼图",
1299
+ "name": "pie-chart",
1300
+ "category": "Chart",
1301
+ "categoryCN": "图表",
1302
+ "author": "阿广"
1303
+ }, {
1304
+ "id": 186,
1305
+ "title": "透视图",
1306
+ "name": "pivot-table-chart",
1307
+ "category": "Chart",
1308
+ "categoryCN": "图表",
1309
+ "author": "阿广"
1310
+ }, {
1311
+ "id": 187,
1312
+ "title": "堆叠柱形图",
1313
+ "name": "stacked-bar-vertical-chart",
1314
+ "category": "Chart",
1315
+ "categoryCN": "图表",
1316
+ "author": "阿广"
1317
+ }, {
1318
+ "id": 188,
1319
+ "title": "组合图",
1320
+ "name": "combo-chart",
1321
+ "category": "Chart",
1322
+ "categoryCN": "图表",
1323
+ "author": "阿广"
1324
+ }, {
1325
+ "id": 189,
1326
+ "title": "表格",
1327
+ "name": "table-chart",
1328
+ "category": "Chart",
1329
+ "categoryCN": "图表",
1330
+ "author": "阿广"
1331
+ }, {
1332
+ "id": 190,
1333
+ "title": "指标卡",
1334
+ "name": "statistic-card-chart",
1335
+ "category": "Chart",
1336
+ "categoryCN": "图表",
1337
+ "author": "阿广"
1338
+ }, {
1339
+ "id": 191,
1340
+ "title": "百分比条形图",
1341
+ "name": "percentage-bar-horizontal-chart",
1342
+ "category": "Chart",
1343
+ "categoryCN": "图表",
1344
+ "author": "阿广"
1345
+ }, {
1346
+ "id": 192,
1347
+ "title": "分组柱状图",
1348
+ "name": "grouped-bar-vertical-chart",
1349
+ "category": "Chart",
1350
+ "categoryCN": "图表",
1351
+ "author": "阿广"
1352
+ }, {
1353
+ "id": 193,
1354
+ "title": "添加-图标",
1355
+ "name": "add-chart",
1356
+ "category": "Chart",
1357
+ "categoryCN": "填充",
1358
+ "author": "阿广"
1359
+ }, {
1360
+ "id": 194,
1361
+ "title": "空态",
1362
+ "name": "empty-empty",
1363
+ "category": "Empty",
1364
+ "categoryCN": "空态",
1365
+ "author": "阿广"
1366
+ }, {
1367
+ "id": 195,
1368
+ "title": "环形图为空",
1369
+ "name": "donut-chart-empty",
1370
+ "category": "Empty",
1371
+ "categoryCN": "空态",
1372
+ "author": "阿广"
1373
+ }, {
1374
+ "id": 196,
1375
+ "title": "组合为空",
1376
+ "name": "combo-chart-empty",
1377
+ "category": "Empty",
1378
+ "categoryCN": "空态",
1379
+ "author": "阿广"
1380
+ }, {
1381
+ "id": 197,
1382
+ "title": "百分比柱状图为空",
1383
+ "name": "percentage-bar-vertical-chart-empty",
1384
+ "category": "Empty",
1385
+ "categoryCN": "空态",
1386
+ "author": "阿广"
1387
+ }, {
1388
+ "id": 198,
1389
+ "title": "堆叠柱状图为空",
1390
+ "name": "stacked-bar-vertical-chart-empty",
1391
+ "category": "Empty",
1392
+ "categoryCN": "空态",
1393
+ "author": "阿广"
1394
+ }, {
1395
+ "id": 199,
1396
+ "title": "饼状图为空",
1397
+ "name": "pie-chart-empty",
1398
+ "category": "Empty",
1399
+ "categoryCN": "空态",
1400
+ "author": "阿广"
1401
+ }, {
1402
+ "id": 200,
1403
+ "title": "百分比条形图为空",
1404
+ "name": "percentage-bar-horizontal-chart-empty",
1405
+ "category": "Empty",
1406
+ "categoryCN": "空态",
1407
+ "author": "阿广"
1408
+ }, {
1409
+ "id": 201,
1410
+ "title": "表格为空",
1411
+ "name": "table-empty",
1412
+ "category": "Empty",
1413
+ "categoryCN": "空态",
1414
+ "author": "阿广"
1415
+ }, {
1416
+ "id": 202,
1417
+ "title": "分组柱状图为空",
1418
+ "name": "grouped-bar-vertical-chart-empty",
1419
+ "category": "Empty",
1420
+ "categoryCN": "空态",
1421
+ "author": "阿广"
1422
+ }, {
1423
+ "id": 203,
1424
+ "title": "堆叠条形图为空",
1425
+ "name": "stacked-bar-horizontal-chart-empty",
1426
+ "category": "Empty",
1427
+ "categoryCN": "空态",
1428
+ "author": "阿广"
1429
+ }, {
1430
+ "id": 204,
1431
+ "title": "分组条形图为空",
1432
+ "name": "grouped-bar-horizontal-chart-empty",
1433
+ "category": "Empty",
1434
+ "categoryCN": "空态",
1435
+ "author": "阿广"
1436
+ }, {
1437
+ "id": 205,
1438
+ "title": "折线图为空",
1439
+ "name": "line-chart-empty",
1440
+ "category": "Empty",
1441
+ "categoryCN": "空态",
1442
+ "author": "阿广"
1443
+ }, {
1444
+ "id": 206,
1445
+ "title": "指标卡为空",
1446
+ "name": "statistic-card-empty",
1447
+ "category": "Empty",
1448
+ "categoryCN": "空态",
1449
+ "author": "阿广"
1450
+ }, {
1451
+ "id": 207,
1452
+ "title": "透视图为空",
1453
+ "name": "pivot-table-empty",
1454
+ "category": "Empty",
1455
+ "categoryCN": "空态",
1456
+ "author": "阿广"
1457
+ }, {
1458
+ "id": 208,
1459
+ "title": "来源数据为空",
1460
+ "name": "source-data-empty",
1461
+ "category": "Empty",
1462
+ "categoryCN": "空态",
1463
+ "author": "阿广"
1464
+ }, {
1465
+ "id": 209,
1466
+ "title": "来源数据为空",
1467
+ "name": "source-data-empty-line",
1468
+ "category": "Line",
1469
+ "categoryCN": "线",
1470
+ "author": "阿广"
1471
+ }, {
1472
+ "id": 210,
1473
+ "title": "添加汇总-线性",
1474
+ "name": "add-formula-line",
1475
+ "category": "Line",
1476
+ "categoryCN": "线",
1477
+ "author": "阿广"
1478
+ }, {
1479
+ "id": 211,
1480
+ "title": "空-线性",
1481
+ "name": "empty-line",
1482
+ "category": "Line",
1483
+ "categoryCN": "线",
1484
+ "author": "阿广"
1485
+ }, {
1486
+ "id": 212,
1487
+ "title": "抽取-线性",
1488
+ "name": "extraction-line",
1489
+ "category": "Line",
1490
+ "categoryCN": "线",
1491
+ "author": "阿广"
1492
+ }, {
1493
+ "id": 213,
1494
+ "title": "更多-竖线",
1495
+ "name": "more-vertical-line",
1496
+ "category": "Line",
1497
+ "categoryCN": "线",
1498
+ "author": "阿广"
1499
+ }, {
1500
+ "id": 214,
1501
+ "title": "退出",
1502
+ "name": "log-out-line",
1503
+ "category": "Line",
1504
+ "categoryCN": "线",
1505
+ "author": "阿广"
1506
+ }, {
1507
+ "id": 215,
1508
+ "title": "移除-圆形",
1509
+ "name": "remove-circle-line",
1510
+ "category": "Line",
1511
+ "categoryCN": "线",
1512
+ "author": "阿广"
1513
+ }, {
1514
+ "id": 216,
1515
+ "title": "数据源",
1516
+ "name": "datasource-line",
1517
+ "category": "Line",
1518
+ "categoryCN": "线",
1519
+ "author": "阿广"
1520
+ }, {
1521
+ "id": 217,
1522
+ "title": "函数-多色",
1523
+ "name": "fx-duotone-line",
1524
+ "category": "Line",
1525
+ "categoryCN": "线",
1526
+ "author": "阿广"
1527
+ }, {
1528
+ "id": 218,
1529
+ "title": "SQL-线",
1530
+ "name": "sql-line",
1531
+ "category": "line",
1532
+ "categoryCN": "线",
1533
+ "author": "阿广"
1534
+ }, {
1535
+ "id": 219,
1536
+ "title": "数值范围",
1537
+ "name": "numerical-range-chart",
1538
+ "category": "Chart",
1539
+ "categoryCN": "图标",
1540
+ "author": "阿广"
1541
+ }, {
1542
+ "id": 220,
1543
+ "title": "日期范围",
1544
+ "name": "date-range-chart",
1545
+ "category": "Chart",
1546
+ "categoryCN": "图标",
1547
+ "author": "阿广"
1548
+ }, {
1549
+ "id": 221,
1550
+ "title": "输入框",
1551
+ "name": "input-chart",
1552
+ "category": "Chart",
1553
+ "categoryCN": "图标",
1554
+ "author": "阿广"
1555
+ }, {
1556
+ "id": 222,
1557
+ "title": "日期",
1558
+ "name": "date-chart",
1559
+ "category": "Chart",
1560
+ "categoryCN": "图标",
1561
+ "author": "阿广"
1562
+ }, {
1563
+ "id": 223,
1564
+ "title": "下拉菜单",
1565
+ "name": "dropdown-chart",
1566
+ "category": "Chart",
1567
+ "categoryCN": "图标",
1568
+ "author": "阿广"
1569
+ }, {
1570
+ "id": 224,
1571
+ "title": "Y-左侧",
1572
+ "name": "y-left-duotone",
1573
+ "category": "Duotone",
1574
+ "categoryCN": "双色",
1575
+ "author": "阿广"
1576
+ }, {
1577
+ "id": 225,
1578
+ "title": "Y-右侧",
1579
+ "name": "y-right-duotone",
1580
+ "category": "Duotone",
1581
+ "categoryCN": "双色",
1582
+ "author": "阿广"
1583
+ }, {
1584
+ "id": 226,
1585
+ "title": "左箭头-双线",
1586
+ "name": "arrows-left-double-line",
1587
+ "category": "Line",
1588
+ "categoryCN": "线",
1589
+ "author": "阿广"
1590
+ }, {
1591
+ "id": 227,
1592
+ "title": "右箭头-双线",
1593
+ "name": "arrows-right-double-line",
1594
+ "category": "Line",
1595
+ "categoryCN": "线",
1596
+ "author": "阿广"
1597
+ }, {
1598
+ "id": 228,
1599
+ "title": "布尔-线性",
1600
+ "name": "boolean-line",
1601
+ "category": "Line",
1602
+ "categoryCN": "线",
1603
+ "author": "阿广"
1604
+ }, {
1605
+ "id": 229,
1606
+ "title": "1-线",
1607
+ "name": "one-line",
1608
+ "category": "Line",
1609
+ "categoryCN": "线",
1610
+ "author": "阿广"
1611
+ }, {
1612
+ "id": 230,
1613
+ "title": "表-文件-线",
1614
+ "name": "table-file-line",
1615
+ "category": "Line",
1616
+ "categoryCN": "线",
1617
+ "author": "阿广"
1618
+ }, {
1619
+ "id": 231,
1620
+ "title": "坐标-线性",
1621
+ "name": "coordinate-line",
1622
+ "category": "Line",
1623
+ "categoryCN": "线",
1624
+ "author": "阿广"
1625
+ }, {
1626
+ "id": 232,
1627
+ "title": "左传递-线",
1628
+ "name": "transfer-left-line",
1629
+ "category": "Line",
1630
+ "categoryCN": "线",
1631
+ "author": "阿广"
1632
+ }, {
1633
+ "id": 233,
1634
+ "title": "勾选-列表-线",
1635
+ "name": "check-lists-line",
1636
+ "category": "Line",
1637
+ "categoryCN": "线",
1638
+ "author": "阿广"
1639
+ }, {
1640
+ "id": 234,
1641
+ "title": "右传递-线",
1642
+ "name": "transfer-right-line",
1643
+ "category": "Line",
1644
+ "categoryCN": "线",
1645
+ "author": "阿广"
1646
+ }, {
1647
+ "id": 235,
1648
+ "title": "双向传递-线",
1649
+ "name": "transfer-two-way-line",
1650
+ "category": "Line",
1651
+ "categoryCN": "线",
1652
+ "author": "阿广"
1653
+ }, {
1654
+ "id": 236,
1655
+ "title": "n-线",
1656
+ "name": "n-line",
1657
+ "category": "Line",
1658
+ "categoryCN": "线",
1659
+ "author": "阿广"
1590
1660
  }];