mirror of https://github.com/vtrois/kratos
chore: modify the upgrade server
parent
9b45f39421
commit
4a9bc368c5
|
@ -167,7 +167,7 @@ add_filter('get_avatar', 'get_https_avatar');
|
||||||
|
|
||||||
// 主题更新检测
|
// 主题更新检测
|
||||||
$myUpdateChecker = Puc_v4_Factory::buildUpdateChecker(
|
$myUpdateChecker = Puc_v4_Factory::buildUpdateChecker(
|
||||||
'https://github.com/Vtrois/Kratos/',
|
'https://n3.cdn.vtrois.com/kratos/version.json',
|
||||||
get_template_directory() . '/functions.php',
|
get_template_directory() . '/functions.php',
|
||||||
'Kratos'
|
'Kratos'
|
||||||
);
|
);
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"version": "3.0.7",
|
||||||
|
"details_url": "https://github.com/Vtrois/Kratos/releases/tag/v3.0.7",
|
||||||
|
"download_url": "https://github.com/Vtrois/Kratos/archive/v3.0.7.zip"
|
||||||
|
}
|
Loading…
Reference in New Issue