@glodon-aiot/agent-cli-ui 3.2.2-beta.2 → 3.2.2-beta.4

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 (403) hide show
  1. package/dist/es/AgentClientUI.mjs +3 -4
  2. package/dist/es/Dialog/AgentChat/index.mjs +229 -226
  3. package/dist/es/Dialog/ConnectToNetwork/index.mjs +2 -3
  4. package/dist/es/Dialog/FileCard/index.mjs +2 -3
  5. package/dist/es/Dialog/FilePreview/index.mjs +2 -3
  6. package/dist/es/Dialog/Greeting/index.mjs +2 -3
  7. package/dist/es/Dialog/HistoryContent/index.mjs +2 -3
  8. package/dist/es/Dialog/HistoryItem/index.mjs +29 -30
  9. package/dist/es/Dialog/KnowledgeDoc/index.mjs +2 -3
  10. package/dist/es/Dialog/KnowledgeList/KnowledgeSelect/index.mjs +2 -3
  11. package/dist/es/Dialog/KnowledgeList/index.mjs +21 -22
  12. package/dist/es/Dialog/PromptManager/PromptList/PromptListItem.mjs +1 -1
  13. package/dist/es/Dialog/PromptManager/PromptList/PublicPromptList.mjs +2 -3
  14. package/dist/es/Dialog/PromptManager/index.mjs +2 -3
  15. package/dist/es/Dialog/PromptSetting/index.mjs +2 -3
  16. package/dist/es/Dialog/Recommend/RecommendItem.mjs +3 -4
  17. package/dist/es/Dialog/Recommend/index.mjs +2 -3
  18. package/dist/es/Dialog/ReferCollapse/index.mjs +2 -3
  19. package/dist/es/Dialog/SearchReference/index.mjs +92 -55
  20. package/dist/es/Dialog/SessionAction/index.mjs +4 -5
  21. package/dist/es/Dialog/SessionList/index.mjs +3 -4
  22. package/dist/es/Dialog/SessionListDrawer/HistorySessionList/NameEditPanel.mjs +2 -3
  23. package/dist/es/Dialog/SessionListDrawer/HistorySessionList/SessionItem.mjs +2 -3
  24. package/dist/es/Dialog/SessionListDrawer/HistorySessionList/index.mjs +2 -3
  25. package/dist/es/Dialog/SessionListDrawer/index.mjs +2 -3
  26. package/dist/es/Dialog/SessionRefer/ReferItem/index.mjs +2 -3
  27. package/dist/es/Dialog/SessionRefer/index.mjs +2 -3
  28. package/dist/es/Dialog/SessionRelated/index.mjs +2 -3
  29. package/dist/es/Dialog/UploadKnowledgeFiles/ClearModal/index.mjs +2 -3
  30. package/dist/es/Dialog/UploadKnowledgeFiles/index.mjs +2 -3
  31. package/dist/es/Dialog/UploadingPrompt/index.mjs +2 -3
  32. package/dist/es/Dialog/index.mjs +57 -58
  33. package/dist/es/FileItem/index.mjs +2 -3
  34. package/dist/es/Footer/FooterWarning.mjs +2 -3
  35. package/dist/es/Footer/index.mjs +2 -3
  36. package/dist/es/Iconfont/index.mjs +2 -2
  37. package/dist/es/InputProgress/index.mjs +2 -3
  38. package/dist/es/QuillEditor/index.mjs +4 -5
  39. package/dist/es/components/Copy/index.mjs +2 -3
  40. package/dist/es/components/JsonDisplay/index.mjs +2 -3
  41. package/dist/es/components/Markdown/ATag/index.mjs +1 -1
  42. package/dist/es/components/Markdown/Code/index.mjs +1 -1
  43. package/dist/es/components/Markdown/Image/index.mjs +20 -21
  44. package/dist/es/components/Markdown/Video/index.mjs +1 -1
  45. package/dist/es/components/Markdown/index.mjs +16 -17
  46. package/dist/es/components/WebLink/index.mjs +1 -1
  47. package/dist/es/constant.mjs +8 -2
  48. package/dist/es/index.mjs +60 -65
  49. package/dist/es/src/style.css +1 -0
  50. package/dist/es/src/style10.css +1 -0
  51. package/dist/es/src/style11.css +1 -0
  52. package/dist/es/src/style12.css +1 -0
  53. package/dist/es/src/style13.css +1 -0
  54. package/dist/es/src/style14.css +1 -0
  55. package/dist/es/src/style15.css +1 -0
  56. package/dist/es/src/style16.css +1 -0
  57. package/dist/es/src/style17.css +1 -0
  58. package/dist/es/src/style18.css +1 -0
  59. package/dist/es/src/style19.css +1 -0
  60. package/dist/es/src/style2.css +1 -0
  61. package/dist/es/src/style20.css +1 -0
  62. package/dist/es/src/style21.css +0 -0
  63. package/dist/es/src/style22.css +1 -0
  64. package/dist/es/src/style23.css +1 -0
  65. package/dist/es/src/style24.css +1 -0
  66. package/dist/es/src/style25.css +1 -0
  67. package/dist/es/src/style26.css +1 -0
  68. package/dist/es/src/style27.css +1 -0
  69. package/dist/es/src/style28.css +1 -0
  70. package/dist/es/src/style29.css +1 -0
  71. package/dist/es/src/style3.css +1 -0
  72. package/dist/es/src/style30.css +1 -0
  73. package/dist/es/src/style31.css +1 -0
  74. package/dist/es/src/style32.css +1 -0
  75. package/dist/es/src/style33.css +1 -0
  76. package/dist/es/src/style4.css +1 -0
  77. package/dist/es/src/style5.css +1 -0
  78. package/dist/es/src/style6.css +1 -0
  79. package/dist/es/src/style7.css +1 -0
  80. package/dist/es/src/style8.css +1 -0
  81. package/dist/es/src/style9.css +1 -0
  82. package/dist/lib/index.css +1 -0
  83. package/dist/lib/index.js +5 -311
  84. package/dist/src/Dialog/SearchReference/index.d.ts +7 -4
  85. package/dist/src/Iconfont/font_4108228_z72fskklg2.d.ts +0 -0
  86. package/dist/src/Iconfont/index.d.ts +0 -1
  87. package/dist/src/components/Markdown/ATag/index.d.ts +0 -1
  88. package/dist/src/components/Markdown/Code/index.d.ts +0 -1
  89. package/dist/src/components/Markdown/Image/index.d.ts +0 -1
  90. package/dist/src/components/Markdown/Video/index.d.ts +0 -1
  91. package/dist/src/types.d.ts +11 -2
  92. package/package.json +19 -6
  93. package/dist/es/Dialog/AgentChat/style.less.mjs +0 -4
  94. package/dist/es/Dialog/ConnectToNetwork/style.less.mjs +0 -4
  95. package/dist/es/Dialog/FileCard/style.less.mjs +0 -4
  96. package/dist/es/Dialog/FilePreview/style.less.mjs +0 -4
  97. package/dist/es/Dialog/Greeting/style.less.mjs +0 -4
  98. package/dist/es/Dialog/HistoryContent/style.less.mjs +0 -4
  99. package/dist/es/Dialog/HistoryItem/style.less.mjs +0 -4
  100. package/dist/es/Dialog/KnowledgeDoc/style.less.mjs +0 -4
  101. package/dist/es/Dialog/KnowledgeList/KnowledgeSelect/style.less.mjs +0 -4
  102. package/dist/es/Dialog/KnowledgeList/style.less.mjs +0 -4
  103. package/dist/es/Dialog/PromptManager/PromptList/style.less.mjs +0 -4
  104. package/dist/es/Dialog/PromptManager/style.less.mjs +0 -4
  105. package/dist/es/Dialog/PromptSetting/style.less.mjs +0 -4
  106. package/dist/es/Dialog/Recommend/style.less.mjs +0 -4
  107. package/dist/es/Dialog/ReferCollapse/style.less.mjs +0 -4
  108. package/dist/es/Dialog/SearchReference/style.less.mjs +0 -4
  109. package/dist/es/Dialog/SessionAction/style.less.mjs +0 -4
  110. package/dist/es/Dialog/SessionList/style.less.mjs +0 -4
  111. package/dist/es/Dialog/SessionListDrawer/HistorySessionList/style.less.mjs +0 -4
  112. package/dist/es/Dialog/SessionListDrawer/style.less.mjs +0 -4
  113. package/dist/es/Dialog/SessionRefer/ReferItem/style.less.mjs +0 -4
  114. package/dist/es/Dialog/SessionRefer/style.less.mjs +0 -4
  115. package/dist/es/Dialog/SessionRelated/style.less.mjs +0 -4
  116. package/dist/es/Dialog/UploadKnowledgeFiles/ClearModal/style.less.mjs +0 -4
  117. package/dist/es/Dialog/UploadKnowledgeFiles/style.less.mjs +0 -4
  118. package/dist/es/Dialog/UploadingPrompt/style.less.mjs +0 -4
  119. package/dist/es/Dialog/style.less.mjs +0 -4
  120. package/dist/es/FileItem/style.less.mjs +0 -4
  121. package/dist/es/Footer/style.less.mjs +0 -4
  122. package/dist/es/InputProgress/style.less.mjs +0 -4
  123. package/dist/es/QuillEditor/style.less.mjs +0 -4
  124. package/dist/es/_virtual/_cloneBuffer.mjs +0 -4
  125. package/dist/es/_virtual/_commonjsHelpers.mjs +0 -8
  126. package/dist/es/_virtual/_nodeUtil.mjs +0 -4
  127. package/dist/es/_virtual/index.mjs +0 -4
  128. package/dist/es/_virtual/isBuffer.mjs +0 -4
  129. package/dist/es/_virtual/jsx-runtime.mjs +0 -7
  130. package/dist/es/_virtual/jsx-runtime2.mjs +0 -4
  131. package/dist/es/_virtual/lib.mjs +0 -4
  132. package/dist/es/_virtual/react-jsx-runtime.production.min.mjs +0 -4
  133. package/dist/es/_virtual/ua-parser.min.mjs +0 -4
  134. package/dist/es/components/Copy/style.less.mjs +0 -4
  135. package/dist/es/components/JsonDisplay/style.less.mjs +0 -4
  136. package/dist/es/components/Markdown/style.less.mjs +0 -4
  137. package/dist/es/favicon.ico +0 -0
  138. package/dist/es/favicon2.ico +0 -0
  139. package/dist/es/font/font_4108228_4w5nlhafpte.js +0 -1
  140. package/dist/es/font/font_4439177_0sppkcnqiqgs.js +0 -1
  141. package/dist/es/font/gos-font.js +0 -64
  142. package/dist/es/images/empty.svg +0 -40
  143. package/dist/es/images/loading.gif +0 -0
  144. package/dist/es/images/logo.png +0 -0
  145. package/dist/es/images/map-example.png +0 -0
  146. package/dist/es/images/sketch.png +0 -0
  147. package/dist/es/index.html +0 -43
  148. package/dist/es/logo192.png +0 -0
  149. package/dist/es/logo512.png +0 -0
  150. package/dist/es/manifest.json +0 -25
  151. package/dist/es/node_modules/@babel/runtime/helpers/esm/extends.mjs +0 -13
  152. package/dist/es/node_modules/@react-spring/animated/dist/react-spring-animated.esm.mjs +0 -201
  153. package/dist/es/node_modules/@react-spring/core/dist/react-spring-core.esm.mjs +0 -1087
  154. package/dist/es/node_modules/@react-spring/rafz/dist/react-spring-rafz.esm.mjs +0 -104
  155. package/dist/es/node_modules/@react-spring/shared/dist/react-spring-shared.esm.mjs +0 -568
  156. package/dist/es/node_modules/@react-spring/web/dist/react-spring-web.esm.mjs +0 -158
  157. package/dist/es/node_modules/@use-gesture/core/dist/actions-fe213e88.esm.mjs +0 -847
  158. package/dist/es/node_modules/@use-gesture/core/dist/maths-0ab39ae9.esm.mjs +0 -35
  159. package/dist/es/node_modules/@use-gesture/core/dist/use-gesture-core.esm.mjs +0 -226
  160. package/dist/es/node_modules/@use-gesture/react/dist/use-gesture-react.esm.mjs +0 -33
  161. package/dist/es/node_modules/ahooks/es/useKeyPress/index.mjs +0 -221
  162. package/dist/es/node_modules/ahooks/es/useLatest/index.mjs +0 -8
  163. package/dist/es/node_modules/ahooks/es/useMemoizedFn/index.mjs +0 -19
  164. package/dist/es/node_modules/ahooks/es/useRafState/index.mjs +0 -16
  165. package/dist/es/node_modules/ahooks/es/useSize/index.mjs +0 -34
  166. package/dist/es/node_modules/ahooks/es/useUnmount/index.mjs +0 -17
  167. package/dist/es/node_modules/ahooks/es/useUnmountedRef/index.mjs +0 -13
  168. package/dist/es/node_modules/ahooks/es/utils/createEffectWithTarget.mjs +0 -27
  169. package/dist/es/node_modules/ahooks/es/utils/depsAreSame.mjs +0 -11
  170. package/dist/es/node_modules/ahooks/es/utils/depsEqual.mjs +0 -7
  171. package/dist/es/node_modules/ahooks/es/utils/domTarget.mjs +0 -13
  172. package/dist/es/node_modules/ahooks/es/utils/index.mjs +0 -12
  173. package/dist/es/node_modules/ahooks/es/utils/isAppleDevice.mjs +0 -5
  174. package/dist/es/node_modules/ahooks/es/utils/isBrowser.mjs +0 -5
  175. package/dist/es/node_modules/ahooks/es/utils/isDev.mjs +0 -5
  176. package/dist/es/node_modules/ahooks/es/utils/useDeepCompareWithTarget.mjs +0 -11
  177. package/dist/es/node_modules/ahooks/es/utils/useEffectWithTarget.mjs +0 -7
  178. package/dist/es/node_modules/ahooks/es/utils/useIsomorphicLayoutEffectWithTarget.mjs +0 -8
  179. package/dist/es/node_modules/ahooks/es/utils/useLayoutEffectWithTarget.mjs +0 -7
  180. package/dist/es/node_modules/antd/es/calendar/locale/zh_CN.mjs +0 -4
  181. package/dist/es/node_modules/antd/es/date-picker/locale/zh_CN.mjs +0 -23
  182. package/dist/es/node_modules/antd/es/locale/zh_CN.mjs +0 -132
  183. package/dist/es/node_modules/antd/es/time-picker/locale/zh_CN.mjs +0 -8
  184. package/dist/es/node_modules/antd-mobile/es/components/config-provider/config-provider.mjs +0 -20
  185. package/dist/es/node_modules/antd-mobile/es/components/image-viewer/image-viewer.css.mjs +0 -4
  186. package/dist/es/node_modules/antd-mobile/es/components/image-viewer/image-viewer.mjs +0 -76
  187. package/dist/es/node_modules/antd-mobile/es/components/image-viewer/index.mjs +0 -14
  188. package/dist/es/node_modules/antd-mobile/es/components/image-viewer/methods.mjs +0 -34
  189. package/dist/es/node_modules/antd-mobile/es/components/image-viewer/slide.mjs +0 -172
  190. package/dist/es/node_modules/antd-mobile/es/components/image-viewer/slides.mjs +0 -81
  191. package/dist/es/node_modules/antd-mobile/es/components/mask/index.mjs +0 -5
  192. package/dist/es/node_modules/antd-mobile/es/components/mask/mask.css.mjs +0 -4
  193. package/dist/es/node_modules/antd-mobile/es/components/mask/mask.mjs +0 -84
  194. package/dist/es/node_modules/antd-mobile/es/components/safe-area/index.mjs +0 -5
  195. package/dist/es/node_modules/antd-mobile/es/components/safe-area/safe-area.css.mjs +0 -4
  196. package/dist/es/node_modules/antd-mobile/es/components/safe-area/safe-area.mjs +0 -9
  197. package/dist/es/node_modules/antd-mobile/es/global/global.css.mjs +0 -4
  198. package/dist/es/node_modules/antd-mobile/es/global/index.mjs +0 -4
  199. package/dist/es/node_modules/antd-mobile/es/locales/zh-CN.mjs +0 -141
  200. package/dist/es/node_modules/antd-mobile/es/utils/attach-properties-to-component.mjs +0 -9
  201. package/dist/es/node_modules/antd-mobile/es/utils/bound.mjs +0 -7
  202. package/dist/es/node_modules/antd-mobile/es/utils/can-use-dom.mjs +0 -4
  203. package/dist/es/node_modules/antd-mobile/es/utils/convert-px.mjs +0 -9
  204. package/dist/es/node_modules/antd-mobile/es/utils/get-container.mjs +0 -6
  205. package/dist/es/node_modules/antd-mobile/es/utils/get-scroll-parent.mjs +0 -22
  206. package/dist/es/node_modules/antd-mobile/es/utils/matrix.mjs +0 -11
  207. package/dist/es/node_modules/antd-mobile/es/utils/native-props.mjs +0 -12
  208. package/dist/es/node_modules/antd-mobile/es/utils/render-imperatively.mjs +0 -46
  209. package/dist/es/node_modules/antd-mobile/es/utils/render-to-body.mjs +0 -12
  210. package/dist/es/node_modules/antd-mobile/es/utils/render-to-container.mjs +0 -13
  211. package/dist/es/node_modules/antd-mobile/es/utils/render.mjs +0 -52
  212. package/dist/es/node_modules/antd-mobile/es/utils/rubberband.mjs +0 -11
  213. package/dist/es/node_modules/antd-mobile/es/utils/should-render.mjs +0 -10
  214. package/dist/es/node_modules/antd-mobile/es/utils/supports-passive.mjs +0 -15
  215. package/dist/es/node_modules/antd-mobile/es/utils/use-drag-and-pinch.mjs +0 -6
  216. package/dist/es/node_modules/antd-mobile/es/utils/use-initialized.mjs +0 -8
  217. package/dist/es/node_modules/antd-mobile/es/utils/use-lock-scroll.mjs +0 -54
  218. package/dist/es/node_modules/antd-mobile/es/utils/use-touch.mjs +0 -32
  219. package/dist/es/node_modules/antd-mobile/es/utils/with-default-props.mjs +0 -11
  220. package/dist/es/node_modules/antd-mobile/es/utils/with-stop-propagation.mjs +0 -19
  221. package/dist/es/node_modules/classnames/index.mjs +0 -42
  222. package/dist/es/node_modules/comma-separated-tokens/index.mjs +0 -13
  223. package/dist/es/node_modules/copy-to-clipboard/index.mjs +0 -46
  224. package/dist/es/node_modules/devlop/lib/default.mjs +0 -5
  225. package/dist/es/node_modules/hast-util-from-dom/lib/index.mjs +0 -93
  226. package/dist/es/node_modules/hast-util-from-dom/node_modules/hastscript/lib/create-h.mjs +0 -126
  227. package/dist/es/node_modules/hast-util-from-dom/node_modules/hastscript/lib/index.mjs +0 -8
  228. package/dist/es/node_modules/hast-util-from-dom/node_modules/hastscript/lib/svg-case-sensitive-tag-names.mjs +0 -4
  229. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/index.mjs +0 -12
  230. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/aria.mjs +0 -61
  231. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/find.mjs +0 -33
  232. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/html.mjs +0 -368
  233. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/normalize.mjs +0 -6
  234. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/svg.mjs +0 -566
  235. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/util/case-insensitive-transform.mjs +0 -7
  236. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/util/case-sensitive-transform.mjs +0 -6
  237. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/util/create.mjs +0 -14
  238. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/util/defined-info.mjs +0 -36
  239. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/util/info.mjs +0 -28
  240. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/util/merge.mjs +0 -10
  241. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/util/schema.mjs +0 -21
  242. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/util/types.mjs +0 -15
  243. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/xlink.mjs +0 -19
  244. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/xml.mjs +0 -15
  245. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/xmlns.mjs +0 -16
  246. package/dist/es/node_modules/hast-util-from-html-isomorphic/lib/browser.mjs +0 -16
  247. package/dist/es/node_modules/hast-util-is-element/lib/index.mjs +0 -61
  248. package/dist/es/node_modules/hast-util-parse-selector/lib/index.mjs +0 -20
  249. package/dist/es/node_modules/hast-util-to-text/lib/index.mjs +0 -223
  250. package/dist/es/node_modules/katex/dist/katex.min.css.mjs +0 -4
  251. package/dist/es/node_modules/katex/dist/katex.mjs +0 -11700
  252. package/dist/es/node_modules/lodash/_Hash.mjs +0 -22
  253. package/dist/es/node_modules/lodash/_ListCache.mjs +0 -22
  254. package/dist/es/node_modules/lodash/_Map.mjs +0 -6
  255. package/dist/es/node_modules/lodash/_MapCache.mjs +0 -22
  256. package/dist/es/node_modules/lodash/_Stack.mjs +0 -20
  257. package/dist/es/node_modules/lodash/_Symbol.mjs +0 -5
  258. package/dist/es/node_modules/lodash/_Uint8Array.mjs +0 -5
  259. package/dist/es/node_modules/lodash/_apply.mjs +0 -17
  260. package/dist/es/node_modules/lodash/_arrayLikeKeys.mjs +0 -21
  261. package/dist/es/node_modules/lodash/_assignMergeValue.mjs +0 -10
  262. package/dist/es/node_modules/lodash/_assignValue.mjs +0 -11
  263. package/dist/es/node_modules/lodash/_assocIndexOf.mjs +0 -12
  264. package/dist/es/node_modules/lodash/_baseAssignValue.mjs +0 -14
  265. package/dist/es/node_modules/lodash/_baseCreate.mjs +0 -17
  266. package/dist/es/node_modules/lodash/_baseFor.mjs +0 -5
  267. package/dist/es/node_modules/lodash/_baseGetTag.mjs +0 -11
  268. package/dist/es/node_modules/lodash/_baseIsArguments.mjs +0 -10
  269. package/dist/es/node_modules/lodash/_baseIsNative.mjs +0 -15
  270. package/dist/es/node_modules/lodash/_baseIsTypedArray.mjs +0 -13
  271. package/dist/es/node_modules/lodash/_baseKeysIn.mjs +0 -16
  272. package/dist/es/node_modules/lodash/_baseMerge.mjs +0 -22
  273. package/dist/es/node_modules/lodash/_baseMergeDeep.mjs +0 -33
  274. package/dist/es/node_modules/lodash/_baseRest.mjs +0 -11
  275. package/dist/es/node_modules/lodash/_baseSetToString.mjs +0 -14
  276. package/dist/es/node_modules/lodash/_baseTimes.mjs +0 -9
  277. package/dist/es/node_modules/lodash/_baseTrim.mjs +0 -9
  278. package/dist/es/node_modules/lodash/_baseUnary.mjs +0 -9
  279. package/dist/es/node_modules/lodash/_cloneArrayBuffer.mjs +0 -10
  280. package/dist/es/node_modules/lodash/_cloneBuffer.mjs +0 -17
  281. package/dist/es/node_modules/lodash/_cloneTypedArray.mjs +0 -10
  282. package/dist/es/node_modules/lodash/_copyArray.mjs +0 -10
  283. package/dist/es/node_modules/lodash/_copyObject.mjs +0 -16
  284. package/dist/es/node_modules/lodash/_coreJsData.mjs +0 -5
  285. package/dist/es/node_modules/lodash/_createAssigner.mjs +0 -17
  286. package/dist/es/node_modules/lodash/_createBaseFor.mjs +0 -14
  287. package/dist/es/node_modules/lodash/_defineProperty.mjs +0 -11
  288. package/dist/es/node_modules/lodash/_freeGlobal.mjs +0 -5
  289. package/dist/es/node_modules/lodash/_getMapData.mjs +0 -10
  290. package/dist/es/node_modules/lodash/_getNative.mjs +0 -11
  291. package/dist/es/node_modules/lodash/_getPrototype.mjs +0 -5
  292. package/dist/es/node_modules/lodash/_getRawTag.mjs +0 -16
  293. package/dist/es/node_modules/lodash/_getValue.mjs +0 -7
  294. package/dist/es/node_modules/lodash/_hashClear.mjs +0 -9
  295. package/dist/es/node_modules/lodash/_hashDelete.mjs +0 -8
  296. package/dist/es/node_modules/lodash/_hashGet.mjs +0 -14
  297. package/dist/es/node_modules/lodash/_hashHas.mjs +0 -10
  298. package/dist/es/node_modules/lodash/_hashSet.mjs +0 -10
  299. package/dist/es/node_modules/lodash/_initCloneObject.mjs +0 -11
  300. package/dist/es/node_modules/lodash/_isIndex.mjs +0 -9
  301. package/dist/es/node_modules/lodash/_isIterateeCall.mjs +0 -15
  302. package/dist/es/node_modules/lodash/_isKeyable.mjs +0 -8
  303. package/dist/es/node_modules/lodash/_isMasked.mjs +0 -12
  304. package/dist/es/node_modules/lodash/_isPrototype.mjs +0 -9
  305. package/dist/es/node_modules/lodash/_listCacheClear.mjs +0 -7
  306. package/dist/es/node_modules/lodash/_listCacheDelete.mjs +0 -13
  307. package/dist/es/node_modules/lodash/_listCacheGet.mjs +0 -10
  308. package/dist/es/node_modules/lodash/_listCacheHas.mjs +0 -9
  309. package/dist/es/node_modules/lodash/_listCacheSet.mjs +0 -10
  310. package/dist/es/node_modules/lodash/_mapCacheClear.mjs +0 -15
  311. package/dist/es/node_modules/lodash/_mapCacheDelete.mjs +0 -10
  312. package/dist/es/node_modules/lodash/_mapCacheGet.mjs +0 -9
  313. package/dist/es/node_modules/lodash/_mapCacheHas.mjs +0 -9
  314. package/dist/es/node_modules/lodash/_mapCacheSet.mjs +0 -10
  315. package/dist/es/node_modules/lodash/_nativeCreate.mjs +0 -5
  316. package/dist/es/node_modules/lodash/_nativeKeysIn.mjs +0 -11
  317. package/dist/es/node_modules/lodash/_nodeUtil.mjs +0 -17
  318. package/dist/es/node_modules/lodash/_objectToString.mjs +0 -8
  319. package/dist/es/node_modules/lodash/_overArg.mjs +0 -9
  320. package/dist/es/node_modules/lodash/_overRest.mjs +0 -16
  321. package/dist/es/node_modules/lodash/_root.mjs +0 -5
  322. package/dist/es/node_modules/lodash/_safeGet.mjs +0 -8
  323. package/dist/es/node_modules/lodash/_setToString.mjs +0 -6
  324. package/dist/es/node_modules/lodash/_shortOut.mjs +0 -17
  325. package/dist/es/node_modules/lodash/_stackClear.mjs +0 -9
  326. package/dist/es/node_modules/lodash/_stackDelete.mjs +0 -8
  327. package/dist/es/node_modules/lodash/_stackGet.mjs +0 -7
  328. package/dist/es/node_modules/lodash/_stackHas.mjs +0 -7
  329. package/dist/es/node_modules/lodash/_stackSet.mjs +0 -18
  330. package/dist/es/node_modules/lodash/_toSource.mjs +0 -18
  331. package/dist/es/node_modules/lodash/_trimmedEndIndex.mjs +0 -10
  332. package/dist/es/node_modules/lodash/constant.mjs +0 -9
  333. package/dist/es/node_modules/lodash/debounce.mjs +0 -57
  334. package/dist/es/node_modules/lodash/eq.mjs +0 -7
  335. package/dist/es/node_modules/lodash/identity.mjs +0 -7
  336. package/dist/es/node_modules/lodash/isArguments.mjs +0 -10
  337. package/dist/es/node_modules/lodash/isArray.mjs +0 -4
  338. package/dist/es/node_modules/lodash/isArrayLike.mjs +0 -10
  339. package/dist/es/node_modules/lodash/isArrayLikeObject.mjs +0 -10
  340. package/dist/es/node_modules/lodash/isBuffer.mjs +0 -12
  341. package/dist/es/node_modules/lodash/isFunction.mjs +0 -13
  342. package/dist/es/node_modules/lodash/isLength.mjs +0 -8
  343. package/dist/es/node_modules/lodash/isObject.mjs +0 -8
  344. package/dist/es/node_modules/lodash/isObjectLike.mjs +0 -7
  345. package/dist/es/node_modules/lodash/isPlainObject.mjs +0 -17
  346. package/dist/es/node_modules/lodash/isSymbol.mjs +0 -10
  347. package/dist/es/node_modules/lodash/isTypedArray.mjs +0 -7
  348. package/dist/es/node_modules/lodash/keysIn.mjs +0 -11
  349. package/dist/es/node_modules/lodash/merge.mjs +0 -10
  350. package/dist/es/node_modules/lodash/now.mjs +0 -7
  351. package/dist/es/node_modules/lodash/stubFalse.mjs +0 -7
  352. package/dist/es/node_modules/lodash/toNumber.mjs +0 -23
  353. package/dist/es/node_modules/lodash/toPlainObject.mjs +0 -10
  354. package/dist/es/node_modules/longest-streak/index.mjs +0 -12
  355. package/dist/es/node_modules/mdast-util-math/lib/index.mjs +0 -170
  356. package/dist/es/node_modules/micromark-extension-math/lib/math-flow.mjs +0 -76
  357. package/dist/es/node_modules/micromark-extension-math/lib/math-text.mjs +0 -48
  358. package/dist/es/node_modules/micromark-extension-math/lib/syntax.mjs +0 -15
  359. package/dist/es/node_modules/micromark-factory-space/index.mjs +0 -15
  360. package/dist/es/node_modules/micromark-util-character/index.mjs +0 -10
  361. package/dist/es/node_modules/object-assign/index.mjs +0 -34
  362. package/dist/es/node_modules/rc-pagination/es/locale/zh_CN.mjs +0 -18
  363. package/dist/es/node_modules/rc-picker/es/locale/zh_CN.mjs +0 -31
  364. package/dist/es/node_modules/react/cjs/react-jsx-runtime.production.min.mjs +0 -45
  365. package/dist/es/node_modules/react/jsx-runtime.mjs +0 -8
  366. package/dist/es/node_modules/react-device-detect/dist/lib.mjs +0 -723
  367. package/dist/es/node_modules/react-fast-compare/index.mjs +0 -78
  368. package/dist/es/node_modules/react-infinite-scroll-component/dist/index.es.mjs +0 -188
  369. package/dist/es/node_modules/react-quill/dist/quill.snow.css.mjs +0 -4
  370. package/dist/es/node_modules/rehype-katex/lib/index.mjs +0 -83
  371. package/dist/es/node_modules/remark-math/lib/index.mjs +0 -13
  372. package/dist/es/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.mjs +0 -294
  373. package/dist/es/node_modules/space-separated-tokens/index.mjs +0 -7
  374. package/dist/es/node_modules/toggle-selection/index.mjs +0 -25
  375. package/dist/es/node_modules/tslib/tslib.es6.mjs +0 -64
  376. package/dist/es/node_modules/ua-parser-js/dist/ua-parser.min.mjs +0 -120
  377. package/dist/es/node_modules/unist-util-find-after/lib/index.mjs +0 -32
  378. package/dist/es/node_modules/unist-util-is/lib/index.mjs +0 -81
  379. package/dist/es/node_modules/unist-util-visit-parents/lib/color.mjs +0 -6
  380. package/dist/es/node_modules/unist-util-visit-parents/lib/index.mjs +0 -56
  381. package/dist/es/node_modules/web-namespaces/index.mjs +0 -11
  382. package/dist/es/packages/agent-cli-ui/node_modules/uuid/dist/esm-browser/native.mjs +0 -4
  383. package/dist/es/packages/agent-cli-ui/node_modules/uuid/dist/esm-browser/rng.mjs +0 -13
  384. package/dist/es/packages/agent-cli-ui/node_modules/uuid/dist/esm-browser/stringify.mjs +0 -9
  385. package/dist/es/packages/agent-cli-ui/node_modules/uuid/dist/esm-browser/v4.mjs +0 -23
  386. package/dist/es/robots.txt +0 -3
  387. package/dist/es/style.less.mjs +0 -4
  388. package/dist/lib/favicon.ico +0 -0
  389. package/dist/lib/favicon2.ico +0 -0
  390. package/dist/lib/font/font_4108228_4w5nlhafpte.js +0 -1
  391. package/dist/lib/font/font_4439177_0sppkcnqiqgs.js +0 -1
  392. package/dist/lib/font/gos-font.js +0 -64
  393. package/dist/lib/images/empty.svg +0 -40
  394. package/dist/lib/images/loading.gif +0 -0
  395. package/dist/lib/images/logo.png +0 -0
  396. package/dist/lib/images/map-example.png +0 -0
  397. package/dist/lib/images/sketch.png +0 -0
  398. package/dist/lib/index.html +0 -43
  399. package/dist/lib/logo192.png +0 -0
  400. package/dist/lib/logo512.png +0 -0
  401. package/dist/lib/manifest.json +0 -25
  402. package/dist/lib/robots.txt +0 -3
  403. /package/dist/es/{Dialog/HistoryItem → assets}/think.svg.mjs +0 -0
