This commit is contained in:
LiJinHui
2025-11-17 18:05:10 +08:00
parent 9e20a53ca0
commit c1f0853271
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -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];