缩短更新间隔

This commit is contained in:
develop202
2026-01-16 08:22:27 +08:00
parent 2ab259b494
commit 79cf1e7b4f
4 changed files with 24 additions and 6 deletions

View File

@@ -1,3 +1,5 @@
// 更新时间
const repoLinkUpdateTimestamp = 1768517735218
// 回放
const cntvNames = {
"CCTV1综合": "cctv1",
@@ -46,4 +48,4 @@ const domainWhiteList = [
"play-qukan.cztv.com",
]
export { cntvNames, domainWhiteList }
export { cntvNames, domainWhiteList, repoLinkUpdateTimestamp }