更换 Gravatar CDN 为 loli.net

This commit is contained in:
Skywt2003 2021-10-07 12:24:06 +08:00
parent 9a9935aefb
commit 86ff9ad4d5
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?php
if (!defined('__TYPECHO_ROOT_DIR__')) exit;
define('__TYPECHO_GRAVATAR_PREFIX__', 'https://cdn.v2ex.com/gravatar/');
define('__TYPECHO_GRAVATAR_PREFIX__', 'https://gravatar.loli.net/avatar/');
function themeConfig($form) {
echo '<h2>Sky 主题设置</h2>';