@blueking/ai-ui-sdk 0.3.0-beta.2 → 0.3.0-beta.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (309) hide show
  1. package/dist/assets/svg/lock.svg +43 -0
  2. package/dist/common/constants.d.ts +1 -0
  3. package/dist/common/constants.ts.js +1 -0
  4. package/dist/components/render-agent/agent-search.script.vue.js.js +1 -1
  5. package/dist/components/render-agent/agent-share.script.vue.js.js +2 -2
  6. package/dist/components/render-agent/agent-type.vue.css +3 -3
  7. package/dist/components/render-agent/agent-type.vue.js +1 -1
  8. package/dist/components/render-auto-height-textarea/index.script.vue.js.js +3 -2
  9. package/dist/components/render-auto-height-textarea/index.vue.css +11 -11
  10. package/dist/components/render-auto-height-textarea/index.vue.js +1 -1
  11. package/dist/components/render-auto-refresh/index.vue.css +8 -8
  12. package/dist/components/render-auto-refresh/index.vue.js +1 -1
  13. package/dist/components/render-card/agent/actions.script.vue.js.js +74 -71
  14. package/dist/components/render-card/agent/actions.vue.d.ts +3 -0
  15. package/dist/components/render-card/agent/index.script.vue.js.js +26 -7
  16. package/dist/components/render-card/agent/index.vue.d.ts +8 -1
  17. package/dist/components/render-card/agent/prefix-info-tool.script.vue.js.js +15 -12
  18. package/dist/components/render-card/agent/prefix-info-tool.vue.css +5 -5
  19. package/dist/components/render-card/agent/prefix-info-tool.vue.d.ts +1 -0
  20. package/dist/components/render-card/agent/prefix-info-tool.vue.js +1 -1
  21. package/dist/components/render-card/agent-command/index.script.vue.js.js +16 -5
  22. package/dist/components/render-card/agent-command/index.vue.d.ts +13 -1
  23. package/dist/components/render-card/agent-command/info-tool.script.vue.js.js +9 -9
  24. package/dist/components/render-card/base/application-base-actions.vue.d.ts +2 -2
  25. package/dist/components/render-card/base/reference-icon.script.vue.js.js +12 -4
  26. package/dist/components/render-card/base/reference-icon.vue.d.ts +6 -1
  27. package/dist/components/render-card/base/tag-suffix.script.vue.js.js +1 -1
  28. package/dist/components/render-card/base.script.vue.js +37 -23
  29. package/dist/components/render-card/base.vue.css +12 -12
  30. package/dist/components/render-card/base.vue.d.ts +10 -4
  31. package/dist/components/render-card/base.vue.js +1 -1
  32. package/dist/components/render-card/knowledge/index.script.vue.js.js +20 -7
  33. package/dist/components/render-card/knowledge/index.vue.d.ts +10 -2
  34. package/dist/components/render-card/knowledge/info-tool.script.vue.js.js +16 -14
  35. package/dist/components/render-card/knowledge/info-tool.vue.d.ts +6 -1
  36. package/dist/components/render-card/knowledgebase/actions.script.vue.js.js +38 -18
  37. package/dist/components/render-card/knowledgebase/actions.vue.d.ts +3 -0
  38. package/dist/components/render-card/knowledgebase/index.script.vue.js.js +22 -8
  39. package/dist/components/render-card/knowledgebase/index.vue.d.ts +7 -1
  40. package/dist/components/render-card/knowledgebase/info-tool.script.vue.js.js +15 -13
  41. package/dist/components/render-card/knowledgebase/info-tool.vue.d.ts +6 -1
  42. package/dist/components/render-card/llm/actions.script.vue.js.js +11 -3
  43. package/dist/components/render-card/llm/actions.vue.d.ts +6 -1
  44. package/dist/components/render-card/llm/corner-badge.script.vue.js +4 -4
  45. package/dist/components/render-card/llm/corner-badge.vue.css +3 -3
  46. package/dist/components/render-card/llm/corner-badge.vue.js +1 -1
  47. package/dist/components/render-card/llm/icons.script.vue.js.js +4 -4
  48. package/dist/components/render-card/llm/icons.vue.css +2 -2
  49. package/dist/components/render-card/llm/icons.vue.js +1 -1
  50. package/dist/components/render-card/llm/index.script.vue.js.js +13 -5
  51. package/dist/components/render-card/llm/index.vue.d.ts +4 -1
  52. package/dist/components/render-card/llm/info.script.vue.js.js +1 -1
  53. package/dist/components/render-card/llm/info.vue.css +1 -1
  54. package/dist/components/render-card/llm/info.vue.js +1 -1
  55. package/dist/components/render-card/llm/tag-prefix.vue.css +3 -3
  56. package/dist/components/render-card/llm/tag-prefix.vue.js +1 -1
  57. package/dist/components/render-card/mcp/actions.script.vue.js.js +15 -17
  58. package/dist/components/render-card/mcp/actions.vue.d.ts +3 -0
  59. package/dist/components/render-card/mcp/code-suffix.script.vue.js +2 -2
  60. package/dist/components/render-card/mcp/index.script.vue.js.js +23 -6
  61. package/dist/components/render-card/mcp/index.vue.d.ts +8 -1
  62. package/dist/components/render-card/mcp/name-suffix.script.vue.js +2 -2
  63. package/dist/components/render-card/mcp/name-suffix.vue.css +2 -2
  64. package/dist/components/render-card/mcp/name-suffix.vue.js +1 -1
  65. package/dist/components/render-card/mcp/prefix-info-tool.script.vue.js.js +3 -3
  66. package/dist/components/render-card/prompt/icons.script.vue.js.js +1 -1
  67. package/dist/components/render-card/prompt/icons.vue.css +1 -1
  68. package/dist/components/render-card/prompt/icons.vue.js +1 -1
  69. package/dist/components/render-card/prompt/index.script.vue.js.js +22 -9
  70. package/dist/components/render-card/prompt/index.vue.d.ts +7 -1
  71. package/dist/components/render-card/role/index.script.vue.js.js +22 -8
  72. package/dist/components/render-card/role/index.vue.d.ts +7 -1
  73. package/dist/components/render-card/skill/index.script.vue.js.js +51 -10
  74. package/dist/components/render-card/skill/index.vue.d.ts +18 -1
  75. package/dist/components/render-card/skill/prefix-info-tool.script.vue.js +185 -0
  76. package/dist/components/render-card/skill/prefix-info-tool.vue.d.ts +12 -0
  77. package/dist/components/render-card/skill/prefix-info-tool.vue.js +3 -0
  78. package/dist/components/render-card/skill/tag-prefix.script.vue.js.js +7 -7
  79. package/dist/components/render-card/skill/tag-prefix.vue.css +3 -3
  80. package/dist/components/render-card/skill/tag-prefix.vue.js +1 -1
  81. package/dist/components/render-card/tool/actions.script.vue.js.js +11 -6
  82. package/dist/components/render-card/tool/actions.vue.d.ts +3 -0
  83. package/dist/components/render-card/tool/index.script.vue.js.js +21 -7
  84. package/dist/components/render-card/tool/index.vue.d.ts +7 -1
  85. package/dist/components/render-card/tool/prefix-info-tool.script.vue.js.js +3 -3
  86. package/dist/components/render-checkbox/index.script.vue.js.js +2 -2
  87. package/dist/components/render-checkbox/index.vue.css +9 -9
  88. package/dist/components/render-checkbox/index.vue.js +1 -1
  89. package/dist/components/render-choose-tag/index.script.vue.js.js +9 -3
  90. package/dist/components/render-choose-tag/index.vue.css +7 -7
  91. package/dist/components/render-choose-tag/index.vue.js +1 -1
  92. package/dist/components/render-collapse/index.script.vue.js.js +4 -4
  93. package/dist/components/render-collapse/index.vue.css +2 -2
  94. package/dist/components/render-collapse/index.vue.js +1 -1
  95. package/dist/components/render-collection/actions/index.script.vue.js.js +15 -16
  96. package/dist/components/render-collection/actions/index.vue.d.ts +3 -0
  97. package/dist/components/render-collection/content/index.script.vue.js +5 -5
  98. package/dist/components/render-collection/content/index.vue.css +4 -4
  99. package/dist/components/render-collection/content/index.vue.js +1 -1
  100. package/dist/components/render-collection/search/index.script.vue.js.js +1 -1
  101. package/dist/components/render-dataset/components/batch-delete-dataset-data/index.script.vue.js +3 -3
  102. package/dist/components/render-dataset/components/batch-delete-dataset-data/index.vue.css +3 -3
  103. package/dist/components/render-dataset/components/batch-delete-dataset-data/index.vue.js +1 -1
  104. package/dist/components/render-dataset/components/batch-edit-valid-dataset-data/index.script.vue.js.js +5 -5
  105. package/dist/components/render-dataset/components/batch-edit-valid-dataset-data/index.vue.css +1 -1
  106. package/dist/components/render-dataset/components/batch-edit-valid-dataset-data/index.vue.js +1 -1
  107. package/dist/components/render-dataset/components/batch-review-dataset-data/index.script.vue.js.js +1 -1
  108. package/dist/components/render-dataset/components/dataset-data-level/index.script.vue.js +1 -1
  109. package/dist/components/render-dataset/components/dataset-data-status/index.script.vue.js.js +1 -1
  110. package/dist/components/render-dataset/components/dataset-data-tool-icons/index.script.vue.js +3 -3
  111. package/dist/components/render-dataset/components/dataset-data-valid/index.script.vue.js.js +8 -8
  112. package/dist/components/render-dataset/components/dataset-data-valid/index.vue.css +1 -1
  113. package/dist/components/render-dataset/components/dataset-data-valid/index.vue.js +1 -1
  114. package/dist/components/render-dataset/components/edit-dataset-data/index.script.vue.js.js +8 -8
  115. package/dist/components/render-dataset/components/edit-dataset-data/index.vue.css +3 -3
  116. package/dist/components/render-dataset/components/edit-dataset-data/index.vue.js +1 -1
  117. package/dist/components/render-dataset/components/operation-record/index.vue.css +4 -4
  118. package/dist/components/render-dataset/components/operation-record/index.vue.js +1 -1
  119. package/dist/components/render-dataset/components/operation-record/table/index.script.vue.js +4 -4
  120. package/dist/components/render-dataset/components/operation-record/table/index.vue.css +1 -1
  121. package/dist/components/render-dataset/components/operation-record/table/index.vue.js +1 -1
  122. package/dist/components/render-dataset/components/operation-record/view-op-result/index.script.vue.js.js +2 -2
  123. package/dist/components/render-dataset/components/operation-record/view-op-result/index.vue.css +2 -2
  124. package/dist/components/render-dataset/components/operation-record/view-op-result/index.vue.js +1 -1
  125. package/dist/components/render-dataset/components/plus-dataset/dataset-footer.script.vue.js.js +2 -2
  126. package/dist/components/render-dataset/components/plus-dataset/dataset-form.script.vue.js +4 -4
  127. package/dist/components/render-dataset/components/plus-dataset/index.vue.css +2 -2
  128. package/dist/components/render-dataset/components/plus-dataset/index.vue.js +1 -1
  129. package/dist/components/render-dataset/components/plus-dataset-data/form/api.script.vue.js.js +1 -1
  130. package/dist/components/render-dataset/components/plus-dataset-data/form/api.vue.css +2 -2
  131. package/dist/components/render-dataset/components/plus-dataset-data/form/api.vue.js +1 -1
  132. package/dist/components/render-dataset/components/plus-dataset-data/form/file.script.vue.js.js +2 -2
  133. package/dist/components/render-dataset/components/plus-dataset-data/form/footer.vue.css +1 -1
  134. package/dist/components/render-dataset/components/plus-dataset-data/form/footer.vue.js +1 -1
  135. package/dist/components/render-dataset/components/plus-dataset-data/form/index.vue.css +2 -2
  136. package/dist/components/render-dataset/components/plus-dataset-data/form/index.vue.js +1 -1
  137. package/dist/components/render-dataset/components/plus-dataset-data/form/manual.script.vue.js.js +2 -2
  138. package/dist/components/render-dataset/components/plus-dataset-data/index.script.vue.js.js +1 -1
  139. package/dist/components/render-dataset/components/review-dataset-data/index.script.vue.js.js +6 -6
  140. package/dist/components/render-dataset/components/review-dataset-data/index.vue.css +10 -10
  141. package/dist/components/render-dataset/components/review-dataset-data/index.vue.js +1 -1
  142. package/dist/components/render-dataset-detail/components/header.script.vue.js.js +10 -8
  143. package/dist/components/render-dataset-detail/components/header.vue.d.ts +6 -1
  144. package/dist/components/render-dataset-detail/index.script.vue.js.js +17 -11
  145. package/dist/components/render-dataset-detail/index.vue.d.ts +6 -1
  146. package/dist/components/render-dataset-detail-origin-data/components/batch-operation/index.script.vue.js.js +2 -2
  147. package/dist/components/render-dataset-detail-origin-data/components/table/index.script.vue.js +7 -7
  148. package/dist/components/render-dataset-detail-origin-data/index.script.vue.js.js +1 -1
  149. package/dist/components/render-dataset-detail-origin-data/index.vue.css +3 -3
  150. package/dist/components/render-dataset-detail-origin-data/index.vue.js +1 -1
  151. package/dist/components/render-dataset-list/components/main.script.vue.js.js +8 -3
  152. package/dist/components/render-dataset-list/components/main.vue.css +3 -3
  153. package/dist/components/render-dataset-list/components/main.vue.d.ts +3 -0
  154. package/dist/components/render-dataset-list/components/main.vue.js +1 -1
  155. package/dist/components/render-dataset-list/components/table.script.vue.js +13 -16
  156. package/dist/components/render-dataset-list/components/table.vue.d.ts +3 -0
  157. package/dist/components/render-dataset-list/index.script.vue.js.js +12 -3
  158. package/dist/components/render-dataset-list/index.vue.css +2 -2
  159. package/dist/components/render-dataset-list/index.vue.d.ts +6 -1
  160. package/dist/components/render-dataset-list/index.vue.js +1 -1
  161. package/dist/components/render-dialog/choose-footer.script.vue.js.js +86 -27
  162. package/dist/components/render-dialog/choose-footer.vue.d.ts +3 -0
  163. package/dist/components/render-dialog/choose-resource.script.vue.js +75 -27
  164. package/dist/components/render-dialog/choose-resource.vue.css +5 -3
  165. package/dist/components/render-dialog/choose-resource.vue.d.ts +9 -2
  166. package/dist/components/render-dialog/choose-resource.vue.js +1 -1
  167. package/dist/components/render-dialog/choose-result.script.vue.js +3 -3
  168. package/dist/components/render-dialog/choose-result.vue.css +14 -14
  169. package/dist/components/render-dialog/choose-result.vue.js +1 -1
  170. package/dist/components/render-dialog/choose-space.script.vue.js.js +80 -103
  171. package/dist/components/render-dialog/choose-space.vue.css +8 -8
  172. package/dist/components/render-dialog/choose-space.vue.d.ts +4 -4
  173. package/dist/components/render-dialog/choose-space.vue.js +1 -1
  174. package/dist/components/render-dialog/{index.script.vue.js.js → index.script.vue.js} +84 -74
  175. package/dist/components/render-dialog/index.vue.css +6 -6
  176. package/dist/components/render-dialog/index.vue.d.ts +6 -0
  177. package/dist/components/render-dialog/index.vue.js +2 -2
  178. package/dist/components/render-file-card/index.script.vue.js.js +1 -1
  179. package/dist/components/render-file-card/index.vue.css +11 -11
  180. package/dist/components/render-file-card/index.vue.js +1 -1
  181. package/dist/components/render-file-type-icon/index.script.vue.js.js +2 -1
  182. package/dist/components/render-file-type-icon/index.vue.css +8 -5
  183. package/dist/components/render-file-type-icon/index.vue.js +1 -1
  184. package/dist/components/render-generate-tag/index.script.vue.js.js +4 -4
  185. package/dist/components/render-generate-tag/index.vue.css +5 -5
  186. package/dist/components/render-generate-tag/index.vue.js +1 -1
  187. package/dist/components/render-header/index.script.vue.js.js +4 -4
  188. package/dist/components/render-header/index.vue.css +3 -3
  189. package/dist/components/render-header/index.vue.js +1 -1
  190. package/dist/components/render-image/index.script.vue.js.js +9 -4
  191. package/dist/components/render-image/index.vue.d.ts +1 -0
  192. package/dist/components/render-knowledge/icon/index.script.vue.js.js +3 -3
  193. package/dist/components/render-knowledge/icon/index.vue.css +1 -1
  194. package/dist/components/render-knowledge/icon/index.vue.js +1 -1
  195. package/dist/components/render-knowledge/search/index.script.vue.js.js +1 -1
  196. package/dist/components/render-knowledge/search/index.vue.d.ts +1 -1
  197. package/dist/components/render-knowledgebase/search/index.script.vue.js.js +1 -1
  198. package/dist/components/render-knowledgebase/search/index.vue.d.ts +1 -1
  199. package/dist/components/render-like/index.script.vue.js.js +8 -8
  200. package/dist/components/render-like/index.vue.css +5 -5
  201. package/dist/components/render-like/index.vue.js +1 -1
  202. package/dist/components/render-markdown/edit.ts.js +5 -5
  203. package/dist/components/render-markdown/filter-css.d.ts +1 -0
  204. package/dist/components/render-markdown/filter-css.ts.js +86 -0
  205. package/dist/components/render-markdown/view.ts.js +3 -92
  206. package/dist/components/render-mcp/search/index.script.vue.js.js +1 -1
  207. package/dist/components/render-permission-tag/index.script.vue.js +4 -4
  208. package/dist/components/render-prompt/actions/index.script.vue.js.js +15 -16
  209. package/dist/components/render-prompt/actions/index.vue.d.ts +3 -0
  210. package/dist/components/render-prompt/content/index.script.vue.js.js +1 -1
  211. package/dist/components/render-prompt/content/index.vue.css +1 -1
  212. package/dist/components/render-prompt/content/index.vue.js +1 -1
  213. package/dist/components/render-prompt/search/index.script.vue.js.js +1 -1
  214. package/dist/components/render-reference/index.script.vue.js +42 -43
  215. package/dist/components/render-reference/index.vue.css +2 -2
  216. package/dist/components/render-reference/index.vue.d.ts +3 -0
  217. package/dist/components/render-reference/index.vue.js +1 -1
  218. package/dist/components/render-relate-agent/index.script.vue.js.js +215 -60
  219. package/dist/components/render-relate-agent/index.vue.d.ts +13 -6
  220. package/dist/components/render-resource-info/index.script.vue.js +8 -3
  221. package/dist/components/render-resource-info/index.vue.d.ts +1 -0
  222. package/dist/components/render-resource-version/index.vue.css +2 -2
  223. package/dist/components/render-resource-version/index.vue.js +1 -1
  224. package/dist/components/render-router-tab/index.script.vue.js.js +5 -3
  225. package/dist/components/render-router-tab/index.vue.css +3 -3
  226. package/dist/components/render-router-tab/index.vue.js +1 -1
  227. package/dist/components/render-search-empty/index.script.vue.js.js +3 -3
  228. package/dist/components/render-search-select/index.script.vue.js.js +1 -1
  229. package/dist/components/render-select-plus-extension/index.script.vue.js.js +1 -1
  230. package/dist/components/render-select-plus-extension/index.vue.css +3 -3
  231. package/dist/components/render-select-plus-extension/index.vue.js +1 -1
  232. package/dist/components/render-skill/actions/index.script.vue.js.js +83 -48
  233. package/dist/components/render-skill/actions/index.vue.d.ts +3 -0
  234. package/dist/components/render-skill/icons/index.script.vue.js.js +2 -2
  235. package/dist/components/render-skill/install/index.script.vue.js.js +266 -30
  236. package/dist/components/render-skill/install/openclaw-linux-guide.script.vue.js.js +52 -0
  237. package/dist/components/{render-card/base/application-code-suffix.vue.d.ts → render-skill/install/openclaw-linux-guide.vue.d.ts} +3 -8
  238. package/dist/components/render-skill/install/openclaw-linux-guide.vue.js +3 -0
  239. package/dist/components/render-skill/install/openclaw-windows-instances.script.vue.js.js +134 -0
  240. package/dist/components/render-skill/install/openclaw-windows-instances.vue.d.ts +14 -0
  241. package/dist/components/render-skill/install/openclaw-windows-instances.vue.js +3 -0
  242. package/dist/components/render-skill/search/index.script.vue.js.js +1 -1
  243. package/dist/components/render-t-table/index.script.vue.js +20 -9
  244. package/dist/components/render-t-table/index.vue.css +27 -27
  245. package/dist/components/render-t-table/index.vue.d.ts +3 -1
  246. package/dist/components/render-t-table/index.vue.js +1 -1
  247. package/dist/components/render-tag-tree/index.script.vue.js.js +3 -3
  248. package/dist/components/render-tag-tree/index.vue.css +7 -7
  249. package/dist/components/render-tag-tree/index.vue.js +1 -1
  250. package/dist/components/render-tags/index.script.vue.js +3 -3
  251. package/dist/components/render-tags/index.vue.css +6 -6
  252. package/dist/components/render-tags/index.vue.js +1 -1
  253. package/dist/components/render-tool/search/index.script.vue.js.js +1 -1
  254. package/dist/components/render-tree/index.script.vue.js +1 -1
  255. package/dist/css/fonts/iconcool.eot +0 -0
  256. package/dist/css/fonts/iconcool.svg +102 -0
  257. package/dist/css/fonts/iconcool.ttf +0 -0
  258. package/dist/css/fonts/iconcool.woff +0 -0
  259. package/dist/css/g-utilities.css +1018 -0
  260. package/dist/css/g-utilities.manifest.json +183 -0
  261. package/dist/css/iconcool.js +1 -1
  262. package/dist/css/style.css +102 -0
  263. package/dist/hooks/use-agent-http.d.ts +7 -2
  264. package/dist/hooks/use-agent-http.ts.js +17 -6
  265. package/dist/hooks/use-clickoutside.d.ts +3 -0
  266. package/dist/hooks/use-clickoutside.ts.js +28 -0
  267. package/dist/hooks/use-collection-http.d.ts +5 -2
  268. package/dist/hooks/use-collection-http.ts.js +4 -3
  269. package/dist/hooks/use-knowledge-http.d.ts +9 -3
  270. package/dist/hooks/use-knowledge-http.ts.js +8 -6
  271. package/dist/hooks/use-mcp-http.d.ts +4 -1
  272. package/dist/hooks/use-mcp-http.ts.js +4 -3
  273. package/dist/hooks/use-prompt-http.d.ts +5 -2
  274. package/dist/hooks/use-prompt-http.ts.js +4 -3
  275. package/dist/hooks/use-scroll-load.d.ts +3 -1
  276. package/dist/hooks/use-scroll-load.ts.js +12 -2
  277. package/dist/hooks/use-skill-http.d.ts +20 -5
  278. package/dist/hooks/use-skill-http.ts.js +52 -5
  279. package/dist/hooks/use-style.d.ts +1 -1
  280. package/dist/hooks/use-style.ts.js +1 -1
  281. package/dist/hooks/use-tool-http.d.ts +5 -2
  282. package/dist/hooks/use-tool-http.ts.js +4 -3
  283. package/dist/hooks.d.ts +1 -0
  284. package/dist/hooks.ts.js +1 -0
  285. package/dist/http/helper/agent.d.ts +8 -1
  286. package/dist/http/helper/agent.ts.js +22 -4
  287. package/dist/http/helper/collection.ts.js +2 -2
  288. package/dist/http/helper/common.d.ts +4 -3
  289. package/dist/http/helper/common.ts.js +2 -2
  290. package/dist/http/helper/knowledge.ts.js +2 -3
  291. package/dist/http/helper/mcp.ts.js +2 -2
  292. package/dist/http/helper/prompt.ts.js +2 -2
  293. package/dist/http/helper/skill.d.ts +15 -1
  294. package/dist/http/helper/skill.ts.js +73 -5
  295. package/dist/http/helper/tool.ts.js +2 -2
  296. package/dist/types/agent.d.ts +18 -0
  297. package/dist/types/common.d.ts +7 -7
  298. package/dist/types/enum.d.ts +43 -0
  299. package/dist/types/enum.ts.js +47 -0
  300. package/dist/types/navigate.d.ts +82 -0
  301. package/dist/types/navigate.ts.js +1 -0
  302. package/dist/types/skill.d.ts +100 -5
  303. package/dist/types.d.ts +1 -0
  304. package/dist/types.ts.js +1 -0
  305. package/dist/util.d.ts +1 -0
  306. package/dist/util.ts.js +1 -0
  307. package/package.json +6 -4
  308. package/dist/components/render-card/base/base-info.vue.d.ts +0 -26
  309. package/dist/css/tailwind.css +0 -1115
