mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-25 08:33:53 +08:00
调整
This commit is contained in:
@@ -585,7 +585,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