Merge branch 'yinseyemian' of https://github.com/xinnan-tech/xiaozhi-esp32-server into Knowledge-Base

This commit is contained in:
rainv123
2025-11-17 18:05:31 +08:00
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -15,4 +15,8 @@ select:-webkit-autofill:focus {
.el-footer {
height: 35px !important; /* 使用 !important 确保覆盖默认样式 */
}
.el-icon-video-play {
font-size: 18px !important;
}
+1 -1
View File
@@ -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];