From 8277f51705e780ba7495bd85f83a230378ffaae9 Mon Sep 17 00:00:00 2001 From: Ou Date: Mon, 7 Apr 2025 01:04:39 +0800 Subject: [PATCH] chore: disable bilibili-hot-video and bilibili-ranking on cloudflare --- shared/pre-sources.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shared/pre-sources.ts b/shared/pre-sources.ts index 99bf030..6aff6a9 100644 --- a/shared/pre-sources.ts +++ b/shared/pre-sources.ts @@ -273,12 +273,14 @@ export const originSources = { }, "hot-video": { title: "热门视频", + disable: "cf", column: "china", type: "hottest", }, "ranking": { title: "排行榜", column: "china", + disable: "cf", type: "hottest", interval: Time.Common, },