1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-04-19 01:54:36 +00:00

chore: gravatar fallback

This commit is contained in:
Baoshuo Ren 2023-03-26 09:53:51 +08:00
parent 8defcd448f
commit d6df38cb35
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

@ -117,7 +117,7 @@ class HTML {
return "https://q1.qlogo.cn/g?b=qq&nk={$user['qq']}&s=$s";
}
return 'https://cravatar.cn/avatar/' . md5(strtolower(trim($user['email']))) . "?d=404&s=$size";
return 'https://cravatar.cn/avatar/' . md5(strtolower(trim($user['email']))) . "?d=mm&s=$size";
}
public static function tablist($tabs_info, $cur, $type = 'nav-tabs') {