chore: 更新 Umami API 的基础 URL

将 Umami API 的基础 URL 从 `https://u.com` 更新为 `https://um.com`,以匹配最新的服务配置。
This commit is contained in:
Snowz 2025-05-02 22:54:41 +08:00
parent 57d66e33b5
commit 6759ad184c

View File

@ -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';