mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-19 01:43:35 +08:00
feat: 追新番, etoland增加radar规则 (#4521)
This commit is contained in:
@@ -1678,4 +1678,26 @@
|
||||
},
|
||||
],
|
||||
},
|
||||
'zhuixinfan.com': {
|
||||
_name: '追新番日剧站',
|
||||
'.': [
|
||||
{
|
||||
title: '更新列表',
|
||||
docs: 'https://docs.rsshub.app/multimedia.html#zhui-xin-fan-ri-ju-zhan',
|
||||
source: ['/main.php'],
|
||||
target: '/zhuixinfan/list',
|
||||
},
|
||||
],
|
||||
},
|
||||
'etoland.co.kr': {
|
||||
_name: 'eTOLAND',
|
||||
'.': [
|
||||
{
|
||||
title: '主题贴',
|
||||
docs: 'https://docs.rsshub.app/bbs.html#etoland',
|
||||
source: ['/bbs/board.php', '/plugin/mobile/board.php'],
|
||||
target: (url) => `/etoland/${new URL(url).searchParams.get('bo_table')}`,
|
||||
},
|
||||
],
|
||||
},
|
||||
});
|
||||
|
||||
+1
-1
@@ -86,7 +86,7 @@ pageClass: routes
|
||||
|
||||
### 主题贴
|
||||
|
||||
<Route author="mengx8" example="/etoland/star01" path="/etoland/:boardId" :paramsDesc="['板块 id,可在板块 URL 找到']"/>
|
||||
<Route author="mengx8" example="/etoland/star01" path="/etoland/:boardId" :paramsDesc="['板块 id,可在板块 URL 找到']" radar="1" />
|
||||
|
||||
## LearnKu
|
||||
|
||||
|
||||
+1
-1
@@ -474,7 +474,7 @@ pageClass: routes
|
||||
|
||||
### 更新列表
|
||||
|
||||
<Route author="mengx8" example="/zhuixinfan/list" path="/zhuixinfan/list" />
|
||||
<Route author="mengx8" example="/zhuixinfan/list" path="/zhuixinfan/list" radar="1" />
|
||||
|
||||
## 字幕库
|
||||
|
||||
|
||||
Reference in New Issue
Block a user