Use Gravatar mirror from v2ex

This commit is contained in:
Skywt2003 2021-08-03 20:45:53 +08:00
parent f6ff249fe7
commit 639359c71a
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
<?php <?php
if (!defined('__TYPECHO_ROOT_DIR__')) exit; if (!defined('__TYPECHO_ROOT_DIR__')) exit;
define('__TYPECHO_GRAVATAR_PREFIX__', 'https://cdn.v2ex.com/gravatar/');
function themeConfig($form) { function themeConfig($form) {
echo $siteUrl; echo $siteUrl;