diff --git a/inc/theme-core.php b/inc/theme-core.php index fb8f5c7..6b4e832 100644 --- a/inc/theme-core.php +++ b/inc/theme-core.php @@ -179,7 +179,7 @@ add_filter('get_avatar', 'get_https_avatar'); // 主题更新检测 $myUpdateChecker = Puc_v4_Factory::buildUpdateChecker( - 'https://raw.githubusercontent.com/vtrois/kratos/master/inc/update-checker/update.json', + 'https://cdn.jsdelivr.net/gh/vtrois/kratos/inc/update-checker/update.json', get_template_directory() . '/functions.php', 'Kratos' );