This commit is contained in:
xduo 2024-08-21 11:50:35 +08:00
parent 4e44e14440
commit 9429cc551c
3 changed files with 91 additions and 2 deletions

Binary file not shown.

View File

@ -1,5 +1,5 @@
{ {
"spider": "./custom_spider.jar;md5;4C6217277E8AC0B737E4757F7EF4C5E6", "spider": "./custom_spider.jar;md5;56CEB23E2FD1EAFA651C86C195C3CD2F",
"sites": [ "sites": [
{ {
"key": "js豆瓣", "key": "js豆瓣",
@ -21,7 +21,23 @@
"ext": { "ext": {
"commonConfig": "./peizhi.json" "commonConfig": "./peizhi.json"
} }
}, },
{
"key": "哔哩FM",
"name": "哔哩哔哩",
"type": 3,
"api": "csp_Bili",
"searchable": 1,
"changeable": 0,
"style": {
"type": "rect",
"ratio": 1.433
},
"ext": {
"json": "./bilibili.json",
"cookie": ""
}
},
{ {
"key": "多多玩偶", "key": "多多玩偶",
"name": "多多影音", "name": "多多影音",

73
json/bilibili.json Normal file
View File

@ -0,0 +1,73 @@
{
"class": [
{
"type_name": "推荐",
"type_id": "recm"
},
{
"type_name": "热门",
"type_id": "hot"
},
{
"type_name": "观看历史",
"type_id": "his"
},
{
"type_name": "全区排行",
"type_id": "rank"
},
{
"type_name": "全区排行(汽车)",
"type_id": "carRank"
},
{
"type_name": "全区排行(科技)",
"type_id": "kejiRank"
},
{
"type_name": "自驾游",
"type_id": "自驾游"
},
{
"type_name": "美食",
"type_id": "美食"
},
{
"type_name": "食谱",
"type_id": "食谱"
},
{
"type_name": "汽车",
"type_id": "汽车测评"
},
{
"type_name": "数码",
"type_id": "手机测评"
},
{
"type_name": "健身",
"type_id": "健身"
},
{
"type_name": "舞蹈",
"type_id": "舞蹈"
},
{
"type_name": "电影",
"type_id": "电影"
},
{
"type_name": "电视剧",
"type_id": "电视剧"
},
{
"type_name": "演唱会",
"type_id": "演唱会"
},
{
"type_name": "动物世界",
"type_id": "动物世界"
}
]
}