From f62b4ff4dd1b9cab830a22bdb68e20e5601e5eef Mon Sep 17 00:00:00 2001 From: imsyy Date: Wed, 10 Apr 2024 18:00:14 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=93=94=E5=93=A9=E5=93=94=E5=93=A9=E6=97=A0=E6=B3=95=E8=8E=B7?= =?UTF-8?q?=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- src/routes/bilibili.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 87d5e38..5e6d08c 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@
logo -

今日热榜

+

今日热榜

一个聚合热门数据的 API 接口

---- +## 特性 - 极快响应,便于开发 - 支持 RSS 模式和 JSON 模式 @@ -50,7 +50,7 @@ | 崩坏:星穹铁道 | 最新动态 | starrail | 🟢 | | 微信读书 | 飙升榜 | weread | 🟢 | | NGA | 热帖 | ngabbs | 🟢 | -| HelloGitHub | Trending | github | 🟢 | +| HelloGitHub | Trending | hellogithub | 🟢 | ## 部署 diff --git a/src/routes/bilibili.ts b/src/routes/bilibili.ts index a81f1ef..3bed74a 100644 --- a/src/routes/bilibili.ts +++ b/src/routes/bilibili.ts @@ -41,7 +41,7 @@ export const handleRoute = async (c: ListContext, noCache: boolean) => { const getList = async (options: Options, noCache: boolean) => { const { type } = options; - const url = `https://api.bilibili.com/x/web-interface/ranking/v2?rid=${type}`; + const url = `https://api.bilibili.com/x/web-interface/ranking/v2?tid=${type}`; const result = await get({ url, headers: {