mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-09-12 12:12:14 +08:00
@@ -21,6 +21,7 @@ export function ConversationItem({ type, content, session, done, port, onRetry }
|
||||
<p>{t('You')}:</p>
|
||||
<div className="gpt-util-group">
|
||||
<CopyButton contentFn={() => content.replace(/\n<hr\/>$/, '')} size={14} />
|
||||
<ReadButton contentFn={() => content} size={14} />
|
||||
{!collapsed ? (
|
||||
<span
|
||||
title={t('Collapse')}
|
||||
@@ -74,9 +75,7 @@ export function ConversationItem({ type, content, session, done, port, onRetry }
|
||||
{session && (
|
||||
<CopyButton contentFn={() => content.replace(/\n<hr\/>$/, '')} size={14} />
|
||||
)}
|
||||
{session && (
|
||||
<ReadButton contentFn={() => content.replace(/\n<hr\/>$/, '')} size={14} />
|
||||
)}
|
||||
{session && <ReadButton contentFn={() => content} size={14} />}
|
||||
{!collapsed ? (
|
||||
<span
|
||||
title={t('Collapse')}
|
||||
|
||||
Reference in New Issue
Block a user