feat: add china source mirror

pull/287/head
Seaton Jiang 2020-08-04 10:27:52 +08:00
parent b17c9ae35b
commit 2c0a92cda5
1 changed files with 1 additions and 1 deletions

View File

@ -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'
);