@@ -0,0 +1,183 @@
1
+ [
2
+ "!g-bg-FAFBFD",
3
+ "!g-bg-dark-gray",
4
+ "!g-bg-white",
5
+ "!g-block",
6
+ "!g-border-f59500",
7
+ "!g-cursor-pointer",
8
+ "!g-disabled",
9
+ "!g-h-32",
10
+ "!g-h-full",
11
+ "!g-hidden",
12
+ "!g-inline-block",
13
+ "!g-items-center",
14
+ "!g-items-start",
15
+ "!g-justify-between",
16
+ "!g-mb-10",
17
+ "!g-mb-16",
18
+ "!g-mr-12",
19
+ "!g-mt-16",
20
+ "!g-no-validate-form-item",
21
+ "!g-pl-24",
22
+ "!g-pl-5",
23
+ "!g-pl-6",
24
+ "!g-pr-16",
25
+ "!g-pr-5",
26
+ "!g-pr-6",
27
+ "!g-self-center",
28
+ "!g-self-start",
29
+ "!g-text-12",
30
+ "!g-text-16",
31
+ "!g-text-18",
32
+ "!g-text-2CAF5E",
33
+ "!g-text-ea3636",
34
+ "!g-text-white",
35
+ "!g-w-220",
36
+ "!g-w-full",
37
+ "g-absolute",
38
+ "g-border-radio-100",
39
+ "g-confirm",
40
+ "g-confirm-delete",
41
+ "g-cursor-grab",
42
+ "g-cursor-pointer",
43
+ "g-deleted-resource",
44
+ "g-ellipsis",
45
+ "g-exception",
46
+ "g-fill-3a84ff",
47
+ "g-flex",
48
+ "g-flex-1",
49
+ "g-flex-col",
50
+ "g-flex-main-text",
51
+ "g-flex-row",
52
+ "g-flex-truncate",
53
+ "g-flex-wrap",
54
+ "g-float-left",
55
+ "g-font-bold",
56
+ "g-font-normal",
57
+ "g-gap",
58
+ "g-gap-4",
59
+ "g-gray-header-table",
60
+ "g-h-16",
61
+ "g-h-56",
62
+ "g-h-70",
63
+ "g-hidden",
64
+ "g-inline",
65
+ "g-inline-flex-row",
66
+ "g-items-center",
67
+ "g-justify-center",
68
+ "g-justify-end",
69
+ "g-last-form-item",
70
+ "g-leading-16",
71
+ "g-leading-20",
72
+ "g-leading-22",
73
+ "g-leading-24",
74
+ "g-leading-28",
75
+ "g-leading-32",
76
+ "g-max-h-400",
77
+ "g-max-h-80vh",
78
+ "g-max-truncate",
79
+ "g-max-w-400",
80
+ "g-mb-12",
81
+ "g-mb-14",
82
+ "g-mb-2",
83
+ "g-mb-20",
84
+ "g-mb-24",
85
+ "g-mb-4",
86
+ "g-mb-40",
87
+ "g-mb-6",
88
+ "g-mb-8",
89
+ "g-min-w-16",
90
+ "g-ml-10",
91
+ "g-ml-12",
92
+ "g-ml-14",
93
+ "g-ml-16",
94
+ "g-ml-2",
95
+ "g-ml-24",
96
+ "g-ml-4",
97
+ "g-ml-6",
98
+ "g-ml-8",
99
+ "g-more-menu",
100
+ "g-mr-10",
101
+ "g-mr-14",
102
+ "g-mr-16",
103
+ "g-mr-2",
104
+ "g-mr-24",
105
+ "g-mr-4",
106
+ "g-mr-6",
107
+ "g-mr-8",
108
+ "g-mt-10",
109
+ "g-mt-100",
110
+ "g-mt-12",
111
+ "g-mt-14",
112
+ "g-mt-16",
113
+ "g-mt-24",
114
+ "g-mt-30",
115
+ "g-mt-4",
116
+ "g-mt-6",
117
+ "g-mt-8",
118
+ "g-mx-16",
119
+ "g-no-permission-resource",
120
+ "g-number-font",
121
+ "g-p-12",
122
+ "g-p-2",
123
+ "g-pb-12",
124
+ "g-pb-14",
125
+ "g-pb-20",
126
+ "g-pb-8",
127
+ "g-permission-cursor-element",
128
+ "g-pl-12",
129
+ "g-pl-8",
130
+ "g-popover-confirm",
131
+ "g-pr-24",
132
+ "g-pr-8",
133
+ "g-pt-12",
134
+ "g-pt-14",
135
+ "g-radio-group",
136
+ "g-relative",
137
+ "g-resource-description",
138
+ "g-resource-main",
139
+ "g-resource-name",
140
+ "g-rotate-infinite",
141
+ "g-rounded-2",
142
+ "g-scrollbar",
143
+ "g-scrollbar-page",
144
+ "g-short-form",
145
+ "g-show-dialog",
146
+ "g-small-form",
147
+ "g-small-gap-form",
148
+ "g-t-table-filter",
149
+ "g-text-10",
150
+ "g-text-12",
151
+ "g-text-14",
152
+ "g-text-16",
153
+ "g-text-20",
154
+ "g-text-22",
155
+ "g-text-32",
156
+ "g-text-40",
157
+ "g-text-8",
158
+ "g-text-979BA5",
159
+ "g-text-EA3636",
160
+ "g-text-black",
161
+ "g-text-blue",
162
+ "g-text-center",
163
+ "g-text-ea3636",
164
+ "g-text-gray",
165
+ "g-text-green",
166
+ "g-text-left",
167
+ "g-text-light",
168
+ "g-text-light-gray",
169
+ "g-text-normal",
170
+ "g-text-red",
171
+ "g-truncate",
172
+ "g-w-16",
173
+ "g-w-200",
174
+ "g-w-64",
175
+ "g-w-88",
176
+ "g-white-footer-table",
177
+ "g-whitespace-pre-line",
178
+ "hover:!g-bg-light-blue",
179
+ "hover:!g-border-blue",
180
+ "hover:!g-text-blue",
181
+ "hover:g-text-danger-red",
182
+ "hover:g-text-normal"
183
+ ]
@@ -1,5 +1,5 @@
1
1
  !function() {
2
- var svgCode = '<svg xmlns="http://www.w3.org/2000/svg" data-name="ai-ui-sdk" xmlns:xlink="http://www.w3.org/1999/xlink" style="position:absolute;width:0;height:0;visibility:hidden"><symbol id="ai-ui-sdk-plus-circle" viewBox="0 0 1024 1024"><path d="M512 128c51.9 0 102.2 10.1 149.5 30.2 45.7 19.3 86.8 47 122.1 82.3s63 76.4 82.3 122.1c20 47.3 30.2 97.6 30.2 149.5S886 614.3 865.9 661.6c-19.3 45.7-47 86.8-82.3 122.1s-76.4 63-122.1 82.3c-47.3 20-97.6 30.2-149.5 30.2S409.8 886.1 362.5 866c-45.7-19.3-86.8-47-122.1-82.3s-63-76.4-82.3-122.1c-20-47.3-30.2-97.6-30.2-149.5s10.1-102.2 30.2-149.5c19.3-45.7 47-86.8 82.3-122.1s76.4-63 122.1-82.3C409.8 138.1 460.1 128 512 128m0-64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64z"/><path d="M704 480H544V320h-64v160H320v64h160v160h64V544h160z"/></g></symbol><symbol id="ai-ui-sdk-warning-circle-fill" viewBox="0 0 1024 1024"><path fill="#737987" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm32 640h-64v-64h64v64zm0-128h-64V320h64v256z"/></symbol><symbol id="ai-ui-sdk-delete" viewBox="0 0 64 64"><path fill="#737987" d="M58 14H42v-4c0-2.2-1.8-4-4-4H26c-2.2 0-4 1.8-4 4v4H6v4h7v36c0 2.2 1.8 4 4 4h30c2.2 0 4-1.8 4-4V18h7v-4zm-31-4h10c.6 0 1 .4 1 1v3H26v-3c0-.6.4-1 1-1zm19 44H18c-.6 0-1-.4-1-1V18h30v35c0 .6-.4 1-1 1z"/><path fill="#737987" d="M36 25h4v22h-4zM24 25h4v22h-4z"/></symbol><symbol id="ai-ui-sdk-refresh" viewBox="0 0 64 64"><path d="M54.3 23.1C55.4 25.9 56 29 56 32c0 13.3-10.8 24-24 24-5.7 0-11.2-2-15.5-5.7h4.8v-4H10v11.2h4v-4.1c11.8 9.9 29.5 8.4 39.4-3.4 6.8-8.1 8.4-19.2 4.3-28.9l-3.4 2zM9.7 40.9C8.6 38.1 8 35 8 32 8 18.7 18.8 8 32 8c5.7 0 11.2 2 15.5 5.7h-4.8v4H54V6.5h-4v4.1C38.2.6 20.5 2.2 10.6 14c-6.8 8.1-8.4 19.2-4.3 28.9l3.4-2z"/></g></symbol><symbol id="ai-ui-sdk-info-line" viewBox="0 0 64 64"><path d="M32 4C16.5 4 4 16.5 4 32s12.5 28 28 28 28-12.5 28-28S47.5 4 32 4zm0 52C18.7 56 8 45.3 8 32S18.7 8 32 8s24 10.7 24 24-10.7 24-24 24z"/><path d="M30.9 25.2c-1.8.4-3.5 1.3-4.8 2.6-1.5 1.4.1 2.8 1 1.7.6-.8 1.5-1.4 2.5-1.8.7-.1 1.1.1 1.2.6.1.9 0 1.7-.3 2.6-.3 1.2-.9 3.2-1.6 5.9-1.4 4.8-2.1 7.8-1.9 8.8.2 1.1.8 2 1.8 2.6 1.1.5 2.4.6 3.6.3 1.9-.4 3.6-1.4 5-2.8 1.6-1.6-.2-2.7-1.1-1.8-.6.8-1.5 1.4-2.5 1.6-.9.2-1.4-.2-1.6-1-.1-.9.1-1.8.4-2.6 2.5-8.5 3.6-13.3 3.3-14.5-.2-.9-.8-1.7-1.6-2.1-1-.4-2.3-.4-3.4-.1z"/><circle cx="35" cy="19" r="3"/></g></symbol><symbol id="ai-ui-sdk-angle-up" viewBox="0 0 32 32"><path fill="#63656e" d="M16 11.5l7 7-1.5 1.5-5.5-5.5-5.5 5.5L9 18.5l7-7z"/></symbol><symbol id="ai-ui-sdk-copy" viewBox="0 0 64 64"><path d="M54 8H18c-1.1 0-2 .9-2 2v6h-6c-1.1 0-2 .9-2 2v36c0 1.1.9 2 2 2h36c1.1 0 2-.9 2-2v-6h6c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zM44 44v8H12V20h32v24zm8 0h-4V18c0-1.1-.9-2-2-2H20v-4h32v32z"/><path d="M17.2 26.2h21v4h-21zM17 34h21v4H17zM17 42h21v4H17z"/></symbol><symbol id="ai-ui-sdk-folder-fill" viewBox="0 0 64 64"><path d="M16.93 20.47H53.5v-3.15a3.24 3.24 0 00-3.25-3.21h-19.5v-2.9A3.24 3.24 0 0027.5 8H11.25A3.24 3.24 0 008 11.21v37.58l5.68-25.12a3.23 3.23 0 013.25-3.2zm37.38 28.32A3.23 3.23 0 0151.06 52H10.44l5.68-25.92a3.22 3.22 0 013.25-3.2h37.38a3.22 3.22 0 013.25 3.2z"/></symbol><symbol id="ai-ui-sdk-auto-refresh-line" viewBox="0 0 64 64"><path d="M54.3 23.1l3.4-2c4.1 9.7 2.5 20.8-4.3 28.9-9.8 11.7-27.2 13.3-39 3.7l-.4-.3v4.1h-4V46.3h11.3v4h-4.8C20.8 54 26.3 56 32 56c13.2 0 24-10.7 24-24 0-2.8-.5-5.7-1.5-8.4l-.2-.5 3.4-2-3.4 2zM49.6 10.3l.4.3V6.5h4v11.2H42.7v-4h4.8C43.2 10 37.7 8 32 8 18.8 8 8 18.7 8 32c0 2.8.5 5.7 1.5 8.4l.2.5-3.4 2C2.2 33.2 3.8 22.1 10.6 14c9.8-11.7 27.2-13.4 39-3.7z"/><path d="M43.1 43.3h-5.3l-1.7-5.2h-8.2l-1.7 5.2H21l8.3-22.7H35l8.1 22.7zM35 34.4l-2.6-7.9c-.2-.5-.3-1.2-.4-2h-.1c-.1.7-.2 1.3-.4 1.9l-2.6 7.9H35z"/></symbol><symbol id="ai-ui-sdk-un-full-screen" viewBox="0 0 64 64"><path d="M26 56h-4V42H8v-4h16c1.1 0 2 .9 2 2v16zM42 56h-4V40c0-1.1.9-2 2-2h16v4H42v14zM24 26H8v-4h14V8h4v16c0 1.1-.9 2-2 2zM56 26H40c-1.1 0-2-.9-2-2V8h4v14h14v4z"/></symbol><symbol id="ai-ui-sdk-full-screen" viewBox="0 0 64 64"><path d="M56 25h-4V12H39V8h15c1.1 0 2 .9 2 2v15zM12 25H8V10c0-1.1.9-2 2-2h15v4H12v13zM25 56H10c-1.1 0-2-.9-2-2V39h4v13h13v4zM54 56H39v-4h13V39h4v15c0 1.1-.9 2-2 2z"/></symbol><symbol id="ai-ui-sdk-sync-failed" viewBox="0 0 1024 1024"><path fill="#ffe6e6" d="M768 512a256 256 0 01-256 256 256 256 0 01-256-256 256 256 0 01512 0z"/><path fill="#ea3636" d="M512 320c108.8 0 192 83.2 192 192s-83.2 192-192 192-192-83.2-192-192 83.2-192 192-192m0-64c-140.8 0-256 115.2-256 256s115.2 256 256 256 256-115.2 256-256-115.2-256-256-256z"/></symbol><symbol id="ai-ui-sdk-sync-pending" viewBox="0 0 1024 1024"><path d="M332.8 243.2c25.6 25.6 25.6 64 0 89.6-25.6 25.6-64 25.6-89.6 0l-25.6-25.6-19.2-19.2c-25.6-25.6-25.6-64 0-89.6s64-25.6 89.6 0l25.6 25.6 19.2 19.2z" opacity=".1"/><path d="M192 448c38.4 0 64 25.6 64 64s-25.6 64-64 64h-64c-38.4 0-64-25.6-64-64s25.6-64 64-64h64z" opacity=".15"/><path d="M243.2 691.2c25.6-25.6 64-25.6 89.6 0 25.6 25.6 25.6 64 0 89.6l-25.6 25.6-25.6 25.6c-25.6 25.6-64 25.6-89.6 0s-25.6-64 0-89.6l25.6-25.6 25.6-25.6z" opacity=".3"/><path d="M448 832c0-38.4 25.6-64 64-64s64 25.6 64 64v64c0 38.4-25.6 64-64 64s-64-25.6-64-64v-64z" opacity=".45"/><path d="M825.6 825.6c-25.6 25.6-64 25.6-89.6 0L710.4 800l-25.6-25.6c-25.6-25.6-25.6-64 0-89.6s64-25.6 89.6 0l25.6 25.6 25.6 25.6c25.6 25.6 25.6 70.4 0 89.6z" opacity=".6"/><path d="M896 448l-32 128h-32c-38.4 0-64-25.6-64-64s25.6-64 64-64h64zm64 64c0 38.4-25.6 64-64 64h-32l32-128c38.4 0 64 25.6 64 64z" opacity=".75"/><path d="M742.4 192c25.6-19.2 64-19.2 83.2 6.4 25.6 25.6 25.6 64 0 89.6L800 313.6l-25.6 25.6c-25.6 25.6-64 25.6-89.6 0s-25.6-64 0-89.6" opacity=".9"/><path d="M448 160l128 32c0 38.4-25.6 64-64 64s-64-25.6-64-64v-32zm64-96c38.4 0 64 25.6 64 64v32H448v-32c0-38.4 25.6-64 64-64zm-64 96h128v32H448v-32z"/></g></symbol><symbol id="ai-ui-sdk-sync-success" viewBox="0 0 1024 1024"><path fill="#e5f6ea" d="M768 512a256 256 0 01-256 256 256 256 0 01-256-256 256 256 0 01512 0z"/><path fill="#3fc06d" d="M512 320c108.8 0 192 83.2 192 192s-83.2 192-192 192-192-83.2-192-192 83.2-192 192-192m0-64c-140.8 0-256 115.2-256 256s115.2 256 256 256 256-115.2 256-256-115.2-256-256-256z"/></symbol><symbol id="ai-ui-sdk-sync-default" viewBox="0 0 1024 1024"><path fill="#f0f1f5" d="M768 512c0 141.4-114.6 256-256 256S256 653.4 256 512s114.6-256 256-256 256 114.6 256 256z"/><path fill="#c4c6cc" d="M512 320c108.8 0 192 83.2 192 192s-83.2 192-192 192-192-83.2-192-192 83.2-192 192-192m0-64c-140.8 0-256 115.2-256 256s115.2 256 256 256 256-115.2 256-256-115.2-256-256-256z"/></symbol><symbol id="ai-ui-sdk-sync-waiting-01" viewBox="0 0 1024 1024"><path fill="#ffe8c3" d="M704 512a192 192 0 01-192 192 192 192 0 01-192-192 192 192 0 01384 0z"/><path fill="#ff9c01" d="M512 768c-141.2 0-256-114.8-256-256s114.8-256 256-256 256 114.8 256 256-114.8 256-256 256zm0-448c-105.9 0-192 86.1-192 192s86.1 192 192 192 192-86.1 192-192-86.1-192-192-192z"/></symbol><symbol id="ai-ui-sdk-wenben" viewBox="0 0 1024 1024"><path fill="#979BA5" fill-rule="evenodd" d="M616.8 64c8.5 0 16.6 3.4 22.6 9.4l215.2 215.2c6 6 9.4 14.2 9.4 22.7V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32zM656 704H368c-8.837 0-16 7.163-16 16v32c0 8.837 7.163 16 16 16h288c8.837 0 16-7.163 16-16v-32c0-8.837-7.163-16-16-16zm-64-128H368c-8.837 0-16 7.163-16 16v32c0 8.837 7.163 16 16 16h224c8.837 0 16-7.163 16-16v-32c0-8.837-7.163-16-16-16zM464 448h-96c-8.837 0-16 7.163-16 16v32c0 8.837 7.163 16 16 16h96c8.837 0 16-7.163 16-16v-32c0-8.837-7.163-16-16-16zm138-310.2V326h188.2L602 137.8z"/></symbol><symbol id="ai-ui-sdk-pdf" viewBox="0 0 1024 1024"><path fill="#EA3636" fill-rule="evenodd" d="M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM633.217 637.256c-15.174-.489-31.314.67-49.65 2.964-24.298-14.987-40.654-35.582-52.274-65.827.28-1.152.86-3.538 1.063-4.38.474-1.958.867-3.594 1.243-5.185 4.293-18.13 6.615-31.358 7.3-44.695.518-10.074-.04-19.368-1.827-27.976-3.298-18.584-16.454-29.453-33.021-30.126-15.446-.627-29.649 7.993-33.281 21.373-5.913 21.612-2.45 50.07 10.08 98.582-15.964 38.056-37.052 82.661-51.203 107.539-18.885 9.74-33.604 18.605-45.953 28.427-16.303 12.966-26.48 26.29-29.286 40.306-1.355 6.48.692 14.966 5.36 21.912 5.296 7.879 13.282 12.991 22.855 13.735 24.152 1.877 53.83-23.024 86.59-79.258 3.295-1.09 6.78-2.257 11.026-3.69 2.323-.783 10.464-3.538 11.91-4.026 7.521-2.54 12.98-4.36 18.376-6.116 23.396-7.612 41.096-12.429 57.21-15.163 27.973 14.973 60.316 24.796 82.098 24.796 17.979 0 30.126-9.319 34.515-23.985 3.857-12.886.794-27.824-7.473-36.084-8.56-8.41-24.3-12.434-45.658-13.123zm-247.985 128.42v-.36l.126-.338c1.275-3.421 3.157-7.008 5.6-10.758 4.284-6.576 10.173-13.5 17.472-20.865 3.92-3.955 8.002-7.8 12.79-12.12 1.073-.969 7.91-7.059 9.189-8.25l11.176-10.407-8.12 12.934c-12.326 19.638-23.46 33.78-33.013 43.004-3.507 3.387-6.6 5.9-9.091 7.505-1.027.662-1.916 1.144-2.613 1.424-.409.163-.771.268-1.13.302-.38.045-.765-.01-1.117-.16a2.068 2.068 0 01-1.269-1.911zm125.934-218.269l-2.26 4.007-1.39-4.385c-3.114-9.829-5.387-24.641-6.016-37.997-.716-15.197.49-24.323 5.286-24.323 6.74 0 9.831 10.808 10.076 27.053.216 14.28-2.03 29.142-5.696 35.645zm-5.81 58.464l1.534-4.05 2.088 3.795c11.69 21.245 26.858 38.967 43.538 51.315l3.595 2.662-4.38.904c-16.328 3.372-31.544 8.457-52.34 16.842 2.174-.876-21.623 8.863-27.638 11.169l-5.252 2.013 2.802-4.877c12.35-21.496 23.758-47.326 36.052-79.773h.001zm157.626 76.261c-7.864 3.104-24.777.329-54.569-12.387l-7.561-3.227 8.199-.607c23.295-1.724 39.807-.44 49.422 3.08 4.09 1.498 6.824 3.388 8.037 5.553 1.31 2.336.71 4.81-1.362 6.31-.448.427-1.155.88-2.166 1.278z"/></symbol><symbol id="ai-ui-sdk-doc-2" viewBox="0 0 1024 1024"><path fill="#3A84FF" d="M675.35 62.103a21.336 21.336 0 017.36 16.122v889.43a21.33 21.33 0 01-24.32 21.12l-536.406-76.587c-21.028-2.995-36.65-21-36.65-42.24V175.932c0-21.24 15.622-39.245 36.65-42.24l536.363-76.587a21.333 21.333 0 0117.003 4.998zm220.693 76.837c23.564 0 42.666 19.102 42.666 42.667v682.666c0 23.564-19.102 42.667-42.666 42.667H725.376v-85.333h128V224.273h-128V138.94h170.667zM298.709 352.273h-85.333v341.334h85.333l85.334-85.334 85.333 85.334h85.333V352.273h-85.333v212.864l-85.333-84.864-84.907 85.334-.427-213.334z"/></symbol><symbol id="ai-ui-sdk-excel" viewBox="0 0 1024 1024"><path fill="#2DCB56" fill-rule="evenodd" d="M675.307 51.163a21.336 21.336 0 017.36 16.122v889.43a21.33 21.33 0 01-24.32 21.12L121.94 901.248c-21.027-2.995-36.65-21-36.65-42.24V164.992c0-21.24 15.623-39.245 36.65-42.24l536.363-76.587a21.333 21.333 0 0117.003 4.998zM896 128c23.564 0 42.667 19.103 42.667 42.667v682.666C938.667 876.897 919.564 896 896 896H725.333v-85.333h128V213.333h-128V128H896zM315.733 341.333h-102.4L332.8 512 213.333 682.667h102.4L384 585.13l68.267 97.536h102.4L435.2 512l119.467-170.667h-102.4L384 438.87l-68.267-97.536z"/></symbol><symbol id="ai-ui-sdk-unlike" viewBox="0 0 1024 1024"><path d="M579.84 226.24a4.8 4.8 0 010 4.16l-74.56 160-42.24 89.6h362.24l-80 320h-320V430.4l154.56-204.16M241.92 480v320h-22.4l-25.6-320h48m337.6-320a60.48 60.48 0 00-48 23.68L369.6 397.76l-1.92 2.88a39.68 39.68 0 00-5.76 16.64v406.08A40.96 40.96 0 00403.2 864h360a40.96 40.96 0 0039.68-32L896 467.52a32 32 0 000-9.6A40.96 40.96 0 00854.72 416h-291.2l74.24-160a69.76 69.76 0 00-23.36-86.4 58.88 58.88 0 00-34.88-9.6zM264.96 416h-99.2A41.28 41.28 0 00128 461.12l29.44 365.44A40.96 40.96 0 00198.4 864h66.56a40.64 40.64 0 0040.96-40.64V457.92A40.64 40.64 0 00264.96 416z"/></symbol><symbol id="ai-ui-sdk-like" viewBox="0 0 1024 1024"><path d="M854.72 416h-291.2l74.24-160a69.76 69.76 0 00-23.36-86.4 58.88 58.88 0 00-34.88-9.6 60.48 60.48 0 00-48 23.68L369.6 397.76l-1.92 2.88a39.68 39.68 0 00-5.76 16.64v406.08A40.96 40.96 0 00403.2 864h360a40.96 40.96 0 0039.68-32L896 467.52a32 32 0 000-9.6A40.96 40.96 0 00854.72 416zM264.96 416h-99.2A41.28 41.28 0 00128 461.12l29.44 365.44A40.96 40.96 0 00198.4 864h66.56a40.64 40.64 0 0040.96-40.64V457.92A40.64 40.64 0 00264.96 416z"/></symbol><symbol id="ai-ui-sdk-links" viewBox="0 0 1024 1024"><path d="M263.04 760.96a148.48 148.48 0 01-1.92-224l92.48-92.48-45.12-45.76L216 491.2a212.8 212.8 0 001.92 314.88A212.8 212.8 0 00532.8 808l92.48-92.48L579.84 672l-92.48 92.48a148.48 148.48 0 01-224.32-3.52zM491.2 216l-92.48 92.48 45.44 45.12 92.48-92.48a148.48 148.48 0 01224 1.92 148.48 148.48 0 011.92 224L672 579.84l45.12 45.44 92.48-92.48a212.8 212.8 0 00-1.92-314.88A212.8 212.8 0 00491.2 216z"/><path d="M398.786 579.888l181.019-181.02 45.255 45.255-181.02 181.02-45.254-45.255z"/></symbol><symbol id="ai-ui-sdk-arrow-left" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M144 512l70.4 70.4 214.4 214.4 70.4-72L336 561.6h544v-99.2H336l163.2-163.2-70.4-72-214.4 214.4z" clip-rule="evenodd"/></symbol><symbol id="ai-ui-sdk-apijiedian" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M451.372 703.988h-84.794l-33.707-87.22H178.554l-31.868 87.22H64L214.37 320h82.428l154.574 383.988zm-143.518-151.92L254.66 409.572l-52.142 142.496h105.337zm184.861 151.92V320h125.083c47.398 0 78.298 1.926 92.7 5.767 22.124 5.766 40.645 18.287 55.562 37.586 14.917 19.3 22.381 44.22 22.381 74.784 0 23.579-4.302 43.39-12.907 59.459-8.604 16.068-19.525 28.687-32.787 37.855-13.25 9.168-26.733 15.24-40.424 18.202-18.606 3.67-45.56 5.498-80.847 5.498h-50.83V704h-77.943l.012-.012zm77.943-319.031v108.969h42.654c30.729 0 51.26-2.012 61.617-6.023 10.357-4.01 18.483-10.302 24.354-18.86 5.884-8.559 8.825-18.507 8.825-29.858 0-13.971-4.13-25.492-12.38-34.575-8.248-9.083-18.691-14.752-31.34-17.02-9.304-1.743-28.008-2.62-56.089-2.62h-37.654l.013-.013zm279.4 319.03V320H928v383.988h-77.943z"/></symbol><symbol id="ai-ui-sdk-fasong" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M924.55 113.365c0-.09-.088-.09-.088-.18a30.217 30.217 0 00-7.78-9.684 31.929 31.929 0 00-10.606-5.918c-.089 0-.177-.09-.266-.09-1.502-.537-3.093-.806-4.685-1.075-.442-.09-.884-.27-1.414-.27-1.503-.179-2.917-.179-4.42-.09-.618 0-1.149-.089-1.768 0-4.242.27-8.485 1.525-12.375 3.498L113.792 485.577c-7.514 3.677-13.26 10.312-15.911 18.382-.796 2.242-1.15 4.663-1.415 6.994-.795 4.753-.618 9.685.884 14.347 2.475 8.16 8.044 14.885 15.558 18.741l194.734 103.836c4.685 2.51 9.812 3.766 15.115 3.766 11.757.09 22.541-6.367 28.287-16.768 8.397-15.513 2.475-34.791-13.083-43.13l-142.316-75.86 572.358-288.014L418.93 634.516c-.265.27-.354.628-.619.897-8.662 5.739-14.32 15.423-14.32 26.542v234.123a32.598 32.598 0 009.547 22.686c6.01 6.008 14.143 9.236 22.54 9.146v.09c17.68 0 32-14.257 32-31.832V675.405l381.07-444.127-79.202 585.802-200.921-97.917c-15.823-7.712-34.828-1.255-42.872 14.526-3.712 7.622-4.243 16.41-1.503 24.48s8.575 14.615 16.177 18.202l238.754 116.48c4.42 2.151 9.193 3.227 14.144 3.227.176 0 .353-.09.53-.09.53 0 1.15.18 1.68.18 15.91.09 29.435-11.657 31.733-27.618l99.003-731.782c2.21-7.532 1.767-15.871-2.122-23.403z"/></symbol><symbol id="ai-ui-sdk-yinyong-2" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M512 64c247.424 0 448 200.576 448 448S759.424 960 512 960 64 759.424 64 512 264.576 64 512 64zm0 63.999c-212.077 0-384.001 171.924-384.001 384.001-.382 155.607 93.181 296.061 236.922 355.66C508.661 927.26 674.161 894.223 784 784a384 384 0 000-544 384.006 384.006 0 00-272-112.001zM492.622 336v62.976h78.956c98.956 0 148.422 43.35 148.422 131.093C720 613.675 671.578 656 576.844 656H375.777v-44.395H573.69c70.511 0 105.267-27.861 105.267-85.675 0-55.743-33.69-83.605-101.067-83.605h-85.267v62.955L320 420.65 492.622 336z"/></symbol><symbol id="ai-ui-sdk-dongzuo-xiazai" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M192 640v192h640V640h64v224c0 17.6-14.4 32-32 32H160c-17.6 0-32-14.4-32-32V640h64zm352-512v452.8l104-102.4 44.8 44.8-136 136L512 704 331.2 523.2l44.8-44.8 104 102.4V128h64z"/></symbol><symbol id="ai-ui-sdk-quanquan" viewBox="0 0 1024 1024"><path fill="#3A84FF" d="M512 64.129c-9.343-.661-18.345 3.338-27.005 11.998-2.666 2.667-4.831 6.165-6.495 10.495-1.664 4.33-2.496 7.498-2.496 9.503v4c0 10.004 2.997 18.003 8.991 23.997 3.328 4.01 7.327 6.847 11.999 8.511 4.671 1.664 8.34 2.496 11.006 2.496h4c68.003 0 130.993 16.83 188.97 50.49 57.978 33.66 103.807 79.49 137.489 137.488 33.681 57.999 50.511 121.16 50.49 189.483-.021 68.322-16.851 131.313-50.49 188.97-33.64 57.657-79.469 103.316-137.489 136.976-58.02 33.66-121.18 50.49-189.482 50.49-68.301 0-131.292-16.83-188.97-50.49-57.68-33.66-103.338-79.319-136.977-136.976-33.639-57.657-50.469-120.818-50.49-189.482 0-10.005-3.669-18.676-11.007-26.013-2.666-3.328-6.164-5.824-10.494-7.487-4.33-1.664-7.498-2.496-9.503-2.496h-4c-10.004 0-18.334 3.338-24.99 10.015-4.01 4.01-6.846 8.18-8.51 12.51-1.664 4.33-2.496 7.498-2.496 9.503v4c0 60.665 11.828 118.663 35.484 173.996 23.656 55.332 55.482 102.996 95.477 142.991 39.996 39.996 87.66 71.822 142.992 95.478 55.332 23.656 113.33 35.483 173.996 35.483 60.665 0 118.664-11.827 173.996-35.483 55.332-23.656 102.996-55.482 142.992-95.478 39.995-39.995 71.82-87.659 95.477-142.991 23.656-55.333 35.484-113.331 35.484-173.996 0-60.665-11.828-118.664-35.484-173.996-23.656-55.333-55.482-102.997-95.477-142.992-39.996-39.996-87.66-71.821-142.992-95.477C630.664 75.989 572.666 64.16 512 64.16v-.032z"/></symbol><symbol id="ai-ui-sdk-baocun" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M864 96c35.346 0 64 28.654 64 64v704c0 35.346-28.654 64-64 64H160c-35.346 0-64-28.654-64-64V160c0-35.346 28.654-64 64-64h704zm-608 64h-96v704h704V160h-96v224c0 35.346-28.654 64-64 64H320c-35.346 0-64-28.654-64-64V160zm448 0H320v224h384V160zm-96 64c17.673 0 32 14.327 32 32v32c0 17.673-14.327 32-32 32-17.673 0-32-14.327-32-32v-32c0-17.673 14.327-32 32-32z"/></symbol><symbol id="ai-ui-sdk-markdown" viewBox="0 0 1024 1024"><path fill="#979BA5" fill-rule="evenodd" d="M616.8 64c8.5 0 16.6 3.4 22.6 9.4l215.2 215.2c6 6 9.4 14.2 9.4 22.7V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.8zM443.562 477.562h-90V768h55.876V603.75c0-24.5-.813-48.938-2.438-73.312h1.688c4.374 21.374 7.437 34.437 9.187 39.187L490.438 768h49.312l71.625-200.25c2.25-6.25 5.25-18.688 9-37.312h1.5c-1.625 24.624-2.437 45.062-2.437 61.312V768h61.124V477.562H593l-62.812 175.126c-4.126 11.624-8.126 25.374-12 41.25h-1.313c-1.875-12.75-5.437-26.376-10.687-40.876l-62.626-175.5zM602 137.8V326h188.2L602 137.8z"/></symbol><symbol id="ai-ui-sdk-ppt-2" viewBox="0 0 1024 1024"><path fill="#979BA5" fill-rule="evenodd" d="M616.8 64c8.5 0 16.6 3.4 22.6 9.4l215.2 215.2c6 6 9.4 14.2 9.4 22.7V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32zM656 704H368c-8.837 0-16 7.163-16 16v32c0 8.837 7.163 16 16 16h288c8.837 0 16-7.163 16-16v-32c0-8.837-7.163-16-16-16zm-64-128H368c-8.837 0-16 7.163-16 16v32c0 8.837 7.163 16 16 16h224c8.837 0 16-7.163 16-16v-32c0-8.837-7.163-16-16-16zM464 448h-96c-8.837 0-16 7.163-16 16v32c0 8.837 7.163 16 16 16h96c8.837 0 16-7.163 16-16v-32c0-8.837-7.163-16-16-16zm138-310.2V326h188.2L602 137.8z"/></symbol><symbol id="ai-ui-sdk-dongzuo-shangchuan" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M192 640v192h640V640h64v224c0 17.6-14.4 32-32 32H160c-17.6 0-32-14.4-32-32V640h64zm320-512l44.8 44.8 136 136-44.8 44.8-104-102.4V704h-64V251.2L376 353.6l-44.8-44.8L512 128z"/></symbol><symbol id="ai-ui-sdk-wangye" viewBox="0 0 1024 1024"><path d="M287.802 485.456h197.767V309.4H329.1a504.602 504.602 0 00-41.297 176.055zm197.767-374.937c-52.242 39.631-96.242 89.163-129.51 145.794h129.51V110.519zm52.862 374.937h197.04A506.134 506.134 0 00694.173 309.4H538.497v176.055h-.066zm-209 230.072h156.138V538.544H287.802c3.171 62.114 17.576 121.838 41.628 176.984zm583.192 0c27.091-53.686 43.677-113.543 47.31-176.984H788.268a560.422 560.422 0 01-37.135 176.984h161.491zM751.462 309.4c21.475 55.478 34.03 114.738 36.87 176.055H960A450.637 450.637 0 00913.086 309.4H751.462zM538.43 111.05v145.196h128.717c-33.09-56.349-76.813-105.67-128.717-145.196zm189.111 145.263H882.03C808.627 149.146 692.716 79.04 564.07 64c68.492 50.626 124.433 116.436 163.473 192.313zM485.57 913.614V768.616H356.522c33.196 56.316 77.034 105.573 129.047 144.998zM271.811 309.401h-160.83a449.438 449.438 0 00-46.915 176.055H234.94A561.822 561.822 0 01271.811 309.4zm24.316 459.215H142.631c73.224 106.308 188.366 175.931 316.177 191.185-68.057-50.411-123.707-115.813-162.68-191.185zm431.019 0C688.168 844.08 632.467 909.554 564.333 960c128.183-15.038 243.717-84.768 317.102-191.384h-154.29zm-60.394 0H538.43v144.4c51.662-39.354 95.239-88.392 128.32-144.4zM234.94 538.544H64c3.7 63.44 20.22 123.298 47.377 176.984h160.699a558.557 558.557 0 01-37.136-176.984zm500.531 0h-197.04v176.984h155.412a505.266 505.266 0 0041.628-176.984zm-439.74-282.231c38.988-75.778 94.835-141.516 163.21-192.114-128.266 15.233-243.774 85.24-316.97 192.114h153.76z"/></symbol><symbol id="ai-ui-sdk-zhishiku" viewBox="0 0 1024 1024"><path d="M320.986 203.315H191.622c-17.248 0-31.622 14.503-31.622 31.905v639.542c0 17.403 14.374 31.905 31.622 31.905h129.364c17.249 0 31.623-14.502 31.623-31.905V235.22c0-17.402-14.374-31.905-31.623-31.905zm-35.934 130.52h-57.495c-15.811 0-28.748-13.053-28.748-29.005 0-15.952 12.937-29.004 28.748-29.004h57.495c15.811 0 28.747 13.052 28.747 29.004 0 15.952-12.936 29.004-28.747 29.004zM578.277 96H448.913c-17.249 0-31.622 14.502-31.622 31.905v746.857c0 17.403 14.373 31.905 31.622 31.905h129.364c17.248 0 31.622-14.502 31.622-31.905V127.905C611.337 110.502 596.963 96 578.277 96zM543.78 227.969h-57.495c-15.811 0-28.748-13.052-28.748-29.004 0-15.952 12.937-29.004 28.748-29.004h57.495c15.811 0 28.747 13.052 28.747 29.004 0 15.952-12.936 29.004-28.747 29.004zm383.78 613.438l-120.74-627.94c-4.312-15.952-17.249-26.104-33.06-26.104h-5.75l-126.488 24.654c-17.249 2.9-28.748 20.303-25.873 37.705l122.177 629.39c2.875 15.953 15.811 26.104 31.622 26.104h5.75l126.489-24.653c17.248-4.35 28.748-21.753 25.873-39.156zM762.26 312.081l-57.495 11.602h-5.75c-12.936 0-25.872-10.152-28.747-23.204-2.875-15.952 7.187-31.904 22.998-34.805l57.495-11.601c15.811-2.9 31.623 7.25 34.497 23.203 2.875 15.952-7.187 31.905-22.998 34.805z"/></symbol><symbol id="ai-ui-sdk-sikao" viewBox="0 0 1024 1024"><path d="M528 96c61.856 0 112 50.144 112 112 0 .376-.002.751-.006 1.126C774.73 260.666 870.4 391.16 870.4 544c0 22.55-2.082 44.612-6.066 66.007C883.94 630.144 896 657.663 896 688c0 61.856-50.144 112-112 112a112.7 112.7 0 01-19.49-1.69C699.754 862.65 610.519 902.4 512 902.4s-187.753-39.75-252.539-104.088A112.33 112.33 0 01240 800c-61.856 0-112-50.144-112-112 0-30.337 12.061-57.856 31.65-78.025A361.172 361.172 0 01153.6 544c0-164.845 111.29-303.696 262.836-345.518C421.232 141.079 469.35 96 528 96zm-91.48 176.633l-4.469 1.278C315.47 308.366 230.4 416.249 230.4 544c0 10.923.622 21.7 1.832 32.3l1.623-.134L240 576c61.856 0 112 50.144 112 112 0 26.132-8.95 50.173-23.95 69.226C377.36 799.817 441.67 825.6 512 825.6c70.33 0 134.639-25.783 183.99-68.412C680.95 738.173 672 714.132 672 688c0-61.856 50.144-112 112-112 2.607 0 5.194.09 7.757.264A280.989 280.989 0 00793.6 544c0-119.973-75.025-222.422-180.718-262.99C592.35 304.904 561.938 320 528 320c-37.782 0-71.195-18.708-91.48-47.367z"/></symbol><symbol id="ai-ui-sdk-wenzhang" viewBox="0 0 1024 1024"><path fill="#3D4265" d="M708.923 157.538h275.692c21.752 0 39.385 17.634 39.385 39.385v748.308c0 43.503-35.266 78.769-78.77 78.769H708.924V157.538z"/><path fill="#3A84FF" d="M0 984.615A39.385 39.385 0 0039.385 1024H945.23c-43.503 0-78.77-35.266-78.77-78.77V39.386C866.462 17.633 848.829 0 827.078 0H39.385C17.633 0 0 17.633 0 39.385v945.23z"/><path fill="#FFF" d="M196.923 288.82c-21.751 0-39.385 17.634-39.385 39.385 0 21.752 17.634 39.385 39.385 39.385h157.539c21.751 0 39.384-17.633 39.384-39.385 0-21.751-17.633-39.384-39.384-39.384H196.923zm0 236.308c-21.751 0-39.385 17.633-39.385 39.385 0 21.751 17.634 39.384 39.385 39.384h472.615c21.752 0 39.385-17.633 39.385-39.384 0-21.752-17.633-39.385-39.385-39.385H196.923zm0 236.308c-21.751 0-39.385 17.633-39.385 39.385 0 21.751 17.634 39.384 39.385 39.384h236.308c21.751 0 39.384-17.633 39.384-39.384 0-21.752-17.633-39.385-39.384-39.385H196.923z"/></g></symbol><symbol id="ai-ui-sdk-yanjing-kejian" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M512 192c247.4 0 448 143.3 448 320S759.4 832 512 832 64 688.7 64 512s200.6-320 448-320zm0 64c-54.2 0-106.6 7.5-155.9 22.4-46.6 14.1-88.3 34.1-123.7 59.4C165.1 385.9 128 447.8 128 512c0 64.2 37.1 126.1 104.4 174.2 35.4 25.3 77.1 45.3 123.7 59.4C405.4 760.5 457.8 768 512 768s106.6-7.5 155.9-22.4c46.6-14.1 88.3-34.1 123.7-59.4C858.9 638.1 896 576.2 896 512c0-64.2-37.1-126.1-104.4-174.2-35.4-25.3-77.1-45.3-123.7-59.4C618.6 263.5 566.2 256 512 256zm0 96c88.4 0 160 71.6 160 160s-71.6 160-160 160-160-71.6-160-160 71.6-160 160-160zm0 64c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96z"/></symbol><symbol id="ai-ui-sdk-gengduo-2" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M512.55 319.995c35.34-.294 63.742-29.196 63.448-64.548-.307-35.353-29.197-63.742-64.55-63.448-35.135.295-63.448 28.876-63.448 63.998v.55c.307 35.34 29.21 63.742 64.55 63.448m-1.102 112.004c-35.135.295-63.448 28.876-63.448 63.998v.55c.307 35.34 29.21 63.742 64.55 63.448 35.34-.294 63.742-29.196 63.448-64.548-.307-35.353-29.197-63.742-64.55-63.448m0 240c-35.135.295-63.448 28.876-63.448 63.998v.55c.307 35.34 29.21 63.742 64.55 63.448 35.34-.294 63.742-29.196 63.448-64.548-.307-35.353-29.197-63.742-64.55-63.448"/></symbol><symbol id="ai-ui-sdk-sync-passed" viewBox="0 0 1024 1024"><path fill="#cddffe" d="M704 512a192 192 0 01-192 192 192 192 0 01-192-192 192 192 0 01384 0z"/><path fill="#cddffe" d="M512 768c141.4 0 256-114.6 256-256 0 140.8-115.2 256-256 256zM256 512c0 141.4 114.6 256 256 256-140.8 0-256-115.2-256-256zM768 512c0-141.4-114.6-256-256-256 140.8 0 256 115.2 256 256zM512 256c-141.4 0-256 114.6-256 256 0-140.8 115.2-256 256-256z"/><path fill="#3a84ff" d="M768 512c0-140.8-115.2-256-256-256S256 371.2 256 512s115.2 256 256 256 256-115.2 256-256zM512 704c-108.8 0-192-83.2-192-192s83.2-192 192-192 192 83.2 192 192-83.2 192-192 192z"/></symbol><symbol id="ai-ui-sdk-sync-failed-2-2" viewBox="0 0 1024 1024"><path fill="#f1e4f4" d="M704 512c0 106-86 192-192 192s-192-86-192-192 86-192 192-192 192 86 192 192z"/><path fill="#cddffe" d="M512 768c141.4 0 256-114.6 256-256 0 140.8-115.2 256-256 256zM256 512c0 141.4 114.6 256 256 256-140.8 0-256-115.2-256-256zM768 512c0-141.4-114.6-256-256-256 140.8 0 256 115.2 256 256zM512 256c-141.4 0-256 114.6-256 256 0-140.8 115.2-256 256-256z"/><path fill="#cb36ea" d="M768 512c0-140.8-115.2-256-256-256S256 371.2 256 512s115.2 256 256 256 256-115.2 256-256zM512 704c-108.8 0-192-83.2-192-192s83.2-192 192-192 192 83.2 192 192-83.2 192-192 192z"/></symbol><symbol id="ai-ui-sdk-quanbu-xuanzhong" viewBox="0 0 1024 1024"><path fill="#3A84FF" d="M166.4 102.4h691.2c63.621 0 115.2 50.931 115.2 113.758v591.686c0 62.827-51.579 113.756-115.2 113.756H166.4c-63.623 0-115.2-50.929-115.2-113.756V216.158c0-62.827 51.577-113.758 115.2-113.758z"/><path fill="#fff" fill-rule="evenodd" d="M345.21 398.4v83.067h-83.068V398.4h83.067zm83.066 270.533V336h-249.2v332.933h83.066V544h83.067v124.933h83.067zm208.002 0v-41.866H553.21V336h-83.069v332.933h166.136zm208 0v-41.866H761.21V336h-83.067v332.933h166.134z" clip-rule="evenodd"/></symbol><symbol id="ai-ui-sdk-wubiaoqian" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M512 64c247.4 0 448 200.6 448 448S759.4 960 512 960 64 759.4 64 512 264.6 64 512 64zm135.765 266.98L330.98 647.766c-12.497 12.496-12.497 32.758 0 45.254 12.496 12.497 32.758 12.497 45.254 0L693.02 376.235c12.497-12.496 12.497-32.758 0-45.254-12.496-12.497-32.758-12.497-45.254 0z"/></symbol></svg>';
2
+ var svgCode = '<svg xmlns="http://www.w3.org/2000/svg" data-name="ai-ui-sdk" xmlns:xlink="http://www.w3.org/1999/xlink" style="position:absolute;width:0;height:0;visibility:hidden"><symbol id="ai-ui-sdk-plus-circle" viewBox="0 0 1024 1024"><path d="M512 128c51.9 0 102.2 10.1 149.5 30.2 45.7 19.3 86.8 47 122.1 82.3s63 76.4 82.3 122.1c20 47.3 30.2 97.6 30.2 149.5S886 614.3 865.9 661.6c-19.3 45.7-47 86.8-82.3 122.1s-76.4 63-122.1 82.3c-47.3 20-97.6 30.2-149.5 30.2S409.8 886.1 362.5 866c-45.7-19.3-86.8-47-122.1-82.3s-63-76.4-82.3-122.1c-20-47.3-30.2-97.6-30.2-149.5s10.1-102.2 30.2-149.5c19.3-45.7 47-86.8 82.3-122.1s76.4-63 122.1-82.3C409.8 138.1 460.1 128 512 128m0-64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64z"/><path d="M704 480H544V320h-64v160H320v64h160v160h64V544h160z"/></g></symbol><symbol id="ai-ui-sdk-warning-circle-fill" viewBox="0 0 1024 1024"><path fill="#737987" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm32 640h-64v-64h64v64zm0-128h-64V320h64v256z"/></symbol><symbol id="ai-ui-sdk-delete" viewBox="0 0 64 64"><path fill="#737987" d="M58 14H42v-4c0-2.2-1.8-4-4-4H26c-2.2 0-4 1.8-4 4v4H6v4h7v36c0 2.2 1.8 4 4 4h30c2.2 0 4-1.8 4-4V18h7v-4zm-31-4h10c.6 0 1 .4 1 1v3H26v-3c0-.6.4-1 1-1zm19 44H18c-.6 0-1-.4-1-1V18h30v35c0 .6-.4 1-1 1z"/><path fill="#737987" d="M36 25h4v22h-4zM24 25h4v22h-4z"/></symbol><symbol id="ai-ui-sdk-refresh" viewBox="0 0 64 64"><path d="M54.3 23.1C55.4 25.9 56 29 56 32c0 13.3-10.8 24-24 24-5.7 0-11.2-2-15.5-5.7h4.8v-4H10v11.2h4v-4.1c11.8 9.9 29.5 8.4 39.4-3.4 6.8-8.1 8.4-19.2 4.3-28.9l-3.4 2zM9.7 40.9C8.6 38.1 8 35 8 32 8 18.7 18.8 8 32 8c5.7 0 11.2 2 15.5 5.7h-4.8v4H54V6.5h-4v4.1C38.2.6 20.5 2.2 10.6 14c-6.8 8.1-8.4 19.2-4.3 28.9l3.4-2z"/></g></symbol><symbol id="ai-ui-sdk-info-line" viewBox="0 0 64 64"><path d="M32 4C16.5 4 4 16.5 4 32s12.5 28 28 28 28-12.5 28-28S47.5 4 32 4zm0 52C18.7 56 8 45.3 8 32S18.7 8 32 8s24 10.7 24 24-10.7 24-24 24z"/><path d="M30.9 25.2c-1.8.4-3.5 1.3-4.8 2.6-1.5 1.4.1 2.8 1 1.7.6-.8 1.5-1.4 2.5-1.8.7-.1 1.1.1 1.2.6.1.9 0 1.7-.3 2.6-.3 1.2-.9 3.2-1.6 5.9-1.4 4.8-2.1 7.8-1.9 8.8.2 1.1.8 2 1.8 2.6 1.1.5 2.4.6 3.6.3 1.9-.4 3.6-1.4 5-2.8 1.6-1.6-.2-2.7-1.1-1.8-.6.8-1.5 1.4-2.5 1.6-.9.2-1.4-.2-1.6-1-.1-.9.1-1.8.4-2.6 2.5-8.5 3.6-13.3 3.3-14.5-.2-.9-.8-1.7-1.6-2.1-1-.4-2.3-.4-3.4-.1z"/><circle cx="35" cy="19" r="3"/></g></symbol><symbol id="ai-ui-sdk-angle-up" viewBox="0 0 32 32"><path fill="#63656e" d="M16 11.5l7 7-1.5 1.5-5.5-5.5-5.5 5.5L9 18.5l7-7z"/></symbol><symbol id="ai-ui-sdk-copy" viewBox="0 0 64 64"><path d="M54 8H18c-1.1 0-2 .9-2 2v6h-6c-1.1 0-2 .9-2 2v36c0 1.1.9 2 2 2h36c1.1 0 2-.9 2-2v-6h6c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zM44 44v8H12V20h32v24zm8 0h-4V18c0-1.1-.9-2-2-2H20v-4h32v32z"/><path d="M17.2 26.2h21v4h-21zM17 34h21v4H17zM17 42h21v4H17z"/></symbol><symbol id="ai-ui-sdk-folder-fill" viewBox="0 0 64 64"><path d="M16.93 20.47H53.5v-3.15a3.24 3.24 0 00-3.25-3.21h-19.5v-2.9A3.24 3.24 0 0027.5 8H11.25A3.24 3.24 0 008 11.21v37.58l5.68-25.12a3.23 3.23 0 013.25-3.2zm37.38 28.32A3.23 3.23 0 0151.06 52H10.44l5.68-25.92a3.22 3.22 0 013.25-3.2h37.38a3.22 3.22 0 013.25 3.2z"/></symbol><symbol id="ai-ui-sdk-auto-refresh-line" viewBox="0 0 64 64"><path d="M54.3 23.1l3.4-2c4.1 9.7 2.5 20.8-4.3 28.9-9.8 11.7-27.2 13.3-39 3.7l-.4-.3v4.1h-4V46.3h11.3v4h-4.8C20.8 54 26.3 56 32 56c13.2 0 24-10.7 24-24 0-2.8-.5-5.7-1.5-8.4l-.2-.5 3.4-2-3.4 2zM49.6 10.3l.4.3V6.5h4v11.2H42.7v-4h4.8C43.2 10 37.7 8 32 8 18.8 8 8 18.7 8 32c0 2.8.5 5.7 1.5 8.4l.2.5-3.4 2C2.2 33.2 3.8 22.1 10.6 14c9.8-11.7 27.2-13.4 39-3.7z"/><path d="M43.1 43.3h-5.3l-1.7-5.2h-8.2l-1.7 5.2H21l8.3-22.7H35l8.1 22.7zM35 34.4l-2.6-7.9c-.2-.5-.3-1.2-.4-2h-.1c-.1.7-.2 1.3-.4 1.9l-2.6 7.9H35z"/></symbol><symbol id="ai-ui-sdk-un-full-screen" viewBox="0 0 64 64"><path d="M26 56h-4V42H8v-4h16c1.1 0 2 .9 2 2v16zM42 56h-4V40c0-1.1.9-2 2-2h16v4H42v14zM24 26H8v-4h14V8h4v16c0 1.1-.9 2-2 2zM56 26H40c-1.1 0-2-.9-2-2V8h4v14h14v4z"/></symbol><symbol id="ai-ui-sdk-full-screen" viewBox="0 0 64 64"><path d="M56 25h-4V12H39V8h15c1.1 0 2 .9 2 2v15zM12 25H8V10c0-1.1.9-2 2-2h15v4H12v13zM25 56H10c-1.1 0-2-.9-2-2V39h4v13h13v4zM54 56H39v-4h13V39h4v15c0 1.1-.9 2-2 2z"/></symbol><symbol id="ai-ui-sdk-archive-line" viewBox="0 0 64 64"><path d="M44 4H12a2 2 0 00-2 1.9V30H8a2 2 0 00-2 2v16a2 2 0 002 2h2v8a1.92 1.92 0 002 1.9h44a2 2 0 002-2V18zm10 51.9H14V50h33a2 2 0 002-2V32a2 2 0 00-2-2H14V8h24v14a2 2 0 002 2h14zM14.87 36.58v-2.36H23v1.71l-5.1 7.79h5.18v2.4h-8.71V44.4l5.14-7.82zm11.06 9.54v-11.9h2.86v11.9zm6.49 0v-11.9h4.18c2.63 0 4.79.92 4.79 3.87s-2.2 4.08-4.71 4.08h-1.39v3.95zM42 19.9V8l12 12z"/><path d="M38.6 38.09c0-1.2-.77-1.62-2.14-1.62h-1.17v3.44h1.25c1.39 0 2.06-.65 2.06-1.82z"/></g></symbol><symbol id="ai-ui-sdk-sync-failed" viewBox="0 0 1024 1024"><path fill="#ffe6e6" d="M768 512a256 256 0 01-256 256 256 256 0 01-256-256 256 256 0 01512 0z"/><path fill="#ea3636" d="M512 320c108.8 0 192 83.2 192 192s-83.2 192-192 192-192-83.2-192-192 83.2-192 192-192m0-64c-140.8 0-256 115.2-256 256s115.2 256 256 256 256-115.2 256-256-115.2-256-256-256z"/></symbol><symbol id="ai-ui-sdk-sync-pending" viewBox="0 0 1024 1024"><path d="M332.8 243.2c25.6 25.6 25.6 64 0 89.6-25.6 25.6-64 25.6-89.6 0l-25.6-25.6-19.2-19.2c-25.6-25.6-25.6-64 0-89.6s64-25.6 89.6 0l25.6 25.6 19.2 19.2z" opacity=".1"/><path d="M192 448c38.4 0 64 25.6 64 64s-25.6 64-64 64h-64c-38.4 0-64-25.6-64-64s25.6-64 64-64h64z" opacity=".15"/><path d="M243.2 691.2c25.6-25.6 64-25.6 89.6 0 25.6 25.6 25.6 64 0 89.6l-25.6 25.6-25.6 25.6c-25.6 25.6-64 25.6-89.6 0s-25.6-64 0-89.6l25.6-25.6 25.6-25.6z" opacity=".3"/><path d="M448 832c0-38.4 25.6-64 64-64s64 25.6 64 64v64c0 38.4-25.6 64-64 64s-64-25.6-64-64v-64z" opacity=".45"/><path d="M825.6 825.6c-25.6 25.6-64 25.6-89.6 0L710.4 800l-25.6-25.6c-25.6-25.6-25.6-64 0-89.6s64-25.6 89.6 0l25.6 25.6 25.6 25.6c25.6 25.6 25.6 70.4 0 89.6z" opacity=".6"/><path d="M896 448l-32 128h-32c-38.4 0-64-25.6-64-64s25.6-64 64-64h64zm64 64c0 38.4-25.6 64-64 64h-32l32-128c38.4 0 64 25.6 64 64z" opacity=".75"/><path d="M742.4 192c25.6-19.2 64-19.2 83.2 6.4 25.6 25.6 25.6 64 0 89.6L800 313.6l-25.6 25.6c-25.6 25.6-64 25.6-89.6 0s-25.6-64 0-89.6" opacity=".9"/><path d="M448 160l128 32c0 38.4-25.6 64-64 64s-64-25.6-64-64v-32zm64-96c38.4 0 64 25.6 64 64v32H448v-32c0-38.4 25.6-64 64-64zm-64 96h128v32H448v-32z"/></g></symbol><symbol id="ai-ui-sdk-sync-success" viewBox="0 0 1024 1024"><path fill="#e5f6ea" d="M768 512a256 256 0 01-256 256 256 256 0 01-256-256 256 256 0 01512 0z"/><path fill="#3fc06d" d="M512 320c108.8 0 192 83.2 192 192s-83.2 192-192 192-192-83.2-192-192 83.2-192 192-192m0-64c-140.8 0-256 115.2-256 256s115.2 256 256 256 256-115.2 256-256-115.2-256-256-256z"/></symbol><symbol id="ai-ui-sdk-sync-default" viewBox="0 0 1024 1024"><path fill="#f0f1f5" d="M768 512c0 141.4-114.6 256-256 256S256 653.4 256 512s114.6-256 256-256 256 114.6 256 256z"/><path fill="#c4c6cc" d="M512 320c108.8 0 192 83.2 192 192s-83.2 192-192 192-192-83.2-192-192 83.2-192 192-192m0-64c-140.8 0-256 115.2-256 256s115.2 256 256 256 256-115.2 256-256-115.2-256-256-256z"/></symbol><symbol id="ai-ui-sdk-sync-waiting-01" viewBox="0 0 1024 1024"><path fill="#ffe8c3" d="M704 512a192 192 0 01-192 192 192 192 0 01-192-192 192 192 0 01384 0z"/><path fill="#ff9c01" d="M512 768c-141.2 0-256-114.8-256-256s114.8-256 256-256 256 114.8 256 256-114.8 256-256 256zm0-448c-105.9 0-192 86.1-192 192s86.1 192 192 192 192-86.1 192-192-86.1-192-192-192z"/></symbol><symbol id="ai-ui-sdk-wenben" viewBox="0 0 1024 1024"><path fill="#979BA5" fill-rule="evenodd" d="M616.8 64c8.5 0 16.6 3.4 22.6 9.4l215.2 215.2c6 6 9.4 14.2 9.4 22.7V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32zM656 704H368c-8.837 0-16 7.163-16 16v32c0 8.837 7.163 16 16 16h288c8.837 0 16-7.163 16-16v-32c0-8.837-7.163-16-16-16zm-64-128H368c-8.837 0-16 7.163-16 16v32c0 8.837 7.163 16 16 16h224c8.837 0 16-7.163 16-16v-32c0-8.837-7.163-16-16-16zM464 448h-96c-8.837 0-16 7.163-16 16v32c0 8.837 7.163 16 16 16h96c8.837 0 16-7.163 16-16v-32c0-8.837-7.163-16-16-16zm138-310.2V326h188.2L602 137.8z"/></symbol><symbol id="ai-ui-sdk-pdf" viewBox="0 0 1024 1024"><path fill="#EA3636" fill-rule="evenodd" d="M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM633.217 637.256c-15.174-.489-31.314.67-49.65 2.964-24.298-14.987-40.654-35.582-52.274-65.827.28-1.152.86-3.538 1.063-4.38.474-1.958.867-3.594 1.243-5.185 4.293-18.13 6.615-31.358 7.3-44.695.518-10.074-.04-19.368-1.827-27.976-3.298-18.584-16.454-29.453-33.021-30.126-15.446-.627-29.649 7.993-33.281 21.373-5.913 21.612-2.45 50.07 10.08 98.582-15.964 38.056-37.052 82.661-51.203 107.539-18.885 9.74-33.604 18.605-45.953 28.427-16.303 12.966-26.48 26.29-29.286 40.306-1.355 6.48.692 14.966 5.36 21.912 5.296 7.879 13.282 12.991 22.855 13.735 24.152 1.877 53.83-23.024 86.59-79.258 3.295-1.09 6.78-2.257 11.026-3.69 2.323-.783 10.464-3.538 11.91-4.026 7.521-2.54 12.98-4.36 18.376-6.116 23.396-7.612 41.096-12.429 57.21-15.163 27.973 14.973 60.316 24.796 82.098 24.796 17.979 0 30.126-9.319 34.515-23.985 3.857-12.886.794-27.824-7.473-36.084-8.56-8.41-24.3-12.434-45.658-13.123zm-247.985 128.42v-.36l.126-.338c1.275-3.421 3.157-7.008 5.6-10.758 4.284-6.576 10.173-13.5 17.472-20.865 3.92-3.955 8.002-7.8 12.79-12.12 1.073-.969 7.91-7.059 9.189-8.25l11.176-10.407-8.12 12.934c-12.326 19.638-23.46 33.78-33.013 43.004-3.507 3.387-6.6 5.9-9.091 7.505-1.027.662-1.916 1.144-2.613 1.424-.409.163-.771.268-1.13.302-.38.045-.765-.01-1.117-.16a2.068 2.068 0 01-1.269-1.911zm125.934-218.269l-2.26 4.007-1.39-4.385c-3.114-9.829-5.387-24.641-6.016-37.997-.716-15.197.49-24.323 5.286-24.323 6.74 0 9.831 10.808 10.076 27.053.216 14.28-2.03 29.142-5.696 35.645zm-5.81 58.464l1.534-4.05 2.088 3.795c11.69 21.245 26.858 38.967 43.538 51.315l3.595 2.662-4.38.904c-16.328 3.372-31.544 8.457-52.34 16.842 2.174-.876-21.623 8.863-27.638 11.169l-5.252 2.013 2.802-4.877c12.35-21.496 23.758-47.326 36.052-79.773h.001zm157.626 76.261c-7.864 3.104-24.777.329-54.569-12.387l-7.561-3.227 8.199-.607c23.295-1.724 39.807-.44 49.422 3.08 4.09 1.498 6.824 3.388 8.037 5.553 1.31 2.336.71 4.81-1.362 6.31-.448.427-1.155.88-2.166 1.278z"/></symbol><symbol id="ai-ui-sdk-doc-2" viewBox="0 0 1024 1024"><path fill="#3A84FF" d="M675.35 62.103a21.336 21.336 0 017.36 16.122v889.43a21.33 21.33 0 01-24.32 21.12l-536.406-76.587c-21.028-2.995-36.65-21-36.65-42.24V175.932c0-21.24 15.622-39.245 36.65-42.24l536.363-76.587a21.333 21.333 0 0117.003 4.998zm220.693 76.837c23.564 0 42.666 19.102 42.666 42.667v682.666c0 23.564-19.102 42.667-42.666 42.667H725.376v-85.333h128V224.273h-128V138.94h170.667zM298.709 352.273h-85.333v341.334h85.333l85.334-85.334 85.333 85.334h85.333V352.273h-85.333v212.864l-85.333-84.864-84.907 85.334-.427-213.334z"/></symbol><symbol id="ai-ui-sdk-excel" viewBox="0 0 1024 1024"><path fill="#2DCB56" fill-rule="evenodd" d="M675.307 51.163a21.336 21.336 0 017.36 16.122v889.43a21.33 21.33 0 01-24.32 21.12L121.94 901.248c-21.027-2.995-36.65-21-36.65-42.24V164.992c0-21.24 15.623-39.245 36.65-42.24l536.363-76.587a21.333 21.333 0 0117.003 4.998zM896 128c23.564 0 42.667 19.103 42.667 42.667v682.666C938.667 876.897 919.564 896 896 896H725.333v-85.333h128V213.333h-128V128H896zM315.733 341.333h-102.4L332.8 512 213.333 682.667h102.4L384 585.13l68.267 97.536h102.4L435.2 512l119.467-170.667h-102.4L384 438.87l-68.267-97.536z"/></symbol><symbol id="ai-ui-sdk-unlike" viewBox="0 0 1024 1024"><path d="M579.84 226.24a4.8 4.8 0 010 4.16l-74.56 160-42.24 89.6h362.24l-80 320h-320V430.4l154.56-204.16M241.92 480v320h-22.4l-25.6-320h48m337.6-320a60.48 60.48 0 00-48 23.68L369.6 397.76l-1.92 2.88a39.68 39.68 0 00-5.76 16.64v406.08A40.96 40.96 0 00403.2 864h360a40.96 40.96 0 0039.68-32L896 467.52a32 32 0 000-9.6A40.96 40.96 0 00854.72 416h-291.2l74.24-160a69.76 69.76 0 00-23.36-86.4 58.88 58.88 0 00-34.88-9.6zM264.96 416h-99.2A41.28 41.28 0 00128 461.12l29.44 365.44A40.96 40.96 0 00198.4 864h66.56a40.64 40.64 0 0040.96-40.64V457.92A40.64 40.64 0 00264.96 416z"/></symbol><symbol id="ai-ui-sdk-like" viewBox="0 0 1024 1024"><path d="M854.72 416h-291.2l74.24-160a69.76 69.76 0 00-23.36-86.4 58.88 58.88 0 00-34.88-9.6 60.48 60.48 0 00-48 23.68L369.6 397.76l-1.92 2.88a39.68 39.68 0 00-5.76 16.64v406.08A40.96 40.96 0 00403.2 864h360a40.96 40.96 0 0039.68-32L896 467.52a32 32 0 000-9.6A40.96 40.96 0 00854.72 416zM264.96 416h-99.2A41.28 41.28 0 00128 461.12l29.44 365.44A40.96 40.96 0 00198.4 864h66.56a40.64 40.64 0 0040.96-40.64V457.92A40.64 40.64 0 00264.96 416z"/></symbol><symbol id="ai-ui-sdk-links" viewBox="0 0 1024 1024"><path d="M263.04 760.96a148.48 148.48 0 01-1.92-224l92.48-92.48-45.12-45.76L216 491.2a212.8 212.8 0 001.92 314.88A212.8 212.8 0 00532.8 808l92.48-92.48L579.84 672l-92.48 92.48a148.48 148.48 0 01-224.32-3.52zM491.2 216l-92.48 92.48 45.44 45.12 92.48-92.48a148.48 148.48 0 01224 1.92 148.48 148.48 0 011.92 224L672 579.84l45.12 45.44 92.48-92.48a212.8 212.8 0 00-1.92-314.88A212.8 212.8 0 00491.2 216z"/><path d="M398.786 579.888l181.019-181.02 45.255 45.255-181.02 181.02-45.254-45.255z"/></symbol><symbol id="ai-ui-sdk-arrow-left" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M144 512l70.4 70.4 214.4 214.4 70.4-72L336 561.6h544v-99.2H336l163.2-163.2-70.4-72-214.4 214.4z" clip-rule="evenodd"/></symbol><symbol id="ai-ui-sdk-apijiedian" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M451.372 703.988h-84.794l-33.707-87.22H178.554l-31.868 87.22H64L214.37 320h82.428l154.574 383.988zm-143.518-151.92L254.66 409.572l-52.142 142.496h105.337zm184.861 151.92V320h125.083c47.398 0 78.298 1.926 92.7 5.767 22.124 5.766 40.645 18.287 55.562 37.586 14.917 19.3 22.381 44.22 22.381 74.784 0 23.579-4.302 43.39-12.907 59.459-8.604 16.068-19.525 28.687-32.787 37.855-13.25 9.168-26.733 15.24-40.424 18.202-18.606 3.67-45.56 5.498-80.847 5.498h-50.83V704h-77.943l.012-.012zm77.943-319.031v108.969h42.654c30.729 0 51.26-2.012 61.617-6.023 10.357-4.01 18.483-10.302 24.354-18.86 5.884-8.559 8.825-18.507 8.825-29.858 0-13.971-4.13-25.492-12.38-34.575-8.248-9.083-18.691-14.752-31.34-17.02-9.304-1.743-28.008-2.62-56.089-2.62h-37.654l.013-.013zm279.4 319.03V320H928v383.988h-77.943z"/></symbol><symbol id="ai-ui-sdk-fasong" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M924.55 113.365c0-.09-.088-.09-.088-.18a30.217 30.217 0 00-7.78-9.684 31.929 31.929 0 00-10.606-5.918c-.089 0-.177-.09-.266-.09-1.502-.537-3.093-.806-4.685-1.075-.442-.09-.884-.27-1.414-.27-1.503-.179-2.917-.179-4.42-.09-.618 0-1.149-.089-1.768 0-4.242.27-8.485 1.525-12.375 3.498L113.792 485.577c-7.514 3.677-13.26 10.312-15.911 18.382-.796 2.242-1.15 4.663-1.415 6.994-.795 4.753-.618 9.685.884 14.347 2.475 8.16 8.044 14.885 15.558 18.741l194.734 103.836c4.685 2.51 9.812 3.766 15.115 3.766 11.757.09 22.541-6.367 28.287-16.768 8.397-15.513 2.475-34.791-13.083-43.13l-142.316-75.86 572.358-288.014L418.93 634.516c-.265.27-.354.628-.619.897-8.662 5.739-14.32 15.423-14.32 26.542v234.123a32.598 32.598 0 009.547 22.686c6.01 6.008 14.143 9.236 22.54 9.146v.09c17.68 0 32-14.257 32-31.832V675.405l381.07-444.127-79.202 585.802-200.921-97.917c-15.823-7.712-34.828-1.255-42.872 14.526-3.712 7.622-4.243 16.41-1.503 24.48s8.575 14.615 16.177 18.202l238.754 116.48c4.42 2.151 9.193 3.227 14.144 3.227.176 0 .353-.09.53-.09.53 0 1.15.18 1.68.18 15.91.09 29.435-11.657 31.733-27.618l99.003-731.782c2.21-7.532 1.767-15.871-2.122-23.403z"/></symbol><symbol id="ai-ui-sdk-yinyong-2" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M512 64c247.424 0 448 200.576 448 448S759.424 960 512 960 64 759.424 64 512 264.576 64 512 64zm0 63.999c-212.077 0-384.001 171.924-384.001 384.001-.382 155.607 93.181 296.061 236.922 355.66C508.661 927.26 674.161 894.223 784 784a384 384 0 000-544 384.006 384.006 0 00-272-112.001zM492.622 336v62.976h78.956c98.956 0 148.422 43.35 148.422 131.093C720 613.675 671.578 656 576.844 656H375.777v-44.395H573.69c70.511 0 105.267-27.861 105.267-85.675 0-55.743-33.69-83.605-101.067-83.605h-85.267v62.955L320 420.65 492.622 336z"/></symbol><symbol id="ai-ui-sdk-dongzuo-xiazai" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M192 640v192h640V640h64v224c0 17.6-14.4 32-32 32H160c-17.6 0-32-14.4-32-32V640h64zm352-512v452.8l104-102.4 44.8 44.8-136 136L512 704 331.2 523.2l44.8-44.8 104 102.4V128h64z"/></symbol><symbol id="ai-ui-sdk-quanquan" viewBox="0 0 1024 1024"><path fill="#3A84FF" d="M512 64.129c-9.343-.661-18.345 3.338-27.005 11.998-2.666 2.667-4.831 6.165-6.495 10.495-1.664 4.33-2.496 7.498-2.496 9.503v4c0 10.004 2.997 18.003 8.991 23.997 3.328 4.01 7.327 6.847 11.999 8.511 4.671 1.664 8.34 2.496 11.006 2.496h4c68.003 0 130.993 16.83 188.97 50.49 57.978 33.66 103.807 79.49 137.489 137.488 33.681 57.999 50.511 121.16 50.49 189.483-.021 68.322-16.851 131.313-50.49 188.97-33.64 57.657-79.469 103.316-137.489 136.976-58.02 33.66-121.18 50.49-189.482 50.49-68.301 0-131.292-16.83-188.97-50.49-57.68-33.66-103.338-79.319-136.977-136.976-33.639-57.657-50.469-120.818-50.49-189.482 0-10.005-3.669-18.676-11.007-26.013-2.666-3.328-6.164-5.824-10.494-7.487-4.33-1.664-7.498-2.496-9.503-2.496h-4c-10.004 0-18.334 3.338-24.99 10.015-4.01 4.01-6.846 8.18-8.51 12.51-1.664 4.33-2.496 7.498-2.496 9.503v4c0 60.665 11.828 118.663 35.484 173.996 23.656 55.332 55.482 102.996 95.477 142.991 39.996 39.996 87.66 71.822 142.992 95.478 55.332 23.656 113.33 35.483 173.996 35.483 60.665 0 118.664-11.827 173.996-35.483 55.332-23.656 102.996-55.482 142.992-95.478 39.995-39.995 71.82-87.659 95.477-142.991 23.656-55.333 35.484-113.331 35.484-173.996 0-60.665-11.828-118.664-35.484-173.996-23.656-55.333-55.482-102.997-95.477-142.992-39.996-39.996-87.66-71.821-142.992-95.477C630.664 75.989 572.666 64.16 512 64.16v-.032z"/></symbol><symbol id="ai-ui-sdk-baocun" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M864 96c35.346 0 64 28.654 64 64v704c0 35.346-28.654 64-64 64H160c-35.346 0-64-28.654-64-64V160c0-35.346 28.654-64 64-64h704zm-608 64h-96v704h704V160h-96v224c0 35.346-28.654 64-64 64H320c-35.346 0-64-28.654-64-64V160zm448 0H320v224h384V160zm-96 64c17.673 0 32 14.327 32 32v32c0 17.673-14.327 32-32 32-17.673 0-32-14.327-32-32v-32c0-17.673 14.327-32 32-32z"/></symbol><symbol id="ai-ui-sdk-markdown" viewBox="0 0 1024 1024"><path fill="#979BA5" fill-rule="evenodd" d="M616.8 64c8.5 0 16.6 3.4 22.6 9.4l215.2 215.2c6 6 9.4 14.2 9.4 22.7V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.8zM443.562 477.562h-90V768h55.876V603.75c0-24.5-.813-48.938-2.438-73.312h1.688c4.374 21.374 7.437 34.437 9.187 39.187L490.438 768h49.312l71.625-200.25c2.25-6.25 5.25-18.688 9-37.312h1.5c-1.625 24.624-2.437 45.062-2.437 61.312V768h61.124V477.562H593l-62.812 175.126c-4.126 11.624-8.126 25.374-12 41.25h-1.313c-1.875-12.75-5.437-26.376-10.687-40.876l-62.626-175.5zM602 137.8V326h188.2L602 137.8z"/></symbol><symbol id="ai-ui-sdk-ppt-2" viewBox="0 0 1024 1024"><path fill="#979BA5" fill-rule="evenodd" d="M616.8 64c8.5 0 16.6 3.4 22.6 9.4l215.2 215.2c6 6 9.4 14.2 9.4 22.7V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32zM656 704H368c-8.837 0-16 7.163-16 16v32c0 8.837 7.163 16 16 16h288c8.837 0 16-7.163 16-16v-32c0-8.837-7.163-16-16-16zm-64-128H368c-8.837 0-16 7.163-16 16v32c0 8.837 7.163 16 16 16h224c8.837 0 16-7.163 16-16v-32c0-8.837-7.163-16-16-16zM464 448h-96c-8.837 0-16 7.163-16 16v32c0 8.837 7.163 16 16 16h96c8.837 0 16-7.163 16-16v-32c0-8.837-7.163-16-16-16zm138-310.2V326h188.2L602 137.8z"/></symbol><symbol id="ai-ui-sdk-dongzuo-shangchuan" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M192 640v192h640V640h64v224c0 17.6-14.4 32-32 32H160c-17.6 0-32-14.4-32-32V640h64zm320-512l44.8 44.8 136 136-44.8 44.8-104-102.4V704h-64V251.2L376 353.6l-44.8-44.8L512 128z"/></symbol><symbol id="ai-ui-sdk-wangye" viewBox="0 0 1024 1024"><path d="M287.802 485.456h197.767V309.4H329.1a504.602 504.602 0 00-41.297 176.055zm197.767-374.937c-52.242 39.631-96.242 89.163-129.51 145.794h129.51V110.519zm52.862 374.937h197.04A506.134 506.134 0 00694.173 309.4H538.497v176.055h-.066zm-209 230.072h156.138V538.544H287.802c3.171 62.114 17.576 121.838 41.628 176.984zm583.192 0c27.091-53.686 43.677-113.543 47.31-176.984H788.268a560.422 560.422 0 01-37.135 176.984h161.491zM751.462 309.4c21.475 55.478 34.03 114.738 36.87 176.055H960A450.637 450.637 0 00913.086 309.4H751.462zM538.43 111.05v145.196h128.717c-33.09-56.349-76.813-105.67-128.717-145.196zm189.111 145.263H882.03C808.627 149.146 692.716 79.04 564.07 64c68.492 50.626 124.433 116.436 163.473 192.313zM485.57 913.614V768.616H356.522c33.196 56.316 77.034 105.573 129.047 144.998zM271.811 309.401h-160.83a449.438 449.438 0 00-46.915 176.055H234.94A561.822 561.822 0 01271.811 309.4zm24.316 459.215H142.631c73.224 106.308 188.366 175.931 316.177 191.185-68.057-50.411-123.707-115.813-162.68-191.185zm431.019 0C688.168 844.08 632.467 909.554 564.333 960c128.183-15.038 243.717-84.768 317.102-191.384h-154.29zm-60.394 0H538.43v144.4c51.662-39.354 95.239-88.392 128.32-144.4zM234.94 538.544H64c3.7 63.44 20.22 123.298 47.377 176.984h160.699a558.557 558.557 0 01-37.136-176.984zm500.531 0h-197.04v176.984h155.412a505.266 505.266 0 0041.628-176.984zm-439.74-282.231c38.988-75.778 94.835-141.516 163.21-192.114-128.266 15.233-243.774 85.24-316.97 192.114h153.76z"/></symbol><symbol id="ai-ui-sdk-zhishiku" viewBox="0 0 1024 1024"><path d="M320.986 203.315H191.622c-17.248 0-31.622 14.503-31.622 31.905v639.542c0 17.403 14.374 31.905 31.622 31.905h129.364c17.249 0 31.623-14.502 31.623-31.905V235.22c0-17.402-14.374-31.905-31.623-31.905zm-35.934 130.52h-57.495c-15.811 0-28.748-13.053-28.748-29.005 0-15.952 12.937-29.004 28.748-29.004h57.495c15.811 0 28.747 13.052 28.747 29.004 0 15.952-12.936 29.004-28.747 29.004zM578.277 96H448.913c-17.249 0-31.622 14.502-31.622 31.905v746.857c0 17.403 14.373 31.905 31.622 31.905h129.364c17.248 0 31.622-14.502 31.622-31.905V127.905C611.337 110.502 596.963 96 578.277 96zM543.78 227.969h-57.495c-15.811 0-28.748-13.052-28.748-29.004 0-15.952 12.937-29.004 28.748-29.004h57.495c15.811 0 28.747 13.052 28.747 29.004 0 15.952-12.936 29.004-28.747 29.004zm383.78 613.438l-120.74-627.94c-4.312-15.952-17.249-26.104-33.06-26.104h-5.75l-126.488 24.654c-17.249 2.9-28.748 20.303-25.873 37.705l122.177 629.39c2.875 15.953 15.811 26.104 31.622 26.104h5.75l126.489-24.653c17.248-4.35 28.748-21.753 25.873-39.156zM762.26 312.081l-57.495 11.602h-5.75c-12.936 0-25.872-10.152-28.747-23.204-2.875-15.952 7.187-31.904 22.998-34.805l57.495-11.601c15.811-2.9 31.623 7.25 34.497 23.203 2.875 15.952-7.187 31.905-22.998 34.805z"/></symbol><symbol id="ai-ui-sdk-sikao" viewBox="0 0 1024 1024"><path d="M528 96c61.856 0 112 50.144 112 112 0 .376-.002.751-.006 1.126C774.73 260.666 870.4 391.16 870.4 544c0 22.55-2.082 44.612-6.066 66.007C883.94 630.144 896 657.663 896 688c0 61.856-50.144 112-112 112a112.7 112.7 0 01-19.49-1.69C699.754 862.65 610.519 902.4 512 902.4s-187.753-39.75-252.539-104.088A112.33 112.33 0 01240 800c-61.856 0-112-50.144-112-112 0-30.337 12.061-57.856 31.65-78.025A361.172 361.172 0 01153.6 544c0-164.845 111.29-303.696 262.836-345.518C421.232 141.079 469.35 96 528 96zm-91.48 176.633l-4.469 1.278C315.47 308.366 230.4 416.249 230.4 544c0 10.923.622 21.7 1.832 32.3l1.623-.134L240 576c61.856 0 112 50.144 112 112 0 26.132-8.95 50.173-23.95 69.226C377.36 799.817 441.67 825.6 512 825.6c70.33 0 134.639-25.783 183.99-68.412C680.95 738.173 672 714.132 672 688c0-61.856 50.144-112 112-112 2.607 0 5.194.09 7.757.264A280.989 280.989 0 00793.6 544c0-119.973-75.025-222.422-180.718-262.99C592.35 304.904 561.938 320 528 320c-37.782 0-71.195-18.708-91.48-47.367z"/></symbol><symbol id="ai-ui-sdk-wenzhang" viewBox="0 0 1024 1024"><path fill="#3D4265" d="M708.923 157.538h275.692c21.752 0 39.385 17.634 39.385 39.385v748.308c0 43.503-35.266 78.769-78.77 78.769H708.924V157.538z"/><path fill="#3A84FF" d="M0 984.615A39.385 39.385 0 0039.385 1024H945.23c-43.503 0-78.77-35.266-78.77-78.77V39.386C866.462 17.633 848.829 0 827.078 0H39.385C17.633 0 0 17.633 0 39.385v945.23z"/><path fill="#FFF" d="M196.923 288.82c-21.751 0-39.385 17.634-39.385 39.385 0 21.752 17.634 39.385 39.385 39.385h157.539c21.751 0 39.384-17.633 39.384-39.385 0-21.751-17.633-39.384-39.384-39.384H196.923zm0 236.308c-21.751 0-39.385 17.633-39.385 39.385 0 21.751 17.634 39.384 39.385 39.384h472.615c21.752 0 39.385-17.633 39.385-39.384 0-21.752-17.633-39.385-39.385-39.385H196.923zm0 236.308c-21.751 0-39.385 17.633-39.385 39.385 0 21.751 17.634 39.384 39.385 39.384h236.308c21.751 0 39.384-17.633 39.384-39.384 0-21.752-17.633-39.385-39.384-39.385H196.923z"/></g></symbol><symbol id="ai-ui-sdk-yanjing-kejian" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M512 192c247.4 0 448 143.3 448 320S759.4 832 512 832 64 688.7 64 512s200.6-320 448-320zm0 64c-54.2 0-106.6 7.5-155.9 22.4-46.6 14.1-88.3 34.1-123.7 59.4C165.1 385.9 128 447.8 128 512c0 64.2 37.1 126.1 104.4 174.2 35.4 25.3 77.1 45.3 123.7 59.4C405.4 760.5 457.8 768 512 768s106.6-7.5 155.9-22.4c46.6-14.1 88.3-34.1 123.7-59.4C858.9 638.1 896 576.2 896 512c0-64.2-37.1-126.1-104.4-174.2-35.4-25.3-77.1-45.3-123.7-59.4C618.6 263.5 566.2 256 512 256zm0 96c88.4 0 160 71.6 160 160s-71.6 160-160 160-160-71.6-160-160 71.6-160 160-160zm0 64c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96z"/></symbol><symbol id="ai-ui-sdk-gengduo-2" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M512.55 319.995c35.34-.294 63.742-29.196 63.448-64.548-.307-35.353-29.197-63.742-64.55-63.448-35.135.295-63.448 28.876-63.448 63.998v.55c.307 35.34 29.21 63.742 64.55 63.448m-1.102 112.004c-35.135.295-63.448 28.876-63.448 63.998v.55c.307 35.34 29.21 63.742 64.55 63.448 35.34-.294 63.742-29.196 63.448-64.548-.307-35.353-29.197-63.742-64.55-63.448m0 240c-35.135.295-63.448 28.876-63.448 63.998v.55c.307 35.34 29.21 63.742 64.55 63.448 35.34-.294 63.742-29.196 63.448-64.548-.307-35.353-29.197-63.742-64.55-63.448"/></symbol><symbol id="ai-ui-sdk-sync-passed" viewBox="0 0 1024 1024"><path fill="#cddffe" d="M704 512a192 192 0 01-192 192 192 192 0 01-192-192 192 192 0 01384 0z"/><path fill="#cddffe" d="M512 768c141.4 0 256-114.6 256-256 0 140.8-115.2 256-256 256zM256 512c0 141.4 114.6 256 256 256-140.8 0-256-115.2-256-256zM768 512c0-141.4-114.6-256-256-256 140.8 0 256 115.2 256 256zM512 256c-141.4 0-256 114.6-256 256 0-140.8 115.2-256 256-256z"/><path fill="#3a84ff" d="M768 512c0-140.8-115.2-256-256-256S256 371.2 256 512s115.2 256 256 256 256-115.2 256-256zM512 704c-108.8 0-192-83.2-192-192s83.2-192 192-192 192 83.2 192 192-83.2 192-192 192z"/></symbol><symbol id="ai-ui-sdk-sync-failed-2-2" viewBox="0 0 1024 1024"><path fill="#f1e4f4" d="M704 512c0 106-86 192-192 192s-192-86-192-192 86-192 192-192 192 86 192 192z"/><path fill="#cddffe" d="M512 768c141.4 0 256-114.6 256-256 0 140.8-115.2 256-256 256zM256 512c0 141.4 114.6 256 256 256-140.8 0-256-115.2-256-256zM768 512c0-141.4-114.6-256-256-256 140.8 0 256 115.2 256 256zM512 256c-141.4 0-256 114.6-256 256 0-140.8 115.2-256 256-256z"/><path fill="#cb36ea" d="M768 512c0-140.8-115.2-256-256-256S256 371.2 256 512s115.2 256 256 256 256-115.2 256-256zM512 704c-108.8 0-192-83.2-192-192s83.2-192 192-192 192 83.2 192 192-83.2 192-192 192z"/></symbol><symbol id="ai-ui-sdk-quanbu-xuanzhong" viewBox="0 0 1024 1024"><path fill="#3A84FF" d="M166.4 102.4h691.2c63.621 0 115.2 50.931 115.2 113.758v591.686c0 62.827-51.579 113.756-115.2 113.756H166.4c-63.623 0-115.2-50.929-115.2-113.756V216.158c0-62.827 51.577-113.758 115.2-113.758z"/><path fill="#fff" fill-rule="evenodd" d="M345.21 398.4v83.067h-83.068V398.4h83.067zm83.066 270.533V336h-249.2v332.933h83.066V544h83.067v124.933h83.067zm208.002 0v-41.866H553.21V336h-83.069v332.933h166.136zm208 0v-41.866H761.21V336h-83.067v332.933h166.134z" clip-rule="evenodd"/></symbol><symbol id="ai-ui-sdk-wubiaoqian" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M512 64c247.4 0 448 200.6 448 448S759.4 960 512 960 64 759.4 64 512 264.6 64 512 64zm135.765 266.98L330.98 647.766c-12.497 12.496-12.497 32.758 0 45.254 12.496 12.497 32.758 12.497 45.254 0L693.02 376.235c12.497-12.496 12.497-32.758 0-45.254-12.496-12.497-32.758-12.497-45.254 0z"/></symbol><symbol id="ai-ui-sdk-setting-2" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M512.141 64c33.285 0 66.664 3.844 73.857 5 14.812 2.5 26.62 13.9 29.623 28.6l12.71 63.4c2.302 11.6 10.208 21.5 21.217 26.1 27.32 11.5 52.84 26.3 76.058 44 9.608 7.2 22.118 9.2 33.426 5.4l61.048-20.6c14.31-4.8 30.123-.2 39.63 11.4 11.51 14.1 22.217 28.9 32.025 44.4l18.614 32.1c8.507 16.3 16.113 33.2 22.618 50.7 5.204 14 1.1 29.7-10.108 39.6L874.021 437c-9.007 7.9-13.41 19.7-12.009 31.6 1.601 14 2.502 28.3 2.502 42.8 0 14.8-.9 29.4-2.702 43.7-1.401 11.9 3.002 23.8 12.01 31.7l48.537 42.7c11.309 9.9 15.312 25.7 10.008 39.8-17.514 46.6-42.633 89.5-73.758 127.2-9.507 11.6-25.22 16-39.43 11.2L757.83 787c-11.308-3.8-23.818-1.7-33.426 5.5-22.817 17.2-47.837 31.8-74.557 43.1-11.109 4.7-19.115 14.5-21.417 26.2l-12.71 63.5c-3.002 14.7-14.711 26.1-29.523 28.6-24.118 4-48.837 6.1-74.057 6.1-24.82 0-49.238-2-72.956-5.9-14.812-2.5-26.621-13.9-29.523-28.6l-12.71-63.3c-2.302-11.6-10.208-21.5-21.217-26.1a355.85 355.85 0 01-75.558-43.5c-9.607-7.2-22.117-9.2-33.426-5.4L205.303 808c-14.21 4.8-29.923.3-39.43-11.2-4.932-5.952-25.037-29.06-41.159-56.796-11.28-19.409-22.147-42.81-32.598-70.204-5.304-14.1-1.301-29.9 10.008-39.8l48.537-42.6c9.007-7.9 13.51-19.7 12.01-31.5-1.902-14.5-2.803-29.4-2.803-44.5 0-14.7.901-29.2 2.702-43.5 1.502-11.9-3.002-23.8-12.009-31.7l-48.638-42.7c-11.308-9.9-15.311-25.7-10.007-39.8 4.503-12 9.507-23.7 14.911-35.1.4-.9.9-1.7 1.401-2.6l32.025-55.4c.5-.9 1-1.8 1.601-2.6 7.406-10.6 15.112-20.9 23.318-30.9 9.508-11.6 25.32-16.1 39.531-11.3l61.147 20.7c11.41 3.8 23.919 1.8 33.526-5.5 23.519-17.8 49.138-32.7 76.66-44.2a35.8 35.8 0 0021.316-26.1l12.61-63.2c2.902-14.8 14.711-26.2 29.623-28.6 6.77-1.094 39.618-4.9 72.556-4.9zm28.022 64h-56.544l-2.802.2c-7.106.6-12.91 5.8-14.311 12.7l-10.308 51.6-5.304 26.7c-1.101 5.4-5.004 9.9-10.208 11.8l-25.72 9.2c-32.525 11.6-62.449 28.9-88.97 51.3l-20.815 17.6c-4.203 3.6-10.008 4.7-15.312 2.9l-25.82-8.7-50.039-16.9c-6.705-2.3-14.11.1-18.114 5.9-.1.1-.2.3-.3.4l-.7 1.2-30.324 52.5-.6 1.2-1.008 2.804c-1.462 5.706.364 11.853 4.91 15.796l39.831 35 20.416 17.9c4.103 3.7 6.105 9.2 5.104 14.7l-4.704 26.7c-3.002 16.7-4.503 33.9-4.503 51 0 17.4 1.501 34.8 4.604 51.7l4.803 26.8c1.001 5.4-.9 11-5.104 14.7l-20.516 18-39.53 34.8c-5.304 4.7-6.805 12.3-3.803 18.7l2.802 5.7c.2.3.3.6.5.9l23.519 40.7.6.9c1.501 2.4 3.203 4.8 4.804 7.1 4.003 5.7 11.309 8.1 18.014 5.9l50.539-17 25.62-8.7c5.204-1.8 11.108-.7 15.312 2.9l20.816 17.4c26.22 22.1 55.943 39.2 88.068 50.7l25.62 9.2c5.204 1.9 9.107 6.3 10.208 11.8l5.304 26.7 10.308 51.6c1.3 7 7.205 12.1 14.31 12.7 10.509.9 21.017 1.3 31.525 1.3 10.909 0 21.817-.5 32.626-1.4 7.005-.6 12.81-5.8 14.21-12.7l10.409-52 5.304-26.6c1.1-5.4 4.903-9.9 10.108-11.8l25.52-9.3c31.924-11.6 61.347-28.6 87.467-50.6l20.816-17.5c4.203-3.6 10.008-4.7 15.312-2.9l25.72 8.7 50.239 17c6.705 2.3 14.11-.1 18.114-5.9 6.105-8.7 11.809-17.6 17.113-26.8 5.504-9.5 10.608-19.1 15.212-28.9 3.002-6.4 1.401-14-3.903-18.7l-39.831-34.9-20.416-17.9c-4.103-3.7-6.105-9.2-5.104-14.7l4.704-26.7c3.002-16.7 4.503-33.8 4.503-51 0-16.9-1.5-33.8-4.403-50.3l-4.704-26.6c-.9-5.5 1.001-11 5.204-14.7l20.316-17.8 39.83-34.8c5.305-4.7 6.906-12.2 3.904-18.6-2.102-4.6-4.303-9.2-6.705-13.7l-17.214-29.8c-2.602-4.1-5.304-8.2-8.106-12.2-4.003-5.8-11.409-8.3-18.114-6l-50.039 16.9-25.82 8.7c-5.204 1.8-11.108.7-15.311-2.9L698.485 292c-26.32-22.3-55.943-39.5-88.268-51.2l-25.52-9.3c-5.204-1.9-9.007-6.4-10.108-11.8l-5.304-26.7-10.408-51.9c-1.4-6.9-7.205-12.1-14.21-12.7-1.502-.2-3.003-.3-4.504-.4zM512.24 351.5c88.469 0 160.124 71.6 160.124 160s-71.655 160-160.124 160c-88.468 0-160.124-71.6-160.124-160s71.656-160 160.124-160zm0 64c-52.94 0-96.074 43.1-96.074 96s43.133 96 96.074 96c52.941 0 96.075-43.1 96.075-96s-43.134-96-96.075-96z"/></symbol><symbol id="ai-ui-sdk-dizanshixin" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M192 448.997V896h-64V448.997h64zm96-.997v448h471.758c14.337 0 26.924-9.535 30.805-23.336l126-448c4.785-17.013-5.128-34.684-22.14-39.469a32 32 0 00-8.665-1.195H608v-96c0-53.333-21.333-96-64-128-19.598-14.699-51.598-25.365-96-32L288 448z"/></symbol><symbol id="ai-ui-sdk-dizan-2" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M192 448.997V896h-64V448.997h64zM448 128c44.402 6.635 76.402 17.301 96 32 42.667 32 64 74.667 64 128v96h235.517a64 64 0 0117.328 2.39c34.026 9.57 53.851 44.912 44.282 78.938l-108 384C789.364 876.93 764.19 896 735.517 896H288V448l160-320zm35.008 73.024L352 463.04V832h383.517l108-384H544V288c0-33.189-11.849-56.887-38.4-76.8-4.222-3.167-11.054-6.421-20.402-9.518l-2.19-.658z"/></symbol><symbol id="ai-ui-sdk-fenxiang" viewBox="0 0 1024 1024"><path d="M954.297 473.916L566.932 132.133c-10.735-9.437-27.186-1.672-27.186 12.783v200.458c0 8.96-6.884 16.486-15.635 16.844C299.86 370.461 111.31 537.112 71.64 765.644l-7.35 42.41c-2.918 16.485 16.917 26.76 28.235 14.574l28.936-31.3c104.659-113.37 250.037-177.043 401.834-176.446 9.1 0 16.568 7.526 16.568 16.844v196.158c0 14.455 16.568 22.22 27.185 12.783L954.414 499.48c7.467-6.81 7.467-18.875-.117-25.565zm-796.9 204.998c65.339-153.987 214.218-257.68 384.332-257.68h39.67c9.101 0 16.452-7.527 16.452-16.845V237.977L879.624 486.7 597.851 734.823v-162.23c0-9.319-7.35-16.845-16.452-16.845h-36.053c-140.361-5.734-277.106 38.467-387.949 123.166z"/></symbol><symbol id="ai-ui-sdk-kuaijiezhiling" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M512 32c14.94.003 23.17 6.732 30.625 17 3.027 4.174 5.837 9.213 8.875 15.438 4.554 9.334 9.729 21.68 17 40.25 1.35 3.446 4.376 11.316 7.75 20.062l5.187 13.375c3.38 8.767 6.454 16.695 7.813 20.187 8.985 23.085 16.648 42.203 24.438 60.438 27.31 63.933 52.571 109.087 76.123 132.75 22.823 22.898 64.34 45.477 122.125 68.188 17.395 6.834 35.725 13.518 57.376 21 10.854 3.75 45.402 15.405 51.123 17.375 18.074 6.222 29.837 10.578 38.88 14.624 6.215 2.785 11.27 5.463 15.559 8.5C985.018 488.375 992 497.13 992 511.937c-.006 14.117-7.02 23.507-16.627 30.063-12.359 8.42-135.655 37.245-171.245 49.437-50.784 17.415-89.472 38.335-114.131 63.565-26.509 27.142-52.197 73.363-77.685 136.121-8.084 19.91-15.939 40.941-24.437 65.005-3.267 9.248-6.492 18.554-10.5 30.246-.237.698-7.444 21.837-9.375 27.437-7.187 20.845-11.783 33.395-16 43.187-2.868 6.663-5.581 11.936-8.5 16.378-7.327 11.142-15.723 18.56-31.5 18.56-15.592 0-23.816-7.245-31.187-18.189-2.928-4.345-5.66-9.555-8.563-16.057-4.337-9.735-9.241-22.51-16.313-42.375-1.458-4.102-9.858-28.07-15.687-44.563l-3.063-8.749-1.187-3.315c-8.59-24.006-16.228-44.474-24-63.878-26.749-66.765-52.569-114.362-77.75-139.623-23.561-23.627-63.625-44.224-117.812-62.437-17.73-5.958-36.545-11.565-57.813-17.313-8.361-2.259-16.9-4.46-27.063-7.062-4.382-1.122-20.795-5.27-24.624-6.25-19.285-4.942-30.365-8.045-39.376-11.187-6.49-2.267-11.803-4.562-16.374-7.313-11.162-6.73-19.184-15.835-19.188-31.688 0-14.898 7.03-23.55 17.25-30.75 4.275-3.01 9.289-5.65 15.5-8.437 9.042-4.056 20.803-8.456 38.938-14.75 5.608-1.946 40.327-13.818 51.25-17.625 21.716-7.57 40.095-14.278 57.562-21.188 57.465-22.73 98.852-45.215 121.938-67.937 23.822-23.454 49.214-68.64 76.5-132.75 7.755-18.224 15.438-37.29 24.312-60.25 3.668-9.492 17.36-45.472 20.5-53.563 7.216-18.595 12.308-30.878 16.813-40.187 3.013-6.227 5.8-11.259 8.812-15.437C488.807 38.765 497.025 32.003 512 32zm-17.062 149.313c-4.514 11.679-8.75 22.493-12.875 32.75l-12.25 29.5c-27.393 64.36-56.79 120.182-90.438 153.312l-13.25 11.875c-32.732 26.996-78.797 49.658-130.062 69.937-18.527 7.328-37.795 14.364-60.063 22.126-3.96 1.38-12.531 4.28-21.562 7.375 7.37 1.898 14.156 3.685 20.875 5.5 22.21 6.002 42.296 11.984 61.5 18.437 56.75 19.074 108.443 43.472 142.75 77.875l6.562 6.875c32.29 35.688 59.959 90.997 85.25 154.127 8.166 20.384 16.127 41.612 24.875 66.06l1.187 3.316.125.307 3.063 8.813 11 31.25c2.422-7.084 4.973-14.438 5.188-15.058v-.064c4.027-11.75 7.32-21.28 10.687-30.816 8.742-24.743 16.968-46.733 25.5-67.744 26.17-64.448 55.667-120.397 91.25-156.816 34.796-35.595 84.364-60.534 139.123-79.312 17.702-6.064 52.115-15.207 83.5-23.5-7.884-2.682-15.04-5.055-18.495-6.25-22.247-7.687-41.428-14.687-59.879-21.938-58.918-23.155-111.238-49.666-144.064-82.625l-12.247-13.438c-28.054-33.693-53.33-83.168-77.313-139.312-8.148-19.077-16.18-38.848-25.313-62.313a9437.26 9437.26 0 01-7.874-20.375l-5.125-13.375c-1.624-4.208-3.167-8.142-4.438-11.437-5.219 13.604-13.947 36.552-17.187 44.938zM512 384c17.673 0 32 14.327 32 32v64h64c17.673 0 32 14.327 32 32 0 17.673-14.327 32-32 32h-64v64c0 17.673-14.327 32-32 32-17.673 0-32-14.327-32-32v-64h-64c-17.673 0-32-14.327-32-32 0-17.673 14.327-32 32-32h64v-64c0-17.673 14.327-32 32-32z" clip-rule="evenodd"/></symbol><symbol id="ai-ui-sdk-edit-line" viewBox="0 0 1024 1024"><path d="M609.6 201.6l-406.4 408v100.8H304L712 304zM128 800h768v96H128zM683.672 128.042l101.821 101.825-45.255 45.254-101.822-101.825z"/></symbol><symbol id="ai-ui-sdk-drag" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M656.688 352c44.176-.368 79.68-36.496 79.312-80.688-.384-44.192-36.496-79.68-80.688-79.312-43.92.368-79.312 36.096-79.312 80v.688c.384 44.176 36.512 79.68 80.688 79.312M367.312 192c-43.92.368-79.312 36.096-79.312 80v.688c.384 44.176 36.512 79.68 80.688 79.312 44.176-.368 79.68-36.496 79.312-80.688-.384-44.192-36.496-79.68-80.688-79.312m288 240c-43.92.368-79.312 36.096-79.312 80v.688c.384 44.176 36.512 79.68 80.688 79.312 44.176-.368 79.68-36.496 79.312-80.688-.384-44.192-36.496-79.68-80.688-79.312m-288 0c-43.92.368-79.312 36.096-79.312 80v.688c.384 44.176 36.512 79.68 80.688 79.312 44.176-.368 79.68-36.496 79.312-80.688-.384-44.192-36.496-79.68-80.688-79.312m288 240c-43.92.368-79.312 36.096-79.312 80v.688c.384 44.176 36.512 79.68 80.688 79.312 44.176-.368 79.68-36.496 79.312-80.688-.384-44.192-36.496-79.68-80.688-79.312m-288 0c-43.92.368-79.312 36.096-79.312 80v.688c.384 44.176 36.512 79.68 80.688 79.312 44.176-.368 79.68-36.496 79.312-80.688-.384-44.192-36.496-79.68-80.688-79.312"/></symbol><symbol id="ai-ui-sdk-yinyongchuangjian" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M761.6 594.559c-92.8 0-166.4 75.345-166.4 166.72C595.2 852.655 670.4 928 761.6 928S928 854.258 928 761.28c0-91.376-75.2-166.721-166.4-166.721zm0 270.92c-57.6 0-102.4-46.489-102.4-102.597 0-56.107 46.4-102.597 102.4-102.597 56 0 102.4 46.49 102.4 102.597 0 56.108-46.4 102.598-102.4 102.598zM387.2 96H128c-17.6 0-32 14.428-32 32.062v259.7c0 17.633 14.4 32.06 32 32.06h259.2c17.6 0 32-14.427 32-32.06v-259.7c0-17.634-14.4-32.062-32-32.062zm-32 259.7H160V160.122h195.2V355.7zm-30.4 301.379l80 80.154H224V512.802h-64v254.89c0 17.634 14.4 32.061 32 32.061h216l-80 80.155 44.8 44.886 155.2-155.5L369.6 610.59l-44.8 46.489zm361.6-286.952l-80-80.154h180.8v222.829h64v-254.89c0-17.635-14.4-32.062-32-32.062h-216l80-80.154-44.8-44.887-155.2 155.5 158.4 158.704 44.8-44.886z"/></symbol><symbol id="ai-ui-sdk-kejian" viewBox="0 0 1024 1024"><path d="M512 384a128 128 0 10128 128 128 128 0 00-128-128zm0 192a64 64 0 1164-64 64 64 0 01-64 64z"/><path d="M512 240C264.64 240 64 512 64 512s200.64 272 448 272 448-272 448-272-200.64-272-448-272zm0 480c-160 0-304-139.04-364.96-208C208 442.88 352 304 512 304s304 139.04 364.96 208C816 581.12 672 720 512 720z"/></symbol><symbol id="ai-ui-sdk-jump-link-line" viewBox="0 0 1024 1024"><path d="M864 128H496v64h291.2L361.6 617.6l44.8 44.8L832 236.8V528h64V160c0-17.6-14.4-32-32-32z"/><path d="M832 704v128H192V192h126.4v-64H160c-17.6 0-32 14.4-32 32v704c0 17.6 14.4 32 32 32h704c17.6 0 32-14.4 32-32V704h-64z"/></symbol><symbol id="ai-ui-sdk-anquanrenzheng" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M499.251 80.594c4.397 0 8.749.902 12.781 2.656L859.75 234.625a32.088 32.088 0 0114.032 11.812A32.035 32.035 0 01879.03 264v280.97c-.006 281.68-351.225 423.433-366.342 429.372a32.12 32.12 0 01-11.75 2.253 31.267 31.267 0 01-11.437-2.128c-15.277-5.82-370.088-144.704-370.095-429.497V264a32.05 32.05 0 015.25-17.563 32.079 32.079 0 0114.031-11.812L486.438 83.25a32.129 32.129 0 0112.813-2.656zM669.47 386.688a32.056 32.056 0 00-22.72 10.438L467.533 581.187l-105.22-105.251a32.08 32.08 0 00-22.406-8.592c-8.304.147-16.224 3.536-22.095 9.405a32.063 32.063 0 00-9.375 22.096 32.057 32.057 0 008.594 22.406L445.22 649.437a32.08 32.08 0 0022.656 9.408h.218a32.177 32.177 0 0012.345-2.563c3.901-1.661 7.444-4.09 10.407-7.127l201.779-207.344a32.033 32.033 0 007.251-10.499 32.047 32.047 0 002.592-12.5 32.118 32.118 0 00-9.686-23.062 32.06 32.06 0 00-10.717-6.905 32.078 32.078 0 00-12.595-2.157z" clip-rule="evenodd"/></symbol><symbol id="ai-ui-sdk-weixian" viewBox="0 0 1024 1024"><path d="M951.875 802.963L565.114 127.141a61.433 61.433 0 00-22.4-22.79A60.724 60.724 0 00512 96a60.715 60.715 0 00-30.714 8.35 61.466 61.466 0 00-22.403 22.79L72.124 802.964A62.613 62.613 0 0064 833.987a62.62 62.62 0 008.283 30.98 61.867 61.867 0 0022.484 22.684A61.14 61.14 0 00125.463 896h773.295a61.157 61.157 0 0030.618-8.432 61.887 61.887 0 0022.397-22.698A62.643 62.643 0 00960 833.93a62.616 62.616 0 00-8.125-30.967zM468.26 368.633c0-11.948 4.701-23.407 13.072-31.859 8.371-8.448 19.725-13.193 31.562-13.193 11.641.291 22.71 5.168 30.841 13.587 8.132 8.416 12.682 19.709 12.679 31.466v232.032c-2.051 10.185-7.523 19.34-15.498 25.92a44.378 44.378 0 01-28.246 10.17 44.385 44.385 0 01-28.247-10.17c-7.97-6.58-13.446-15.735-15.494-25.92l-.669-232.032zm88.154 461.36h-89.27v-90.108h89.27v90.109z"/></symbol><symbol id="ai-ui-sdk-angle-up-fill-3" viewBox="0 0 1024 1024"><path d="M512 704L96 256h832L512 704z"/></symbol><symbol id="ai-ui-sdk-help" viewBox="0 0 1024 1024"><path d="M512 128c212.8 0 384 171.2 384 384S724.8 896 512 896 128 724.8 128 512s171.2-384 384-384m0-64C264 64 64 264 64 512s200 448 448 448 448-200 448-448S760 64 512 64z"/><path d="M548.8 673.6a48 48 0 01-48 48 48 48 0 01-48-48 48 48 0 0196 0zM513.6 302.4c80 0 132.8 44.8 132.8 110.4 0 41.6-20.8 72-60.8 96s-48 35.2-48 62.4v14.4H464v-16c-3.2-44.8 11.2-70.4 51.2-92.8 36.8-22.4 48-35.2 48-60.8s-20.8-44.8-52.8-44.8c-28.8-1.6-52.8 19.2-56 48v3.2h-76.8c0-70.4 49.6-120 136-120z"/></g></symbol><symbol id="ai-ui-sdk-benkongjiangongkai" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M542.99 50.205l354.02 204.393A61.981 61.981 0 01928 308.275V717.06a61.981 61.981 0 01-30.99 53.678L542.99 975.13a61.981 61.981 0 01-61.98 0L126.99 770.738A61.981 61.981 0 0196 717.06V308.275a61.981 61.981 0 0130.99-53.677L481.01 50.205a61.981 61.981 0 0161.98 0zM296.16 682.477l-99.04 57.184 283.872 163.904V789.197L296.16 682.477zm433.728-1.216L542.976 789.165v114.4l285.952-165.12-19.616-11.328-79.424-45.856zM157.952 332.205v358.464l112.48-64.928.02-218.56c0-3.17.469-6.274 1.357-9.226l-113.857-65.75zm708.064 20.288l-112.48 64.96V623.34l112.48 64.96V352.493zM542.976 121.74v145.408L716.48 367.277l102.208-59.008 3.936-2.272 1.92-1.088 17.824-10.304L542.976 121.74zm-61.984 0L199.168 284.46l35.424 20.448 90.464 52.224 155.936-90.016V121.74z"/></symbol><symbol id="ai-ui-sdk-suoyoukongjiangongkai" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M368 96.308l48 83.138-29.507 51.105 34.467 59.74h182.08l34.48-59.697L608 179.446l48-83.138h96l48 83.138-48 83.139-59.055.01-34.481 59.665 91.072 157.728 68.928.012L848 428.862h96L992 512l-48 83.138h-96L818.464 544l-68.928-.012-91.072 157.728 34.48 59.69 59.056.01 48 83.138-48 83.138h-96l-48-83.138 29.52-51.148-34.48-59.722H420.896l-34.443 59.706L416 844.554l-48 83.138h-96l-48-83.138 48-83.139 59.011.002 34.493-59.765-91.04-157.696-68.928.012L176 595.138H80L32 512l48-83.138h96l29.504 51.106 68.992-.012 91.04-157.728-34.453-59.65-59.083.007-48-83.139 48-83.138h96z"/></symbol><symbol id="ai-ui-sdk-lock-2" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M981.333 384H832v-64C832 143.269 688.731 0 512 0S192 143.269 192 320v64H42.667C20.582 382.778 1.596 399.486 0 421.547v564.266c1.485 22.207 20.432 39.164 42.667 38.187h938.666c22.235.977 41.182-15.98 42.667-38.187V422.187c-1.485-22.207-20.432-39.164-42.667-38.187zm-704-64c0-129.603 105.064-234.667 234.667-234.667S746.667 190.397 746.667 320v64H277.333v-64zm288 390.613v109.014c0 29.455-23.878 53.333-53.333 53.333s-53.333-23.878-53.333-53.333V710.613c-41.81-24.139-62.194-73.35-49.7-119.983 12.496-46.633 54.755-79.06 103.033-79.06s90.537 32.427 103.032 79.06c12.495 46.633-7.889 95.844-49.699 119.983z"/></symbol><symbol id="ai-ui-sdk-zhishikufenlei" viewBox="0 0 1024 1024"><path d="M512.865 96.005a33.61 33.61 0 0110.92 1.739l376.13 113.706c16.941 5.272 28.278 20.904 28.083 38.48v493.824a39.872 39.872 0 01-26.176 37.266l-377.17 144.386a37.44 37.44 0 01-27.387 0l-376.13-145.773a40.042 40.042 0 01-25.134-37.44l1.04-493.823c-.174-17.624 11.244-33.27 28.08-38.48l6.587-1.907a31.373 31.373 0 0113.694-3.986l356.543-106.6a38.69 38.69 0 0110.92-1.392zM180.415 278.53a17.333 17.333 0 00-22.88 16.986l-.87 418.425a18.38 18.38 0 0011.443 17.333l289.638 112.84a17.333 17.333 0 0023.92-17.334V390.676a17.333 17.333 0 00-12.307-17.334zM864 608L576 736v64l288-128v-64zm0-128L576 608v64l288-128v-64zm0-128L576 480v64l288-128v-64zM529.332 164.13a62.053 62.053 0 00-33.453-.173l-220.132 65.52a8.147 8.147 0 000 15.253l217.532 71.933a58.24 58.24 0 0036.053 0l219.264-71.067a8.147 8.147 0 000-15.253z"/></symbol><symbol id="ai-ui-sdk-qiehuan" viewBox="0 0 1024 1024"><path d="M832 608v64H416v128L192 608h640zM608 352V224l224 192H192v-64h416z"/></symbol><symbol id="ai-ui-sdk-daoru" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M490.886 96v64h-352v704h704V576h64v288c0 35.346-28.654 64-64 64h-704c-35.347 0-64-28.654-64-64V160c0-35.346 28.653-64 64-64h352zM928 293.46c-153.37-15.55-301.281 59.869-378.11 192.793a346.196 346.196 0 00-21.62 44.9l64.55 37.267-236.397 84.48-46.6-248.725 87.14 50.31 7.417-12.846C509.86 259.496 741.337 193.991 928 293.46z"/></symbol><symbol id="ai-ui-sdk-4tianjia-01" viewBox="0 0 1024 1024"><path fill="#4D4F56" fill-rule="evenodd" d="M896 464H560V128h-96v336H128v96h336v336h96V560h336v-96z" clip-rule="evenodd"/></symbol><symbol id="ai-ui-sdk-yonghu-4" viewBox="0 0 1024 1024"><path fill="#A3C5FD" d="M512.248 959.965c-86.64 0-173.277.095-259.923-.046-29.919-.05-58.71-5.416-85.024-20.307-39.345-22.26-61.716-56.045-68.536-99.972-4.867-31.35-2.294-56.678.032-88.025 3.218-43.307 10.742-68.985 24.827-110.238 11.533-33.78 27.74-65.16 52.28-91.754 29.617-32.1 67.342-46.27 109.715-49.015 13.035-1.172 23.738 2.177 34.316 9.034 18.909 12.262 37.631 24.95 57.416 35.707 42.162 22.917 88.08 34.17 136.62 33.628 51.809-.575 100.885-14.509 145-40.835 14.806-8.839 29.51-17.933 43.652-27.768 12.931-8.994 26.364-11.976 42.155-10.093 38.021 3.207 67.613 15.25 94.71 40.043 21.396 19.578 36.304 43.74 48.57 69.633 16.66 35.159 25.423 55.57 31.754 93.599 6.587 39.592 9.01 73.379 7.947 113.43-.952 35.953-11.261 68.904-36.445 95.997-21.916 23.567-49.3 37.707-81.039 43.204-12.732 2.199-25.782 3.563-38.69 3.605-86.45.323-172.894.173-259.337.173zm-226.88-672.451C283.14 168.219 386.78 63.918 512.52 64c124.658.082 227.655 103.505 226.986 225.316-.676 120.547-102.71 223.175-227.32 223.162-124.943-.013-229.523-103.852-226.818-224.964z"/></symbol><symbol id="ai-ui-sdk-zuzhi" viewBox="0 0 1024 1024"><path fill="#A3C5FD" d="M343.273 192H133.818c-17.454 0-29.09 11.636-29.09 29.09v581.82c0 17.454 11.636 29.09 29.09 29.09h756.364c17.454 0 29.09-11.636 29.09-29.09V308.363c0-17.455-11.636-29.091-29.09-29.091H453.818L384 209.455C372.364 197.818 357.818 192 343.273 192z"/></symbol><symbol id="ai-ui-sdk-guanlikongjian1" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M486.392 870.196L191.996 700.64V372.714L486.392 542.27v327.926zm409.602-595.05l-9.592-4.787-348.8-201.56c-9.606-6.399-22.405-6.399-32.012 0l-355.198 201.56-7.996 4.788C132.789 281.545 128 291.149 128 302.349v417.485c0 12.796 6.4 22.4 15.992 28.798l342.4 198.354 17.602 9.59c9.606 4.803 22.406 4.803 31.998-1.595l14.41-7.995 345.592-198.354C905.6 742.234 912 731.034 912 719.834V303.945c0-12.796-6.4-22.4-16.006-28.798z"/></symbol><symbol id="ai-ui-sdk-favorite" viewBox="0 0 1024 1024"><path d="M512 64l133.44 284.48L944 394.08 728 615.36 779.04 928 512 780.48 244.96 928 296 615.36 80 394.08l298.56-45.6L512 64z"/></symbol><symbol id="ai-ui-sdk-weishoucang" viewBox="0 0 1024 1024"><path d="M512 278.4l60.8 128a64 64 0 0048.32 35.84L764.16 464 657.92 572.8A64 64 0 00640 628.16l24.32 148.8L544 709.44a64 64 0 00-32-8 64 64 0 00-32 8l-121.92 67.52L384 628.16a64 64 0 00-17.28-54.08l-106.24-108.8 143.04-21.76a64 64 0 0048.32-35.84l60.8-128M512 128L393.28 380.8 128 421.44l192 196.48L274.56 896 512 764.8 749.44 896 704 617.92l192-196.48-265.28-40.64L512 128z"/></symbol><symbol id="ai-ui-sdk-demo" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M960 128v64h-96v512H578.272l160.002 160-45.255 45.255-181.021-181.001-181.017 181L285.726 864l159.97-160H160V192H64v-64h896zm-160 64H224v448h285.664l2.336-2.274 2.272 2.274H800V192zm-358 94l160 130-160 130V286z"/></symbol><symbol id="ai-ui-sdk-dicai-2" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M192 575.003V128h-64v447.003h64zM448 896c44.402-6.635 76.402-17.301 96-32 42.667-32 64-74.667 64-128v-96h235.517a64 64 0 0017.328-2.39c34.026-9.57 53.851-44.912 44.282-78.938l-108-384C789.364 147.07 764.19 128 735.517 128H288v448l160 320zm35.008-73.024L352 560.96V192h383.517l108 384H544v160c0 33.189-11.849 56.887-38.4 76.8-4.222 3.167-11.054 6.421-20.402 9.518l-2.19.658z"/></symbol><symbol id="ai-ui-sdk-miyaoyiyanzheng" viewBox="0 0 1024 1024"><path d="M704 448c141.382 0 255.997 114.618 256 256 0 141.382-114.614 256-256 256S448 845.382 448 704c.003-141.382 114.618-256 256-256zM480 220.592c93.725-93.717 245.683-93.716 339.405 0 59.523 59.521 81.174 142.525 65.094 219.187a319.13 319.13 0 00-59.654-32.093c4.995-50.643-11.898-103.053-50.688-141.844-68.733-68.722-180.176-68.724-248.906 0-47.673 47.674-62.339 115.976-43.69 176.5l7.565 24.532c-25.347 22.979-46.93 50.006-63.875 80L190.094 782.029l1.343 43.939 43.907 1.344 48.437-48.438h53.032v-90.532h47.561A325.733 325.733 0 00384 704c0 35.795 5.968 70.205 16.813 102.342v36.5H310.28l-49.25 49.283-131.75-4-4-131.783 295.125-295.126C395.04 378.941 414.883 285.71 480 220.592zm191.437 536.72l-82.186-82.189L544 720.374l127.469 127.437 194.563-194.563L820.781 608 671.437 757.312zM570.499 311.123c43.741-43.737 114.669-43.737 158.407 0 21.603 21.607 32.521 49.84 32.78 78.157-18.716-3.408-37.987-5.283-57.686-5.283-2.256 0-4.506.112-6.749.157-1.309-10.154-5.798-19.981-13.593-27.78-18.746-18.745-49.162-18.745-67.908 0-11.958 11.965-16.246 28.67-12.937 44.061a318.327 318.327 0 00-58.938 26.531c-13.561-39.241-4.7-84.508 26.624-115.843z"/></symbol><symbol id="ai-ui-sdk-dicaishixin" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M192 575.003V128h-64v447.003h64zM448 896c44.402-6.635 76.402-17.301 96-32 42.667-32 64-74.667 64-128v-96h235.517a64 64 0 0017.328-2.39c34.026-9.57 53.851-44.912 44.282-78.938l-108-384C789.364 147.07 764.19 128 735.517 128H288v448l160 320z"/></symbol><symbol id="ai-ui-sdk-shenpi" viewBox="0 0 1024 1024"><path d="M864 864c17.674 0 32 14.326 32 32s-14.326 32-32 32H160c-17.673 0-32-14.326-32-32s14.327-32 32-32h704zM512 64c106.038 0 192 85.961 192 192 0 51.187-20.035 97.683-52.688 132.093-36.054 38-57.507 109.712-20.467 146.752l22.406 22.406c12 12 28.279 18.746 45.248 18.749H832c35.347 0 64 28.653 64 64v128c0 35.347-28.653 64-64 64H192c-35.346 0-64-28.653-64-64V640c0-35.347 28.654-64 64-64h133.5l6.311-.314a64.036 64.036 0 0034.253-14.185l4.685-4.25 22.406-22.438c34.714-34.72 18.048-99.872-13.875-139.187l-6.592-7.501C340.028 353.712 320 307.193 320 256c0-106.039 85.962-192 192-192zm0 64c-70.691 0-128 57.308-128 128 0 34.155 13.302 65.066 35.126 88.064 26.404 27.824 46.503 66.323 54.061 105.686 7.453 38.823 4.407 91.14-34.749 130.314L416 602.499A127.993 127.993 0 01325.5 640H192v128h640V640H698.5a128.012 128.012 0 01-90.5-37.5l-22.406-22.407c-39.175-39.171-42.23-91.482-34.781-130.31 7.555-39.367 27.657-77.889 54.06-105.719C626.695 321.069 640 290.151 640 256c0-70.692-57.309-128-128-128z"/></symbol><symbol id="ai-ui-sdk-yishenpi" viewBox="0 0 1024 1024"><path d="M704 448c141.386 0 256 114.614 256 256S845.386 960 704 960 448 845.386 448 704s114.614-256 256-256zM426.906 864c13.516 23.357 29.856 44.858 48.627 64H160c-17.673 0-32-14.326-32-32s14.327-32 32-32h266.906zm244.53-106.688l-82.185-82.186L544 720.374l127.469 127.437 194.563-194.56L820.781 608 671.437 757.312zM512 64c106.038 0 192 85.961 192 192 0 51.187-20.035 97.683-52.688 132.093-.112.118-.234.227-.342.345-32.407 5.405-63.14 15.693-91.47 30.061 10.126-27.961 26.049-54.067 45.374-74.435C626.694 321.069 640 290.151 640 256c0-70.692-57.309-128-128-128s-128 57.308-128 128c0 34.155 13.302 65.066 35.126 88.064 26.404 27.824 46.503 66.323 54.061 105.686 1.76 9.165 2.874 19.085 3.127 29.405-37.943 38.42-66.173 86.407-80.877 140C374.79 632.637 350.53 639.997 325.5 640H192v128h198.406c4.522 22.272 11.428 43.67 20.314 64H192c-35.346 0-64-28.653-64-64V640c0-35.347 28.654-64 64-64h133.5l6.311-.314a64.036 64.036 0 0034.253-14.185l4.685-4.25 22.406-22.438c34.714-34.72 18.048-99.872-13.875-139.187l-6.592-7.501C340.028 353.712 320 307.193 320 256c0-106.039 85.962-192 192-192z"/></symbol><symbol id="ai-ui-sdk-miyao" viewBox="0 0 1024 1024"><path d="M570.5 311.1c-43.7 43.7-43.7 114.7 0 158.4s114.7 43.7 158.4 0 43.7-114.7 0-158.4-114.7-43.7-158.4 0zm113.1 113.1c-18.7 18.7-49.1 18.7-67.9 0-18.7-18.7-18.7-49.1 0-67.9 18.7-18.7 49.1-18.7 67.9 0s18.8 49.2 0 67.9z"/><path d="M819.4 220.6c-93.7-93.7-245.7-93.7-339.4 0-65.1 65.1-85 158.3-59.6 240.6L125.3 756.3l4 131.8 131.8 4 49.3-49.3h90.5v-90.5h90.5l-6.7-83.9 61.6-61.6c89.2 42.6 199.3 27 273.1-46.9 93.7-93.6 93.7-245.6 0-339.3zm-45.2 294.1c-54.1 54.1-134.8 65.7-200.3 34.4L533 529.6 418.5 644.1l2.3 29.4 1.2 14.8h-85.3v90.5h-53l-48.4 48.4-43.9-1.3-1.3-43.9 302.8-302.8-11.4-36.9c-18.7-60.5-4-128.8 43.7-176.5 68.7-68.7 180.2-68.7 248.9 0 68.8 68.8 68.8 180.2.1 248.9z"/></g></symbol></svg>';
3
3
  if (document.body) {
4
4
  document.body.insertAdjacentHTML('afterbegin', svgCode);
5
5
  } else {
@@ -56,6 +56,9 @@ url("fonts/iconcool.eot?#iefix") format("embedded-opentype");
56
56
  .ai-ui-sdk-full-screen:before {
57
57
  content: "\e10f";
58
58
  }
59
+ .ai-ui-sdk-archive-line:before {
60
+ content: "\e15a";
61
+ }
59
62
  .ai-ui-sdk-sync-failed:before {
60
63
  content: "\e11d";
61
64
  }
@@ -152,3 +155,102 @@ url("fonts/iconcool.eot?#iefix") format("embedded-opentype");
152
155
  .ai-ui-sdk-wubiaoqian:before {
153
156
  content: "\e12e";
154
157
  }
158
+ .ai-ui-sdk-setting-2:before {
159
+ content: "\e131";
160
+ }
161
+ .ai-ui-sdk-dizanshixin:before {
162
+ content: "\e133";
163
+ }
164
+ .ai-ui-sdk-dizan-2:before {
165
+ content: "\e134";
166
+ }
167
+ .ai-ui-sdk-fenxiang:before {
168
+ content: "\e136";
169
+ }
170
+ .ai-ui-sdk-kuaijiezhiling:before {
171
+ content: "\e138";
172
+ }
173
+ .ai-ui-sdk-edit-line:before {
174
+ content: "\e139";
175
+ }
176
+ .ai-ui-sdk-drag:before {
177
+ content: "\e13a";
178
+ }
179
+ .ai-ui-sdk-yinyongchuangjian:before {
180
+ content: "\e13b";
181
+ }
182
+ .ai-ui-sdk-kejian:before {
183
+ content: "\e13c";
184
+ }
185
+ .ai-ui-sdk-jump-link-line:before {
186
+ content: "\e13d";
187
+ }
188
+ .ai-ui-sdk-anquanrenzheng:before {
189
+ content: "\e13e";
190
+ }
191
+ .ai-ui-sdk-weixian:before {
192
+ content: "\e13f";
193
+ }
194
+ .ai-ui-sdk-angle-up-fill-3:before {
195
+ content: "\e140";
196
+ }
197
+ .ai-ui-sdk-help:before {
198
+ content: "\e141";
199
+ }
200
+ .ai-ui-sdk-benkongjiangongkai:before {
201
+ content: "\e142";
202
+ }
203
+ .ai-ui-sdk-suoyoukongjiangongkai:before {
204
+ content: "\e143";
205
+ }
206
+ .ai-ui-sdk-lock-2:before {
207
+ content: "\e144";
208
+ }
209
+ .ai-ui-sdk-zhishikufenlei:before {
210
+ content: "\e145";
211
+ }
212
+ .ai-ui-sdk-qiehuan:before {
213
+ content: "\e146";
214
+ }
215
+ .ai-ui-sdk-daoru:before {
216
+ content: "\e147";
217
+ }
218
+ .ai-ui-sdk-4tianjia-01:before {
219
+ content: "\e148";
220
+ }
221
+ .ai-ui-sdk-yonghu-4:before {
222
+ content: "\e149";
223
+ }
224
+ .ai-ui-sdk-zuzhi:before {
225
+ content: "\e14a";
226
+ }
227
+ .ai-ui-sdk-guanlikongjian1:before {
228
+ content: "\e14b";
229
+ }
230
+ .ai-ui-sdk-favorite:before {
231
+ content: "\e14d";
232
+ }
233
+ .ai-ui-sdk-weishoucang:before {
234
+ content: "\e14e";
235
+ }
236
+ .ai-ui-sdk-demo:before {
237
+ content: "\e14f";
238
+ }
239
+ .ai-ui-sdk-dicai-2:before {
240
+ content: "\e151";
241
+ }
242
+ .ai-ui-sdk-miyaoyiyanzheng:before {
243
+ content: "\e153";
244
+ }
245
+ .ai-ui-sdk-dicaishixin:before {
246
+ content: "\e154";
247
+ }
248
+ .ai-ui-sdk-shenpi:before {
249
+ content: "\e155";
250
+ }
251
+ .ai-ui-sdk-yishenpi:before {
252
+ content: "\e156";
253
+ }
254
+ .ai-ui-sdk-miyao:before {
255
+ content: "\e15b";
256
+ }
@@ -1,6 +1,7 @@
1
1
  import { Ref } from 'vue';
2
2
  import { IFetchConfig } from '@/http/fetch';
3
3
  import type { IAgent, IAgentApi, IAgentCountParam, IAgentListParam, IResourceApply } from '@/types';
4
+ import { McpType } from '@/types/enum';
4
5
  export declare const useAgentHttp: (apiPrefix: string, spaceId?: Ref<string>) => {
5
6
  getAgentList: {
6
7
  (param: IAgentListParam, config?: IFetchConfig): Promise<import("@/types").IPaginationResponse<IAgent>>;
@@ -15,7 +16,11 @@ export declare const useAgentHttp: (apiPrefix: string, spaceId?: Ref<string>) =>
15
16
  deleteAgent: (id: number) => Promise<IAgentApi>;
16
17
  restoreAgent: (id: number) => Promise<unknown>;
17
18
  getRelatedAgentCommands: (agentId: number, relatedAgentId: number) => Promise<import("@/types").IAgentCommand[]>;
18
- resourceApply: (data: IResourceApply[], agentId: number) => Promise<unknown>;
19
- getAgentCount: (param: IAgentCountParam) => Promise<import("@/types").IResourceCount[]>;
19
+ resourceApply: (data: IResourceApply[], agentId: number) => Promise<IResourceApply[]>;
20
+ getAgentCount: {
21
+ (param: IAgentCountParam): Promise<import("@/types").IResourceCount[]>;
22
+ abort(): void;
23
+ };
20
24
  getAgentReferringAgents: (id: number) => Promise<import("@/types").IReferringAgent[]>;
25
+ getAgentMcpPermission: (agentId: number, mcpCode: string, mcpType: McpType) => Promise<import("@/types").IAgentApigwMcpPermission>;
21
26
  };
@@ -51,7 +51,7 @@ function _object_spread_props(target, source) {
51
51
  return target;
52
52
  }
53
53
  import fetch, { withAbort } from '../http/fetch/index.ts.js';
54
- import { transferAgentApi2Agent, transferAgentCommandApi2AgentCommand, transferAgentCount2AgentCountApi, transferAgentForm2AgentFormApi, transferAgentListParam2AgentListParamApi, transferPaginationResponseApi2PaginationResponse, transferReferringAgentApi2ReferringAgent, transferResourceApply2ResourceApplyApi, transferResourceCountApi2ResourceCount } from '../transforms.ts.js';
54
+ import { transferAgentApi2Agent, transferAgentApigwMcpPermissionApi2AgentApigwMcpPermission, transferAgentCommandApi2AgentCommand, transferAgentCount2AgentCountApi, transferAgentForm2AgentFormApi, transferAgentListParam2AgentListParamApi, transferPaginationResponseApi2PaginationResponse, transferReferringAgentApi2ReferringAgent, transferResourceApply2ResourceApplyApi, transferResourceApplyApi2ResourceApply, transferResourceCountApi2ResourceCount } from '../transforms.ts.js';
55
55
  export const useAgentHttp = (apiPrefix, spaceId)=>{
56
56
  // 获取 Agent 列表
57
57
  const getAgentList = withAbort((signal, param, config)=>fetch.get(`${apiPrefix}/agent/v1/agent/`, transferAgentListParam2AgentListParamApi(param), _object_spread_props(_object_spread({
@@ -111,19 +111,29 @@ export const useAgentHttp = (apiPrefix, spaceId)=>{
111
111
  headers: {
112
112
  'x-space-id': spaceId === null || spaceId === void 0 ? void 0 : spaceId.value
113
113
  }
114
- });
114
+ }).then(transferResourceApplyApi2ResourceApply);
115
115
  // 获取不同空间下的 Agent 数量
116
- const getAgentCount = (param)=>fetch.post(`${apiPrefix}/agent/v1/agent/count/`, transferAgentCount2AgentCountApi(param), {
116
+ const getAgentCount = withAbort((signal, param)=>fetch.post(`${apiPrefix}/agent/v1/agent/count/`, transferAgentCount2AgentCountApi(param), {
117
117
  headers: {
118
118
  'x-space-id': spaceId === null || spaceId === void 0 ? void 0 : spaceId.value
119
- }
120
- }).then((data)=>data.map(transferResourceCountApi2ResourceCount));
119
+ },
120
+ signal
121
+ }).then((data)=>data.map(transferResourceCountApi2ResourceCount)));
121
122
  // 获取引用该智能体的智能体列表
122
123
  const getAgentReferringAgents = (id)=>fetch.get(`${apiPrefix}/agent/v1/agent/${id}/referring_agents/`, undefined, {
123
124
  headers: {
124
125
  'x-space-id': spaceId === null || spaceId === void 0 ? void 0 : spaceId.value
125
126
  }
126
127
  }).then((data)=>data.map(transferReferringAgentApi2ReferringAgent));
128
+ // 检查智能体对 apigw MCP 的使用权限
129
+ const getAgentMcpPermission = (agentId, mcpCode, mcpType)=>fetch.get(`${apiPrefix}/agent/v1/agent/${agentId}/mcp_permission/`, {
130
+ mcp_code: mcpCode,
131
+ mcp_type: mcpType
132
+ }, {
133
+ headers: {
134
+ 'x-space-id': spaceId === null || spaceId === void 0 ? void 0 : spaceId.value
135
+ }
136
+ }).then(transferAgentApigwMcpPermissionApi2AgentApigwMcpPermission);
127
137
  return {
128
138
  getAgentList,
129
139
  getAgent,
@@ -134,6 +144,7 @@ export const useAgentHttp = (apiPrefix, spaceId)=>{
134
144
  getRelatedAgentCommands,
135
145
  resourceApply,
136
146
  getAgentCount,
137
- getAgentReferringAgents
147
+ getAgentReferringAgents,
148
+ getAgentMcpPermission
138
149
  };
139
150
  };
@@ -0,0 +1,3 @@
1
+ export declare const useClickoutside: () => {
2
+ handleInitClickoutside: (wrapClassNameParam: string, callbackParam: Function) => void;
3
+ };
@@ -0,0 +1,28 @@
1
+ import { onBeforeMount, onBeforeUnmount } from 'vue';
2
+ import { isParentHasClass } from '../common/util.ts.js';
3
+ export const useClickoutside = ()=>{
4
+ let callback = null;
5
+ let wrapClassName = null;
6
+ const handleClickOutside = (event)=>{
7
+ if (!wrapClassName || !callback) return;
8
+ const target = event.target;
9
+ if (!isParentHasClass(target, wrapClassName)) {
10
+ callback();
11
+ }
12
+ };
13
+ const handleInitClickoutside = (wrapClassNameParam, callbackParam)=>{
14
+ wrapClassName = wrapClassNameParam;
15
+ callback = callbackParam;
16
+ };
17
+ const init = ()=>{
18
+ document.addEventListener('mousedown', handleClickOutside);
19
+ };
20
+ const destroy = ()=>{
21
+ document.removeEventListener('mousedown', handleClickOutside);
22
+ };
23
+ onBeforeMount(init);
24
+ onBeforeUnmount(destroy);
25
+ return {
26
+ handleInitClickoutside
27
+ };
28
+ };
@@ -1,13 +1,16 @@
1
1
  import { Ref } from 'vue';
2
2
  import { IFetchConfig } from '@/http/fetch';
3
3
  import type { IContent, IVariableApi } from '@/types';
4
- import type { ICollectionApi, ICollectionCountParam, ICollectionListParam } from '@/types/collection';
4
+ import type { ICollectionApi, ICollectionListParam } from '@/types/collection';
5
5
  export declare const useCollectionHttp: (apiPrefix: string, spaceId?: Ref<string>) => {
6
6
  getCollections: {
7
7
  (param: ICollectionListParam, config?: IFetchConfig): Promise<import("@/types").IPaginationResponse<import("@/types").ICollection>>;
8
8
  abort(): void;
9
9
  };
10
- getCollectionCount: (param: ICollectionCountParam) => Promise<import("@/types").IResourceCount[]>;
10
+ getCollectionCount: {
11
+ (param: import("@/types").IBaseCountParam): Promise<import("@/types").IResourceCount[]>;
12
+ abort(): void;
13
+ };
11
14
  deleteCollection: (id: number) => Promise<ICollectionApi>;
12
15
  restoreCollection: (id: number) => Promise<unknown>;
13
16
  getCollectionReferringAgents: (collectionId: number) => Promise<import("@/types").IReferringAgent[]>;
@@ -62,11 +62,12 @@ export const useCollectionHttp = (apiPrefix, spaceId)=>{
62
62
  signal
63
63
  })).then(transferPaginationResponseApi2PaginationResponse(transferCollectionApi2Collection)));
64
64
  // 获取不同空间下的 角色 数量
65
- const getCollectionCount = (param)=>fetch.post(`${apiPrefix}/collection/v1/collection/count/`, transferCollectionCount2CollectionCountApi(param), {
65
+ const getCollectionCount = withAbort((signal, param)=>fetch.post(`${apiPrefix}/collection/v1/collection/count/`, transferCollectionCount2CollectionCountApi(param), {
66
66
  headers: {
67
67
  'x-space-id': spaceId === null || spaceId === void 0 ? void 0 : spaceId.value
68
- }
69
- }).then((data)=>data.map(transferResourceCountApi2ResourceCount));
68
+ },
69
+ signal
70
+ }).then((data)=>data.map(transferResourceCountApi2ResourceCount)));
70
71
  // 获取引用该角色的智能体列表
71
72
  const getCollectionReferringAgents = (collectionId)=>fetch.get(`${apiPrefix}/collection/v1/collection/${collectionId}/referring_agents/`, undefined, {
72
73
  headers: {