diff --git a/components/Icon/MessageResponding.vue b/components/Icon/MessageResponding.vue new file mode 100644 index 0000000..798a680 --- /dev/null +++ b/components/Icon/MessageResponding.vue @@ -0,0 +1,52 @@ + \ No newline at end of file diff --git a/components/aigc/chat/Message.vue b/components/aigc/chat/Message.vue index 2441eae..88790f8 100644 --- a/components/aigc/chat/Message.vue +++ b/components/aigc/chat/Message.vue @@ -1,6 +1,7 @@ @@ -140,12 +154,12 @@ onMounted(() => { @@ -170,13 +184,15 @@ onMounted(() => {
{{ getSessionCopyById(currentSessionId!)?.subject || '新对话' }}
-
+
- + + +
{
+ \ No newline at end of file