diff --git a/ui/public/index.html b/ui/public/index.html new file mode 100644 index 000000000..6bb01923c --- /dev/null +++ b/ui/public/index.html @@ -0,0 +1,20 @@ + + + + + + 111 + + + + + + diff --git a/ui/src/assets/acoustic-color.svg b/ui/src/assets/acoustic-color.svg new file mode 100644 index 000000000..d9cfa1498 --- /dev/null +++ b/ui/src/assets/acoustic-color.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ui/src/assets/acoustic.svg b/ui/src/assets/acoustic.svg new file mode 100644 index 000000000..a400eff9b --- /dev/null +++ b/ui/src/assets/acoustic.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ui/src/components/ai-chat/KnowledgeSource.vue b/ui/src/components/ai-chat/KnowledgeSource.vue index 0c98666d8..729a6317b 100644 --- a/ui/src/components/ai-chat/KnowledgeSource.vue +++ b/ui/src/components/ai-chat/KnowledgeSource.vue @@ -112,7 +112,7 @@ const uniqueParagraphList = computed(() => { }) diff --git a/ui/src/components/ai-chat/component/chat-input-operate/index.vue b/ui/src/components/ai-chat/component/chat-input-operate/index.vue index 14e185a69..a26d7a2a4 100644 --- a/ui/src/components/ai-chat/component/chat-input-operate/index.vue +++ b/ui/src/components/ai-chat/component/chat-input-operate/index.vue @@ -1,5 +1,5 @@