Loading... ## 解决方案 修改默认Gravatar头像地址为第三方国内镜像源 首先我们要打开Typecho根目录配置文件 `config.inc.php`,在里面加上一段代码 ``` /** Gravatar使用七牛源*/ define('__TYPECHO_GRAVATAR_PREFIX__', 'https://sdn.geekzu.org/avatar/'); ``` ## 推荐源 推荐第三方国内镜像源: 1. [https://sdn.geekzu.org/avatar/](https://sdn.geekzu.org/avatar/) (推荐,我在用的) 2. [https://dn-qiniu-avatar.qbox.me/avatar/](https://dn-qiniu-avatar.qbox.me/avatar/) 3. [https://cdn.v2ex.com/gravatar/](https://cdn.v2ex.com/gravatar/) 4. [https://gravatar.loli.net/avatar/](https://gravatar.loli.net/avatar/) ### Typecho 替换方法 将以下代码加到站点根目录的 `config.inc.php` 中即可: ``` /** * 替换Gravatar头像为Cravatar头像 * * Cravatar是Gravatar在中国的完美替代方案,你可以在https://cravatar.cn更新你的头像 */ define('__TYPECHO_GRAVATAR_PREFIX__', 'https://cravatar.cn/avatar/'); ``` <hr class="content-copyright" style="margin-top:50px" /><blockquote class="content-copyright" style="font-style:normal"><p class="content-copyright">版权属于:大漠孤狼</p><p class="content-copyright">本文链接:<a class="content-copyright" href="https://www.dmgls.com/1271.html">https://www.dmgls.com/1271.html</a></p><p class="content-copyright">转载时须注明出处及本声明</p></blockquote> Last modification:December 11th, 2021 at 12:26 am © 允许规范转载 Support 如果觉得我的文章对你有用,请随意赞赏 Appreciate the author