diff --git a/info.php b/info.php index fa6482f..0612ef1 100644 --- a/info.php +++ b/info.php @@ -3,7 +3,7 @@ header('Content-Type: application/json'); header("Access-Control-Allow-Origin: *"); // 配置 Umami API 的凭据 -$apiBaseUrl = 'https://um.zhheo.com'; +$apiBaseUrl = 'https://um.com'; $token = '你的tocken'; $websiteId = '你的网站id'; $cacheFile = 'umami_cache.json';