feat: add Bilibili hot video source and related interfaces (#123)
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -271,6 +271,11 @@ export const originSources = {
|
||||
column: "china",
|
||||
type: "hottest",
|
||||
},
|
||||
"hot-video": {
|
||||
title: "热门视频",
|
||||
column: "china",
|
||||
type: "hottest",
|
||||
},
|
||||
},
|
||||
},
|
||||
"kuaishou": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user