update: 发现一个神秘博客,故赞助 100 CNY

https://atpx.com/blog/
This commit is contained in:
afoim
2025-08-13 19:02:18 +08:00
parent 2eb612fed1
commit 8f9c46acc1

View File

@@ -25,7 +25,7 @@
/**
* 获取 Umami 分享数据websiteId、token
* 在缓存 TTL 内复用;并用全局 Promise 避免并发请求
* 在缓存 TTL 内复用;并用全局 Promise 避免并发请求
* @param {string} baseUrl
* @param {string} shareId
* @returns {Promise<{websiteId: string, token: string}>}