mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-27 01:23:55 +08:00
update:前端增加可配置的本地唤醒词运行时
This commit is contained in:
@@ -812,6 +812,20 @@ body {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.config-item textarea {
|
||||
width: 100%;
|
||||
padding: 12px;
|
||||
border: 1px solid #40444b;
|
||||
border-radius: 6px;
|
||||
background: #40444b;
|
||||
color: white;
|
||||
min-height: 100px;
|
||||
resize: vertical;
|
||||
box-sizing: border-box;
|
||||
font-family: inherit;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.model-select {
|
||||
width: 100%;
|
||||
padding: 10px 40px 10px 14px;
|
||||
|
||||
Reference in New Issue
Block a user