chore: sync local changes (2026-03-12)
This commit is contained in:
@@ -363,7 +363,7 @@ const UserProfilePage = () => {
|
||||
if (qqDomains.includes(domain)) {
|
||||
const qqNumber = email.split('@')[0];
|
||||
if (/^\d+$/.test(qqNumber)) {
|
||||
return `http://q1.qlogo.cn/g?b=qq&nk=${qqNumber}&s=100`;
|
||||
return `https://q1.qlogo.cn/g?b=qq&nk=${qqNumber}&s=100`;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user