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: {