AFF窝 - Gravatar 2020-08-18T14:34:00+08:00 Typecho https://www.affwo.com/feed/atom/tag/Gravatar/ <![CDATA[修改Typecho程序中Gravatar生成的默认头像,提供Gravatar高速镜像]]> https://www.affwo.com/226.html 2020-08-18T14:34:00+08:00 2020-08-18T14:34:00+08:00 admin https://www.affwo.com 由于默认头像要链接到国外的网站,速度很慢,这边提供我们自己的镜像供大家使用:
镜像地址:https://gravatar.dubook.cc

修改文件路径:

/var/Typecho/Common.php

修改937行内容-图片教程:
1.jpg
修改为:
2.jpg

修改937行内容-文字教程:

$url = $isSecure ? 'https://secure.gravatar.com' : 'http://www.gravatar.com';

修改为:

$url = $isSecure ? 'https://gravatar.dubook.cc' : 'https://gravatar.dubook.cc';
]]>