mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-22 07:03:53 +08:00
Merge branch 'yinseyemian' of https://github.com/xinnan-tech/xiaozhi-esp32-server into Knowledge-Base
This commit is contained in:
@@ -15,4 +15,8 @@ select:-webkit-autofill:focus {
|
||||
|
||||
.el-footer {
|
||||
height: 35px !important; /* 使用 !important 确保覆盖默认样式 */
|
||||
}
|
||||
|
||||
.el-icon-video-play {
|
||||
font-size: 18px !important;
|
||||
}
|
||||
@@ -425,7 +425,7 @@ export default {
|
||||
});
|
||||
},
|
||||
getFunctionDisplayChar(name) {
|
||||
if (!name || name.length === 0) return '';
|
||||
if (!name || name.length === 0) return "";
|
||||
|
||||
for (let i = 0; i < name.length; i++) {
|
||||
const char = name[i];
|
||||
|
||||
Reference in New Issue
Block a user