@pubinfo/core 2.0.0-beta.9 → 2.0.0-rc.1

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 (628) hide show
  1. package/dist/{AppSetting-BQT7OI6K.js → AppSetting-Bblni_W7.js} +37 -39
  2. package/dist/{HCheckList.vue_vue_type_script_setup_true_lang-D4u_haxr.js → HCheckList.vue_vue_type_script_setup_true_lang-A7PnhNKK.js} +12 -14
  3. package/dist/HDivider.vue_vue_type_script_setup_true_lang-DIHR-9Yv.js +20 -0
  4. package/dist/HToggle-xibvPpmf.js +34 -0
  5. package/dist/PreferencesContent--JtPw_LT.js +923 -0
  6. package/dist/{SettingBreadcrumb-CgugOTgx.js → SettingBreadcrumb-BwhdAtkC.js} +9 -9
  7. package/dist/{SettingCopyright-BPeCJBLi.js → SettingCopyright-DPsRDagL.js} +8 -8
  8. package/dist/{SettingEnableTransition-BK0_EH_N.js → SettingEnableTransition-mtHTUb08.js} +20 -21
  9. package/dist/{SettingHome-DGnxlXLd.js → SettingHome-agxHFIKq.js} +20 -20
  10. package/dist/{SettingMenu-BqAd9zbL.js → SettingMenu-D6WwcOw-.js} +26 -26
  11. package/dist/{SettingMode-CgA3XDwW.js → SettingMode-CkmhszlD.js} +11 -12
  12. package/dist/{SettingNavSearch-WFnkcRQ3.js → SettingNavSearch-CEB5DZGf.js} +9 -9
  13. package/dist/{SettingOther-CG4RI6mO.js → SettingOther-Dzs1uwnC.js} +13 -13
  14. package/dist/SettingPage-bOThkL2-.js +29 -0
  15. package/dist/{SettingTabbar-CQA6ZT9l.js → SettingTabbar-L6yQxAeE.js} +18 -18
  16. package/dist/SettingThemes-Cxa5bR66.js +142 -0
  17. package/dist/{SettingToolbar-DdR2940j.js → SettingToolbar-BZ2uHom2.js} +10 -10
  18. package/dist/{SettingTopbar-C_jYO_Ax.js → SettingTopbar-hptxTh8m.js} +16 -16
  19. package/dist/{SettingWidthMode-ir_28SE3.js → SettingWidthMode-D2R2W4-n.js} +19 -20
  20. package/dist/{TopThinMode-jHDpKsma.js → TopThinMode-C26i10py.js} +1 -1
  21. package/dist/built-in/authentication/helper.d.ts +1 -0
  22. package/dist/built-in/authentication/index.d.ts +10 -0
  23. package/dist/built-in/authentication/interface.d.ts +7 -0
  24. package/dist/built-in/authentication/router.d.ts +2 -0
  25. package/dist/built-in/authorization/directives.d.ts +2 -0
  26. package/dist/built-in/authorization/helper.d.ts +6 -0
  27. package/dist/built-in/authorization/index.d.ts +7 -0
  28. package/dist/built-in/authorization/router.d.ts +3 -0
  29. package/dist/built-in/index.d.ts +8 -0
  30. package/dist/{layout → built-in/layout-component}/Layout.vue.d.ts +2 -2
  31. package/dist/{layout → built-in/layout-component}/components/Header/TopMode/More.vue.d.ts +1 -1
  32. package/dist/{layout → built-in/layout-component}/components/Header/TopMode/NotCursor.vue.d.ts +2 -0
  33. package/dist/{layout → built-in/layout-component}/components/Menu/sub.vue.d.ts +43 -43
  34. package/dist/{layout → built-in/layout-component}/components/Menu/types.d.ts +1 -1
  35. package/dist/{layout → built-in/layout-component}/components/Tools/Search.vue.d.ts +43 -43
  36. package/dist/{layout/components/Topbar/Tabbar/MoreAction.vue.d.ts → built-in/layout-component/components/Tools/index.vue.d.ts} +18 -2
  37. package/dist/{layout/components/Tools/index.vue.d.ts → built-in/layout-component/components/Topbar/Tabbar/MoreAction.vue.d.ts} +45 -61
  38. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HDialog.vue.d.ts +1 -1
  39. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HSlideover.vue.d.ts +1 -1
  40. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HTabList.vue.d.ts +2 -2
  41. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HTooltip.vue.d.ts +1 -1
  42. package/dist/{layout → built-in/layout-component}/composables/useContext.d.ts +1 -1
  43. package/dist/{layout → built-in/layout-component}/composables/useHotkey.d.ts +1 -1
  44. package/dist/{layout → built-in/layout-component}/composables/useMenu.d.ts +1 -1
  45. package/dist/{layout → built-in/layout-component}/index.d.ts +5 -4
  46. package/dist/built-in/layout-component/utils/eventBus.d.ts +5 -0
  47. package/dist/built-in/layout-component/utils/index.d.ts +3 -0
  48. package/dist/{utils → built-in/layout-component/utils}/watermark.d.ts +1 -1
  49. package/dist/built-in/locales/helpler.d.ts +594 -0
  50. package/dist/built-in/locales/index.d.ts +5 -0
  51. package/dist/built-in/n-progress/index.d.ts +6 -0
  52. package/dist/built-in/pinia-plugin/enum.d.ts +1 -0
  53. package/dist/built-in/pinia-plugin/index.d.ts +5 -0
  54. package/dist/built-in/pinia-plugin/plugins/persist.d.ts +3 -0
  55. package/dist/built-in/pre-access/index.d.ts +7 -0
  56. package/dist/built-in/settings/index.d.ts +5 -0
  57. package/dist/built-in/settings/router.d.ts +3 -0
  58. package/dist/{colors-gu4NABiz.js → colors-C8I6Fdyp.js} +1 -1
  59. package/dist/core/create.d.ts +2 -0
  60. package/dist/core/ctx.d.ts +1 -0
  61. package/dist/core/index.d.ts +4 -0
  62. package/dist/core/interface.d.ts +74 -0
  63. package/dist/{modules.d.ts → core/modules.d.ts} +9 -0
  64. package/dist/{api/index.d.ts → core/request.d.ts} +2 -4
  65. package/dist/core/resolver/icon.d.ts +5 -0
  66. package/dist/core/resolver/index.d.ts +4 -0
  67. package/dist/core/resolver/layout.d.ts +2 -0
  68. package/dist/core/resolver/page.d.ts +17 -0
  69. package/dist/core/resolver/resolver.d.ts +10 -0
  70. package/dist/{api → features/api}/modules/auth/renzhengfuwu.d.ts +7 -0
  71. package/dist/{api → features/api}/modules/configData/index.d.ts +1 -1
  72. package/dist/{api → features/api}/modules/rbac/pubJiaosezukongzhiqi.d.ts +7 -0
  73. package/dist/{api → features/api}/modules/rbac/ziyuanjiekou.d.ts +7 -0
  74. package/dist/features/api/request.d.ts +2 -0
  75. package/dist/{assets → features/assets}/styles/index.d.ts +2 -3
  76. package/dist/{composables → features/composables}/auth.d.ts +1 -1
  77. package/dist/features/context/index.d.ts +12 -0
  78. package/dist/features/enum.d.ts +21 -0
  79. package/dist/features/index.d.ts +7 -0
  80. package/dist/features/router/asyncRoutes.d.ts +14 -0
  81. package/dist/features/router/index.d.ts +2 -0
  82. package/dist/features/router/systemRoutes.d.ts +9 -0
  83. package/dist/features/stores/index.d.ts +1 -0
  84. package/dist/{stores → features/stores}/modules/favorites.d.ts +2 -2
  85. package/dist/{stores → features/stores}/modules/route.d.ts +6 -6
  86. package/dist/{stores → features/stores}/modules/tabbar.d.ts +1 -1
  87. package/dist/features/stores/modules/user.d.ts +36 -0
  88. package/dist/features/stores/utils/crypto.d.ts +1 -0
  89. package/dist/features/stores/utils/index.d.ts +2 -0
  90. package/dist/features/stores/utils/routerHelper.d.ts +17 -0
  91. package/dist/{reload-CUcPYtl7.js → index-BD2fkZis.js} +5 -5
  92. package/dist/index-CkyHqPON.js +139 -0
  93. package/dist/{index-NpS61xSA.js → index-D3zjK9rd.js} +54 -54
  94. package/dist/index-D948mfZb.js +49 -0
  95. package/dist/{index-CWIfG62O.js → index-DZ6SbWiv.js} +1804 -1897
  96. package/dist/{index-CjsnFBwd.js → index-DdS6qgK_.js} +7733 -8240
  97. package/dist/index-DeWCd_-p.js +44 -0
  98. package/dist/index-EOTrQlGo.js +258 -0
  99. package/dist/index-RwbJwutI.js +52514 -0
  100. package/dist/index-xzfvpJSq.js +234 -0
  101. package/dist/index.d.ts +23 -11
  102. package/dist/index.js +59 -72
  103. package/dist/pick-D6j4F3UM.js +12 -0
  104. package/dist/style.css +3 -3
  105. package/dist/utils/index.d.ts +4 -13
  106. package/dist/utils/path.d.ts +1 -0
  107. package/dist/utils/proxy.d.ts +1 -0
  108. package/dist/utils/storage.d.ts +1 -2
  109. package/package.json +41 -43
  110. package/src/built-in/authentication/helper.ts +55 -0
  111. package/src/built-in/authentication/index.ts +42 -0
  112. package/src/built-in/authentication/interface.ts +7 -0
  113. package/src/{pages/system → built-in/authentication/pages}/change-organization/index.vue +29 -43
  114. package/src/built-in/authentication/pages/change-password/assets/login-small.png +0 -0
  115. package/src/built-in/authentication/pages/change-password/assets/login-small_dark.webp +0 -0
  116. package/src/{pages/system → built-in/authentication/pages}/change-password/components/ChangePasswordForm/index.vue +1 -1
  117. package/src/{pages/system → built-in/authentication/pages}/change-password/index.vue +19 -36
  118. package/src/built-in/authentication/router.ts +57 -0
  119. package/src/{directives/plugins/permission.ts → built-in/authorization/directives.ts} +6 -7
  120. package/src/built-in/authorization/helper.ts +11 -0
  121. package/src/built-in/authorization/index.ts +25 -0
  122. package/src/{pages/system → built-in/authorization/pages}/not-permission/index.vue +9 -13
  123. package/src/{route/guard/auth.ts → built-in/authorization/router.ts} +39 -9
  124. package/src/built-in/index.ts +8 -0
  125. package/src/built-in/layout-component/Layout.vue +273 -0
  126. package/src/{layout → built-in/layout-component}/components/Content/IframeView.vue +1 -2
  127. package/src/{layout → built-in/layout-component}/components/Content/LinkView.vue +2 -2
  128. package/src/built-in/layout-component/components/Content/index.vue +146 -0
  129. package/src/{layout → built-in/layout-component}/components/Copyright/index.vue +7 -8
  130. package/src/{layout → built-in/layout-component}/components/Header/TopMode/More.vue +26 -34
  131. package/src/built-in/layout-component/components/Header/TopMode/NotCursor.vue +70 -0
  132. package/src/{layout → built-in/layout-component}/components/Header/TopMode/index.vue +14 -18
  133. package/src/built-in/layout-component/components/Header/index.vue +171 -0
  134. package/src/{layout → built-in/layout-component}/components/Logo/index.vue +5 -20
  135. package/src/{layout → built-in/layout-component}/components/Menu/index.vue +3 -3
  136. package/src/{layout → built-in/layout-component}/components/Menu/item.vue +22 -27
  137. package/src/{layout → built-in/layout-component}/components/Menu/types.ts +1 -1
  138. package/src/{layout → built-in/layout-component}/components/SettingBar/AppSetting.vue +11 -11
  139. package/src/{layout → built-in/layout-component}/components/SettingBar/components/DayNightToggle.vue +26 -120
  140. package/src/built-in/layout-component/components/SettingBar/components/SettingEnableTransition.vue +190 -0
  141. package/src/built-in/layout-component/components/SettingBar/components/SettingMode.vue +154 -0
  142. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingThemes.vue +55 -90
  143. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingWidthMode.vue +63 -71
  144. package/src/built-in/layout-component/components/SettingBar/index.vue +81 -0
  145. package/src/{layout → built-in/layout-component}/components/Sidebar/MainSidebar.vue +87 -135
  146. package/src/{layout → built-in/layout-component}/components/Sidebar/SubSidebar.vue +50 -59
  147. package/src/built-in/layout-component/components/Tools/Breadcrumb/index.vue +15 -0
  148. package/src/built-in/layout-component/components/Tools/DayNightSwitch.vue +70 -0
  149. package/src/{layout → built-in/layout-component}/components/Tools/Preferences/PreferencesContent.vue +214 -278
  150. package/src/{layout → built-in/layout-component}/components/Tools/Search.vue +5 -5
  151. package/src/{layout → built-in/layout-component}/components/Tools/index.vue +9 -15
  152. package/src/{layout → built-in/layout-component}/components/Topbar/Tabbar/MoreAction.vue +98 -145
  153. package/src/{layout → built-in/layout-component}/components/Topbar/Tabbar/index.vue +293 -405
  154. package/src/{layout → built-in/layout-component}/components/Topbar/Toolbar/Favorites.vue +5 -5
  155. package/src/{layout → built-in/layout-component}/components/Topbar/Toolbar/index.vue +40 -57
  156. package/src/{layout → built-in/layout-component}/components/Topbar/index.vue +16 -19
  157. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HCheckList.vue +1 -1
  158. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HDialog.vue +1 -1
  159. package/src/built-in/layout-component/components/ui/HDivider.vue +24 -0
  160. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HDropdownMenu.vue +1 -1
  161. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HDropdownTree.vue +1 -1
  162. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HSlideover.vue +1 -1
  163. package/src/built-in/layout-component/components/ui/HToggle.vue +133 -0
  164. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HTooltip.vue +1 -1
  165. package/src/{layout → built-in/layout-component}/composables/useContext.ts +2 -2
  166. package/src/{layout → built-in/layout-component}/composables/useGetComputedStyle.ts +1 -1
  167. package/src/{layout → built-in/layout-component}/composables/useHotkey.ts +1 -1
  168. package/src/{layout → built-in/layout-component}/composables/useMainPage.ts +2 -2
  169. package/src/{layout → built-in/layout-component}/composables/useMenu.ts +1 -1
  170. package/src/{layout → built-in/layout-component}/composables/useTabbar.ts +1 -1
  171. package/src/{layout → built-in/layout-component}/composables/useTitle.ts +1 -1
  172. package/src/{layout → built-in/layout-component}/composables/useWatermark.ts +4 -4
  173. package/src/{layout → built-in/layout-component}/index.ts +38 -16
  174. package/src/{layout → built-in/layout-component}/provider.ts +8 -2
  175. package/src/built-in/layout-component/utils/eventBus.ts +8 -0
  176. package/src/built-in/layout-component/utils/index.ts +3 -0
  177. package/src/{utils → built-in/layout-component/utils}/watermark.ts +2 -2
  178. package/src/{locales/index.ts → built-in/locales/helpler.ts} +13 -17
  179. package/src/built-in/locales/index.ts +20 -0
  180. package/src/built-in/n-progress/index.ts +31 -0
  181. package/src/built-in/n-progress/nprogress.css +68 -0
  182. package/src/built-in/pinia-plugin/enum.ts +1 -0
  183. package/src/{stores → built-in/pinia-plugin}/helper.ts +3 -3
  184. package/src/built-in/pinia-plugin/index.ts +27 -0
  185. package/src/{stores/plugin/sideEffect → built-in/pinia-plugin/plugins}/cleanup.ts +1 -1
  186. package/src/{stores/plugin/sideEffect → built-in/pinia-plugin/plugins}/favoritesStorage.ts +6 -7
  187. package/src/{stores/plugin/sideEffect → built-in/pinia-plugin/plugins}/iframeCache.ts +3 -3
  188. package/src/built-in/pinia-plugin/plugins/persist.ts +21 -0
  189. package/src/{stores/plugin/sideEffect → built-in/pinia-plugin/plugins}/tabbarStorage.ts +7 -8
  190. package/src/built-in/pre-access/index.ts +20 -0
  191. package/src/built-in/settings/index.ts +15 -0
  192. package/src/{route/guard/setting.ts → built-in/settings/router.ts} +3 -2
  193. package/src/core/create.ts +70 -0
  194. package/src/core/ctx.ts +3 -0
  195. package/src/core/index.ts +4 -0
  196. package/src/core/interface.ts +89 -0
  197. package/src/{modules.ts → core/modules.ts} +19 -5
  198. package/src/core/request.ts +52 -0
  199. package/src/core/resolver/icon.ts +75 -0
  200. package/src/core/resolver/index.ts +4 -0
  201. package/src/core/resolver/layout.ts +23 -0
  202. package/src/core/resolver/page.ts +89 -0
  203. package/src/core/resolver/resolver.ts +25 -0
  204. package/src/{api → features/api}/modules/auth/renzhengfuwu.ts +47 -15
  205. package/src/{api → features/api}/modules/auth/typings.d.ts +34 -28
  206. package/src/{api → features/api}/modules/configData/heibaimingdanfuwu.ts +13 -4
  207. package/src/{api → features/api}/modules/configData/index.ts +1 -1
  208. package/src/{api → features/api}/modules/configData/typings.d.ts +79 -79
  209. package/src/{api → features/api}/modules/configData/xitongpeizhifuwu.ts +43 -19
  210. package/src/{api/modules/configData/zidianfuwu.ts → features/api/modules/configData/zidifuwu.ts} +41 -11
  211. package/src/{api → features/api}/modules/rbac/gangweijiekou.ts +25 -10
  212. package/src/{api → features/api}/modules/rbac/jiaosejiekou.ts +25 -10
  213. package/src/{api → features/api}/modules/rbac/pubJiaosezukongzhiqi.ts +46 -7
  214. package/src/{api → features/api}/modules/rbac/shujuquanxianzhubiaokongzhiqi.ts +27 -13
  215. package/src/{api → features/api}/modules/rbac/typings.d.ts +323 -304
  216. package/src/{api → features/api}/modules/rbac/yonghujiekou.ts +49 -16
  217. package/src/{api → features/api}/modules/rbac/yonghushoucangbiaojiekou.ts +21 -6
  218. package/src/{api → features/api}/modules/rbac/yonghuzuijinchangyongbiaojiekou.ts +13 -4
  219. package/src/{api → features/api}/modules/rbac/ziyuanjiekou.ts +44 -5
  220. package/src/{api → features/api}/modules/rbac/zuhuguanlijiekou.ts +21 -12
  221. package/src/{api → features/api}/modules/rbac/zuzhijiaosebiaokongzhiqi.ts +13 -4
  222. package/src/{api → features/api}/modules/rbac/zuzhijiekou.ts +29 -11
  223. package/src/features/api/request.ts +5 -0
  224. package/src/{api → features/api}/system/user.ts +1 -1
  225. package/src/features/assets/styles/globals.css +188 -0
  226. package/src/{assets → features/assets}/styles/index.ts +2 -3
  227. package/src/features/assets/styles/rbac.css +51 -0
  228. package/src/features/assets/styles/resources/utils.css +53 -0
  229. package/src/features/assets/styles/resources/variables.css +5 -0
  230. package/src/features/components/MicroAppContainer/index.vue +9 -0
  231. package/src/features/components/NotAllowed/assets/403.svg +1 -0
  232. package/src/features/components/NotAllowed/assets/403_dark.svg +1 -0
  233. package/src/{components → features/components}/NotAllowed/index.vue +6 -8
  234. package/src/{components → features/components}/PassStrengthValidator/index.vue +33 -48
  235. package/src/{components → features/components}/PassStrengthValidator/rule.vue +13 -25
  236. package/src/{components → features/components}/PubinfoApp/index.vue +2 -1
  237. package/src/features/components/PubinfoIcon/index.vue +140 -0
  238. package/src/{components → features/components}/PubinfoProvider/index.ts +1 -2
  239. package/src/{composables → features/composables}/auth.ts +2 -2
  240. package/src/{composables → features/composables}/theme.ts +1 -1
  241. package/src/{composables → features/composables}/watchDiff.ts +1 -1
  242. package/src/features/context/index.ts +40 -0
  243. package/src/features/enum.ts +21 -0
  244. package/src/features/index.ts +8 -0
  245. package/src/{pages/system/[...all].vue → features/pages/not-found/index.vue} +6 -8
  246. package/src/{pages/personal → features/pages}/profile/index.vue +1 -1
  247. package/src/features/router/asyncRoutes.ts +35 -0
  248. package/src/features/router/index.ts +2 -0
  249. package/src/features/router/systemRoutes.ts +45 -0
  250. package/src/{config/settings.ts → features/settings/index.ts} +0 -1
  251. package/src/{stores/enum/index.ts → features/stores/enum.ts} +0 -1
  252. package/src/features/stores/index.ts +1 -0
  253. package/src/{stores → features/stores}/modules/keepAlive.ts +1 -0
  254. package/src/{stores → features/stores}/modules/menu.ts +44 -6
  255. package/src/{stores → features/stores}/modules/route.ts +89 -65
  256. package/src/{stores → features/stores}/modules/settings.ts +27 -10
  257. package/src/{stores → features/stores}/modules/tabbar.ts +8 -5
  258. package/src/{stores → features/stores}/modules/user.ts +60 -25
  259. package/src/{utils → features/stores/utils}/crypto.ts +7 -10
  260. package/src/features/stores/utils/index.ts +2 -0
  261. package/src/features/stores/utils/routerHelper.ts +221 -0
  262. package/src/index.ts +117 -12
  263. package/src/utils/cleanup.ts +1 -1
  264. package/src/utils/index.ts +4 -43
  265. package/src/utils/path.ts +5 -0
  266. package/src/utils/proxy.ts +36 -0
  267. package/src/utils/storage.ts +2 -4
  268. package/types/auto-imports.d.ts +3 -10
  269. package/types/components.d.ts +16 -15
  270. package/types/menu.d.ts +2 -0
  271. package/types/module.d.ts +2 -15
  272. package/types/settings.d.ts +0 -8
  273. package/types/tabbar.d.ts +1 -0
  274. package/types/vue-router.d.ts +11 -7
  275. package/dist/HButton.vue_vue_type_script_setup_true_lang-CYAzn9Mg.js +0 -25
  276. package/dist/HDivider-DgXBhPr0.js +0 -21
  277. package/dist/HToggle-Cd71WKvG.js +0 -34
  278. package/dist/PreferencesContent-MR1Db7z7.js +0 -972
  279. package/dist/SettingPage-C1CT1Mm8.js +0 -29
  280. package/dist/SettingThemes-BJu9czNK.js +0 -144
  281. package/dist/_...all_-18BnHmEa.js +0 -52
  282. package/dist/_plugin-vue_export-helper-CHgC5LLL.js +0 -9
  283. package/dist/api/helper.d.ts +0 -32
  284. package/dist/api/interface.d.ts +0 -14
  285. package/dist/api/request.d.ts +0 -2
  286. package/dist/api/system/app.d.ts +0 -17
  287. package/dist/config/index.d.ts +0 -1
  288. package/dist/context.d.ts +0 -14
  289. package/dist/create.d.ts +0 -3
  290. package/dist/directives/index.d.ts +0 -4
  291. package/dist/directives/plugins/permission.d.ts +0 -6
  292. package/dist/index-C1p_tY7i.js +0 -49
  293. package/dist/index-CCPTQYuB.js +0 -12910
  294. package/dist/index-CNUEMTao.js +0 -354
  295. package/dist/index-CmXo8ShY.js +0 -276
  296. package/dist/index-DL8Y7jFG.js +0 -137
  297. package/dist/index-DTQQt_XY.js +0 -10
  298. package/dist/index-Dj8zy7hH.js +0 -230
  299. package/dist/index.vue_vue_type_style_index_0_scoped_fa1c6ee4_lang-BCo6Ft-Q.js +0 -2300
  300. package/dist/interface.d.ts +0 -29
  301. package/dist/locales/index.d.ts +0 -301
  302. package/dist/menu-CLiZ1BO_.js +0 -15315
  303. package/dist/pick-C9bU8_xv.js +0 -19
  304. package/dist/request.js +0 -1811
  305. package/dist/route/async.d.ts +0 -9
  306. package/dist/route/guard/auth.d.ts +0 -3
  307. package/dist/route/guard/basic.d.ts +0 -3
  308. package/dist/route/guard/index.d.ts +0 -3
  309. package/dist/route/guard/setting.d.ts +0 -3
  310. package/dist/route/index.d.ts +0 -7
  311. package/dist/route/routes.d.ts +0 -3
  312. package/dist/stores/index.d.ts +0 -5
  313. package/dist/stores/modules/user.d.ts +0 -4
  314. package/dist/stores/plugin/persist.d.ts +0 -5
  315. package/dist/stores/plugin/sideEffect/index.d.ts +0 -5
  316. package/dist/utils/crypto.d.ts +0 -4
  317. package/dist/utils/eventBus.d.ts +0 -5
  318. package/src/api/helper.ts +0 -64
  319. package/src/api/index.ts +0 -75
  320. package/src/api/interface.ts +0 -15
  321. package/src/api/request.ts +0 -4
  322. package/src/api/system/app.ts +0 -28
  323. package/src/assets/icons/add-child.svg +0 -1
  324. package/src/assets/icons/authority.svg +0 -1
  325. package/src/assets/icons/authorize.svg +0 -1
  326. package/src/assets/icons/blacklist-disable.svg +0 -1
  327. package/src/assets/icons/blacklist-enable.svg +0 -1
  328. package/src/assets/icons/browser-360.svg +0 -1
  329. package/src/assets/icons/browser-chrome.svg +0 -1
  330. package/src/assets/icons/browser-edge.svg +0 -1
  331. package/src/assets/icons/browser-ie.svg +0 -1
  332. package/src/assets/icons/browser-other.svg +0 -1
  333. package/src/assets/icons/browser-qq.svg +0 -1
  334. package/src/assets/icons/browser-safari.svg +0 -1
  335. package/src/assets/icons/browser-uc.svg +0 -1
  336. package/src/assets/icons/edit.svg +0 -1
  337. package/src/assets/icons/empty-data.svg +0 -1
  338. package/src/assets/icons/icard.svg +0 -1
  339. package/src/assets/icons/icon_animation.svg +0 -1
  340. package/src/assets/icons/icon_breadcrumb.svg +0 -1
  341. package/src/assets/icons/icon_copyright.svg +0 -1
  342. package/src/assets/icons/icon_jt.svg +0 -1
  343. package/src/assets/icons/icon_layout.svg +0 -1
  344. package/src/assets/icons/icon_mainpage.svg +0 -1
  345. package/src/assets/icons/icon_menu.svg +0 -1
  346. package/src/assets/icons/icon_page_size.svg +0 -1
  347. package/src/assets/icons/icon_position_type.svg +0 -1
  348. package/src/assets/icons/icon_safe_manage.svg +0 -1
  349. package/src/assets/icons/icon_screen_scale.svg +0 -6
  350. package/src/assets/icons/icon_system_manage.svg +0 -1
  351. package/src/assets/icons/icon_tabbar.svg +0 -1
  352. package/src/assets/icons/icon_toolbar.svg +0 -1
  353. package/src/assets/icons/icon_topbar.svg +0 -1
  354. package/src/assets/icons/icon_watermark.svg +0 -1
  355. package/src/assets/icons/image-load-fail.svg +0 -1
  356. package/src/assets/icons/log-center.svg +0 -1
  357. package/src/assets/icons/logo-sig.svg +0 -1
  358. package/src/assets/icons/not-data.svg +0 -1
  359. package/src/assets/icons/org-main.svg +0 -1
  360. package/src/assets/icons/org-unmain.svg +0 -1
  361. package/src/assets/icons/process-management.svg +0 -1
  362. package/src/assets/icons/project-management.svg +0 -1
  363. package/src/assets/icons/rbac.svg +0 -1
  364. package/src/assets/icons/remove.svg +0 -1
  365. package/src/assets/icons/resource-app.svg +0 -1
  366. package/src/assets/icons/resource-btn.svg +0 -1
  367. package/src/assets/icons/resource-index.svg +0 -1
  368. package/src/assets/icons/resource-menu.svg +0 -1
  369. package/src/assets/icons/resource-nonmenu.svg +0 -1
  370. package/src/assets/icons/setting-manage.svg +0 -1
  371. package/src/assets/icons/test.svg +0 -1
  372. package/src/assets/icons/theme-check-mark.svg +0 -1
  373. package/src/assets/icons/theme-title.svg +0 -1
  374. package/src/assets/icons/tree_icon.svg +0 -1
  375. package/src/assets/icons/tree_icon_checked.svg +0 -1
  376. package/src/assets/icons/view.svg +0 -1
  377. package/src/assets/icons/workbench.svg +0 -1
  378. package/src/assets/icons/zddata.svg +0 -1
  379. package/src/assets/icons/zy_checked.svg +0 -1
  380. package/src/assets/icons/zy_default.svg +0 -1
  381. package/src/assets/images/layout/item1.webp +0 -0
  382. package/src/assets/images/layout/item1_dark.webp +0 -0
  383. package/src/assets/images/layout/item2.webp +0 -0
  384. package/src/assets/images/layout/item2_dark.webp +0 -0
  385. package/src/assets/images/layout/item3.webp +0 -0
  386. package/src/assets/images/layout/item3_dark.webp +0 -0
  387. package/src/assets/images/layout/item4.webp +0 -0
  388. package/src/assets/images/layout/item4_dark.webp +0 -0
  389. package/src/assets/images/layout/item5.webp +0 -0
  390. package/src/assets/images/layout/item5_dark.webp +0 -0
  391. package/src/assets/images/page-width/anto_min_w_dark.webp +0 -0
  392. package/src/assets/images/page-width/auto.webp +0 -0
  393. package/src/assets/images/page-width/auto_dark.webp +0 -0
  394. package/src/assets/images/page-width/auto_min_w.webp +0 -0
  395. package/src/assets/images/page-width/auto_min_w_dark.webp +0 -0
  396. package/src/assets/images/page-width/icon_auto.webp +0 -0
  397. package/src/assets/images/page-width/icon_auto_dark.webp +0 -0
  398. package/src/assets/images/page-width/icon_auto_min_w.webp +0 -0
  399. package/src/assets/images/page-width/icon_auto_min_w_dark.webp +0 -0
  400. package/src/assets/images/page-width/icon_middle.webp +0 -0
  401. package/src/assets/images/page-width/icon_middle_dark.webp +0 -0
  402. package/src/assets/images/page-width/icon_middle_max_w.webp +0 -0
  403. package/src/assets/images/page-width/icon_middle_max_w_dark.webp +0 -0
  404. package/src/assets/images/page-width/middle.webp +0 -0
  405. package/src/assets/images/page-width/middle_dark.webp +0 -0
  406. package/src/assets/images/page-width/middle_max_w.webp +0 -0
  407. package/src/assets/images/page-width/middle_max_w_dark.webp +0 -0
  408. package/src/assets/styles/globals.scss +0 -189
  409. package/src/assets/styles/nprogress.scss +0 -63
  410. package/src/assets/styles/rbac.scss +0 -61
  411. package/src/assets/styles/resources/utils.scss +0 -53
  412. package/src/assets/styles/resources/variables.scss +0 -6
  413. package/src/components/PubinfoIcon/index.vue +0 -85
  414. package/src/config/index.ts +0 -1
  415. package/src/context.ts +0 -30
  416. package/src/create.ts +0 -88
  417. package/src/directives/index.ts +0 -6
  418. package/src/interface.ts +0 -35
  419. package/src/layout/Layout.vue +0 -330
  420. package/src/layout/components/Content/index.vue +0 -100
  421. package/src/layout/components/Header/TopMode/NotCursor.vue +0 -77
  422. package/src/layout/components/Header/index.vue +0 -263
  423. package/src/layout/components/SettingBar/components/SettingEnableTransition.vue +0 -215
  424. package/src/layout/components/SettingBar/components/SettingMode.vue +0 -164
  425. package/src/layout/components/SettingBar/index.vue +0 -112
  426. package/src/layout/components/Tools/Breadcrumb/index.vue +0 -21
  427. package/src/layout/components/Tools/DayNightSwitch.vue +0 -93
  428. package/src/layout/components/Tools/I18nSelector.vue +0 -52
  429. package/src/layout/ui-kit/HDivider.vue +0 -53
  430. package/src/layout/ui-kit/HToggle.vue +0 -177
  431. package/src/pages/system/change-password/page.vue +0 -58
  432. package/src/pages/system/index.vue +0 -5
  433. package/src/route/async.ts +0 -18
  434. package/src/route/guard/basic.ts +0 -23
  435. package/src/route/guard/index.ts +0 -3
  436. package/src/route/index.ts +0 -12
  437. package/src/route/routes.ts +0 -101
  438. package/src/stores/index.ts +0 -10
  439. package/src/stores/plugin/persist.ts +0 -27
  440. package/src/stores/plugin/sideEffect/index.ts +0 -15
  441. package/src/utils/eventBus.ts +0 -15
  442. package/dist/{api/enum/code.d.ts → built-in/authentication/enum.d.ts} +0 -0
  443. package/dist/{components/NotAllowed → built-in/authentication/pages/change-organization}/index.vue.d.ts +0 -0
  444. package/dist/{pages/system → built-in/authentication/pages}/change-password/components/ChangePasswordForm/index.vue.d.ts +0 -0
  445. package/dist/{pages/system → built-in/authentication/pages}/change-password/index.vue.d.ts +0 -0
  446. package/dist/{layout/components/Topbar/Toolbar → built-in/authorization/pages/not-permission}/index.vue.d.ts +0 -0
  447. package/dist/{components/PubinfoApp → built-in/layout-component/components/BackTop}/index.vue.d.ts +0 -0
  448. package/dist/{layout → built-in/layout-component}/components/Content/IframeView.vue.d.ts +0 -0
  449. package/dist/{layout → built-in/layout-component}/components/Content/LinkView.vue.d.ts +0 -0
  450. package/dist/{layout/components/BackTop → built-in/layout-component/components/Content}/index.vue.d.ts +0 -0
  451. package/dist/{layout/components/Content → built-in/layout-component/components/Copyright}/index.vue.d.ts +0 -0
  452. package/dist/{layout → built-in/layout-component}/components/Header/TopMode/index.vue.d.ts +0 -0
  453. package/dist/{layout → built-in/layout-component}/components/Header/TopThinMode.vue.d.ts +0 -0
  454. package/dist/{layout → built-in/layout-component}/components/Header/index.vue.d.ts +0 -0
  455. package/dist/{layout → built-in/layout-component}/components/Logo/index.vue.d.ts +0 -0
  456. package/dist/{layout → built-in/layout-component}/components/Menu/index.vue.d.ts +0 -0
  457. package/dist/{layout → built-in/layout-component}/components/Menu/item.vue.d.ts +0 -0
  458. package/dist/{layout → built-in/layout-component}/components/SettingBar/AppSetting.vue.d.ts +0 -0
  459. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/DayNightToggle.vue.d.ts +0 -0
  460. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingBreadcrumb.vue.d.ts +0 -0
  461. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingCopyright.vue.d.ts +0 -0
  462. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingEnableTransition.vue.d.ts +0 -0
  463. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingHome.vue.d.ts +0 -0
  464. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingMenu.vue.d.ts +0 -0
  465. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingMode.vue.d.ts +0 -0
  466. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingNavSearch.vue.d.ts +0 -0
  467. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingOther.vue.d.ts +0 -0
  468. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingPage.vue.d.ts +0 -0
  469. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingTabbar.vue.d.ts +0 -0
  470. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingThemes.vue.d.ts +0 -0
  471. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingToolbar.vue.d.ts +0 -0
  472. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingTopbar.vue.d.ts +0 -0
  473. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingWidthMode.vue.d.ts +0 -0
  474. package/dist/{layout/components/Copyright → built-in/layout-component/components/SettingBar}/index.vue.d.ts +0 -0
  475. package/dist/{layout → built-in/layout-component}/components/Sidebar/MainSidebar.vue.d.ts +0 -0
  476. package/dist/{layout → built-in/layout-component}/components/Sidebar/SubSidebar.vue.d.ts +0 -0
  477. package/dist/{layout/components/SettingBar → built-in/layout-component/components/Sidebar}/index.vue.d.ts +0 -0
  478. package/dist/{layout → built-in/layout-component}/components/Tools/Breadcrumb/index.vue.d.ts +0 -0
  479. package/dist/{layout → built-in/layout-component}/components/Tools/Breadcrumb/item.vue.d.ts +0 -0
  480. package/dist/{layout → built-in/layout-component}/components/Tools/DayNightSwitch.vue.d.ts +0 -0
  481. package/dist/{layout → built-in/layout-component}/components/Tools/HotkeysIntro.vue.d.ts +0 -0
  482. package/dist/{layout → built-in/layout-component}/components/Tools/Preferences/PreferencesContent.vue.d.ts +0 -0
  483. package/dist/{layout → built-in/layout-component}/components/Tools/Preferences/index.vue.d.ts +0 -0
  484. package/dist/{layout → built-in/layout-component}/components/Topbar/Tabbar/index.vue.d.ts +0 -0
  485. package/dist/{layout → built-in/layout-component}/components/Topbar/Toolbar/Favorites.vue.d.ts +0 -0
  486. package/dist/{layout → built-in/layout-component}/components/Topbar/Toolbar/Star.vue.d.ts +0 -0
  487. package/dist/{layout/components/Topbar → built-in/layout-component/components/Topbar/Toolbar}/index.vue.d.ts +0 -0
  488. package/dist/{pages/personal/profile → built-in/layout-component/components/Topbar}/index.vue.d.ts +0 -0
  489. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HBadge.vue.d.ts +0 -0
  490. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HButton.vue.d.ts +1 -1
  491. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HCheckList.vue.d.ts +2 -2
  492. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HDivider.vue.d.ts +0 -0
  493. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HDropdown.vue.d.ts +0 -0
  494. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HDropdownMenu.vue.d.ts +0 -0
  495. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HDropdownTree.vue.d.ts +0 -0
  496. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HInput.vue.d.ts +0 -0
  497. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HKbd.vue.d.ts +0 -0
  498. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HSelect.vue.d.ts +0 -0
  499. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HToggle.vue.d.ts +0 -0
  500. package/dist/{layout → built-in/layout-component}/composables/useGetComputedStyle.d.ts +0 -0
  501. package/dist/{layout → built-in/layout-component}/composables/useMainPage.d.ts +0 -0
  502. package/dist/{layout → built-in/layout-component}/composables/useTabbar.d.ts +0 -0
  503. package/dist/{layout → built-in/layout-component}/composables/useTitle.d.ts +0 -0
  504. package/dist/{layout → built-in/layout-component}/composables/useViewTransition.d.ts +0 -0
  505. package/dist/{layout → built-in/layout-component}/composables/useWatermark.d.ts +0 -0
  506. package/dist/{pages/system/change-organization → built-in/layout-component/pages/reload}/index.vue.d.ts +0 -0
  507. package/dist/{layout → built-in/layout-component}/provider.d.ts +0 -0
  508. package/dist/{utils → built-in/layout-component/utils}/injectionKeys.d.ts +0 -0
  509. package/dist/{locales → built-in/locales}/lang/en.json.d.ts +0 -0
  510. package/dist/{locales → built-in/locales}/lang/zh-cn.json.d.ts +0 -0
  511. package/dist/{locales → built-in/locales}/lang/zh-tw.json.d.ts +0 -0
  512. package/dist/{locales → built-in/locales}/ui.d.ts +0 -0
  513. package/dist/{stores → built-in/pinia-plugin}/helper.d.ts +0 -0
  514. package/dist/{stores/plugin/sideEffect → built-in/pinia-plugin/plugins}/cleanup.d.ts +0 -0
  515. package/dist/{stores/plugin/sideEffect → built-in/pinia-plugin/plugins}/favoritesStorage.d.ts +0 -0
  516. package/dist/{stores/plugin/sideEffect → built-in/pinia-plugin/plugins}/iframeCache.d.ts +0 -0
  517. package/dist/{stores/plugin/sideEffect → built-in/pinia-plugin/plugins}/tabbarStorage.d.ts +0 -0
  518. package/dist/{utils → core}/utils.d.ts +0 -0
  519. package/dist/{api → features/api}/modules/auth/index.d.ts +0 -0
  520. package/dist/{api → features/api}/modules/configData/heibaimingdanfuwu.d.ts +0 -0
  521. package/dist/{api → features/api}/modules/configData/xitongpeizhifuwu.d.ts +0 -0
  522. package/dist/{api/modules/configData/zidianfuwu.d.ts → features/api/modules/configData/zidifuwu.d.ts} +0 -0
  523. package/dist/{api → features/api}/modules/rbac/gangweijiekou.d.ts +0 -0
  524. package/dist/{api → features/api}/modules/rbac/index.d.ts +0 -0
  525. package/dist/{api → features/api}/modules/rbac/jiaosejiekou.d.ts +0 -0
  526. package/dist/{api → features/api}/modules/rbac/shujuquanxianzhubiaokongzhiqi.d.ts +0 -0
  527. package/dist/{api → features/api}/modules/rbac/yonghujiekou.d.ts +0 -0
  528. package/dist/{api → features/api}/modules/rbac/yonghushoucangbiaojiekou.d.ts +0 -0
  529. package/dist/{api → features/api}/modules/rbac/yonghuzuijinchangyongbiaojiekou.d.ts +0 -0
  530. package/dist/{api → features/api}/modules/rbac/zuhuguanlijiekou.d.ts +0 -0
  531. package/dist/{api → features/api}/modules/rbac/zuzhijiaosebiaokongzhiqi.d.ts +0 -0
  532. package/dist/{api → features/api}/modules/rbac/zuzhijiekou.d.ts +0 -0
  533. package/dist/{api → features/api}/system/user.d.ts +0 -0
  534. package/dist/{pages/system → features/components/MicroAppContainer}/index.vue.d.ts +0 -0
  535. package/dist/{pages/system/not-permission → features/components/NotAllowed}/index.vue.d.ts +0 -0
  536. package/dist/{components → features/components}/PageHeader/index.vue.d.ts +0 -0
  537. package/dist/{components → features/components}/PageMain/index.vue.d.ts +0 -0
  538. package/dist/{components → features/components}/PassStrengthValidator/index.vue.d.ts +2 -2
  539. package/dist/{components → features/components}/PassStrengthValidator/rule.vue.d.ts +0 -0
  540. package/dist/{layout/components/Sidebar → features/components/PubinfoApp}/index.vue.d.ts +0 -0
  541. package/dist/{components → features/components}/PubinfoIcon/index.vue.d.ts +0 -0
  542. package/dist/{components → features/components}/PubinfoProvider/index.d.ts +0 -0
  543. package/dist/{components → features/components}/index.d.ts +0 -0
  544. package/dist/{composables → features/composables}/index.d.ts +0 -0
  545. package/dist/{composables → features/composables}/log.d.ts +0 -0
  546. package/dist/{composables → features/composables}/theme.d.ts +0 -0
  547. package/dist/{composables → features/composables}/watchDiff.d.ts +0 -0
  548. package/dist/{pages/system/[...all].vue.d.ts → features/pages/not-found/index.vue.d.ts} +0 -0
  549. package/dist/{pages/system/reload.vue.d.ts → features/pages/profile/index.vue.d.ts} +0 -0
  550. package/dist/{config/settings.d.ts → features/settings/index.d.ts} +0 -0
  551. package/dist/{stores/enum/index.d.ts → features/stores/enum.d.ts} +0 -0
  552. package/dist/{stores → features/stores}/modules/iframe.d.ts +0 -0
  553. package/dist/{stores → features/stores}/modules/index.d.ts +0 -0
  554. package/dist/{stores → features/stores}/modules/keepAlive.d.ts +0 -0
  555. package/dist/{stores → features/stores}/modules/menu.d.ts +0 -0
  556. package/dist/{stores → features/stores}/modules/settings.d.ts +0 -0
  557. package/src/{api/enum/code.ts → built-in/authentication/enum.ts} +0 -0
  558. package/src/{assets/icons → built-in/authentication/pages/change-organization/assets}/change-org.svg +0 -0
  559. package/src/{assets/images → built-in/authentication/pages/change-organization/assets}/login-small.png +0 -0
  560. package/src/{assets/images → built-in/authentication/pages/change-organization/assets}/login-small_dark.webp +0 -0
  561. package/src/{assets/icons → built-in/authentication/pages/change-password/assets}/mima.svg +0 -0
  562. package/src/{assets/icons → built-in/authorization/pages/not-permission}/403.svg +0 -0
  563. package/src/{assets/icons → built-in/authorization/pages/not-permission}/403_dark.svg +0 -0
  564. package/src/{assets → built-in/layout-component/assets}/icons/favorites.svg +0 -0
  565. package/src/{assets → built-in/layout-component/assets}/icons/toolbar-collapse.svg +0 -0
  566. package/src/{assets → built-in/layout-component/assets}/images/not-cursor.png +0 -0
  567. package/src/{layout → built-in/layout-component}/components/BackTop/index.vue +0 -0
  568. package/src/{layout → built-in/layout-component}/components/Header/TopThinMode.vue +0 -0
  569. package/src/{layout → built-in/layout-component}/components/Menu/sub.vue +0 -0
  570. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingBreadcrumb.vue +0 -0
  571. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingCopyright.vue +0 -0
  572. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingHome.vue +0 -0
  573. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingMenu.vue +0 -0
  574. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingNavSearch.vue +0 -0
  575. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingOther.vue +0 -0
  576. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingPage.vue +0 -0
  577. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingTabbar.vue +0 -0
  578. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingToolbar.vue +0 -0
  579. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingTopbar.vue +0 -0
  580. package/src/{layout → built-in/layout-component}/components/Sidebar/index.vue +0 -0
  581. package/src/{layout → built-in/layout-component}/components/Tools/Breadcrumb/item.vue +0 -0
  582. package/src/{layout → built-in/layout-component}/components/Tools/HotkeysIntro.vue +0 -0
  583. package/src/{layout → built-in/layout-component}/components/Tools/Preferences/index.vue +0 -0
  584. package/src/{layout → built-in/layout-component}/components/Topbar/Toolbar/Star.vue +0 -0
  585. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HBadge.vue +0 -0
  586. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HButton.vue +0 -0
  587. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HDropdown.vue +0 -0
  588. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HInput.vue +0 -0
  589. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HKbd.vue +0 -0
  590. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HSelect.vue +0 -0
  591. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HTabList.vue +0 -0
  592. package/src/{layout → built-in/layout-component}/composables/useViewTransition.ts +0 -0
  593. package/src/{pages/system/reload.vue → built-in/layout-component/pages/reload/index.vue} +0 -0
  594. package/src/{utils → built-in/layout-component/utils}/injectionKeys.ts +0 -0
  595. package/src/{locales → built-in/locales}/lang/en.json +0 -0
  596. package/src/{locales → built-in/locales}/lang/zh-cn.json +0 -0
  597. package/src/{locales → built-in/locales}/lang/zh-tw.json +0 -0
  598. package/src/{locales → built-in/locales}/ui.ts +0 -0
  599. package/src/{utils → core}/utils.ts +0 -0
  600. package/src/{api → features/api}/modules/auth/index.ts +0 -0
  601. package/src/{api → features/api}/modules/rbac/index.ts +0 -0
  602. package/src/{api → features/api}/system/typings.d.ts +0 -0
  603. package/src/{assets → features/assets}/fonts/digital-7/digital-7-webfont.eot +0 -0
  604. package/src/{assets → features/assets}/fonts/digital-7/digital-7-webfont.svg +0 -0
  605. package/src/{assets → features/assets}/fonts/digital-7/digital-7-webfont.woff +0 -0
  606. package/src/{assets → features/assets}/fonts/digital-7/digital-7-webfont.woff2 +0 -0
  607. package/src/{assets → features/assets}/fonts/digital-7/stylesheet.css +0 -0
  608. package/src/{assets → features/assets}/fonts/digital-7_mono/digital-7_mono-webfont.eot +0 -0
  609. package/src/{assets → features/assets}/fonts/digital-7_mono/digital-7_mono-webfont.svg +0 -0
  610. package/src/{assets → features/assets}/fonts/digital-7_mono/digital-7_mono-webfont.woff +0 -0
  611. package/src/{assets → features/assets}/fonts/digital-7_mono/digital-7_mono-webfont.woff2 +0 -0
  612. package/src/{assets → features/assets}/fonts/digital-7_mono/stylesheet.css +0 -0
  613. package/src/{assets → features/assets}/fonts/title.otf +0 -0
  614. package/src/{assets → features/assets}/images/change-org-bc.webp +0 -0
  615. package/src/{assets → features/assets}/images/header-bg.png +0 -0
  616. package/src/{assets → features/assets}/images/logo.png +0 -0
  617. package/src/{assets → features/assets}/images/org.svg +0 -0
  618. package/src/{assets → features/assets}/images/slider-bg.png +0 -0
  619. package/src/{components → features/components}/PageHeader/index.vue +0 -0
  620. package/src/{components → features/components}/PageMain/index.vue +0 -0
  621. package/src/{components → features/components}/index.ts +0 -0
  622. package/src/{composables → features/composables}/index.ts +0 -0
  623. package/src/{composables → features/composables}/log.ts +0 -0
  624. package/src/{assets/icons → features/pages/not-found/assets}/404.svg +0 -0
  625. package/src/{assets/icons → features/pages/not-found/assets}/404_dark.svg +0 -0
  626. package/src/{stores → features/stores}/modules/favorites.ts +1 -1
  627. /package/src/{stores → features/stores}/modules/iframe.ts +0 -0
  628. /package/src/{stores → features/stores}/modules/index.ts +0 -0
