diff --git a/src/assets/images/tip-icon-blue.png b/src/assets/images/tip-icon-blue.png new file mode 100644 index 0000000..06ba9fd Binary files /dev/null and b/src/assets/images/tip-icon-blue.png differ diff --git a/src/icons/svg/ic_copy.svg b/src/icons/svg/ic_copy.svg new file mode 100644 index 0000000..d328fa5 --- /dev/null +++ b/src/icons/svg/ic_copy.svg @@ -0,0 +1,9 @@ + + + + + \ No newline at end of file diff --git a/src/views/chat/components/slider.vue b/src/views/chat/components/slider.vue index 22af1e3..ab8125f 100644 --- a/src/views/chat/components/slider.vue +++ b/src/views/chat/components/slider.vue @@ -14,14 +14,14 @@ +
- - + @@ -56,7 +56,7 @@
- + @@ -106,7 +108,7 @@ import TemplateItem from './template-item.vue' import GroupItem from './group-item.vue' import ScrollContainer from '@/components/ScrollContainer/index.vue' -// import TemplateModal from './template-modal.vue' +import TemplateModal from './template-modal.vue' import { ref, computed, onMounted } from 'vue' import { useChat } from '@/stores' import http from '@/io/request' diff --git a/src/views/chat/components/template-card.vue b/src/views/chat/components/template-card.vue index bffaeec..91615c0 100644 --- a/src/views/chat/components/template-card.vue +++ b/src/views/chat/components/template-card.vue @@ -1,25 +1,27 @@ diff --git a/src/views/chat/components/template-modal.vue b/src/views/chat/components/template-modal.vue index ebd6600..3bab271 100644 --- a/src/views/chat/components/template-modal.vue +++ b/src/views/chat/components/template-modal.vue @@ -1,55 +1,78 @@