gerson
2024-09-07 37179a65229455f540dc3ca62d31c4716e15d12d
分支
用户 gerson <1405270578@qq.com>
星期六, 九月 7, 2024 14:32 +0800
提交者 gerson <1405270578@qq.com>
星期六, 九月 7, 2024 14:32 +0800
提交37179a65229455f540dc3ca62d31c4716e15d12d
目录 9f19fab89ad0c69c3e292d3c4bc947948bc34f64 目录 | zip | gz
上一版本 f10ba0bb7199e3b6bd6ed55dde682ba13de2fa19 查看 | 对比
集成 chat组件
已修改6个文件
已添加44个文件
4150 ■■■■■ 文件已修改
customer_list/yw/static/images/role/assistant-200x192.png 对比 | 查看 | 原始文档 | blame | 历史
customer_list/yw/static/images/role/user-200x206.png 对比 | 查看 | 原始文档 | blame | 历史
package-lock.json 82 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
package.json 4 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/api/ai/chat.ts 82 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/api/supervisorAdmin/index.ts 13 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/Chat.vue 383 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/chatComponents/common.ts 126 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/chatComponents/hooks/useDrawChatChart.ts 42 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/chatComponents/htmlCom/HTMLCom.vue 24 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/chatComponents/knowledgeCom/KnowledgeCom.vue 34 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/chatComponents/mapCom/MapCom.vue 130 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/chatComponents/mapCom/TestData.ts 287 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/chatComponents/mapCom/img/monitor-point.svg 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/chatComponents/mapCom/types.ts 18 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/chatComponents/normalTextCom/NormalTextCom.vue 13 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/chatComponents/recordSetCom/RecordSetCom.vue 112 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/chatComponents/summaryCom/SummaryCom.vue 35 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/chatComponents/summaryCom/components/amisPage/AmisPage.vue 28 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/chatComponents/summaryCom/components/amisPage/testData.json 424 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/chatComponents/summaryCom/components/deviceLastValue/DeviceLastValueCom.vue 328 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/chatComponents/summaryCom/components/deviceLastValue/MonitorContent.vue 117 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/chatComponents/summaryCom/components/deviceLastValue/constants.ts 18 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/chatComponents/summaryCom/components/deviceLastValue/types.ts 21 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/chatComponents/summaryCom/components/recordSet/RecordSet.vue 457 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/chatComponents/summaryCom/components/recordSet/RecordSetDialog.vue 91 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/chatComponents/summaryCom/components/recordSet/components/List.vue 60 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/chatComponents/summaryCom/components/recordSet/components/TimeRange.vue 146 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/chatComponents/summaryCom/components/recordSet/components/Timestamp.vue 59 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/chatComponents/summaryCom/components/recordSet/components/YRange.vue 48 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/chatComponents/summaryCom/components/recordSet/components/constants.ts 2 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/chatComponents/summaryCom/components/recordSet/components/types.ts 18 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/chatComponents/summaryCom/components/recordSet/types.ts 64 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/chatComponents/summaryCom/components/recordSetTable/RecordSetTable.vue 136 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/chatComponents/summaryCom/components/summary/Summary.vue 32 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/chatComponents/summaryCom/components/types.ts 31 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/chatComponents/types.ts 18 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/components/Loading/Loading.vue 114 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/components/model/Record.ts 68 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/components/model/types.ts 61 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/hooks/useAssistantContentOpt.ts 144 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/hooks/useQueryProcess.ts 41 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/hooks/useScrollToBottom.ts 37 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/libs/gpt.ts 21 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/libs/markdown.ts 21 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/model/Record.ts 68 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/chat/model/types.ts 61 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/form/datepicker/constants.ts 3 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/utils/util.ts 26 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/project/yw/lowCode/sqlAmis/SqlAmis.vue 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史