Browse Source

解决冲突

tags/v1.22.6.2^2
zhoupzh 3 years ago
parent
commit
d910569d83
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      public/home/search.js

+ 0
- 3
public/home/search.js View File

@@ -918,11 +918,8 @@ function LetterAvatar(name, size, color) {
} else {
initials = nameSplit[0].charAt(0) + nameSplit[1].charAt(0);
}
<<<<<<< HEAD
let initials1 = initials.toUpperCase();
initials.toUpperCase();
=======
>>>>>>> V20220630
if (w.devicePixelRatio) {
size = size * w.devicePixelRatio;
}


Loading…
Cancel
Save