feat: v2 版本 #206

Merged
huanghaosheng merged 201 commits from v2 into main 2026-06-22 16:01:28 +08:00
Showing only changes of commit ae09fba400 - Show all commits

View File

@@ -969,6 +969,7 @@ body {
.chat-input__field {
flex: 1;
min-width: 0;
padding: 10px 14px;
border: 1px solid var(--color-border);
border-radius: var(--radius-sm);
@@ -996,6 +997,7 @@ body {
font-size: 0.9rem;
cursor: pointer;
transition: opacity var(--transition-fast);
flex-shrink: 0;
}
.chat-input__send:hover:not(:disabled) {