@@ -1,9 +0,0 @@
1
- import { Route } from '../../types/vue-router';
2
- /**
3
- * 定义并注册动态路由
4
- */
5
- export declare function defineAsyncRoutes(routes: Route.recordMainRaw[]): Route.recordMainRaw[];
6
- /**
7
- * 读取注册的动态路由
8
- */
9
- export declare function getAsyncRoutes(): Route.recordMainRaw[];
@@ -1,3 +0,0 @@
1
- import { Router } from 'vue-router';
2
- /** 权限路由守卫 */
3
- export declare function createAuthGuard(router: Router): void;
@@ -1,3 +0,0 @@
1
- import { Router } from 'vue-router';
2
- /** 基础路由守卫 */
3
- export declare function createBasicGuard(router: Router): void;
@@ -1,3 +0,0 @@
1
- export * from './auth';
2
- export * from './basic';
3
- export * from './setting';
@@ -1,3 +0,0 @@
1
- import { Router } from 'vue-router';
2
- /** 配置路由守卫 */
3
- export declare function createSettingGuard(router: Router): void;
@@ -1,7 +0,0 @@
1
- import { Router } from 'vue-router';
2
- export declare function setupRouterGuard({ router }: {
3
- router: Router;
4
- }): void;
5
- export * from './async';
6
- export * from './guard';
7
- export * from './routes';
@@ -1,3 +0,0 @@
1
- import { RouteRecordRaw } from 'vue-router';
2
- export declare const constantRoutes: RouteRecordRaw[];
3
- export declare const systemRoutes: RouteRecordRaw[];
@@ -1,5 +0,0 @@
1
- import { Pinia } from 'pinia';
2
- export declare function setupStore({ store }: {
3
- store: Pinia;
4
- }): void;
5
- export * from './modules';
@@ -1,4 +0,0 @@
1
- import { STORE_NAME } from '../enum';
2
- declare const useUserStore: import('pinia').StoreDefinition<STORE_NAME.USER, {} | Pick<any, string | number>, {} | Pick<any, string | number>, {} | Pick<any, string | number>>;
3
- export default useUserStore;
4
- export type UserStore = ReturnType<typeof useUserStore>;
@@ -1,5 +0,0 @@
1
- import { Pinia } from 'pinia';
2
- import { PersistedStateFactoryOptions, Serializer } from 'pinia-plugin-persistedstate';
3
- export declare function customSerializer(): Serializer;
4
- export declare function createPersistedStateOptions(): PersistedStateFactoryOptions;
5
- export declare function registerPiniaPersistPlugin(pinia: Pinia): void;
@@ -1,5 +0,0 @@
1
- import { Pinia } from 'pinia';
2
- /**
3
- * 各个store的副作用插件集合
4
- */
5
- export declare function registerPiniaSideEffectPlugin(pinia: Pinia): void;
@@ -1,4 +0,0 @@
1
- export declare function compilePublicKey(key: string): string;
2
- export declare function getPem(): Promise<string>;
3
- export declare function encryptWithPublicKey(publicKey: string, data: string): Promise<string>;
4
- export declare function getEncryptedData(str: string): Promise<string>;
@@ -1,5 +0,0 @@
1
- interface MittTypes {
2
- [key: PropertyKey]: any;
3
- }
4
- declare const _default: import('mitt').Emitter<MittTypes>;
5
- export default _default;
package/src/api/helper.ts DELETED
@@ -1,64 +0,0 @@
1
- import type { RequestMethod } from './interface';
2
- import { useSettingsStore, useUserStore } from '@/stores';
3
- import { RESPONSE_CODE } from './enum/code';
4
- import { postAuthTokenRefresh } from './modules/auth';
5
-
6
- /**
7
- * 根据用户登录状态,可能设置请求头中的令牌。
8
- * @param method 请求方法对象
9
- */
10
- export function maybeSetToken(method: RequestMethod) {
11
- const userStore = useUserStore();
12
- if (userStore.isLogin) {
13
- method.config.headers.Authorization = userStore.user.token;
14
- }
15
- }
16
-
17
- /**
18
- * 根据请求方法设置语言。
19
- * @param method 请求方法
20
- */
21
- export function maybeSetLanguage(method: RequestMethod) {
22
- const settingsStore = useSettingsStore();
23
- method.config.headers['Accept-Language'] = settingsStore.settings.app.defaultLang;
24
- }
25
-
26
- /**
27
- * 数据权限标识
28
- * @param method 请求方法
29
- */
30
- export function maybeSetAuthData(method: RequestMethod) {
31
- const settingsStore = useSettingsStore();
32
- method.config.headers['X-ResourceMark'] = method.config.headers['X-ResourceMark'] || settingsStore.auth;
33
- }
34
-
35
- /**
36
- * 刷新令牌
37
- */
38
- export function refreshToken() {
39
- const userStore = useUserStore();
40
- const method = postAuthTokenRefresh({ refreshToken: userStore.user.refreshToken });
41
- method.meta = {
42
- authRole: 'refreshToken',
43
- };
44
- return method;
45
- }
46
-
47
- /**
48
- * 检查提供的代码是否表示过期的访问令牌。
49
- * @param code - 要检查的代码。
50
- */
51
- export function expired(code: number) {
52
- return code === RESPONSE_CODE.ACCESS_TOKEN_INVALID;
53
- }
54
-
55
- /**
56
- * 设置访问令牌和刷新令牌到本地存储和用户存储中。
57
- * @param accessToken - 要设置的访问令牌。
58
- * @param refreshTokenData - 要设置的刷新令牌数据。
59
- */
60
- export function ReSetTokenAndRefreshToken(accessToken: string, refreshTokenData: string) {
61
- const userStore = useUserStore();
62
- userStore.user.token = accessToken;
63
- userStore.user.refreshToken = refreshTokenData;
64
- }
package/src/api/index.ts DELETED
@@ -1,75 +0,0 @@
1
- import type VueHook from 'alova/vue';
2
- import type { AxiosResponse } from 'axios';
3
- import type { RequestOptions, RequestResult } from './interface';
4
- import { axiosRequestAdapter } from '@alova/adapter-axios';
5
- import { createAlova } from 'alova';
6
- import { createServerTokenAuthentication } from 'alova/client';
7
- import vueHook from 'alova/vue';
8
- import {
9
- expired,
10
- maybeSetAuthData,
11
- maybeSetLanguage,
12
- maybeSetToken,
13
- refreshToken,
14
- ReSetTokenAndRefreshToken,
15
- } from './helper';
16
-
17
- export function createTokenAuthentication() {
18
- return createServerTokenAuthentication<typeof VueHook, typeof axiosRequestAdapter>({
19
- /**
20
- * @description
21
- * 给权限接口添加Authorization
22
- */
23
- assignToken: (method) => {
24
- maybeSetToken(method as any);
25
- },
26
- /**
27
- * @description
28
- * 鉴权处理
29
- */
30
- refreshTokenOnSuccess: {
31
- /**
32
- * @description
33
- * 检测token是否过期
34
- * @returns 是否token过期
35
- */
36
- isExpired: (response: AxiosResponse<RequestResult>) => {
37
- return expired(response.data.code);
38
- },
39
- /**
40
- * @description
41
- * 当token过期时触发,在此函数中触发刷新token
42
- */
43
- handler: async () => {
44
- const res = await refreshToken();
45
- const { accessToken, refreshToken: refreshTokenData } = res.data as Required<API.LoginTokenVo>;
46
- ReSetTokenAndRefreshToken(accessToken, refreshTokenData);
47
- },
48
- },
49
- });
50
- }
51
-
52
- const { onAuthRequired, onResponseRefreshToken } = createTokenAuthentication();
53
-
54
- export function createRequest(options: RequestOptions) {
55
- const { axios, beforeRequest, responded } = options;
56
-
57
- const instance = createAlova({
58
- statesHook: vueHook,
59
- requestAdapter: axiosRequestAdapter(axios),
60
- cacheFor: null,
61
-
62
- timeout: 60 * 1000,
63
- ...options,
64
- beforeRequest: onAuthRequired((method) => {
65
- maybeSetAuthData(method as any);
66
- maybeSetLanguage(method as any);
67
- return beforeRequest?.(method);
68
- }),
69
- responded: onResponseRefreshToken(responded),
70
- });
71
-
72
- return instance;
73
- }
74
-
75
- export { RESPONSE_CODE } from './enum/code';
@@ -1,15 +0,0 @@
1
- import type { AdapterCreateOptions, AlovaAxiosRequestConfig } from '@alova/adapter-axios';
2
- import type { AlovaGenerics, AlovaOptions, Method } from 'alova';
3
- import type { AxiosResponse, AxiosResponseHeaders } from 'axios';
4
-
5
- export type RequestMethod = Method<AlovaGenerics<any, any, AlovaAxiosRequestConfig, AxiosResponse<any, any>, AxiosResponseHeaders, any, any, any>>;
6
-
7
- export interface RequestResult<T = any> {
8
- code: number
9
- msg: string
10
- hint: string
11
- data: T
12
- success: boolean
13
- }
14
-
15
- export type RequestOptions = Omit<AlovaOptions<AlovaGenerics>, 'statesHook' | 'requestAdapter'> & { axios?: AdapterCreateOptions };
@@ -1,4 +0,0 @@
1
- import { readProject } from '@/context';
2
-
3
- export const basic = readProject().request.basic;
4
- export const auth = readProject().request.auth;
@@ -1,28 +0,0 @@
1
- import { basic as request } from '@/api/request';
2
-
3
- /**
4
- * @description 后端获取路由数据
5
- */
6
- export function GetApiRouteList(options?: { [key: string]: any }) {
7
- return request.Get<API.RouteList>('app/route/list', {
8
- baseURL: '/mock',
9
- ...(options || {}),
10
- } as any);
11
- }
12
-
13
- /**
14
- * @description 后端获取路由数据
15
- */
16
- export function GetApiMenuList(options?: { [key: string]: any }) {
17
- return request.Get<API.MenuList>('/app/menu/list', {
18
- baseURL: '/mock',
19
- ...(options || {}),
20
- } as any);
21
- }
22
- /**
23
- *
24
- * @returns IP验证
25
- */
26
- export function GetAPIValidateIp() {
27
- return request.Post<API.IsSuccess>('/validateIp');
28
- }
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" class="design-iconfont" viewBox="0 0 16 17"><path fill="#165DFF" fill-rule="evenodd" d="M7.5 8.675v3h1v-3h3v-1h-3v-3h-1v3h-3v1z" clip-rule="evenodd"/><path stroke="#165DFF" d="M1.5 5.175a3.5 3.5 0 0 1 3.5-3.5h6a3.5 3.5 0 0 1 3.5 3.5v9.5H5a3.5 3.5 0 0 1-3.5-3.5z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24"><defs><linearGradient id="a" x1="13.118%" x2="50%" y1="0%" y2="79.348%"><stop offset="0%" stop-color="#65E54A"/><stop offset="100%" stop-color="#35C724"/></linearGradient><path id="b" d="M0 0h16v16H0z"/></defs><g fill="none" fill-rule="evenodd"><rect width="24" height="24" fill="url(#a)" rx="8"/><g transform="translate(4 4)"><mask id="c" fill="#fff"><use xlink:href="#b"/></mask><g mask="url(#c)"><path fill="#FFF" d="M6.125 10.765a3.9 3.9 0 0 1 .23-1.343c.143-.43.36-.835.641-1.2.282-.342.614-.645.986-.9.382-.281.804-.51 1.255-.677l.076-.225.067-.171.048-.153a.7.7 0 0 0 .249-.136.8.8 0 0 0 .191-.234 1 1 0 0 0 .115-.406.8.8 0 0 0 0-.324 1 1 0 0 0-.086-.216.44.44 0 0 0-.153-.163 7 7 0 0 0-.115-.964 5.4 5.4 0 0 0-.22-.902 2.5 2.5 0 0 0-.47-.838 2 2 0 0 0-.41-.315 3 3 0 0 0-.594-.298 5 5 0 0 0-.718-.207 3.7 3.7 0 0 0-.766-.081 4.5 4.5 0 0 0-.651 0 3.5 3.5 0 0 0-.67.162 3 3 0 0 0-.642.334 2.6 2.6 0 0 0-.584.54 2.2 2.2 0 0 0-.412.794q-.132.406-.191.829-.05.45-.048.901a.8.8 0 0 0-.172.244.86.86 0 0 0-.01.703q.057.164.163.306.074.097.172.171a.8.8 0 0 0 .192.081l.134.37q.064.167.153.325a.7.7 0 0 0 .191.234c.154.117.297.225.412.333a.6.6 0 0 1 .22.433v.352a.7.7 0 0 1-.067.297 1.3 1.3 0 0 1-.22.297q-.196.174-.43.298-.25.142-.527.225l-.594.172-.603.162a2.7 2.7 0 0 0-.536.225 1.6 1.6 0 0 0-.402.334.95.95 0 0 0-.22.486c-.097.417-.13.846-.096 1.271.048.334.134.532.22.595q.185.094.392.117l.757.118.957.117 1.092.09L5.493 13h1.264a4.4 4.4 0 0 1-.498-1.064 3.9 3.9 0 0 1-.134-1.171"/><path fill="#00AAA6" fill-rule="nonzero" d="m11.269 10.735-.121.55h.569l.12-.327v-.55h-.344z"/><path fill="#FFF" d="M11 7a3.8 3.8 0 0 1 1.55.316 4 4 0 0 1 2.131 2.108v.029a3.94 3.94 0 0 1 0 3.104A3.97 3.97 0 0 1 11.009 15a4 4 0 0 1-1.569-.316 3.9 3.9 0 0 1-1.269-.853 4.3 4.3 0 0 1-.852-1.274 3.94 3.94 0 0 1 0-3.104c.201-.48.491-.913.852-1.274.37-.367.8-.66 1.27-.863A3.8 3.8 0 0 1 11 7m1.4 4.6H9.6a.6.6 0 1 0 0 1.2h2.8a.6.6 0 1 0 0-1.2m0-2.4H9.6a.6.6 0 1 0 0 1.2h2.8a.6.6 0 1 0 0-1.2"/></g></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" class="design-iconfont" viewBox="0 0 16 16"><path fill="#165DFF" d="M7.359 14.4h-3.84a.64.64 0 0 1-.64-.64v-1.92c0-1.763 1.436-3.2 3.2-3.2h3.84c.673 0 1.318.21 1.867.605a.64.64 0 0 0 .75-1.037A4.44 4.44 0 0 0 9.92 7.36H6.08a4.483 4.483 0 0 0-4.48 4.48v1.92c0 1.06.86 1.92 1.92 1.92h3.839a.64.64 0 1 0 0-1.281m.64-7.68a3.2 3.2 0 1 0 0-6.4 3.2 3.2 0 0 0 0 6.4M8 1.6a1.92 1.92 0 1 1-.001 3.841A1.92 1.92 0 0 1 8 1.6"/><path stroke="#165DFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.3" d="m8.503 12.2 1.94 1.94 3.881-3.88"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" class="design-iconfont" viewBox="0 0 16 17"><path fill="#687281" d="M12.21 13.408 3.083 4.28l.707-.708 9.129 9.13z"/><rect width="13" height="13" x="1.5" y="1.991" stroke="#687281" rx="6.5"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" class="design-iconfont" viewBox="0 0 16 17"><path fill="#165DFF" d="M11.545 5.287 7.45 9.382l-.707-.707 4.095-4.095z"/><path fill="#165DFF" d="M7.395 9.434 5.07 7.109l.707-.707 2.325 2.324z"/><rect width="7.648" height=".5" x="4.176" y="13.854" stroke="#165DFF" stroke-width=".5" rx=".25"/><rect width="13" height="10.03" x="1.5" y="1.991" stroke="#165DFF" rx="1.5"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" class="design-iconfont" viewBox="0 0 21 21"><g clip-path="url(#a)"><path fill="#fff" d="M3.514 10.43a7.6 7.6 0 1 0 15.2 0 7.6 7.6 0 0 0-15.2 0"/><path fill="#7FCE46" d="M4.264 16.493c-.675-.675-.475-2.075.388-3.763a6.9 6.9 0 0 0 2.925 3.563c-1.488.675-2.725.787-3.313.2M16.79 3.98c.538.538.5 1.488.05 2.725-.762-1.175-1.875-2.075-3.2-2.612 1.413-.625 2.563-.713 3.15-.113M8.227 9.393a2.9 2.9 0 0 1 2.887-2.725c1.538 0 2.813 1.212 2.888 2.725zm6.037 1.825h3.675c.025-.25.025-.5.025-.788a6.75 6.75 0 0 0-.925-3.425c.613-1.6.588-2.975-.225-3.787-.762-.788-2.837-.65-5.162.387-.163 0-.338-.025-.538-.025-3.2 0-5.9 2.213-6.65 5.188C5.477 7.48 6.54 6.555 7.94 5.88c-.137.113-.875.875-1.012.988-3.725 3.725-4.9 8.587-3.638 9.85.95.95 2.7.787 4.713-.163.925.475 1.987.725 3.112.725 3 0 5.563-1.937 6.488-4.637h-3.7c-.5.95-1.513 1.575-2.663 1.575s-2.137-.65-2.662-1.575a3.1 3.1 0 0 1-.363-1.438h6.05z"/></g><defs><clipPath id="a"><path fill="#fff" d="M2.651 2.43h16.282v16H2.65z"/></clipPath></defs></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" class="design-iconfont" viewBox="0 0 21 21"><path fill="#EA4335" d="M4.724 5.216C8.442.89 15.338 1.743 17.916 6.8H11.72c-1.116 0-1.836-.025-2.617.386a3.7 3.7 0 0 0-1.851 2.43z"/><path fill="#4285F4" d="M8.13 10.43a2.66 2.66 0 0 0 2.66 2.66 2.66 2.66 0 0 0 2.658-2.66 2.66 2.66 0 0 0-2.658-2.66 2.66 2.66 0 0 0-2.66 2.66"/><path fill="#34A853" d="M11.821 13.912c-1.492.443-3.238-.049-4.195-1.7-.73-1.26-2.66-4.621-3.537-6.15-3.071 4.707-.424 11.122 5.152 12.217z"/><path fill="#FBBC05" d="M13.259 7.77a3.64 3.64 0 0 1 .672 4.478 1241 1241 0 0 1-3.64 6.165c5.745.354 9.933-5.276 8.041-10.644z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" class="design-iconfont" viewBox="0 0 21 21"><g clip-path="url(#a)"><path fill="#0F5197" d="M17.225 14.332q-.317.17-.656.293a6.4 6.4 0 0 1-2.243.406c-2.955 0-5.53-2.03-5.53-4.642a1.96 1.96 0 0 1 1.025-1.705c-2.674.112-3.361 2.899-3.361 4.53 0 4.617 4.255 5.085 5.173 5.085.494 0 1.237-.143 1.687-.287l.081-.025a8 8 0 0 0 4.162-3.3.25.25 0 0 0-.205-.384.26.26 0 0 0-.133.029"/><path fill="#0C88DA" d="M9.396 17.513a5 5 0 0 1-1.418-1.331A5.043 5.043 0 0 1 9.82 8.684a2.1 2.1 0 0 1 .968-.25 2.04 2.04 0 0 1 1.606.812c.253.338.392.747.4 1.169 0-.013 1.53-4.974-4.998-4.974-2.743 0-4.999 2.606-4.999 4.886a8.15 8.15 0 0 0 .756 3.5 8 8 0 0 0 9.772 4.192 4.74 4.74 0 0 1-3.93-.506"/><path fill="#2CC3D5" d="M12.308 11.733c-.05.063-.207.156-.207.356 0 .163.107.319.294.45.9.625 2.593.544 2.6.544a3.73 3.73 0 0 0 1.892-.519 3.83 3.83 0 0 0 1.9-3.305c.018-1.4-.5-2.33-.706-2.743a6.9 6.9 0 0 0-1.309-1.779 7.7 7.7 0 0 0-2.229-1.517 9.1 9.1 0 0 0-3.754-.79 7.997 7.997 0 0 0-7.997 7.885c.031-2.28 2.3-4.124 4.998-4.124.219 0 1.469.019 2.625.631 1.018.537 1.555 1.181 1.924 1.825.387.668.456 1.505.456 1.843 0 .337-.169.83-.487 1.243"/><path fill="#49D668" d="M12.941 2.666s5.823 6.018-.758 9.27c0 0-.426.706 1.607 1.072 0 0 3.367.731 4.726-2.227.273-.928.517-2.366-.207-3.966a6.7 6.7 0 0 0-1.202-1.776 8.5 8.5 0 0 0-1.767-1.48c-1.07-.546-2.399-.893-2.399-.893"/></g><defs><clipPath id="a"><path fill="#fff" d="M2.792 2.43h16v16h-16z"/></clipPath></defs></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" class="design-iconfont" viewBox="0 0 21 21"><g clip-path="url(#a)"><path fill="#00AFFF" d="M18.078 7.148c.317-.872.46-1.665.428-2.347-.032-.746-.285-1.349-.73-1.792-.888-.873-3.155-.715-5.661.38-.175-.016-.35-.016-.54-.016-.856 0-1.697.143-2.49.428a7.1 7.1 0 0 0-2.141 1.19 7.52 7.52 0 0 0-2.618 4.045l-.142.554.349-.443C5.469 7.957 6.405 7.1 7.498 6.45l-.491.492A17.2 17.2 0 0 0 4.5 10.114a15.8 15.8 0 0 0-1.49 3.156c-.317.984-.492 1.904-.476 2.68.016.794.206 1.397.555 1.746.476.491 1.158.73 1.967.73.888 0 1.967-.286 3.172-.873a7.3 7.3 0 0 0 3.331.777 7.46 7.46 0 0 0 7.058-5.044l.048-.159h-4.203v.032a3.13 3.13 0 0 1-2.744 1.634 3.12 3.12 0 0 1-2.744-1.633 3.2 3.2 0 0 1-.365-1.365h10.373l.016-.11a7.5 7.5 0 0 0-.92-4.537M4.644 13.604a7.44 7.44 0 0 0 2.886 3.505c-.713.301-1.348.475-1.888.507-.586.049-1.03-.095-1.331-.38-.603-.603-.476-1.92.333-3.632M17.697 6.56a7.7 7.7 0 0 0-1.38-1.49 7.2 7.2 0 0 0-1.696-1.048c1.38-.539 2.426-.555 2.965-.016.46.476.508 1.365.112 2.554M8.625 9.622a2.976 2.976 0 0 1 2.95-2.68 2.975 2.975 0 0 1 2.95 2.68z"/></g><defs><clipPath id="a"><path fill="#fff" d="M2.526 2.43h16.532v16H2.526z"/></clipPath></defs></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" class="design-iconfont" viewBox="0 0 21 21"><g clip-path="url(#a)"><g clip-path="url(#b)"><path fill="#387DFE" d="M.792 10.43a10 10 0 1 0 20 0 10 10 0 0 0-20 0"/><path fill="#fff" d="M6.532 6.962q.782.444 1.636.722a9 9 0 0 0-.467 2.478H5.264a5.66 5.66 0 0 1 1.268-3.2m3.07-1.921a9 9 0 0 0-1.138 1.885 8 8 0 0 1-1.344-.573 5.7 5.7 0 0 1 2.482-1.311zm5.142 1.312q-.647.347-1.344.573a9 9 0 0 0-1.138-1.885 5.7 5.7 0 0 1 2.483 1.312m.588.61a5.66 5.66 0 0 1 1.272 3.199H14.17a9 9 0 0 0-.468-2.478 9 9 0 0 0 1.636-.722zm0 7.21a9 9 0 0 0-1.637-.721c.272-.8.43-1.634.468-2.478H16.6a5.66 5.66 0 0 1-1.267 3.2m-1.933.036q.698.226 1.345.573a5.7 5.7 0 0 1-2.482 1.312A9 9 0 0 0 13.4 14.21m-2.875-.38v2.102a8.2 8.2 0 0 1-1.262-1.934 8 8 0 0 1 1.264-.166zm0-2.855v2.045a9 9 0 0 0-1.572.215 8 8 0 0 1-.442-2.26zM9.262 7.137c.327-.7.752-1.352 1.262-1.934v2.102a8 8 0 0 1-1.262-.167zm1.262.98v2.044H8.51a8 8 0 0 1 .44-2.26q.778.177 1.574.215m.813-.813V5.205A8.2 8.2 0 0 1 12.6 7.139a8 8 0 0 1-1.261.166zm0 2.857V8.116a9 9 0 0 0 1.573-.215 8.1 8.1 0 0 1 .44 2.26zm1.263 3.836a8.2 8.2 0 0 1-1.263 1.934v-2.1q.639.035 1.265.169zm-1.263-.98v-2.044h2.015a8.1 8.1 0 0 1-.442 2.26 9 9 0 0 0-1.571-.214zm-4.22 1.765q.648-.347 1.346-.574a9 9 0 0 0 1.139 1.885 5.7 5.7 0 0 1-2.483-1.312zm-.586-.61a5.66 5.66 0 0 1-1.273-3.199h2.435c.039.844.197 1.678.469 2.478a9 9 0 0 0-1.637.721zm9.49.434a6.497 6.497 0 1 0-10.18-8.079 6.498 6.498 0 1 0 10.18 8.08"/></g></g><defs><clipPath id="a"><path fill="#fff" d="M.792.43h20v20h-20z"/></clipPath><clipPath id="b"><path fill="#fff" d="M.792.43h20v20h-20z"/></clipPath></defs></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" class="design-iconfont" viewBox="0 0 21 21"><g clip-path="url(#a)"><path fill="#138BFC" d="M9.152 2.406a7.7 7.7 0 0 1 2.864-.024 7.64 7.64 0 0 1 4.947 3.235 7.62 7.62 0 0 1 .333 7.973 2 2 0 0 0-.78-.203 2.6 2.6 0 0 0-2.035-2.333c.111-.413.178-.84.16-1.268a3.9 3.9 0 0 0-.239-1.236 3.94 3.94 0 0 0-1.266-1.76 3.99 3.99 0 0 0-4.077-.524 3.98 3.98 0 0 0-2.255 4.633c.18.72.568 1.385 1.107 1.895.334.322.727.582 1.152.768a2.29 2.29 0 0 0 .595 3.7c.233.116.487.183.744.22-.257.005-.513-.027-.768-.057a7.63 7.63 0 0 1-5.32-3.317 7.65 7.65 0 0 1-1.255-3.58 7.7 7.7 0 0 1 .116-2.133 7.6 7.6 0 0 1 1.617-3.39A7.6 7.6 0 0 1 7.27 3.05a7.7 7.7 0 0 1 1.882-.644"/><path fill="#F2FAFF" d="M12.574 11.376a2.6 2.6 0 0 1 1.908-.322 2.6 2.6 0 0 1 2.035 2.333 2.05 2.05 0 0 1 1.726 1.146 2.054 2.054 0 0 1-.974 2.765c-.244.12-.512.174-.78.199q-2.685-.003-5.37-.002c-.24-.002-.48.015-.717-.013a2.4 2.4 0 0 1-.744-.22 2.29 2.29 0 0 1 1.734-4.23 2.6 2.6 0 0 1 1.182-1.656"/></g><defs><clipPath id="a"><path fill="#fff" d="M.792.43h20v20h-20z"/></clipPath></defs></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" class="design-iconfont" viewBox="0 0 21 21"><path fill="#fff" d="M15.77 19.5H5.813a4.094 4.094 0 0 1-4.092-4.092V5.451a4.094 4.094 0 0 1 4.092-4.093h9.957a4.094 4.094 0 0 1 4.093 4.093v9.957a4.094 4.094 0 0 1-4.093 4.093"/><path fill="#009CF5" d="M1.792 10.43a9 9 0 1 0 17.999 0 9 9 0 0 0-17.999 0"/><path fill="#FF4C3A" d="m16.462 4.664-6.41 5.028 1.478 1.478 5.024-6.41c.054-.063-.03-.144-.092-.096"/><path fill="#fff" d="m5.122 16.194 6.41-5.024-1.478-1.478-5.028 6.407c-.05.062.03.143.096.095M10.82 1.963a.14.14 0 0 0-.138.138v1.253c0 .075.06.138.138.138.077 0 .137-.06.137-.138V2.101a.14.14 0 0 0-.137-.138m-1.472.126a.135.135 0 0 0-.111.159l.218 1.235a.135.135 0 0 0 .16.11.135.135 0 0 0 .11-.158L9.505 2.2a.135.135 0 0 0-.158-.111m-1.08 1.73a.136.136 0 0 0 .177.08.136.136 0 0 0 .081-.176l-.429-1.178a.136.136 0 0 0-.177-.081.136.136 0 0 0-.08.176zm-1.109.54a.14.14 0 0 0 .186.05.14.14 0 0 0 .05-.186l-.626-1.085a.14.14 0 0 0-.186-.05.14.14 0 0 0-.05.185zm-.998.722a.137.137 0 0 0 .192.018.137.137 0 0 0 .018-.192l-.807-.96a.137.137 0 0 0-.192-.017.137.137 0 0 0-.018.191zm-.858.887a.135.135 0 0 0 .192-.018.135.135 0 0 0-.018-.192l-.96-.806a.135.135 0 0 0-.191.018.135.135 0 0 0 .018.192zm-1.778.393 1.086.627a.134.134 0 0 0 .186-.051.14.14 0 0 0-.051-.19l-1.086-.623a.134.134 0 0 0-.186.051c-.039.063-.015.147.051.186m-.596 1.325 1.178.429a.14.14 0 0 0 .177-.081.14.14 0 0 0-.081-.177l-1.178-.429a.14.14 0 0 0-.177.081.136.136 0 0 0 .08.177m.926 1.355L2.62 8.822a.137.137 0 1 0-.048.27l1.235.219a.137.137 0 1 0 .048-.27m-.138 1.223H2.463a.138.138 0 1 0 0 .276h1.253c.075 0 .138-.06.138-.138a.137.137 0 0 0-.138-.138m.081 1.233-1.235.218a.135.135 0 0 0-.11.16.135.135 0 0 0 .158.11l1.235-.219a.135.135 0 0 0 .111-.159.14.14 0 0 0-.159-.11m.291 1.199-1.178.428a.136.136 0 0 0-.081.177.136.136 0 0 0 .177.081l1.178-.428a.136.136 0 0 0 .08-.177.137.137 0 0 0-.176-.081m.495 1.127-1.086.627a.14.14 0 0 0-.05.189.14.14 0 0 0 .188.05l1.086-.626a.14.14 0 0 0 .05-.189.14.14 0 0 0-.188-.051m.683 1.028-.96.807a.137.137 0 0 0-.017.192.137.137 0 0 0 .192.018l.96-.807a.137.137 0 0 0 .017-.192c-.045-.06-.132-.066-.192-.018m.852.89-.807.96a.135.135 0 0 0 .018.192.135.135 0 0 0 .192-.018l.807-.96a.135.135 0 0 0-.018-.191.14.14 0 0 0-.192.018m.995.732-.627 1.085a.134.134 0 0 0 .051.186.14.14 0 0 0 .19-.05l.626-1.086a.135.135 0 0 0-.051-.186.14.14 0 0 0-.189.051m1.106.549L7.791 18.2a.14.14 0 0 0 .08.177.14.14 0 0 0 .177-.081l.43-1.178a.14.14 0 0 0-.082-.177.135.135 0 0 0-.177.08m1.077 1.739a.137.137 0 0 0 .158-.111l.22-1.235a.137.137 0 1 0-.27-.048l-.22 1.235a.135.135 0 0 0 .112.159m1.469.135c.074 0 .137-.06.137-.138v-1.253a.14.14 0 0 0-.137-.138.137.137 0 0 0-.138.138v1.253a.14.14 0 0 0 .138.138m1.094-1.472.219 1.235a.135.135 0 0 0 .159.11.135.135 0 0 0 .11-.158l-.218-1.235a.135.135 0 0 0-.16-.111.137.137 0 0 0-.11.159m1.2-.291.428 1.178a.137.137 0 0 0 .177.081.136.136 0 0 0 .08-.177l-.428-1.178a.136.136 0 0 0-.177-.081.136.136 0 0 0-.08.177m1.13-.495.626 1.085a.14.14 0 0 0 .189.051.14.14 0 0 0 .05-.189l-.629-1.085a.14.14 0 0 0-.189-.05.137.137 0 0 0-.048.188m1.025-.686.806.959a.137.137 0 0 0 .192.018.137.137 0 0 0 .018-.192l-.806-.96a.137.137 0 0 0-.192-.017.135.135 0 0 0-.018.192m.89-.852.96.807a.135.135 0 0 0 .191-.018.135.135 0 0 0-.018-.192l-.96-.807a.135.135 0 0 0-.191.018.14.14 0 0 0 .018.192m.732-.992 1.085.626a.138.138 0 0 0 .179-.202.1.1 0 0 0-.041-.034l-1.085-.627a.14.14 0 0 0-.19.05.14.14 0 0 0 .052.187M17.383 13l1.178.43a.14.14 0 0 0 .177-.082.14.14 0 0 0-.08-.177l-1.179-.428a.14.14 0 0 0-.177.08.136.136 0 0 0 .081.178m.345-1.184 1.235.22a.137.137 0 0 0 .159-.112.137.137 0 0 0-.11-.159l-1.236-.219a.137.137 0 1 0-.048.27m0-1.36c0 .074.06.137.138.137h1.253c.075 0 .138-.06.138-.138a.14.14 0 0 0-.138-.138h-1.253a.136.136 0 0 0-.138.138m.057-1.095 1.235-.219a.135.135 0 0 0 .111-.159.135.135 0 0 0-.159-.11l-1.235.218a.135.135 0 0 0-.111.16.137.137 0 0 0 .159.11m-.29-1.2 1.177-.428a.136.136 0 0 0 .081-.177.136.136 0 0 0-.177-.08l-1.178.428a.136.136 0 0 0-.08.177.14.14 0 0 0 .176.08M17 7.033l1.085-.626a.14.14 0 0 0 .05-.186.14.14 0 0 0-.188-.05l-1.085.626a.14.14 0 0 0-.051.189.14.14 0 0 0 .188.048m-.687-1.025.96-.806a.137.137 0 0 0 .017-.192.137.137 0 0 0-.192-.018l-.959.806a.137.137 0 0 0-.018.192c.048.06.135.066.192.018m-.851-.893.806-.96a.135.135 0 0 0-.018-.191.135.135 0 0 0-.192.018l-.806.959a.135.135 0 0 0 .018.192.135.135 0 0 0 .191-.018m-.993-.729.627-1.085a.133.133 0 0 0-.051-.186.14.14 0 0 0-.19.051L14.23 4.25a.134.134 0 0 0 .051.186.14.14 0 0 0 .19-.05m-1.106-.548.429-1.179a.14.14 0 0 0-.081-.176.14.14 0 0 0-.177.08l-.429 1.182a.14.14 0 0 0 .081.177.14.14 0 0 0 .177-.084m-1.343-.234a.137.137 0 0 0 .159-.111l.219-1.235a.137.137 0 0 0-.111-.16.137.137 0 0 0-.16.112l-.218 1.235a.14.14 0 0 0 .11.159M5.392 5.132a.15.15 0 0 0 .21 0 .15.15 0 0 0 0-.21l-.495-.495a.15.15 0 0 0-.21 0 .15.15 0 0 0 0 .21zm-.836 1.016c.069.048.162.03.207-.036a.15.15 0 0 0-.036-.207l-.573-.401a.15.15 0 0 0-.207.036.15.15 0 0 0 .036.206zM3.273 7l.635.296a.147.147 0 0 0 .198-.072.147.147 0 0 0-.072-.197l-.636-.297a.147.147 0 0 0-.197.072.147.147 0 0 0 .072.198m.272 1.253-.677-.18a.15.15 0 0 0-.183.105.15.15 0 0 0 .105.183l.677.18a.15.15 0 0 0 .183-.105.15.15 0 0 0-.105-.183m-.27 1.289-.698-.06a.15.15 0 0 0-.162.135.15.15 0 0 0 .135.162l.699.06a.15.15 0 0 0 .161-.135.15.15 0 0 0-.134-.162m-.038 1.319-.699.06a.15.15 0 0 0-.135.162.15.15 0 0 0 .162.135l.699-.06a.15.15 0 0 0 .134-.162.15.15 0 0 0-.161-.135m.23 1.304-.677.18a.147.147 0 0 0-.105.183c.021.08.102.126.183.105l.677-.18a.147.147 0 0 0 .105-.183.15.15 0 0 0-.183-.105m.372 1.253-.635.297a.15.15 0 0 0-.072.198.15.15 0 0 0 .198.072l.635-.297a.15.15 0 0 0 .072-.198.15.15 0 0 0-.198-.072m.627 1.164-.573.401a.146.146 0 0 0-.036.207c.048.07.141.084.207.036l.573-.402a.146.146 0 0 0 .036-.207.146.146 0 0 0-.207-.036m1.802 1.912-.402.573a.15.15 0 0 0 .036.207c.069.048.162.03.207-.036l.401-.573a.15.15 0 0 0-.036-.207.146.146 0 0 0-.206.036m.896 1.526a.147.147 0 0 0 .198-.072l.297-.635a.147.147 0 0 0-.072-.198.147.147 0 0 0-.198.072l-.297.635a.15.15 0 0 0 .072.198m1.373.516a.15.15 0 0 0 .183-.105l.18-.678a.15.15 0 0 0-.105-.183.15.15 0 0 0-.183.105l-.18.678a.15.15 0 0 0 .105.183m1.442.267a.15.15 0 0 0 .162-.135l.06-.699a.15.15 0 0 0-.135-.162.15.15 0 0 0-.162.135l-.06.699a.15.15 0 0 0 .135.162m1.244-.819.06.699a.15.15 0 0 0 .162.135.15.15 0 0 0 .135-.162l-.06-.699a.15.15 0 0 0-.162-.135.15.15 0 0 0-.135.162m1.304-.192.18.678a.147.147 0 0 0 .183.105.147.147 0 0 0 .105-.183l-.18-.678a.147.147 0 0 0-.183-.104.15.15 0 0 0-.105.182m1.254-.413.296.635a.15.15 0 0 0 .198.072.15.15 0 0 0 .072-.198l-.297-.635a.15.15 0 0 0-.198-.072.15.15 0 0 0-.071.198m1.163-.624.401.573a.147.147 0 0 0 .207.036.146.146 0 0 0 .036-.207l-.401-.573a.146.146 0 0 0-.207-.036.146.146 0 0 0-.036.207m1.034-.818.495.494a.15.15 0 0 0 .21 0 .15.15 0 0 0 0-.21l-.495-.494a.15.15 0 0 0-.21 0 .15.15 0 0 0 0 .21m.879-.984.572.402c.07.048.162.03.207-.036a.15.15 0 0 0-.036-.207l-.573-.402a.15.15 0 0 0-.206.036.146.146 0 0 0 .035.207m.692-1.121.636.297a.147.147 0 0 0 .198-.072.147.147 0 0 0-.072-.198l-.636-.297a.147.147 0 0 0-.198.072.15.15 0 0 0 .072.198m.489-1.226.677.18a.15.15 0 0 0 .183-.105.15.15 0 0 0-.105-.183l-.677-.18a.15.15 0 0 0-.183.105.147.147 0 0 0 .105.183m.267-1.292.698.06a.15.15 0 0 0 .162-.135.15.15 0 0 0-.135-.162l-.698-.06a.149.149 0 1 0-.027.297m.041-1.316.7-.06a.15.15 0 0 0 .134-.162.15.15 0 0 0-.162-.135l-.698.06a.15.15 0 0 0-.135.162.15.15 0 0 0 .162.135m-.191-1.308.677-.18a.147.147 0 0 0 .105-.182.147.147 0 0 0-.183-.105l-.677.18a.147.147 0 0 0-.105.182c.02.081.105.126.183.105m-.414-1.25.636-.297a.15.15 0 0 0 .072-.197.15.15 0 0 0-.198-.072l-.636.296a.15.15 0 0 0-.072.198c.036.072.123.105.198.072m-.624-1.163.573-.402a.146.146 0 0 0 .036-.207.146.146 0 0 0-.207-.036l-.572.402a.146.146 0 0 0-.037.207.15.15 0 0 0 .207.036m-1.801-1.913.401-.572a.15.15 0 0 0-.036-.207.15.15 0 0 0-.206.036l-.402.572a.15.15 0 0 0 .036.207.146.146 0 0 0 .207-.036m-.897-1.526a.147.147 0 0 0-.198.072l-.296.636a.147.147 0 0 0 .071.198.147.147 0 0 0 .198-.072l.297-.636a.15.15 0 0 0-.072-.198m-1.376-.515a.15.15 0 0 0-.183.105l-.18.677a.15.15 0 0 0 .105.183.15.15 0 0 0 .183-.105l.18-.677a.147.147 0 0 0-.105-.183m-1.529.728a.15.15 0 0 0 .162-.135l.06-.698a.15.15 0 0 0-.135-.162.15.15 0 0 0-.162.135l-.06.698a.15.15 0 0 0 .135.162m-1.379-1.01a.15.15 0 0 0-.135.162l.06.698a.15.15 0 0 0 .162.135.15.15 0 0 0 .135-.162l-.06-.698a.15.15 0 0 0-.162-.135m-1.262.348a.147.147 0 0 0-.183-.105.147.147 0 0 0-.105.183l.18.677a.147.147 0 0 0 .183.105.147.147 0 0 0 .105-.183zm-1.07 1.088-.297-.636a.15.15 0 0 0-.198-.072.15.15 0 0 0-.072.198l.294.639a.15.15 0 0 0 .198.072.155.155 0 0 0 .075-.201m-1.407.797c.048.07.141.084.207.036a.146.146 0 0 0 .036-.207l-.401-.572a.146.146 0 0 0-.207-.036.146.146 0 0 0-.036.207z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" class="design-iconfont" viewBox="0 0 21 21"><path fill="#FC7A28" d="M6.225 12.853c.195-1.017.753-1.805 1.572-2.406.5-.368 1.032-.692 1.553-1.03.833-.538 1.53-1.195 1.885-2.15.397-1.065.369-2.103-.354-3.02-.915-1.16-2.151-1.515-3.58-1.26-1.038.187-1.89.725-2.626 1.458a3.7 3.7 0 0 0-.767 1.078l.143-.096a2.1 2.1 0 0 1 1.318-.39 1.59 1.59 0 0 1 1.5 1.532 2.18 2.18 0 0 1-.472 1.419c-.406.523-.843 1.022-1.27 1.528-.92 1.091-1.395 2.332-1.203 3.768.193 1.443.946 2.532 2.224 3.23.806.44 1.69.587 2.643.578-.051-.022-.072-.033-.093-.039-1.831-.504-2.8-2.496-2.473-4.2m7.257-3.528c.741.244 1.41.636 2.089 1.008.713.392 1.464.408 2.232.181.15-.044.212-.126.197-.282-.019-.205-.008-.414-.039-.618-.203-1.353-.934-2.285-2.232-2.747-.163-.058-.215-.148-.263-.302a7 7 0 0 0-.35-.866c-.055-.117-.16-.208-.262-.335-.097.145-.179.252-.245.37-.248.437-.328.92-.346 1.413-.005.151-.045.264-.165.347-.267.185-.521.397-.807.547-.612.32-1.24.608-1.845.901.686-.004 1.365.162 2.036.383m.764 6.684c-.26-.06-.529-.09-.804-.137.014-.052.024-.097.038-.141.202-.641.238-1.29.154-1.958-.28-2.222-2.53-3.554-4.333-3.169-.96.205-1.64.741-2.034 1.639 1.445-1.43 3.606-.994 4.498.242.589.815.75 1.712.448 2.672-.302.962-.996 1.556-1.961 1.927 1.241.035 4.686-.073 5.105-.206-.047-.09-.082-.184-.14-.261-.243-.33-.58-.518-.971-.608m-2.79-1.72c-.009-1.135-.862-2.067-2.058-2.073-1.29-.007-2.078 1.054-2.078 2.069 0 1.086.899 2.078 2.066 2.059 1.146-.001 2.079-.919 2.07-2.056m-2.08.938a.94.94 0 0 1-.938-.952c.002-.515.446-.957.953-.949.514.01.95.446.954.955.004.521-.434.948-.97.946m8.677-2.963c-.103-.406-.388-.631-.772-.727-.267-.067-.545-.093-.82-.128-.75-.097-1.409-.408-2.04-.808-1.27-.805-2.654-1.16-4.155-.984-.26.03-.512.13-.767.197l.013.054c.165 0 .332-.016.495.003.397.047.804.068 1.186.174 1.354.377 2.325 1.25 3.018 2.449.098.171.21.286.4.296.275.015.554.043.824.008q.362-.053.688-.22c.616-.309 1.242-.447 1.917-.188.015-.036.024-.047.023-.057a.4.4 0 0 0-.01-.07"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" class="design-iconfont" viewBox="0 0 16 17"><g clip-path="url(#a)"><path fill="#165DFF" d="M9.295 6.292 6.537 9.05l-.707-.707 2.758-2.758zm-2.44 7.495-4.03-4.03.708-.707 4.03 4.03z"/><path stroke="#165DFF" d="M7.173 13.374a.5.5 0 0 1-.292.143l-3.982.489a.5.5 0 0 1-.557-.557l.49-3.982a.5.5 0 0 1 .142-.293L9.74 2.41a.5.5 0 0 1 .707 0l3.492 3.49a.5.5 0 0 1 0 .707z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 .175h16v16H0z"/></clipPath></defs></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" class="design-iconfont" viewBox="0 0 191 123"><rect width="190" height="120" x=".5" y=".077" fill="#F4F6FB" rx="4"/><path fill="#E0E4EF" d="M15.182 69.361H179.17v4.838H15.18zm163.989-39.168h-48v27.461h48zM15.182 79.748H179.17v4.838H15.18zm0 10.299H179.17v4.838H15.18zm0 10.299H179.17v4.838H15.18z"/><path fill="#1B7CFF" d="M.5 4.077a4 4 0 0 1 4-4h182a4 4 0 0 1 4 4v9.486H.5z" opacity=".8"/><g filter="url(#a)"><rect width="69.449" height="36.455" x="34.393" y="78.359" fill="#fff" fill-opacity=".4" rx="4"/><rect width="68.449" height="35.455" x="34.893" y="78.859" stroke="#fff" rx="3.5"/></g><rect width="63.655" height="71.227" x="61.266" y="33.721" stroke="#69B7FF" stroke-dasharray="3 4" rx="3.5"/><g filter="url(#b)"><rect width="64.655" height="72.227" x="71.766" y="24.221" fill="#fff" rx="4"/><rect width="64.655" height="72.227" x="71.766" y="24.221" fill="url(#c)" fill-opacity=".6" rx="4"/><rect width="63.655" height="71.227" x="72.266" y="24.721" stroke="#fff" rx="3.5"/></g><path fill="#E3EEFA" d="M81.11 54.88h45.464v3.762H81.11zm0-7.16h19.665V34.445H81.11zm0 17.019h45.464V68.5H81.11zm0 9.859h17.256v3.761H81.109z"/><g filter="url(#d)"><path fill="url(#e)" d="M123.372 80.222c1.542-2.484 5.336-2.484 6.877 0l12.678 20.429c1.562 2.517-.355 5.689-3.439 5.689h-25.355c-3.084 0-5.001-3.172-3.439-5.689z"/><path stroke="#FFE9D3" d="M123.797 80.486c1.346-2.17 4.682-2.17 6.028 0l12.677 20.428c1.33 2.143-.272 4.926-3.014 4.926h-25.355c-2.742 0-4.344-2.783-3.014-4.926z"/></g><path fill="url(#f)" stroke="#FFE9D3" d="M121.199 62.517c2.134-3.439 7.409-3.439 9.543 0l19.159 30.872c2.128 3.429-.454 7.833-4.772 7.833h-38.317c-4.318 0-6.9-4.404-4.772-7.833z"/><path fill="#fff" d="M123.937 75.208a2.044 2.044 0 1 1 4.067 0l-.923 9.086a1.117 1.117 0 0 1-2.221 0zm2.033 12.741a2.007 2.007 0 1 0 0 4.015 2.007 2.007 0 1 0 0-4.015"/><path fill="#FA2121" d="M9.176 5.022a1.798 1.798 0 1 0 0 3.596 1.798 1.798 0 1 0 0-3.596"/><path fill="#F5C51C" d="M16.98 5.022a1.798 1.798 0 1 0 0 3.596 1.798 1.798 0 1 0 0-3.596"/><path fill="#1EE97B" d="M24.783 5.022a1.798 1.798 0 1 0 0 3.596 1.798 1.798 0 1 0 0-3.596"/><path fill="#E9ECF4" d="M32.19 26.059a17.009 17.009 0 1 0 0 34.018 17.009 17.009 0 1 0 0-34.018"/><path fill="#72ADFD" d="M32.19 26.059a17.01 17.01 0 1 1-17.008 17.009H32.19z" opacity=".5"/><defs><linearGradient id="c" x1="104.093" x2="104.093" y1="24.221" y2="96.448" gradientUnits="userSpaceOnUse"><stop offset=".535" stop-color="#fff"/><stop offset="1" stop-color="#DCEAF9"/></linearGradient><linearGradient id="e" x1="126.811" x2="126.811" y1="78.359" y2="106.34" gradientUnits="userSpaceOnUse"><stop stop-color="#FFE9BE"/><stop offset="1" stop-color="#FC993D"/></linearGradient><linearGradient id="f" x1="125.97" x2="125.97" y1="59.438" y2="101.722" gradientUnits="userSpaceOnUse"><stop stop-color="#FFE9BE"/><stop offset="1" stop-color="#FC993D"/></linearGradient><filter id="a" width="77.449" height="44.455" x="30.393" y="74.359" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImageFix" stdDeviation="2"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_39_7479"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_39_7479" result="shape"/></filter><filter id="b" width="80.655" height="88.227" x="63.766" y="18.221" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="2"/><feGaussianBlur stdDeviation="4"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.450964 0 0 0 0 0.520921 0 0 0 0 0.585497 0 0 0 0.2 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_39_7479"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_39_7479" result="shape"/></filter><filter id="d" width="65.344" height="59.98" x="94.139" y="62.359" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_39_7479" stdDeviation="8"/></filter></defs></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" class="design-iconfont" viewBox="0 0 20 20"><g clip-path="url(#a)"><g filter="url(#b)"><rect width="16" height="14" x="2.642" y="3" fill="#D9D9D9" rx="1"/><rect width="16" height="14" x="2.642" y="3" fill="url(#c)" rx="1"/><rect width="16" height="14" x="2.642" y="3" fill="url(#d)" rx="1"/><rect width="16" height="14" x="2.642" y="3" fill="url(#e)" rx="1"/></g><rect width="14" height="12" x="3.642" y="4" fill="#fff" opacity=".3" rx="1"/><path fill="#fff" d="M10.706 12.095h4.795v1.598h-4.795zM8.043 9.698l-2.26-2.26 1.13-1.131 3.39 3.39-3.39 3.392-1.13-1.132z"/></g><defs><linearGradient id="c" x1="10.642" x2="10.642" y1="3" y2="17" gradientUnits="userSpaceOnUse"><stop stop-color="#54CCFF"/><stop offset="1" stop-color="#1B69FF"/></linearGradient><linearGradient id="d" x1="20.379" x2="13.408" y1="7.015" y2="18.657" gradientUnits="userSpaceOnUse"><stop stop-color="#AAFFB8" stop-opacity=".68"/><stop offset=".397" stop-color="#48FF65" stop-opacity="0"/></linearGradient><linearGradient id="e" x1="17.468" x2="5.174" y1="7.268" y2="18.22" gradientUnits="userSpaceOnUse"><stop offset=".51" stop-color="#A244FF" stop-opacity="0"/><stop offset=".978" stop-color="#A244FF"/></linearGradient><clipPath id="a"><path fill="#fff" d="M0 0h20v20H0z"/></clipPath><filter id="b" width="20" height="18" x=".642" y="2" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1"/><feGaussianBlur stdDeviation="1"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.215686 0 0 0 0 0.6 0 0 0 0 1 0 0 0 0.4 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_62_2506"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_62_2506" result="shape"/></filter></defs></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" class="design-iconfont" viewBox="0 0 26 26"><g filter="url(#a)"><path fill="url(#b)" d="M4 4.5a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1z" shape-rendering="crispEdges"/></g><path fill="url(#c)" d="M5 5.5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z"/><g filter="url(#d)" shape-rendering="crispEdges"><rect width="6" height="6" x="14" y="10.5" fill="#fff" fill-opacity=".2" rx="1" transform="rotate(90 14 10.5)"/><rect width="7" height="7" x="14.5" y="10" stroke="#fff" rx="1.5" transform="rotate(90 14.5 10)"/></g><g filter="url(#e)" shape-rendering="crispEdges"><rect width="6" height="6" x="18" y="7.5" fill="#fff" fill-opacity=".2" rx="3" transform="rotate(90 18 7.5)"/><rect width="7" height="7" x="18.5" y="7" stroke="#fff" rx="3.5" transform="rotate(90 18.5 7)"/></g><defs><filter id="a" width="26" height="25" x="0" y=".5" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.0885876 0 0 0 0 0.240744 0 0 0 0 0.626988 0 0 0 0.2 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_189_27166"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_189_27166" result="shape"/></filter><filter id="d" width="12" height="12" x="5" y="8.5" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1"/><feGaussianBlur stdDeviation="1"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.0885876 0 0 0 0 0.240744 0 0 0 0 0.626988 0 0 0 0.4 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_189_27166"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_189_27166" result="shape"/></filter><filter id="e" width="12" height="12" x="9" y="5.5" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1"/><feGaussianBlur stdDeviation="1"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.0885876 0 0 0 0 0.240744 0 0 0 0 0.626988 0 0 0 0.4 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_189_27166"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_189_27166" result="shape"/></filter><linearGradient id="b" x1="13" x2="13" y1="3.5" y2="20.5" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity=".38"/></linearGradient><linearGradient id="c" x1="13" x2="13" y1="4.5" y2="19.5" gradientUnits="userSpaceOnUse"><stop stop-color="#89AAFC"/><stop offset="1" stop-color="#DFEAFF"/></linearGradient></defs></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" class="design-iconfont" viewBox="0 0 26 26"><g filter="url(#a)"><path fill="url(#b)" d="M4 4.5a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1z" shape-rendering="crispEdges"/></g><path fill="url(#c)" d="M5 5.5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z"/><g filter="url(#d)" shape-rendering="crispEdges"><rect width="2.01" height="9.975" x="10.184" y="16.237" fill="#fff" fill-opacity=".2" rx="1" transform="rotate(-135 10.184 16.237)"/><rect width="3.01" height="10.975" x="10.184" y="16.944" stroke="#fff" rx="1.5" transform="rotate(-135 10.184 16.944)"/></g><defs><linearGradient id="b" x1="13" x2="13" y1="3.5" y2="20.5" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity=".38"/></linearGradient><linearGradient id="c" x1="13" x2="13" y1="4.5" y2="19.5" gradientUnits="userSpaceOnUse"><stop stop-color="#89AAFC"/><stop offset="1" stop-color="#DFEAFF"/></linearGradient><filter id="a" width="26" height="25" x="0" y=".5" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.0885876 0 0 0 0 0.240744 0 0 0 0 0.626988 0 0 0 0.2 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_517_22249"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_517_22249" result="shape"/></filter><filter id="d" width="13.643" height="13.643" x="6.178" y="6.179" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1"/><feGaussianBlur stdDeviation="1"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.0885876 0 0 0 0 0.240744 0 0 0 0 0.626988 0 0 0 0.4 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_517_22249"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_517_22249" result="shape"/></filter></defs></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" class="design-iconfont" viewBox="0 0 26 26"><g filter="url(#a)"><path fill="url(#b)" d="M4 4.5a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1z" shape-rendering="crispEdges"/></g><path fill="url(#c)" d="M5 5.5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z"/><g filter="url(#d)" shape-rendering="crispEdges"><path fill="#fff" fill-opacity=".2" d="M17.322 7.005a1 1 0 0 1 1 1v7.57a1 1 0 0 1-1 1H8.678a1 1 0 0 1-1-1v-7.57a1 1 0 0 1 1-1z"/><path stroke="#fff" d="M18.822 15.575v-7.57a1.5 1.5 0 0 0-1.5-1.5H8.678a1.5 1.5 0 0 0-1.5 1.5v7.57a1.5 1.5 0 0 0 1.5 1.5h8.644a1.5 1.5 0 0 0 1.5-1.5Z"/></g><path fill="#fff" d="M12.998 8.74c.896 0 1.669.316 2.31.949.633.633.949 1.406.949 2.31 0 .897-.316 1.67-.949 2.311a3.18 3.18 0 0 1-2.31.949c-.905 0-1.678-.316-2.31-.949a3.18 3.18 0 0 1-.95-2.31c0-.905.317-1.678.95-2.311.632-.633 1.405-.949 2.31-.949m0 .536q-1.134-.002-1.924.8a2.6 2.6 0 0 0-.8 1.923c0 .747.264 1.389.8 1.925a2.63 2.63 0 0 0 1.924.799c.746 0 1.388-.272 1.924-.8.527-.535.799-1.177.799-1.924 0-.755-.272-1.396-.8-1.923a2.62 2.62 0 0 0-1.923-.8m.07.703c.492 0 .887.105 1.186.325q.472.34.588 1.063h-.834a.87.87 0 0 0-.343-.492q-.237-.158-.606-.158c-.386 0-.676.114-.852.351-.167.211-.246.527-.246.94s.088.73.272.94q.264.332.844.334c.254 0 .465-.07.632-.193.158-.132.281-.325.352-.58h.834c-.105.527-.316.914-.65 1.168-.299.229-.694.343-1.168.343-.677 0-1.186-.21-1.529-.615-.299-.351-.44-.817-.44-1.397s.15-1.045.449-1.405c.351-.422.852-.624 1.51-.624"/><defs><linearGradient id="b" x1="13" x2="13" y1="3.5" y2="20.5" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity=".38"/></linearGradient><linearGradient id="c" x1="13" x2="13" y1="4.5" y2="19.5" gradientUnits="userSpaceOnUse"><stop stop-color="#89AAFC"/><stop offset="1" stop-color="#DFEAFF"/></linearGradient><filter id="a" width="26" height="25" x="0" y=".5" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.0885876 0 0 0 0 0.240744 0 0 0 0 0.626988 0 0 0 0.2 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_517_25590"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_517_25590" result="shape"/></filter><filter id="d" width="16.645" height="15.57" x="4.678" y="5.005" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1"/><feGaussianBlur stdDeviation="1"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.0885876 0 0 0 0 0.240744 0 0 0 0 0.626988 0 0 0 0.4 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_517_25590"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_517_25590" result="shape"/></filter></defs></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" class="design-iconfont" viewBox="0 0 16 16"><g clip-path="url(#a)"><path fill="#4E5969" fill-rule="evenodd" d="m4.768 10.384.589.59 2.651-2.652 2.652 2.652.59-.59-3.242-3.24zm0-2.357.589.59 2.651-2.652 2.652 2.652.59-.59-3.242-3.24z" clip-rule="evenodd"/></g><defs><clipPath id="a"><path fill="#fff" d="M13 13V3H3v10z"/></clipPath></defs></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" class="design-iconfont" viewBox="0 0 26 26"><g filter="url(#a)"><path fill="url(#b)" d="M4 4.5a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1z" shape-rendering="crispEdges"/></g><path fill="url(#c)" d="M5 5.5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z"/><g filter="url(#d)" shape-rendering="crispEdges"><path fill="#fff" fill-opacity=".2" d="M8.1 8.147a1 1 0 0 1 1-1h7.8a1 1 0 0 1 1 1v2H8.1z"/><path stroke="#fff" d="M17.901 10.648h.5v-2.5a1.5 1.5 0 0 0-1.5-1.5H9.1a1.5 1.5 0 0 0-1.5 1.5v2.5h10.3Z"/></g><g filter="url(#e)" shape-rendering="crispEdges"><path fill="#fff" fill-opacity=".2" d="M17.901 15.836a1 1 0 0 1-1 1H9.1a1 1 0 0 1-1-1v-2h9.8z"/><path stroke="#fff" d="M8.1 13.336h-.5v2.5a1.5 1.5 0 0 0 1.5 1.5h7.8a1.5 1.5 0 0 0 1.5-1.5v-2.5z"/></g><defs><filter id="a" width="26" height="25" x="0" y=".5" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.0885876 0 0 0 0 0.240744 0 0 0 0 0.626988 0 0 0 0.2 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_188_20555"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_188_20555" result="shape"/></filter><filter id="d" width="15.802" height="9" x="5.1" y="5.147" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1"/><feGaussianBlur stdDeviation="1"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.0885876 0 0 0 0 0.240744 0 0 0 0 0.626988 0 0 0 0.4 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_188_20555"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_188_20555" result="shape"/></filter><filter id="e" width="15.802" height="9" x="5.1" y="11.836" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1"/><feGaussianBlur stdDeviation="1"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.0885876 0 0 0 0 0.240744 0 0 0 0 0.626988 0 0 0 0.4 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_188_20555"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_188_20555" result="shape"/></filter><linearGradient id="b" x1="13" x2="13" y1="3.5" y2="20.5" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity=".38"/></linearGradient><linearGradient id="c" x1="13" x2="13" y1="4.5" y2="19.5" gradientUnits="userSpaceOnUse"><stop stop-color="#89AAFC"/><stop offset="1" stop-color="#DFEAFF"/></linearGradient></defs></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" class="design-iconfont" viewBox="0 0 26 26"><g filter="url(#a)"><path fill="url(#b)" d="M4 4.5a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1z" shape-rendering="crispEdges"/></g><path fill="url(#c)" d="M5 5.5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z"/><g filter="url(#d)" shape-rendering="crispEdges"><path fill="#fff" fill-opacity=".2" d="M17.322 7.005a1 1 0 0 1 1 1v7.57a1 1 0 0 1-1 1H8.678a1 1 0 0 1-1-1v-7.57a1 1 0 0 1 1-1z"/><path stroke="#fff" d="M18.822 15.575v-7.57a1.5 1.5 0 0 0-1.5-1.5H8.678a1.5 1.5 0 0 0-1.5 1.5v7.57a1.5 1.5 0 0 0 1.5 1.5h8.644a1.5 1.5 0 0 0 1.5-1.5Z"/></g><g filter="url(#e)" shape-rendering="crispEdges"><rect width="1" height="10.645" x="7.678" y="10.838" fill="#fff" fill-opacity=".2" rx=".5" transform="rotate(-90 7.678 10.838)"/><rect width=".5" height="10.145" x="7.928" y="10.588" stroke="#fff" stroke-width=".5" rx=".25" transform="rotate(-90 7.928 10.588)"/></g><g filter="url(#f)" shape-rendering="crispEdges"><rect width="1" height="5.737" x="10.607" y="10.838" fill="#fff" fill-opacity=".2" rx=".5"/><rect width=".5" height="5.237" x="10.857" y="11.088" stroke="#fff" stroke-width=".5" rx=".25"/></g><defs><filter id="a" width="26" height="25" x="0" y=".5" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.0885876 0 0 0 0 0.240744 0 0 0 0 0.626988 0 0 0 0.2 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_517_23303"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_517_23303" result="shape"/></filter><filter id="d" width="16.645" height="15.57" x="4.678" y="5.005" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1"/><feGaussianBlur stdDeviation="1"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.0885876 0 0 0 0 0.240744 0 0 0 0 0.626988 0 0 0 0.4 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_517_23303"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_517_23303" result="shape"/></filter><filter id="e" width="14.645" height="5" x="5.678" y="8.838" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1"/><feGaussianBlur stdDeviation="1"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.0885876 0 0 0 0 0.240744 0 0 0 0 0.626988 0 0 0 0.4 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_517_23303"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_517_23303" result="shape"/></filter><filter id="f" width="5" height="9.737" x="8.607" y="9.838" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1"/><feGaussianBlur stdDeviation="1"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.0885876 0 0 0 0 0.240744 0 0 0 0 0.626988 0 0 0 0.4 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_517_23303"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_517_23303" result="shape"/></filter><linearGradient id="b" x1="13" x2="13" y1="3.5" y2="20.5" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity=".38"/></linearGradient><linearGradient id="c" x1="13" x2="13" y1="4.5" y2="19.5" gradientUnits="userSpaceOnUse"><stop stop-color="#89AAFC"/><stop offset="1" stop-color="#DFEAFF"/></linearGradient></defs></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" class="design-iconfont" viewBox="0 0 26 26"><g filter="url(#a)"><path fill="url(#b)" d="M4 4.5a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1z" shape-rendering="crispEdges"/></g><path fill="url(#c)" d="M5 5.5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z"/><g filter="url(#d)" shape-rendering="crispEdges"><rect width="9.57" height="4.289" x="12.289" y="7.005" fill="#fff" fill-opacity=".2" rx="1" transform="rotate(90 12.29 7.005)"/><rect width="10.57" height="5.289" x="12.789" y="6.505" stroke="#fff" rx="1.5" transform="rotate(90 12.79 6.505)"/></g><g filter="url(#e)" shape-rendering="crispEdges"><rect width="2.01" height="9.975" x="17.975" y="7.005" fill="#fff" fill-opacity=".2" rx="1" transform="rotate(90 17.975 7.005)"/><rect width="3.01" height="10.975" x="18.475" y="6.505" stroke="#fff" rx="1.5" transform="rotate(90 18.475 6.505)"/></g><defs><filter id="a" width="26" height="25" x="0" y=".5" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.0885876 0 0 0 0 0.240744 0 0 0 0 0.626988 0 0 0 0.2 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_236_14504"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_236_14504" result="shape"/></filter><filter id="d" width="10.289" height="15.57" x="5" y="5.005" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1"/><feGaussianBlur stdDeviation="1"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.0885876 0 0 0 0 0.240744 0 0 0 0 0.626988 0 0 0 0.4 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_236_14504"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_236_14504" result="shape"/></filter><filter id="e" width="15.975" height="8.01" x="5" y="5.005" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1"/><feGaussianBlur stdDeviation="1"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.0885876 0 0 0 0 0.240744 0 0 0 0 0.626988 0 0 0 0.4 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_236_14504"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_236_14504" result="shape"/></filter><linearGradient id="b" x1="13" x2="13" y1="3.5" y2="20.5" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity=".38"/></linearGradient><linearGradient id="c" x1="13" x2="13" y1="4.5" y2="19.5" gradientUnits="userSpaceOnUse"><stop stop-color="#89AAFC"/><stop offset="1" stop-color="#DFEAFF"/></linearGradient></defs></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" class="design-iconfont" viewBox="0 0 26 26"><g filter="url(#a)"><path fill="url(#b)" d="M4 4.5a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1z" shape-rendering="crispEdges"/></g><path fill="url(#c)" d="M5 5.5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z"/><g filter="url(#d)"><mask id="e" width="9" height="11" x="5.938" y="6.465" fill="#000" maskUnits="userSpaceOnUse"><path fill="#fff" d="M5.938 6.465h9v11h-9z"/><path fill-rule="evenodd" d="m7.938 12 1.414 1.415v-.001l2.122 2.121 1.414-1.414L10.767 12l2.12-2.12-1.414-1.415-2.12 2.12z" clip-rule="evenodd"/></mask><path fill="#fff" fill-opacity=".2" fill-rule="evenodd" d="m7.938 12 1.414 1.415v-.001l2.122 2.121 1.414-1.414L10.767 12l2.12-2.12-1.414-1.415-2.12 2.12z" clip-rule="evenodd" shape-rendering="crispEdges"/><path fill="#fff" d="m7.938 12-.708-.707-.707.707.707.707zm0 0 .707.707zm1.414 1.415-.707.707.707.707.707-.707zm0-.001.708-.707L9.353 12l-.708.707zm2.122 2.121-.707.707.707.707.707-.707zm1.414-1.414.707.707.707-.707-.707-.707zM10.767 12l-.707-.708-.707.708.707.707zm2.12-2.12.707.706.708-.707-.708-.707zm-1.414-1.415.707-.707-.707-.707-.707.707zm-2.12 2.12-.708-.707zm-.708 2.122-1.414-1.415v.001zm1.414 0-1.414-1.414-1.415 1.415 1.415 1.414zm-1.414 0 1.414 1.415v-.001zm3.536 2.121-2.121-2.121-1.415 1.414 2.122 2.121zm0-1.414-1.414 1.414 1.414 1.414 1.414-1.414zm-2.121-.707 2.121 2.121 1.414-1.414-2.121-2.122zm2.12-3.535-2.12 2.12 1.414 1.415 2.12-2.12zm-1.414 0 1.414 1.414 1.414-1.414-1.414-1.414zm-.706 2.12 2.12-2.12-1.414-1.414-2.12 2.12zm-1.415 1.415 1.415-1.415-1.415-1.414-1.414 1.414z" mask="url(#e)"/></g><g filter="url(#f)" shape-rendering="crispEdges"><path fill="#fff" fill-opacity=".2" d="M18.063 8.021v7.956h-1V8.022z"/><path stroke="#fff" d="M18.563 8.021v-.5h-2v8.956h2z"/></g><defs><filter id="a" width="26" height="25" x="0" y=".5" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.0885876 0 0 0 0 0.240744 0 0 0 0 0.626988 0 0 0 0.2 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_188_26016"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_188_26016" result="shape"/></filter><filter id="d" width="11.779" height="13.898" x="4.523" y="6.051" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1"/><feGaussianBlur stdDeviation="1"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.0885876 0 0 0 0 0.240744 0 0 0 0 0.626988 0 0 0 0.4 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_188_26016"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_188_26016" result="shape"/></filter><filter id="f" width="7" height="13.956" x="14.063" y="6.021" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1"/><feGaussianBlur stdDeviation="1"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.0885876 0 0 0 0 0.240744 0 0 0 0 0.626988 0 0 0 0.4 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_188_26016"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_188_26016" result="shape"/></filter><linearGradient id="b" x1="13" x2="13" y1="3.5" y2="20.5" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity=".38"/></linearGradient><linearGradient id="c" x1="13" x2="13" y1="4.5" y2="19.5" gradientUnits="userSpaceOnUse"><stop stop-color="#89AAFC"/><stop offset="1" stop-color="#DFEAFF"/></linearGradient></defs></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" class="design-iconfont" viewBox="0 0 20 21"><g clip-path="url(#a)"><g filter="url(#b)"><path fill="url(#c)" d="M16.5 4.873h-6l-1.75-1.75H3.5a1.75 1.75 0 0 0-1.75 1.75v10.5a1.75 1.75 0 0 0 1.75 1.75h13a1.75 1.75 0 0 0 1.75-1.75v-8.75a1.75 1.75 0 0 0-1.75-1.75"/><path fill="url(#d)" d="M16.5 4.873h-6l-1.75-1.75H3.5a1.75 1.75 0 0 0-1.75 1.75v10.5a1.75 1.75 0 0 0 1.75 1.75h13a1.75 1.75 0 0 0 1.75-1.75v-8.75a1.75 1.75 0 0 0-1.75-1.75"/><path fill="url(#e)" d="M16.5 4.873h-6l-1.75-1.75H3.5a1.75 1.75 0 0 0-1.75 1.75v10.5a1.75 1.75 0 0 0 1.75 1.75h13a1.75 1.75 0 0 0 1.75-1.75v-8.75a1.75 1.75 0 0 0-1.75-1.75"/></g><path fill="#fff" d="M3.063 7.386a1 1 0 0 1 1-1h11.874a1 1 0 0 1 1 1v7.283a1 1 0 0 1-1 1H4.063a1 1 0 0 1-1-1z" opacity=".3"/><path fill="#fff" d="M7.695 7.735a1.646 1.646 0 1 1 0 3.293 1.646 1.646 0 0 1 0-3.293m2.964 6.586H4.73v-.659a1.976 1.976 0 0 1 1.976-1.976h1.976a1.975 1.975 0 0 1 1.976 1.976zm3.292-2.635h-2.634V10.37h2.634zm1.318-1.975h-3.952V8.393h3.952z"/></g><defs><linearGradient id="c" x1="10.5" x2="10.5" y1="3.123" y2="17.123" gradientUnits="userSpaceOnUse"><stop stop-color="#54CCFF"/><stop offset="1" stop-color="#1B69FF"/></linearGradient><linearGradient id="d" x1="21.15" x2="14.489" y1="7.138" y2="19.306" gradientUnits="userSpaceOnUse"><stop stop-color="#AAFFB8" stop-opacity=".68"/><stop offset=".397" stop-color="#48FF65" stop-opacity="0"/></linearGradient><linearGradient id="e" x1="17.966" x2="5.594" y1="7.391" y2="19.446" gradientUnits="userSpaceOnUse"><stop offset=".51" stop-color="#A244FF" stop-opacity="0"/><stop offset=".978" stop-color="#A244FF"/></linearGradient><clipPath id="a"><path fill="#fff" d="M0 .123h20v20H0z"/></clipPath><filter id="b" width="20.5" height="18" x="-.25" y="2.123" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1"/><feGaussianBlur stdDeviation="1"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.215686 0 0 0 0 0.6 0 0 0 0 1 0 0 0 0.4 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_83_6396"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_83_6396" result="shape"/></filter></defs></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="23" height="26" fill="none"><path fill="url(#a)" d="M9.258 1.155a4 4 0 0 1 4 0l7.259 4.19a4 4 0 0 1 2 3.464v8.382a4 4 0 0 1-2 3.464l-7.259 4.19a4 4 0 0 1-4 0L2 20.655a4 4 0 0 1-2-3.464V8.809a4 4 0 0 1 2-3.464z"/><path fill="url(#b)" d="M9.258 1.155a4 4 0 0 1 4 0l7.259 4.19a4 4 0 0 1 2 3.464v8.382a4 4 0 0 1-2 3.464l-7.259 4.19a4 4 0 0 1-4 0L2 20.655a4 4 0 0 1-2-3.464V8.809a4 4 0 0 1 2-3.464z"/><path fill="url(#c)" d="M9.258 1.155a4 4 0 0 1 4 0l7.259 4.19a4 4 0 0 1 2 3.464v8.382a4 4 0 0 1-2 3.464l-7.259 4.19a4 4 0 0 1-4 0L2 20.655a4 4 0 0 1-2-3.464V8.809a4 4 0 0 1 2-3.464z"/><path fill="#fff" fill-rule="evenodd" d="M15.736 9.157h.144c.217 0 .361.145.433.362v3.105a3 3 0 0 0-1.155-.216 3.39 3.39 0 0 0-3.395 3.394c0 .867.289 1.661.867 2.24-.795.432-1.445.721-1.806.721-1.372 0-5.489-2.528-5.489-5.489V9.52c0-.145.144-.362.361-.362h.072c.361.073.795.145 1.156.145 1.444 0 2.745-.722 3.539-1.95 0 0 0-.072.072-.072.217-.073.434-.073.506.144a4.29 4.29 0 0 0 3.539 1.878c.361 0 .794 0 1.156-.145m-5.2 5.634 2.888-2.961a.567.567 0 0 0 0-.795c-.216-.216-.577-.216-.722 0l-2.528 2.6-1.228-1.227a.567.567 0 0 0-.794 0 .567.567 0 0 0 0 .794l1.589 1.589a.567.567 0 0 0 .794 0m6.716.289c.217.289.506.505.867.433a3.5 3.5 0 0 1 0 1.228q-.541-.108-.867.433a.76.76 0 0 0 0 .94c-.288.288-.65.433-1.01.577a.89.89 0 0 0-.795-.505.89.89 0 0 0-.795.505c-.36-.144-.722-.289-1.01-.578.144-.216.216-.65 0-.939-.218-.288-.506-.505-.868-.433-.072-.217-.072-.433-.072-.65s0-.361.072-.578c.29.072.65-.072.867-.433.145-.361.145-.722-.072-1.011a4.6 4.6 0 0 1 1.011-.578.94.94 0 0 0 .867.578c.433 0 .722-.29.866-.578.362.072.723.289 1.012.578-.217.289-.29.65-.073 1.01m-3.033.939c0 .722.578 1.228 1.228 1.228s1.155-.578 1.155-1.228a1.14 1.14 0 0 0-1.155-1.156c-.65 0-1.228.506-1.228 1.156" clip-rule="evenodd"/><defs><linearGradient id="a" x1="11.258" x2="11.258" y1="0" y2="26" gradientUnits="userSpaceOnUse"><stop stop-color="#B3B7BF"/><stop offset="1" stop-color="#969AA1"/></linearGradient><linearGradient id="b" x1="11.258" x2="11.258" y1="0" y2="26" gradientUnits="userSpaceOnUse"><stop stop-color="#55F996"/><stop offset="1" stop-color="#01D689"/></linearGradient><linearGradient id="c" x1="11.258" x2="11.258" y1="0" y2="26" gradientUnits="userSpaceOnUse"><stop stop-color="#1BBBFF"/><stop offset="1" stop-color="#1B7CFF"/></linearGradient></defs></svg>
@@ -1,6 +0,0 @@
1
- <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M4.15674 7.65674C4.15674 5.72374 5.72374 4.15674 7.65674 4.15674H24.3435C26.2765 4.15674 27.8435 5.72374 27.8435 7.65674V12.5086C27.8435 13.3371 27.1719 14.0086 26.3435 14.0086C25.5151 14.0086 24.8435 13.3371 24.8435 12.5086V7.65674C24.8435 7.3806 24.6196 7.15674 24.3435 7.15674H7.65674C7.3806 7.15674 7.15674 7.3806 7.15674 7.65674V24.3435C7.15674 24.6196 7.3806 24.8435 7.65674 24.8435H11.3681C12.1965 24.8435 12.8681 25.5151 12.8681 26.3435C12.8681 27.1719 12.1965 27.8435 11.3681 27.8435H7.65674C5.72374 27.8435 4.15674 26.2765 4.15674 24.3435V7.65674Z" fill="white"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M16.4321 18.9331C16.4321 17.5524 17.5514 16.4331 18.9321 16.4331H25.3427C26.7234 16.4331 27.8427 17.5524 27.8427 18.9331V25.3437C27.8427 26.7244 26.7234 27.8437 25.3427 27.8437H18.9321C17.5514 27.8437 16.4321 26.7244 16.4321 25.3437V18.9331ZM19.4321 19.4331V24.8437H24.8427V19.4331H19.4321Z" fill="white"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M10.0298 8.41602C9.20136 8.41602 8.52979 9.08759 8.52979 9.91602L8.52978 14.9434C8.52978 15.7718 9.20136 16.4434 10.0298 16.4434C10.8582 16.4434 11.5298 15.7718 11.5298 14.9434L11.5298 11.416L15.0572 11.416C15.8856 11.416 16.5572 10.7444 16.5572 9.91602C16.5572 9.08759 15.8856 8.41602 15.0572 8.41602L10.0298 8.41602Z" fill="white"/>
5
- <path fill-rule="evenodd" clip-rule="evenodd" d="M16.1188 16.004C16.7046 15.4183 16.7046 14.4685 16.1188 13.8827L12.5639 10.3278C11.9781 9.74203 11.0283 9.74203 10.4425 10.3278C9.85676 10.9136 9.85675 11.8633 10.4425 12.4491L13.9974 16.004C14.5832 16.5898 15.533 16.5898 16.1188 16.004Z" fill="white"/>
6
- </svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" class="design-iconfont" viewBox="0 0 24 26"><path fill="url(#a)" d="M9.758 1.155a4 4 0 0 1 4 0l7.259 4.19a4 4 0 0 1 2 3.464v8.382a4 4 0 0 1-2 3.464l-7.259 4.19a4 4 0 0 1-4 0L2.5 20.655a4 4 0 0 1-2-3.464V8.809a4 4 0 0 1 2-3.464z"/><path fill="url(#b)" d="M9.758 1.155a4 4 0 0 1 4 0l7.259 4.19a4 4 0 0 1 2 3.464v8.382a4 4 0 0 1-2 3.464l-7.259 4.19a4 4 0 0 1-4 0L2.5 20.655a4 4 0 0 1-2-3.464V8.809a4 4 0 0 1 2-3.464z"/><path fill="#fff" fill-rule="evenodd" d="M7.505 7.169h8.37c.96 0 1.783.686 1.783 1.646v6.312c0 .96-.823 1.646-1.646 1.646h-2.333v.96h.412c.412 0 .686.275.686.55 0 .274-.274.548-.686.548h-4.39c-.412 0-.687-.274-.687-.549 0-.274.275-.548.686-.548h.412v-.96H7.505c-.823 0-1.647-.687-1.647-1.647V8.815c0-.96.824-1.646 1.647-1.646m6.86 5.488a.295.295 0 0 0 .275-.274v-.96a.295.295 0 0 0-.275-.275h-.137c-.412-.138-.686-.55-.549-1.098v-.412s-.137-.137-.411-.274a.5.5 0 0 1-.206-.069c-.069-.034-.137-.068-.206-.068-.137-.137-.274 0-.274 0v.137a4 4 0 0 0-.197.108c-.161.093-.288.166-.49.166-.274 0-.548-.137-.685-.274v-.137c-.138-.137-.275-.137-.412-.137 0 0-.137 0-.412.137s-.411.274-.411.274c-.138.137-.138.275-.138.412v.137c.138.549-.137.96-.686 1.235h-.137c-.085 0-.117.052-.162.125a.8.8 0 0 1-.112.15v.822a.8.8 0 0 1 .112.15c.045.072.077.125.162.125h.137c.55.137.824.686.686 1.098v.137c-.091.091-.06.183-.03.274.015.046.03.092.03.137 0 0 .138 0 .412.275.274.137.412.137.412.137.137 0 .274 0 .411-.274.412-.412.96-.412 1.372 0v.137c.138.137.275.137.412.137 0 0 .137-.137.274-.137.275-.137.412-.274.412-.274.137-.138.137-.275.137-.412v-.137c-.137-.412.137-.96.686-1.098m-3.841-.686a1.23 1.23 0 0 1 1.234-1.235c.686 0 1.098.549 1.235 1.235a1.23 1.23 0 0 1-1.235 1.235 1.23 1.23 0 0 1-1.234-1.235" clip-rule="evenodd"/><defs><linearGradient id="a" x1="11.758" x2="11.758" y1="0" y2="26" gradientUnits="userSpaceOnUse"><stop stop-color="#B3B7BF"/><stop offset="1" stop-color="#969AA1"/></linearGradient><linearGradient id="b" x1="11.758" x2="11.758" y1="0" y2="26" gradientUnits="userSpaceOnUse"><stop stop-color="#1BBBFF"/><stop offset="1" stop-color="#1B7CFF"/></linearGradient></defs></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" class="design-iconfont" viewBox="0 0 26 26"><g filter="url(#a)"><path fill="url(#b)" d="M4 4.5a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1z" shape-rendering="crispEdges"/></g><path fill="url(#c)" d="M5 5.5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z"/><g filter="url(#d)" shape-rendering="crispEdges"><path fill="#fff" fill-opacity=".2" d="M15.84 7.005a1 1 0 0 1 1 1v6.922a1 1 0 0 1-1.462.887l-1.916-.998a1 1 0 0 0-.924 0l-1.916.998a1 1 0 0 1-1.462-.887V8.005a1 1 0 0 1 1-1z"/><path stroke="#fff" d="M17.34 14.927V8.005a1.5 1.5 0 0 0-1.5-1.5h-5.68a1.5 1.5 0 0 0-1.5 1.5v6.922a1.5 1.5 0 0 0 2.193 1.33l1.916-.998a.5.5 0 0 1 .462 0l1.916.998a1.5 1.5 0 0 0 2.193-1.33Z"/></g><defs><linearGradient id="b" x1="13" x2="13" y1="3.5" y2="20.5" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity=".38"/></linearGradient><linearGradient id="c" x1="13" x2="13" y1="4.5" y2="19.5" gradientUnits="userSpaceOnUse"><stop stop-color="#89AAFC"/><stop offset="1" stop-color="#DFEAFF"/></linearGradient><filter id="a" width="26" height="25" x="0" y=".5" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.0885876 0 0 0 0 0.240744 0 0 0 0 0.626988 0 0 0 0.2 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_454_19072"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_454_19072" result="shape"/></filter><filter id="d" width="13.68" height="14.925" x="6.16" y="5.005" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1"/><feGaussianBlur stdDeviation="1"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.0885876 0 0 0 0 0.240744 0 0 0 0 0.626988 0 0 0 0.4 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_454_19072"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_454_19072" result="shape"/></filter></defs></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" class="design-iconfont" viewBox="0 0 26 26"><g filter="url(#a)"><path fill="url(#b)" d="M4 4.5a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1z" shape-rendering="crispEdges"/></g><path fill="url(#c)" d="M5 5.5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z"/><g filter="url(#d)"><path fill="#fff" fill-opacity=".2" d="m15.132 7.883-2.001 2.002.52 1.148 1.147.52L16.8 9.55a3.146 3.146 0 1 1-1.668-1.668m-3.01 3.105 1.574 1.573-2.325 2.867a1.502 1.502 0 0 1-2.572-.408 1.5 1.5 0 0 1 .456-1.707z"/><path stroke="#fff" stroke-linejoin="round" d="M15.486 8.237a.5.5 0 0 0-.158-.814 3.644 3.644 0 0 0-4.938 4.326l-1.45 1.176a2.004 2.004 0 0 0-.154 2.973 2.004 2.004 0 0 0 2.973-.155l1.177-1.452a3.646 3.646 0 0 0 4.324-4.935.5.5 0 0 0-.814-.158l-1.757 1.756-.66-.299-.3-.661z"/></g><defs><linearGradient id="b" x1="13" x2="13" y1="3.5" y2="20.5" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity=".38"/></linearGradient><linearGradient id="c" x1="13" x2="13" y1="4.5" y2="19.5" gradientUnits="userSpaceOnUse"><stop stop-color="#89AAFC"/><stop offset="1" stop-color="#DFEAFF"/></linearGradient><filter id="a" width="26" height="25" x="0" y=".5" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.0885876 0 0 0 0 0.240744 0 0 0 0 0.626988 0 0 0 0.2 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_517_21117"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_517_21117" result="shape"/></filter><filter id="d" width="14.35" height="14.352" x="5.699" y="5.633" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1"/><feGaussianBlur stdDeviation="1"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.0885876 0 0 0 0 0.240744 0 0 0 0 0.626988 0 0 0 0.4 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_517_21117"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_517_21117" result="shape"/></filter></defs></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" class="design-iconfont" viewBox="0 0 26 26"><g filter="url(#a)"><path fill="url(#b)" d="M4 4.5a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1z" shape-rendering="crispEdges"/></g><path fill="url(#c)" d="M5 5.5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z"/><g filter="url(#d)" shape-rendering="crispEdges"><rect width="2.01" height="9.975" x="17.975" y="7.005" fill="#fff" fill-opacity=".2" rx="1" transform="rotate(90 17.975 7.005)"/><rect width="3.01" height="10.975" x="18.475" y="6.505" stroke="#fff" rx="1.5" transform="rotate(90 18.475 6.505)"/></g><path stroke="#fff" stroke-linecap="round" stroke-width="1.5" d="M9.813 15.187 12.999 12l3.187 3.187M13 13.45v4.2"/><defs><linearGradient id="b" x1="13" x2="13" y1="3.5" y2="20.5" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity=".38"/></linearGradient><linearGradient id="c" x1="13" x2="13" y1="4.5" y2="19.5" gradientUnits="userSpaceOnUse"><stop stop-color="#89AAFC"/><stop offset="1" stop-color="#DFEAFF"/></linearGradient><filter id="a" width="26" height="25" x="0" y=".5" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.0885876 0 0 0 0 0.240744 0 0 0 0 0.626988 0 0 0 0.2 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_454_24634"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_454_24634" result="shape"/></filter><filter id="d" width="15.975" height="8.01" x="5" y="5.005" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1"/><feGaussianBlur stdDeviation="1"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.0885876 0 0 0 0 0.240744 0 0 0 0 0.626988 0 0 0 0.4 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_454_24634"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_454_24634" result="shape"/></filter></defs></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" class="design-iconfont" viewBox="0 0 26 26"><g filter="url(#a)"><path fill="url(#b)" d="M4 4.5a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1z" shape-rendering="crispEdges"/></g><path fill="url(#c)" d="M5 5.5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z"/><g filter="url(#d)" shape-rendering="crispEdges"><path fill="#fff" fill-opacity=".2" d="M17.322 7.005a1 1 0 0 1 1 1v7.57a1 1 0 0 1-1 1H8.678a1 1 0 0 1-1-1v-7.57a1 1 0 0 1 1-1z"/><path stroke="#fff" d="M18.822 15.575v-7.57a1.5 1.5 0 0 0-1.5-1.5H8.678a1.5 1.5 0 0 0-1.5 1.5v7.57a1.5 1.5 0 0 0 1.5 1.5h8.644a1.5 1.5 0 0 0 1.5-1.5Z"/></g><g filter="url(#e)" shape-rendering="crispEdges"><path fill="#fff" fill-opacity=".2" d="M13.086 9.06a.5.5 0 0 1 0 .707l-2.293 2.293a.5.5 0 0 1-.707-.707l2.293-2.293a.5.5 0 0 1 .707 0"/><path stroke="#fff" d="M13.086 9.06a.5.5 0 0 1 0 .707l-2.293 2.293a.5.5 0 0 1-.707-.707l2.293-2.293a.5.5 0 0 1 .707 0Z"/></g><g filter="url(#f)" shape-rendering="crispEdges"><path fill="#fff" fill-opacity=".2" d="M15.916 10.475a.5.5 0 0 1 0 .707l-.932.931a.5.5 0 0 1-.707-.707l.932-.931a.5.5 0 0 1 .707 0"/><path stroke="#fff" d="M15.916 10.475a.5.5 0 0 1 0 .707l-.932.931a.5.5 0 0 1-.707-.707l.932-.931a.5.5 0 0 1 .707 0Z"/></g><g filter="url(#g)" shape-rendering="crispEdges"><path fill="#fff" fill-opacity=".2" d="M13.086 13.303a.5.5 0 0 1 0 .707l-.932.931a.5.5 0 1 1-.707-.707l.932-.931a.5.5 0 0 1 .707 0"/><path stroke="#fff" d="M13.086 13.303a.5.5 0 0 1 0 .707l-.932.931a.5.5 0 1 1-.707-.707l.932-.931a.5.5 0 0 1 .707 0Z"/></g><defs><filter id="a" width="26" height="25" x="0" y=".5" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.0885876 0 0 0 0 0.240744 0 0 0 0 0.626988 0 0 0 0.2 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_517_26895"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_517_26895" result="shape"/></filter><filter id="d" width="16.645" height="15.57" x="4.678" y="5.005" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1"/><feGaussianBlur stdDeviation="1"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.0885876 0 0 0 0 0.240744 0 0 0 0 0.626988 0 0 0 0.4 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_517_26895"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_517_26895" result="shape"/></filter><filter id="e" width="8.293" height="8.293" x="7.439" y="7.413" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1"/><feGaussianBlur stdDeviation="1"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.0885876 0 0 0 0 0.240744 0 0 0 0 0.626988 0 0 0 0.4 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_517_26895"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_517_26895" result="shape"/></filter><filter id="f" width="6.932" height="6.932" x="11.631" y="8.828" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1"/><feGaussianBlur stdDeviation="1"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.0885876 0 0 0 0 0.240744 0 0 0 0 0.626988 0 0 0 0.4 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_517_26895"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_517_26895" result="shape"/></filter><filter id="g" width="6.932" height="6.932" x="8.801" y="11.656" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1"/><feGaussianBlur stdDeviation="1"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.0885876 0 0 0 0 0.240744 0 0 0 0 0.626988 0 0 0 0.4 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_517_26895"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_517_26895" result="shape"/></filter><linearGradient id="b" x1="13" x2="13" y1="3.5" y2="20.5" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity=".38"/></linearGradient><linearGradient id="c" x1="13" x2="13" y1="4.5" y2="19.5" gradientUnits="userSpaceOnUse"><stop stop-color="#89AAFC"/><stop offset="1" stop-color="#DFEAFF"/></linearGradient></defs></svg>