feat: add Bilibili hot video source and related interfaces (#123)

This commit is contained in:
isomo
2025-04-07 00:23:11 +08:00
committed by GitHub
parent 9efda2ab67
commit a1fe7df520
5 changed files with 96 additions and 1 deletions
+1
View File
@@ -29,6 +29,7 @@
"producthunt": "Product Hunt",
"github-trending-today": "Github-Today",
"bilibili-hot-search": "bilibili-resou",
"bilibili-hot-video": "bilibili-remenshipin",
"kuaishou": "kuaishou",
"kaopu": "kaopuxinwen",
"jin10": "jinshishuju",
+5
View File
@@ -271,6 +271,11 @@ export const originSources = {
column: "china",
type: "hottest",
},
"hot-video": {
title: "热门视频",
column: "china",
type: "hottest",
},
},
},
"kuaishou": {
+9
View File
@@ -345,6 +345,15 @@
"interval": 600000,
"title": "热搜"
},
"bilibili-hot-video": {
"name": "哔哩哔哩",
"type": "hottest",
"column": "china",
"home": "https://www.bilibili.com",
"color": "blue",
"interval": 600000,
"title": "热门视频"
},
"kuaishou": {
"name": "快手",
"type": "hottest",