SHA256
UI: голосовой ввод/STT, TTS через OpenAI, настройки инструментов + учёт недопроверенных фич
This commit is contained in:
@@ -3381,6 +3381,28 @@ textarea.input {
|
||||
|
||||
.dm-chat-input {
|
||||
gap: 10px;
|
||||
grid-template-columns: 1fr auto auto auto;
|
||||
}
|
||||
|
||||
.dm-voice-btn {
|
||||
min-width: 42px;
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.voice-level-wrap {
|
||||
width: 100%;
|
||||
height: 8px;
|
||||
border-radius: 999px;
|
||||
background: rgba(255, 255, 255, 0.15);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.voice-level-fill {
|
||||
width: 2%;
|
||||
height: 100%;
|
||||
border-radius: 999px;
|
||||
background: rgba(212, 175, 55, 0.95);
|
||||
transition: width 80ms linear;
|
||||
}
|
||||
|
||||
.dm-screen .input,
|
||||
|
||||
Reference in New Issue
Block a user