chore: completion payload format

This commit is contained in:
jialin
2024-10-25 12:15:26 +08:00
parent 870ffa9dc1
commit ba49fa6c88
8 changed files with 105 additions and 104 deletions
+5 -2
View File
@@ -8,8 +8,11 @@
z-index: 100;
button {
background-color: rgba(255, 255, 255, 90%);
border: none;
color: rgba(255, 255, 255, 70%);
&:hover {
color: rgba(255, 255, 255, 90%) !important;
}
}
}
+1 -1
View File
@@ -123,7 +123,7 @@ const LogsViewer: React.FC<LogsViewerProps> = (props) => {
<span className="copy">
<CopyButton
text={logs?.map((item) => item.content).join('\n')}
type="default"
type="text"
size="small"
></CopyButton>
</span>