fix: theme update check url

pull/620/head v4.2.0
Seaton Jiang 2023-03-30 16:48:39 +08:00
parent 134efabd54
commit bd12b16648
No known key found for this signature in database
GPG Key ID: B79682F6FE8D30E3
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ if (kratos_option('g_replace_gravatar_url_fieldset')['g_replace_gravatar_url'] ?
// 主题更新检测
$myUpdateChecker = Puc_v4_Factory::buildUpdateChecker(
'https://cdn.jsdelivr.net/gh/seatonjiang/kratos@main/inc/update-checker/update.json',
'https://cdn.jsdelivr.net/gh/seatonjiang/kratos/inc/update-checker/update.json',
get_template_directory() . '/functions.php',
'Kratos'
);