diff --git a/ui/public/index.html b/ui/public/index.html new file mode 100644 index 00000000..6bb01923 --- /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 00000000..d9cfa149 --- /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 00000000..a400eff9 --- /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 0c98666d..729a6317 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 14e185a6..a26d7a2a 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 @@