diff --git a/ui/src/assets/logo/logo_dingtalk.svg b/ui/src/assets/logo/logo_dingtalk.svg new file mode 100644 index 000000000..64d957d4f --- /dev/null +++ b/ui/src/assets/logo/logo_dingtalk.svg @@ -0,0 +1,3 @@ + + + diff --git a/ui/src/assets/logo/logo_lark.svg b/ui/src/assets/logo/logo_lark.svg new file mode 100644 index 000000000..938c5055d --- /dev/null +++ b/ui/src/assets/logo/logo_lark.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/ui/src/assets/logo/logo_slack.svg b/ui/src/assets/logo/logo_slack.svg new file mode 100644 index 000000000..972c87fce --- /dev/null +++ b/ui/src/assets/logo/logo_slack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ui/src/assets/logo/logo_wechat-work.svg b/ui/src/assets/logo/logo_wechat-work.svg new file mode 100644 index 000000000..ea8601249 --- /dev/null +++ b/ui/src/assets/logo/logo_wechat-work.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/ui/src/assets/logo/logo_wechat.svg b/ui/src/assets/logo/logo_wechat.svg new file mode 100644 index 000000000..6c0e78de8 --- /dev/null +++ b/ui/src/assets/logo/logo_wechat.svg @@ -0,0 +1,3 @@ + + + diff --git a/ui/src/components/ai-chat/component/ParagraphCard.vue b/ui/src/components/ai-chat/component/ParagraphCard.vue index 67d4df538..01658fb9d 100644 --- a/ui/src/components/ai-chat/component/ParagraphCard.vue +++ b/ui/src/components/ai-chat/component/ParagraphCard.vue @@ -7,7 +7,7 @@ :showIcon="false" >
{{ score?.toFixed(3) || data.similarity?.toFixed(3) }}
- + - + {{ data?.dataset_name }} - + - +
diff --git a/ui/src/components/ai-chat/component/transition-content/index.vue b/ui/src/components/ai-chat/component/transition-content/index.vue index a019ee5c0..b240e7842 100644 --- a/ui/src/components/ai-chat/component/transition-content/index.vue +++ b/ui/src/components/ai-chat/component/transition-content/index.vue @@ -13,9 +13,9 @@ fit="cover" style="width: 28px; height: 28px; display: block" /> - + - + diff --git a/ui/src/components/ai-chat/index.vue b/ui/src/components/ai-chat/index.vue index e7efe3aa1..27f948a75 100644 --- a/ui/src/components/ai-chat/index.vue +++ b/ui/src/components/ai-chat/index.vue @@ -625,7 +625,7 @@ defineExpose({ })