修改文件路径:
/var/Typecho/Common.php
修改937行内容-图片教程:修改为:
修改937行内容-文字教程:
$url = $isSecure ? 'https://secure.gravatar.com' : 'http://www.gravatar.com';
修改为:
$url = $isSecure ? 'https://gravatar.dubook.cc' : 'https://gravatar.dubook.cc';