mirror of https://github.com/vtrois/kratos
feat: add china source mirror
parent
b17c9ae35b
commit
2c0a92cda5
|
@ -179,7 +179,7 @@ add_filter('get_avatar', 'get_https_avatar');
|
||||||
|
|
||||||
// 主题更新检测
|
// 主题更新检测
|
||||||
$myUpdateChecker = Puc_v4_Factory::buildUpdateChecker(
|
$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',
|
get_template_directory() . '/functions.php',
|
||||||
'Kratos'
|
'Kratos'
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue