From 8c8cf64d83658c19923f8d83462fcd3f1f3c0c60 Mon Sep 17 00:00:00 2001 From: Xirui Xiong <111547592+Ark-Aak@users.noreply.github.com> Date: Fri, 19 Sep 2025 23:39:00 +0800 Subject: [PATCH] fix: deprecated request header --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index d2fc393..f07e325 100644 --- a/index.md +++ b/index.md @@ -50,7 +50,7 @@ ```js await fetch("https://www.luogu.com.cn/problem/list?type=P&keyword=模板", { headers: [ - ["x-luogu-type", "content-only"], + ["x-lentille-request", "content-only"], ], }); ```