From 428bc861254a2459f7e36b44bfc66c47b7cf11dd Mon Sep 17 00:00:00 2001 From: karasu Date: Fri, 24 May 2024 22:43:10 +0800 Subject: [PATCH] add antiCrawler tag --- lib/routes/cfr/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/routes/cfr/index.ts b/lib/routes/cfr/index.ts index c40ab4c16ce4d4..a1d128de4ad3d2 100644 --- a/lib/routes/cfr/index.ts +++ b/lib/routes/cfr/index.ts @@ -21,6 +21,9 @@ export const route: Route = { target: '/:category/:subCategory?', }, ], + features: { + antiCrawler: true, + }, }; async function handler(ctx: Context): Promise {