@@ -0,0 +1 @@
1
+ .inlay .questions,.float .questions{width:100%}.questions .question-tip{display:flex;align-items:center;margin-bottom:10px;height:24px;color:#84868c}.questions .question-tip img{width:24px;height:24px}.questions .question-row{max-height:260px;overflow-y:auto}.questions .question-pannel{background:white;padding:12px;border-radius:8px;width:100%;cursor:pointer;border:1px solid transparent}.questions .question-pannel .question-top{font-size:16px;height:32px;color:#070c14;font-weight:700;display:flex;width:100%}.questions .question-pannel .question-top .question-top-tip{flex:0 0 24px;margin-right:8px}.questions .question-pannel .question-top .question-top-title{flex:0 0 1;overflow:hidden;display:flex;align-items:center}.questions .question-pannel .question-top .question-top-type{margin-left:8px;flex:0 0 24px}.questions .question-pannel .question-top .question-only-plus-file{margin-left:0}.questions .question-pannel .question-top img{width:24px}.questions .question-pannel .not-have-top{display:none}.questions .question-pannel .question-bottom{font-size:14px;color:#070c14;line-height:21px}.questions .question-pannel .multiline-question{height:56px;margin-top:-7px}.questions .question-pannel__active{border:1px solid #b452ff;transition:all .25s}.questions .multiline-question-pannel{padding:16px 12px}.recommend-tooltip-overlay .ant-tooltip-inner{max-width:400px;max-height:300px;overflow-y:auto}
@@ -0,0 +1 @@
1
+ .quill-editor{position:relative}.quill-editor .ql-container{border-radius:4px}.quill-editor .ql-container:hover{border:1px solid none;outline:0}.quill-editor .quill-editor-send{position:absolute;left:8px;right:8px;bottom:34px;height:0;display:flex;justify-content:space-between}.quill-editor .ql-editor:before{font-style:normal;font-weight:400}.quill-editor .shortcut-direct{width:15px;height:15px;display:flex;align-items:center;justify-content:center}.quill-editor .shortcut-direct .ant-popover-inner-content{padding:0}.quill-editor .shortcut-direct .shortcut-direct-pannel{width:180px;padding:4px 0}.quill-editor .shortcut-direct .shortcut-direct-pannel .shortcut-direct-item{display:flex;align-items:center;justify-content:space-between;padding:4px 12px;cursor:pointer}.quill-editor .shortcut-direct .shortcut-direct-pannel .shortcut-direct-item .title{color:#393939}.quill-editor .shortcut-direct .shortcut-direct-pannel .shortcut-direct-item .text{color:#84868c}.quill-editor .shortcut-direct .shortcut-direct-pannel .shortcut-direct-item:hover{background:#f9f2ff}.quill-editor .shortcut-direct .shortcut-direct-pannel .shortcut-direct-item__disabled{display:flex;align-items:center;justify-content:space-between;padding:4px 12px;cursor:not-allowed}.quill-editor .shortcut-direct .shortcut-direct-pannel .shortcut-direct-item__disabled .title,.quill-editor .shortcut-direct .shortcut-direct-pannel .shortcut-direct-item__disabled .text{color:#b8babf}.quill-editor__active .ql-container{transition:all .3s,height 0;border:1px solid #b452ff;outline:0;box-shadow:none}.inlay .quill-editor .quill-editor-wrapper{max-height:344px;position:relative}.inlay .quill-editor .quill-editor-wrapper .ql-editor{min-height:134px;padding-bottom:32px}.inlay .quill-editor .quill-editor-wrapper__scroll{overflow-y:auto;scrollbar-width:none}.float .quill-editor .quill-editor-wrapper{max-height:200px;position:relative}.float .quill-editor .quill-editor-wrapper .ql-editor{min-height:134px;padding-bottom:24px}.float .quill-editor .quill-editor-wrapper__scroll{overflow-y:auto;scrollbar-width:none}
@@ -0,0 +1 @@
1
+ .history-item{margin-bottom:16px}.history-item .history-item-user{width:100%}.history-item .history-item-user .item-user-panel{display:flex;justify-content:flex-end}.history-item .history-item-user .item-user-panel .item-user-content{background:#f9f2ff;padding:12px;border-radius:12px 2px 12px 12px;border:1px solid #9c24f2;display:inline-block;width:auto;max-width:100%;color:#070c14;white-space:pre-wrap}.history-item .history-item-user .item-user-file{display:flex-end;margin-top:10px}.history-item .history-item-user ::selection{background-color:#b1d7ffb3;color:#fff}.history-item .history-item-bot{width:100%;border-radius:2px 12px 12px;background:white;padding:0 12px}.history-item .history-item-bot .item-bot-plugin{padding-top:12px}.history-item .history-item-bot .item-bot-plugin .bot-plugin-status .plugin-status-success{display:inline-block;width:14px;height:14px;color:#fff;background:#47d1cb;border-radius:50%;font-size:10px;display:flex;align-items:center;justify-content:center}.history-item .history-item-bot .item-bot-plugin .bot-plugin-status .plugin-status-error{display:inline-block;width:14px;height:14px;color:#fff;background:#f95b81;border-radius:50%;font-size:10px;display:flex;align-items:center;justify-content:center}.history-item .history-item-bot .item-bot-plugin .bot-plugin-status .plugin-status-loading{display:inline-block;width:14px;height:14px;color:#477bff;border-radius:50%;font-size:10px;display:flex;align-items:center;justify-content:center}.history-item .history-item-bot .item-bot-plugin .bot-plugin-title{font-weight:700;color:#000000a6}.history-item .history-item-bot .item-bot-plugin .bot-plugin-action{border:1px solid #00000026;border-radius:4px;color:#000000e0;padding:1px 8px}.history-item .history-item-bot .item-bot-plugin .ant-collapse-header{padding:0;height:38px;display:flex;align-items:center}.history-item .history-item-bot .item-bot-plugin .ant-collapse-content-box{padding:0}.history-item .history-item-bot .item-bot-plugin .bot-plugin-content{height:32px;line-height:32px;font-weight:700}.history-item .history-item-bot .item-bot-plugin .bot-plugin-json{background:white}.history-item .history-item-bot .item-bot-net{padding-top:12px}.history-item .history-item-bot .item-bot-content{width:100%;border-radius:2px 12px 12px;background:white;padding:12px 0;word-wrap:break-word}.history-item .history-item-bot .item-bot-content .content-think{margin-bottom:12px}.history-item .history-item-bot .item-bot-content .content-think .think-top{font-size:14px;line-height:24px;color:#070c14;display:flex;align-items:center;margin-bottom:12px;cursor:pointer}.history-item .history-item-bot .item-bot-content .content-think .think-top img{width:24px;margin-right:4px}.history-item .history-item-bot .item-bot-content .content-think .think-top .think-action{margin-left:8px}.history-item .history-item-bot .item-bot-content .content-think .think-bottom{font-size:14px;line-height:150%;color:#999;position:relative}.history-item .history-item-bot .item-bot-content .content-think .think-bottom .bottom-left{background:#d9d9d9;width:1px;position:absolute;left:10px;top:4px;bottom:4px}.history-item .history-item-bot .item-bot-content .content-think .think-bottom .bottom-left .thinking{position:absolute;left:-5px;top:0;width:12px;height:12px;background:#b752ea;border-radius:50%}.history-item .history-item-bot .item-bot-content .content-think .think-bottom .bottom-left .thinked{position:absolute;z-index:100;left:-5px;top:0;width:12px;height:12px;background:#04d68d;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-size:8px}.history-item .history-item-bot .item-bot-content .content-think .think-bottom .bottom-right{padding-left:22px}.history-item .ant-collapse-item{border-radius:4px;background-color:#f5f5f5;margin-bottom:8px;padding:0 0 0 8px}.history-item .ant-collapse-item .ant-collapse-content{padding-bottom:8px}.history-item .ant-collapse-item:last-child{margin-bottom:0}.history-item .ant-collapse-header-text{width:100%}.inlay .history-item__user{display:flex;justify-content:flex-end}.inlay .history-item-user,.inlay .history-item-bot{max-width:calc(100% - 64px)}.session-item-overlay-popover .ant-popover-inner-content{padding:6px}.session-item-overlay-popover .ant-popover-arrow{display:none}
@@ -0,0 +1 @@
1
+ .home-footer{background:#f5f5f5;width:100%;max-width:824px;margin:0 auto}.home-footer .footer-textarea{position:relative;background:white}.home-footer .footer-textarea .input-textview{min-height:134px;max-height:344px;resize:none;font-size:14px;border:1px solid transparent}.home-footer .footer-textarea .input-textview:focus,.home-footer .footer-textarea .input-textview:active,.home-footer .footer-textarea .input-textview.ant-input-focused{border:1px solid #b452ff;outline:0;box-shadow:none}.home-footer .footer-textarea .input-textview:hover{border:1px solid #b452ff;outline:0;box-shadow:0 0 0 2px #9c24f233}.home-footer .footer-textarea .footer-send{position:absolute;right:0;bottom:0;width:40px;height:130px}.home-footer .footer-textarea .footer-send .send-wrapper{height:16px;width:16px;font-size:16px;border-radius:6px;display:flex;justify-content:center;align-items:center;position:absolute;bottom:8px;right:12px;cursor:pointer;color:#b452ff}.home-footer .footer-textarea .footer-send .send-wrapper__disabled{height:16px;width:16px;font-size:16px;color:#b8babf;background:transparent}.home-footer .footer-warning{display:flex;justify-content:center;align-items:center;font-size:12px;font-weight:400;line-height:18px;text-align:left;color:#999}.inlay .home-footer .footer-textarea .input-textview{min-height:134px;max-height:344px}.float .home-footer .footer-textarea .input-textview{min-height:134px;max-height:200px}
@@ -0,0 +1 @@
1
+ .prompt-btn:hover,.prompt-btn:active,.prompt-btn.active{color:#9c24f2}.propmt-manage-popover .ant-popover-title{display:flex;align-items:center;font-size:16px;border:none}.propmt-manage-popover .ant-popover-title .prompt-popover-title{width:100%;display:flex;justify-content:space-between}.propmt-manage-popover .ant-popover-inner-content{padding:0;width:100%}.propmt-manage-popover .ant-popover-arrow{display:none}.propmt-manage-popover .ant-tabs-nav:before{border:0}
@@ -0,0 +1 @@
1
+ .footer-upload{display:flex;justify-content:center;align-items:center}.footer-upload .upload-enter{padding:0;height:24px;width:24px;display:flex;justify-content:center;align-items:center;cursor:pointer}.footer-upload .upload-enter.disabled{color:#b8babf;cursor:not-allowed}.footer-upload .upload-enter:hover{background:#ebebeb;border-radius:4px}.file-upload{width:100%;display:flex;flex-direction:column}.file-upload .ant-upload-drag{background-color:#fff;border:unset}.file-upload .ant-upload-drag .ant-upload-btn{padding:0}.file-upload .file-upload-icon{font-size:35px;color:#d3d3d3}.file-upload .file-upload-action{display:flex;justify-content:center;align-items:center;margin-bottom:12px}.file-upload .file-upload-desc{text-align:left;display:flex;flex-direction:column;font-weight:400;font-size:12px;margin:0 auto;color:#84868c;width:232px;line-height:18px;padding-left:20px}.file-upload .file-upload-desc .item-upload-desc{line-height:150%}.file-upload .file-upload-desc .item-upload-desc__1{display:flex;align-items:center}.file-upload .upload-wrapper{height:300px;overflow-y:auto;overflow-x:hidden}.file-upload .upload-wrapper .upload-main{flex:1;width:100%;overflow-y:auto;margin-bottom:16px}.file-upload .upload-wrapper .upload-main .upload-pannel{width:100%}.file-upload .upload-wrapper .upload-main .upload-empty{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.file-upload .upload-wrapper .upload-main .upload-item{cursor:pointer}.file-upload .upload-wrapper .upload-main .upload-item .upload-item-file-icon{display:inline-block;width:10px}.file-upload .upload-wrapper .upload-main .upload-item .upload-item-name{margin-left:10px;display:inline-block;max-width:230px;word-break:break-all}.file-upload .upload-wrapper .upload-main .upload-item .upload-item-upload-delete{display:inline-block;width:10px;color:#9c24f2;display:none}.file-upload .upload-wrapper .upload-main .upload-item:hover{background:rgba(0,0,0,.04)}.file-upload .upload-wrapper .upload-main .upload-item:hover .upload-item-upload-delete{display:inline-block}.card-title{display:flex;justify-content:space-between;align-items:center;color:#393939;font-size:14px}.card-title .name{font-weight:500}.card-title .actions{font-weight:400;display:flex;gap:12px}.card-title .actions .action{padding:4px 2px;cursor:pointer}.card-title .actions .action .detail{display:flex;gap:6px;align-items:center}.split-line{width:100%;height:1px;border:.5px solid #e8e9eb}.upload-popover{z-index:1}
@@ -0,0 +1 @@
1
+ .session-list-component{position:relative;z-index:1}.session-list-component .session-list-overlay .ant-popover-inner-content{padding:8px 10px}.session-list-component .list-overlay-action:hover{color:#9c24f2}
@@ -0,0 +1 @@
1
+ .prompt-setting-panel{display:flex;align-items:center;justify-content:center}.agent-prompt{margin:12px 12px 0;padding:12px;border-radius:4px;border:1px solid #e8e9eb;background:#fff;flex:1;max-width:824px}.agent-prompt .prompt-header{font-size:16px;line-height:24px;font-weight:600;color:#84868c}.agent-prompt .prompt-header .prompt-btn{color:#84868c}.agent-prompt .prompt-header .prompt-title{color:#5c5f66;font-style:normal;line-height:150%}.agent-prompt .prompt-form{max-height:160px;overflow-y:auto;margin-top:12px}.agent-prompt .prompt-form .ant-form-item{margin-left:15px}.agent-prompt .icon-prompt-question{cursor:pointer}
@@ -0,0 +1 @@
1
+ .connect{position:relative}.connect .net-tip{position:absolute;top:-45px;left:50%;transform:translate(-88%);white-space:nowrap;background:#ffffff;padding:8px;border-radius:4px;box-shadow:0 2px 8px #00000026;z-index:10}
@@ -0,0 +1 @@
1
+ .input-progress{display:flex}.input-progress .progress-point{display:flex;align-items:center;margin-right:8px}.input-progress .progress-point .point{width:6px;height:6px;border-radius:50%}.input-progress .progress-point .point1{background:#9c24f2;animation:animation1 1s ease-in infinite}.input-progress .progress-point .point2{background:#c47dff;margin:0 3px;animation:animation2 1s ease-in infinite}.input-progress .progress-point .point3{background:#ead4ff;animation:animation3 1s ease-in infinite}.input-progress .progress-waiting{color:#9c24f2}@keyframes animation1{0%{opacity:0}33%{opacity:1}to{opacity:1}}@keyframes animation2{0%,33%{opacity:0}67%{opacity:1}to{opacity:1}}@keyframes animation3{0%,67%{opacity:0}to{opacity:1}}
@@ -0,0 +1 @@
1
+ .dialog{width:100%;height:100%;position:relative;background:#f7f7f9;box-sizing:border-box;padding:0 16px 16px}.dialog .dialog-pannel{flex:1;height:100%;position:relative;display:flex}.dialog .dialog-pannel .dialog-sider{background:white;overflow:hidden}.dialog .dialog-pannel .dialog-content{height:100%;flex:1;flex-direction:column;display:flex;position:relative;overflow:hidden}.dialog .dialog-pannel .dialog-content .dialog-prompt{margin:16px;padding:12px;border-radius:4px;border:1px solid #e8e9eb;background:#fff}.dialog .dialog-pannel .dialog-content .dialog-chat{flex:1;background:white;display:flex;flex-direction:column;overflow:hidden}.dialog .dialog-pannel .dialog-content .dialog-chat .dialog-chat-header{flex:0 0 56px}.dialog .dialog-pannel .dialog-content .dialog-chat .dialog-chat-content{flex:1;overflow:auto;background:#f5f5f5}::selection{background-color:#bbd6fb}.home-footer ::selection{background-color:#b1d7ffb3;color:#000}.ant-modal-root ::selection{background-color:#b1d7ffb3;color:#000}.float .dialog{padding:0}
@@ -0,0 +1 @@
1
+ .file-item{height:64px;border-radius:6px;overflow:hidden;padding:12px;display:flex;background:white;cursor:pointer}.file-item .item-left{flex:0 0 40px;margin-right:8px}.file-item .item-left .file-icon{width:100%}.file-item .item-main{flex:1;overflow:hidden}.file-item .item-main .file-name{width:100%;font-size:14px;color:#070c14;font-weight:700;line-height:18px;margin-bottom:4px}.file-item .item-main .file-desc{font-size:12px;height:15px;color:#84868c}
File without changes
@@ -0,0 +1 @@
1
+ .session-refer{padding:12px 0;border-top:1px solid #e8e9eb}.session-refer .session-refer-header{color:#070c14;margin-bottom:12px;height:18px;display:flex;align-items:center}.session-refer .session-refer-header .refer-header-title{font-style:normal;font-weight:400;line-height:150%}.session-refer .session-refer-content .refer-markdown p{color:#84868c;line-height:150%}.session-refer .ant-collapse-header{padding:4px 0!important}.session-refer .ant-collapse-content-box{padding:4px 10px 4px 24px!important}
@@ -0,0 +1 @@
1
+ .json-display{margin:0;padding:4px}
@@ -0,0 +1 @@
1
+ .session-action{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e8e9eb;color:#84868c}.session-action .session-action-again{cursor:pointer;user-select:none}.session-action .session-action-again:hover{color:#b452ff}.session-action .session-action-comment{border-radius:4px;padding:4px}.session-action .session-action-comment .action-comment-feedback{font-size:16px}.session-action .session-action-comment .action-comment-feedback .comment-feedback-item{display:inline-block;width:100%;height:100%;cursor:pointer}.session-action .session-action-comment .action-comment-feedback .comment-feedback-item:hover{color:#b452ff}.session-action .session-action-comment .action-comment-feedback .comment-feedback-item__active{color:#9c24f2}.cai-pannel{width:260px;overflow:hidden}.cai-pannel .cai-error{color:#f33e3e;margin-bottom:12px}.cai-pannel .cai-title{margin-bottom:12px}.cai-pannel .cai-title .cai-require{color:#f33e3e}.cai-pannel .cai-title .cai-question{color:#070c14;text-align:center;font-size:14px}.cai-pannel .cai-list{display:flex;flex-wrap:wrap}.cai-pannel .cai-list .cai-item{padding:6px 8px;border-radius:4px;border:1px solid #e8e9eb;margin-bottom:12px;margin-right:12px;cursor:pointer}.cai-pannel .cai-list .cai-item:hover{color:#b452ff;border:1px solid #b452ff}.cai-pannel .cai-list .cai-item__active{color:#8614cc;border:1px solid #8614cc}.chat-item:last-child{margin-bottom:0}
@@ -0,0 +1 @@
1
+ .markdown{word-break:break-all}.markdown :last-child{margin-bottom:0}.markdown div,.markdown hr,.markdown h1,.markdown h2,.markdown h3,.markdown h4,.markdown h5,.markdown h6,.markdown p,.markdown table,.markdown code,.markdown img,.markdown address,.markdown blockquote,.markdown dir,.markdown menu,.markdown pre,.markdown ul,.markdown ol,.markdown li,.markdown dl{margin-bottom:12px;line-height:150%;white-space:pre-wrap}.markdown div:last-child,.markdown hr:last-child,.markdown h1:last-child,.markdown h2:last-child,.markdown h3:last-child,.markdown h4:last-child,.markdown h5:last-child,.markdown h6:last-child,.markdown p:last-child,.markdown table:last-child,.markdown code:last-child,.markdown img:last-child,.markdown address:last-child,.markdown blockquote:last-child,.markdown dir:last-child,.markdown menu:last-child,.markdown pre:last-child,.markdown ul:last-child,.markdown ol:last-child,.markdown li:last-child,.markdown dl:last-child{margin-bottom:0}.markdown ul,.markdown ol{padding-inline-start:20px}.markdown ul{list-style-type:disc}.markdown ol{list-style-type:decimal}.markdown ul,.markdown li{white-space:normal;margin-bottom:8px}.markdown table{display:block;border-collapse:collapse;border-radius:4px;max-width:100%;overflow:auto;width:max-content}.markdown td,.markdown th{border:1px solid #e8e9eb;padding:6px 13px;text-align:left}.markdown tr{color:#151b26;background-color:#fff}.markdown th{background-color:#f9f2ff;color:#000}.markdown tr:hover td{background-color:#fff}.markdown p code{background:#f9f2ff;border-radius:4px;padding:4px;display:inline;font-size:12px;color:#070c14}.markdown .markdown-code-title{margin:0;padding:0 16px;height:36px;border-radius:8px 8px 0 0;background:#f9f2ff;display:flex;align-items:center;justify-content:space-between;line-height:21px;font-weight:500;color:#070c14}.markdown .markdown-code-context{padding:16px;background:rgba(249,242,255,.3)!important;margin:0!important;border-radius:0 0 8px 8px}.markdown .markdown-code-context code{margin:0;font-size:85%;background:none;font-size:14px}.markdown .markdown-code-context code>span{flex-wrap:wrap}.markdown p{white-space:pre-line}.markdown pre code.hljs{display:block;overflow-x:auto;padding:1em}.markdown p{line-height:150%;height:auto!important}.markdown img{max-width:100%}.markdown a,.markdown a:hover{color:#0f64ff}.markdown code.hljs{padding:3px 5px}.markdown .hljs{background:rgba(249,242,255,.3);color:#000}.markdown .hljs-comment{color:#697070}.markdown .hljs-tag,.markdown .hljs-punctuation{color:#000a}.markdown .hljs-tag .hljs-name,.markdown .hljs-tag .hljs-attr{color:#000}.markdown .hljs-keyword,.markdown .hljs-attribute,.markdown .hljs-selector-tag,.markdown .hljs-meta .hljs-keyword,.markdown .hljs-doctag,.markdown .hljs-name{font-weight:700}.markdown .hljs-type,.markdown .hljs-string,.markdown .hljs-number,.markdown .hljs-selector-id,.markdown .hljs-selector-class,.markdown .hljs-quote,.markdown .hljs-template-tag,.markdown .hljs-deletion{color:#800}.markdown .hljs-title,.markdown .hljs-section{color:#800;font-weight:700}.markdown .hljs-regexp,.markdown .hljs-symbol,.markdown .hljs-variable,.markdown .hljs-template-variable,.markdown .hljs-link,.markdown .hljs-selector-attr,.markdown .hljs-operator,.markdown .hljs-selector-pseudo{color:#ab5656}.markdown .hljs-literal{color:#695}.markdown .hljs-built_in,.markdown .hljs-bullet,.markdown .hljs-code,.markdown .hljs-addition{color:#397300}.markdown .hljs-meta{color:#1f7199}.markdown .hljs-meta .hljs-string{color:#38a}.markdown .hljs-emphasis{font-style:italic}.markdown .hljs-strong{font-weight:700}.markdown .ant-image{margin-bottom:6px!important}.markdown .ant-image .ant-image-img{margin-bottom:0!important}
@@ -0,0 +1 @@
1
+ .session-related{padding-bottom:12px}.session-related .session-related-header{height:18px;padding:0}.session-related .session-related-main .question-main-item{color:#0f64ff;display:flex;align-items:center;cursor:pointer}.session-related .session-related-main .question-main-item:before{content:"";display:block;background:#0f64ff;width:4px;height:4px;border-radius:50%;margin:0 8px;cursor:pointer}
@@ -0,0 +1 @@
1
+ .refer-collapse{margin-top:16px;border-top:1px solid #e8e9eb;padding:8px 0}.refer-collapse .refer-title{margin-bottom:4px;color:#5c5f66}.refer-collapse .refer-title .refer-title-name{color:#070c14;font-size:12px;font-style:normal;font-weight:400;line-height:150%}.refer-collapse .refer-content,.refer-collapse .refer-content .refer-content-item{color:#84868c}.refer-collapse .ant-collapse-header{padding:4px 0!important}.refer-collapse .ant-collapse-content-box{padding:4px 10px 4px 24px!important}
@@ -0,0 +1 @@
1
+ .search-reference .bot-net-panel{user-select:none;margin-bottom:10px;width:180px;height:32px;background:white;line-height:32px;display:flex;justify-content:space-between;padding:0 12px;cursor:pointer}.search-reference .bot-net-main{background:white;padding:12px;line-height:22px}.search-reference .bot-net-main .text .link{cursor:pointer;color:#0f64ff}.search-reference .think-top{font-size:14px;line-height:24px;color:#070c14;display:flex;align-items:center;margin-bottom:12px;cursor:pointer}.search-reference .think-top img{width:24px;margin-right:4px}.search-reference .think-top .think-action{margin-left:8px}.search-reference .thinking{width:12px;height:12px;background:#b752ea;border-radius:50%;margin:6px}.search-reference .thinked{width:12px;height:12px;background:#04d68d;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-size:8px;margin:6px}.search-reference .thinked.error{background:#f33e3e}.search-reference .item-bot-plugin{line-height:24px}.search-reference .item-bot-plugin .bot-plugin-status .icon-search{font-size:24px}.search-reference .item-bot-plugin .bot-plugin-status .plugin-status-success{display:inline-block;width:14px;height:14px;color:#fff;background:#47d1cb;border-radius:50%;font-size:10px;display:flex;align-items:center;justify-content:center}.search-reference .item-bot-plugin .bot-plugin-status .plugin-status-error{display:inline-block;width:14px;height:14px;color:#fff;background:#f95b81;border-radius:50%;font-size:10px;display:flex;align-items:center;justify-content:center}.search-reference .item-bot-plugin .bot-plugin-status .plugin-status-loading{display:inline-block;width:14px;height:14px;color:#477bff;border-radius:50%;font-size:10px;display:flex;align-items:center;justify-content:center}.search-reference .item-bot-plugin .bot-plugin-title{font-weight:700;color:#000000a6}.search-reference .item-bot-plugin .bot-plugin-action{border:1px solid #00000026;border-radius:4px;color:#000000e0;padding:1px 8px}.search-reference .item-bot-plugin .ant-collapse-header{padding:0;height:38px;display:flex;align-items:center}.search-reference .item-bot-plugin .ant-collapse-content-box{padding:0}.search-reference .item-bot-plugin .bot-plugin-content{height:32px;line-height:32px;font-weight:700}.search-reference .item-bot-plugin .bot-plugin-json{background:white}.search-reference .ant-collapse-item{padding:0 8px}.search-reference-list{margin-right:8px;border-radius:6px}.search-reference-list-item{display:flex;flex-direction:column;padding:12px 8px 8px;gap:0px 10px;flex-wrap:wrap;align-content:flex-start;border-radius:6px;background:#FFFFFF;box-sizing:border-box;border:1px solid #E5E7EB;margin-bottom:8px}.search-reference-list-item :last-child{margin-bottom:0}.search-reference-list-item :hover{cursor:pointer}.search-reference-list-item-footer{display:flex;justify-content:space-between;padding:0;row-gap:0px;flex-wrap:wrap;align-content:flex-start;z-index:0;line-height:24px;align-items:center}.search-reference-list-item-footer .logo{width:24px;height:24px}.search-reference-list-item-footer .name{font-family:Roboto;font-size:12x;font-weight:400;line-height:24px;letter-spacing:normal;color:#4b5563}.search-reference-list-item-footer .time{font-family:Roboto;font-size:12x;font-weight:400;line-height:24px;letter-spacing:normal;color:#9ca3af}.search-reference-list-item-title{font-family:Roboto;font-size:16px;font-weight:600;line-height:28px;letter-spacing:normal;color:#000}.search-reference-list-item-title .number{margin-right:4px}.search-reference-list-item-content{font-family:Roboto;font-size:14px;font-weight:400;line-height:24px;letter-spacing:normal;color:#4b5563;padding:0 8px;display:inline-block}
@@ -0,0 +1 @@
1
+ .prompt-list-wrap{width:100%;height:250px}.prompt-list-wrap .prompt-list{height:204px;overflow:auto;width:100%}.prompt-list-wrap .prompt-list-footer{height:46px;display:flex;align-items:center;border-top:1px solid #f0f0f0;padding:0 16px;margin:0 -16px}.prompt-list-wrap .prompt-list-item{height:51px;padding:4px;display:flex;justify-content:space-between;overflow:hidden}.prompt-list-wrap .prompt-list-item-body{flex-grow:1;overflow:hidden}.prompt-list-wrap .prompt-list-item-title{font-size:14px}.prompt-list-wrap .prompt-list-item-title .hightlight{color:#9c24f2}.prompt-list-wrap .prompt-list-item-context{line-height:21px;font-size:12px;width:100%}.prompt-list-wrap .prompt-list-item-actions{display:none;align-items:center}.prompt-list-wrap .prompt-list-item-actions .ant-btn{color:#9c24f2}.prompt-list-wrap .prompt-list-item:hover{background-color:#f9f2ff;cursor:pointer}.prompt-list-wrap .prompt-list-item:hover .prompt-list-item-actions{display:flex}.prompt-list-wrap .prompt-list-empty{max-width:500px;margin:0 auto;overflow:hidden}.prompt-list-wrap .prompt-list-empty-tips{height:124px;overflow:hidden;width:100%;display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.prompt-list-wrap .prompt-list-empty-tips-item{width:200px;font-size:12px;display:flex;flex-direction:column}.prompt-list-wrap .prompt-list-empty-tips-item img{max-width:100%;margin-bottom:16px}.prompt-list-wrap .add-prompt-btn{padding-left:0}
@@ -0,0 +1 @@
1
+ .chat-header{height:56px;padding:0 24px;border-bottom:1px solid #e8e9eb;display:flex;align-items:center;justify-content:space-between;background:white}.chat-header .header-title{color:#151b26;font-size:16px;font-style:normal;font-weight:700;line-height:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@@ -0,0 +1 @@
1
+ .clear-modal .title{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:500;text-align:left;color:#161616}.clear-modal .content{font-size:14px;font-weight:400;line-height:22px;text-align:justified;color:#393939}
@@ -0,0 +1 @@
1
+ .file-card{height:38px;min-width:232px;max-width:600px;display:flex;padding:6px 12px 6px 6px;align-items:center;gap:4px;border-radius:6px;background:#ffffff;position:relative}.file-card .analysis{display:flex;justify-content:center;align-items:center;gap:8px;font-size:12px;font-weight:400;line-height:22px;text-align:left;color:#84868c}.file-card .file-icon{height:100%;width:24px}.file-card.small{height:30px;width:150px;padding:3px 6px 3px 3px}.file-card.small .file-icon{width:24px}.file-card .file-desc{flex:1;overflow:hidden}.file-card .file-desc .file-desc-name{color:#5c5f66;font-size:12px;font-style:normal;font-weight:700;line-height:150%}.file-card .file-desc .file-desc-name:hover{cursor:pointer}.file-card .file-desc .file-desc-name:hover .ant-typography{color:#b452ff}.file-card .file-desc .file-desc-size{color:#84868c;font-size:10px;font-style:normal;font-weight:400;line-height:150%}.file-card .file-process{background-color:#f7f7f9;border-radius:8px;width:16px;height:16px;line-height:16px;text-align:center;display:inline-flex;align-items:center;justify-content:center}.file-card .file-remove{cursor:pointer;display:inline-block;width:16px;height:16px;line-height:16px;text-align:center;color:#151b26;display:inline-flex;align-items:center;justify-content:center}.file-card .file-remove:hover{background-color:#fff;color:#b452ff}.file-card .file-failed{display:inline-block;width:16px;height:16px;line-height:16px;text-align:center;color:#dc4446;display:inline-flex;align-items:center;justify-content:center}.file-remove-tooltip .ant-tooltip-content .ant-tooltip-inner{padding:12px}
@@ -0,0 +1 @@
1
+ .ant-drawer-content-wrapper{height:calc(100% - 54px)!important;border-radius:12px 12px 0 0}.ant-drawer-content-wrapper .ant-drawer-header{padding:12px 16px;border-bottom:none}.ant-drawer-content-wrapper .ant-drawer-header .ant-drawer-header-title{justify-content:space-between;flex-direction:row-reverse;font-size:16px;color:#393939}.ant-drawer-content-wrapper .ant-drawer-header .ant-drawer-header-title .ant-drawer-close{margin:0;padding:0}.ant-drawer-content-wrapper .ant-drawer-body{padding:0 16px 26px}.ant-drawer-content-wrapper .ant-drawer-body .session-item-panel{max-height:124px;width:100%;padding:2px 0;border-bottom:1px solid #e8e9eb}.ant-drawer-content-wrapper .ant-drawer-body .session-item-panel .session-item-space{padding:10px 0;overflow:hidden}.ant-drawer-content-wrapper .ant-drawer-body .session-item-panel:hover{cursor:pointer}.ant-drawer-content-wrapper .ant-drawer-body .session-item-panel .ant-space{width:100%}.ant-drawer-content-wrapper .ant-drawer-body .session-item-panel .item-question{font-size:14px;font-weight:700;line-height:21px;color:#070c14;width:100%;display:flex;align-items:center;justify-content:space-between}.ant-drawer-content-wrapper .ant-drawer-body .session-item-panel .item-question .ant-tag{width:58px;height:24px;padding:1px 8px;border-radius:4px;font-size:14px;font-weight:400;background-color:#9c24f2;color:#fff}.ant-drawer-content-wrapper .ant-drawer-body .session-item-panel .item-question .session-item-name{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ant-drawer-content-wrapper .ant-drawer-body .session-item-panel .item-question .icons-bar{display:flex}.ant-drawer-content-wrapper .ant-drawer-body .session-item-panel .item-question .icons-bar .ant-btn{margin:0 3px}.ant-drawer-content-wrapper .ant-drawer-body .session-item-panel .item-question .ant-btn{width:20px;height:20px;padding:0;font-size:12px;color:#000}.ant-drawer-content-wrapper .ant-drawer-body .session-item-panel .item-question .name-edit-panel{width:100%;position:relative}.ant-drawer-content-wrapper .ant-drawer-body .session-item-panel .item-question .name-edit-panel .name-edit-input{width:100%}.ant-drawer-content-wrapper .ant-drawer-body .session-item-panel .item-question .name-edit-panel .name-edit-input .ant-input-show-count-suffix{font-size:12px;font-weight:400;color:#e0e0e0;margin-right:60px}.ant-drawer-content-wrapper .ant-drawer-body .session-item-panel .item-question .name-edit-panel .ant-btn{position:absolute;right:12px;top:7px;z-index:999}.ant-drawer-content-wrapper .ant-drawer-body .session-item-panel .item-question .name-edit-panel .ant-btn .anticon{font-size:14px}.ant-drawer-content-wrapper .ant-drawer-body .session-item-panel .item-answer{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#84868c}.ant-drawer-content-wrapper .ant-drawer-body .session-item-panel .item-file{font-size:12px;color:#84868c}.ant-drawer-content-wrapper .ant-drawer-body .session-item-panel .item-file .file-icon{width:16px;height:16px}.ant-drawer-content-wrapper .ant-drawer-body .session-item-panel .item-file .file-name{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ant-drawer-content-wrapper .ant-drawer-body .session-item-panel .item-file .ant-tag{font-size:10px;border:1px solid #84868c;background-color:transparent;color:#84868c}.ant-drawer-content-wrapper .ant-drawer-body .session-item-panel .item-file .file-status-icon{position:absolute;left:6px;top:-2px;border-radius:10px;border:1px solid #fff}.ant-drawer-content-wrapper .ant-drawer-body .session-item-panel .item-file .success-file-icon{color:#45cc27}.ant-drawer-content-wrapper .ant-drawer-body .session-item-panel .item-file .failed-file-icon{color:#dc4446}.ant-drawer-content-wrapper .ant-drawer-body .session-item-panel .item-file .loading-file-icon{height:12px;width:12px;font-size:10px;background-color:#fff}.ant-drawer-content-wrapper .ant-drawer-body .current-item{margin:2px 0}.ant-drawer-content-wrapper .ant-drawer-body .current-item .session-item-space{border-radius:8px;background-color:#f9f2ff;padding:8px}.loading-panel .ant-drawer-body{display:flex;justify-content:center;align-items:center}
@@ -0,0 +1 @@
1
+ .copy-btn{font-size:16px;cursor:pointer}.copy-btn:hover{color:#b452ff}
@@ -0,0 +1 @@
1
+ .bot-session-container{height:100%}.bot-session-container .agent-sessions{height:100%;width:310px;display:flex;flex-direction:column;overflow:hidden;background:white}.bot-session-container .agent-sessions .sessions-header{height:56px;padding:0 16px;border-right:1px solid #e8e9eb;border-bottom:1px solid #e8e9eb;display:flex;justify-content:space-between;align-items:center}.bot-session-container .agent-sessions .sessions-header .session-header-title{color:#151b26;font-size:16px;font-weight:700;line-height:24px}.bot-session-container .agent-sessions .sessions-main{flex:1;border-right:1px solid #e8e9eb;overflow-y:auto}.bot-session-container .agent-sessions .sessions-main .session-item{width:100%;padding:8px 0;cursor:pointer;margin-bottom:4px}.bot-session-container .agent-sessions .sessions-main .session-item .session-item-wrapper{width:100%;height:100%;padding:0 16px;height:52px;border-left:3px solid #f9f2ff}.bot-session-container .agent-sessions .sessions-main .session-item .session-item-wrapper .session-item-top{color:#fff;font-size:14px;font-weight:700;line-height:22px;height:22px;width:100%;margin-bottom:4px;display:flex;justify-content:space-between}.bot-session-container .agent-sessions .sessions-main .session-item .session-item-wrapper .session-item-top .item-top-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;max-width:calc(100% - 55px);margin-right:4px;color:#5c5f66}.bot-session-container .agent-sessions .sessions-main .session-item .session-item-wrapper .session-item-top .item-top-action{font-size:12px;display:flex;align-items:center}.bot-session-container .agent-sessions .sessions-main .session-item .session-item-wrapper .session-item-top .item-top-action .icon-action{color:#9c24f2}.bot-session-container .agent-sessions .sessions-main .session-item .session-item-wrapper .session-item-top .item-top-action .icon-action:hover{color:#b452ff}.bot-session-container .agent-sessions .sessions-main .session-item .session-item-wrapper .session-item-bottom{font-size:12px;line-height:22px;display:flex}.bot-session-container .agent-sessions .sessions-main .session-item .session-item-wrapper .session-item-bottom .item-bottom-desc{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#5c5f66}.bot-session-container .agent-sessions .sessions-main .session-item .session-item-wrapper .session-item-bottom .item-bottom-time{flex:0 0 100px;color:#84868c;font-size:12px;line-height:22px;text-align:right}.bot-session-container .agent-sessions .sessions-main .session-item__active{border-radius:4px;background:#f9f2ff}.bot-session-container .agent-sessions .sessions-main .session-item__active .session-item-wrapper{border-left:3px solid #9c24f2}.bot-session-container .agent-sessions .sessions-main .session-item:hover{border-radius:4px;background:#f9f2ff}
@@ -0,0 +1 @@
1
+ .knowledge-select{width:204px;height:28px;border-radius:10px;border:1px solid}.knowledge-select .select-popover{cursor:pointer;width:100%;height:100%;padding:0 8px;display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:400}.knowledge-select .select-popover .select-icon{color:#84868c}.knowledge-select .select-popover .title{line-height:22px;color:#84868c}.knowledge-select .select-popover .content{padding:2px 8px;border-radius:4px;background:#f7f7f9;line-height:18px;color:#84868c}.knowledge-select .ant-popover-placement-bottomRight{padding-top:5px!important}.knowledge-select .ant-popover-placement-bottomRight .ant-popover-arrow{display:none}.knowledge-select .ant-popover-placement-bottomRight .ant-popover-inner .ant-popover-inner-content{height:200px;overflow-y:auto;font-size:14px;font-weight:400;line-height:21px;color:#84868c}
@@ -0,0 +1 @@
1
+ .agent-chat{width:100%;height:100%;display:flex;flex-direction:column;max-width:824px;margin:0 auto;overflow:hidden}.agent-chat .chat-main{flex:1;padding:16px;overflow:hidden;width:100%;transition:all 1s;position:relative}.agent-chat .chat-main .chat-main-wrapper{width:100%;height:100%;overflow-y:auto;overflow-x:hidden}.agent-chat .chat-main .session-stop{display:flex;align-items:center;justify-content:center;position:absolute;left:0;right:0;bottom:4px}.agent-chat .chat-main .back-bottom{transition:all 3.3s;position:absolute;background:white;box-shadow:0 0 5px #ddd;font-size:0;border-radius:50%;width:26px;height:26px;right:4px;bottom:0;display:flex;justify-content:center;align-content:center}.agent-chat .chat-main .main-pannel{width:100%;transition:all 1s}.agent-chat .chat-main .main-empty{width:100%;height:100%;overflow-y:auto}.agent-chat .chat-footer{position:relative;flex:0;padding:0 16px 8px;display:flex}.agent-chat .chat-footer .camera-out-btn:hover,.agent-chat .chat-footer .camera-out-btn:active,.agent-chat .chat-footer .camera-out-btn.active{color:#9c24f2}.agent-chat .chat-footer .chat-footer-input{flex:1;position:relative;width:100%}.agent-chat .chat-footer .chat-footer-input .ant-upload.ant-upload-select-picture-card{width:20px;height:20px;border:none;margin:0}.agent-chat .chat-footer .chat-footer-input .upload-wrapper{height:20px;width:20px;font-size:16px;border:1px solid #9c24f2;color:#9c24f2;border-radius:2px;display:flex;justify-content:center;align-items:center;cursor:pointer}.agent-chat .chat-footer .chat-footer-input .upload-wrapper.upload-wrapper__disabled{border:1px solid #b8babf;color:#b8babf;cursor:not-allowed}.agent-chat .chat-footer .chat-footer-input .input-files{margin-bottom:8px}.agent-chat .chat-footer .footer-upload-action{width:100%;height:28px;display:flex;justify-content:space-between;align-items:center}.agent-chat .chat-footer .footer-upload-action .footer-upload-picture{display:inline-block;width:20px}.agent-chat .chat-footer .footer-upload-action .add-btn{width:70px;height:24px;padding:0;font-size:12px;border-radius:10px 10px 10px 2px}.agent-chat .chat-footer .footer-upload-action .add-btn:disabled,.agent-chat .chat-footer .footer-upload-action .add-btn:disabled:hover{background:#b8babf;color:#fff}.agent-chat .chat-footer .chat-footer-send{position:absolute;right:34px;bottom:16px}
@@ -0,0 +1 @@
1
+ .greeting{display:flex;flex-direction:column;align-items:center;flex:1;margin:0 auto;max-width:824px;width:100%;padding:16px 0}.greeting-icon{width:74px;height:74px;border-radius:50%;box-shadow:0 6px 16px 2px #070c1414;padding:5px;margin-bottom:24px}.greeting-icon .img{width:64px;height:64px}.greeting-word{font-weight:700;font-size:24px;line-height:30px;margin-bottom:24px}.greeting-questions{width:100%;padding:0 12px}.inlay .greeting{margin-top:40px}.float .greeting{overflow-y:auto;flex:none}
@@ -0,0 +1 @@
1
+ .file-preview{width:auto;border-radius:6px;border:1px solid #e8e9eb;background:#ffffff;position:relative;display:inline-block;max-height:80px}.file-preview .file-icon{height:100%;width:48px}.file-preview.small{height:30px;width:150px;padding:3px 6px 3px 3px}.file-preview.small .file-icon{width:24px}.file-preview .file-desc{flex:1;overflow:hidden}.file-preview .file-desc .file-desc-name{color:#5c5f66;font-size:12px;font-style:normal;font-weight:700;line-height:150%;margin-bottom:4px}.file-preview .file-desc .file-desc-size{color:#84868c;font-size:10px;font-style:normal;font-weight:400;line-height:150%}.file-preview .file-action{position:absolute;right:-8px;top:-8px}.file-preview .file-process{background-color:#f7f7f9;border-radius:8px;width:16px;height:16px;line-height:16px;text-align:center;display:inline-flex;align-items:center;justify-content:center}.file-preview .file-remove{display:inline-block;border-radius:10px;width:20px;height:20px;line-height:20px;text-align:center;color:#84868c;border:1px solid #e8e9eb;display:inline-flex;align-items:center;justify-content:center;background-color:#f7f7f9}.file-preview .file-remove:hover{background-color:#fff;color:#b452ff}.file-remove-tooltip .ant-tooltip-content .ant-tooltip-inner{padding:12px}
@@ -0,0 +1 @@
1
+ .prompt-modal .title{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:500;text-align:left;color:#161616}.prompt-modal .content{font-size:14px;font-weight:400;line-height:22px;text-align:justified;color:#393939}