chore: 更新 Umami API 的基础 URL
将 Umami API 的基础 URL 从 `https://u.com` 更新为 `https://um.com`,以匹配最新的服务配置。
This commit is contained in:
parent
57d66e33b5
commit
6759ad184c
2
info.php
2
info.php
@ -3,7 +3,7 @@ header('Content-Type: application/json');
|
|||||||
header("Access-Control-Allow-Origin: *");
|
header("Access-Control-Allow-Origin: *");
|
||||||
|
|
||||||
// 配置 Umami API 的凭据
|
// 配置 Umami API 的凭据
|
||||||
$apiBaseUrl = 'https://um.zhheo.com';
|
$apiBaseUrl = 'https://um.com';
|
||||||
$token = '你的tocken';
|
$token = '你的tocken';
|
||||||
$websiteId = '你的网站id';
|
$websiteId = '你的网站id';
|
||||||
$cacheFile = 'umami_cache.json';
|
$cacheFile = 'umami_cache.json';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user