From 6759ad184c88291151f03b332c6c9d04b32ef1b0 Mon Sep 17 00:00:00 2001 From: Snowz <372492339@qq.com> Date: Fri, 2 May 2025 22:54:41 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20Umami=20API=20?= =?UTF-8?q?=E7=9A=84=E5=9F=BA=E7=A1=80=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将 Umami API 的基础 URL 从 `https://u.com` 更新为 `https://um.com`,以匹配最新的服务配置。 --- info.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';