fix: docs sorting
This commit is contained in:
parent
a9ae562d38
commit
bb70716973
|
|
@ -79,8 +79,8 @@ for (const category in docs) {
|
|||
md[category] = `# ${category}\n\n`;
|
||||
|
||||
const namespaces = Object.keys(docs[category]).sort((a, b) => {
|
||||
const aname = docs[category][a].name;
|
||||
const bname = docs[category][b].name;
|
||||
const aname = docs[category][a].name[0];
|
||||
const bname = docs[category][b].name[0];
|
||||
const ia = isASCII(aname);
|
||||
const ib = isASCII(bname);
|
||||
if (ia && ib) {
|
||||
|
|
@ -98,8 +98,8 @@ for (const category in docs) {
|
|||
}
|
||||
|
||||
const realPaths = Object.keys(docs[category][namespace].routes).sort((a, b) => {
|
||||
const aname = docs[category][namespace].routes[a].name;
|
||||
const bname = docs[category][namespace].routes[b].name;
|
||||
const aname = docs[category][namespace].routes[a].name[0];
|
||||
const bname = docs[category][namespace].routes[b].name[0];
|
||||
const ia = isASCII(aname);
|
||||
const ib = isASCII(bname);
|
||||
if (ia && ib) {
|
||||
|
|
@ -114,7 +114,7 @@ for (const category in docs) {
|
|||
for (const realPath of realPaths) {
|
||||
const data = docs[category][namespace].routes[realPath];
|
||||
md[category] += `### ${data.name}\n\n`;
|
||||
md[category] += `<Route data={${JSON.stringify(data)}} />\n\n`;
|
||||
md[category] += `<Route namespace="${namespace}" data={${JSON.stringify(data)}} />\n\n`;
|
||||
if (data.description) {
|
||||
md[category] += `${data.description}\n\n`;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
### 番剧 {#acfun-fan-ju}
|
||||
|
||||
<Route data={{"path":"/bangumi/:id","categories":["anime"],"example":"/acfun/bangumi/5022158","parameters":{"id":"番剧 id"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"番剧","maintainers":["xyqfer"],"description":":::tip\n番剧 id 不包含开头的 aa。\n例如:`https://www.acfun.cn/bangumi/aa5022158` 的番剧 id 是 5022158,不包括开头的 aa。\n:::","location":"bangumi.ts"}} />
|
||||
<Route namespace="acfun" data={{"path":"/bangumi/:id","categories":["anime"],"example":"/acfun/bangumi/5022158","parameters":{"id":"番剧 id"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"番剧","maintainers":["xyqfer"],"description":":::tip\n番剧 id 不包含开头的 aa。\n例如:`https://www.acfun.cn/bangumi/aa5022158` 的番剧 id 是 5022158,不包括开头的 aa。\n:::","location":"bangumi.ts"}} />
|
||||
|
||||
:::tip
|
||||
番剧 id 不包含开头的 aa。
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
### 文章 {#acfun-wen-zhang}
|
||||
|
||||
<Route data={{"path":"/article/:categoryId/:sortType?/:timeRange?","categories":["anime"],"example":"/acfun/article/110","parameters":{"categoryId":"分区 ID,见下表","sortType":"排序,见下表,默认为 `createTime`","timeRange":"时间范围,见下表,仅在排序是 `hotScore` 有效,默认为 `all`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"文章","maintainers":["TonyRL"],"description":"| 二次元画师 | 综合 | 生活情感 | 游戏 | 动漫文化 | 漫画文学 |\n | ---------- | ---- | -------- | ---- | -------- | -------- |\n | 184 | 110 | 73 | 164 | 74 | 75 |\n\n | 最新发表 | 最新动态 | 最热文章 |\n | ---------- | --------------- | -------- |\n | createTime | lastCommentTime | hotScore |\n\n | 时间不限 | 24 小时 | 三天 | 一周 | 一个月 |\n | -------- | ------- | -------- | ------- | -------- |\n | all | oneDay | threeDay | oneWeek | oneMonth |","location":"article.ts"}} />
|
||||
<Route namespace="acfun" data={{"path":"/article/:categoryId/:sortType?/:timeRange?","categories":["anime"],"example":"/acfun/article/110","parameters":{"categoryId":"分区 ID,见下表","sortType":"排序,见下表,默认为 `createTime`","timeRange":"时间范围,见下表,仅在排序是 `hotScore` 有效,默认为 `all`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"文章","maintainers":["TonyRL"],"description":"| 二次元画师 | 综合 | 生活情感 | 游戏 | 动漫文化 | 漫画文学 |\n | ---------- | ---- | -------- | ---- | -------- | -------- |\n | 184 | 110 | 73 | 164 | 74 | 75 |\n\n | 最新发表 | 最新动态 | 最热文章 |\n | ---------- | --------------- | -------- |\n | createTime | lastCommentTime | hotScore |\n\n | 时间不限 | 24 小时 | 三天 | 一周 | 一个月 |\n | -------- | ------- | -------- | ------- | -------- |\n | all | oneDay | threeDay | oneWeek | oneMonth |","location":"article.ts"}} />
|
||||
|
||||
| 二次元画师 | 综合 | 生活情感 | 游戏 | 动漫文化 | 漫画文学 |
|
||||
| ---------- | ---- | -------- | ---- | -------- | -------- |
|
||||
|
|
@ -31,81 +31,81 @@
|
|||
|
||||
### 全部文章 {#acg17-quan-bu-wen-zhang}
|
||||
|
||||
<Route data={{"path":"/post/all","categories":["anime"],"example":"/acg17/post/all","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["acg17.com/post"]},"name":"全部文章","maintainers":["SunBK201"],"url":"acg17.com/post","location":"post.ts"}} />
|
||||
<Route namespace="acg17" data={{"path":"/post/all","categories":["anime"],"example":"/acg17/post/all","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["acg17.com/post"]},"name":"全部文章","maintainers":["SunBK201"],"url":"acg17.com/post","location":"post.ts"}} />
|
||||
|
||||
## AGE 动漫 {#age-dong-man}
|
||||
|
||||
### 番剧详情 {#age-dong-man-fan-ju-xiang-qing}
|
||||
|
||||
<Route data={{"path":"/detail/:id","categories":["anime"],"example":"/agefans/detail/20200035","parameters":{"id":"番剧 id,对应详情 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["agemys.org/detail/:id"]},"name":"番剧详情","maintainers":["s2marine"],"location":"detail.ts"}} />
|
||||
<Route namespace="agefans" data={{"path":"/detail/:id","categories":["anime"],"example":"/agefans/detail/20200035","parameters":{"id":"番剧 id,对应详情 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["agemys.org/detail/:id"]},"name":"番剧详情","maintainers":["s2marine"],"location":"detail.ts"}} />
|
||||
|
||||
### 最近更新 {#age-dong-man-zui-jin-geng-xin}
|
||||
|
||||
<Route data={{"path":"/update","categories":["anime"],"example":"/agefans/update","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["agemys.org/update","agemys.org/"]},"name":"最近更新","maintainers":["nczitzk"],"url":"agemys.org/update","location":"update.ts"}} />
|
||||
<Route namespace="agefans" data={{"path":"/update","categories":["anime"],"example":"/agefans/update","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["agemys.org/update","agemys.org/"]},"name":"最近更新","maintainers":["nczitzk"],"url":"agemys.org/update","location":"update.ts"}} />
|
||||
|
||||
## CCC 創作集 {#ccc-chuang-zuo-ji}
|
||||
|
||||
### 漫畫 {#ccc-chuang-zuo-ji-man-hua}
|
||||
|
||||
<Route data={{"path":"/book/:id/:coverOnly?/:quality?","categories":["anime"],"example":"/creative-comic/book/117","parameters":{"id":"漫畫 ID,可在 URL 中找到","coverOnly":"僅獲取封面,非 `true` 時將獲取**全部**頁面,預設 `true`","quality":"閱讀品質,標準畫質 `1`,高畫質 `2`,預設 `1`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["creative-comic.tw/book/:id/*"],"target":"/:id"},"name":"漫畫","maintainers":["TonyRL"],"location":"book.ts"}} />
|
||||
<Route namespace="creative-comic" data={{"path":"/book/:id/:coverOnly?/:quality?","categories":["anime"],"example":"/creative-comic/book/117","parameters":{"id":"漫畫 ID,可在 URL 中找到","coverOnly":"僅獲取封面,非 `true` 時將獲取**全部**頁面,預設 `true`","quality":"閱讀品質,標準畫質 `1`,高畫質 `2`,預設 `1`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["creative-comic.tw/book/:id/*"],"target":"/:id"},"name":"漫畫","maintainers":["TonyRL"],"location":"book.ts"}} />
|
||||
|
||||
## CnGal {#cngal}
|
||||
|
||||
### 每周速报 {#cngal-mei-zhou-su-bao}
|
||||
|
||||
<Route data={{"path":"/weekly","categories":["anime"],"example":"/cngal/weekly","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.cngal.org/","www.cngal.org/weeklynews"]},"name":"每周速报","maintainers":["chengyuhui"],"url":"www.cngal.org/","location":"weekly.ts"}} />
|
||||
<Route namespace="cngal" data={{"path":"/weekly","categories":["anime"],"example":"/cngal/weekly","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.cngal.org/","www.cngal.org/weeklynews"]},"name":"每周速报","maintainers":["chengyuhui"],"url":"www.cngal.org/","location":"weekly.ts"}} />
|
||||
|
||||
### 制作者 / 游戏新闻 {#cngal-zhi-zuo-zhe-you-xi-xin-wen}
|
||||
|
||||
<Route data={{"path":"/entry/:id","categories":["anime"],"example":"/cngal/entry/2693","parameters":{"id":"词条ID,游戏或制作者页面URL的最后一串数字"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.cngal.org/entries/index/:id"]},"name":"制作者 / 游戏新闻","maintainers":["chengyuhui"],"location":"entry.ts"}} />
|
||||
<Route namespace="cngal" data={{"path":"/entry/:id","categories":["anime"],"example":"/cngal/entry/2693","parameters":{"id":"词条ID,游戏或制作者页面URL的最后一串数字"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.cngal.org/entries/index/:id"]},"name":"制作者 / 游戏新闻","maintainers":["chengyuhui"],"location":"entry.ts"}} />
|
||||
|
||||
## Comicat {#comicat}
|
||||
|
||||
### 搜索关键词 {#comicat-sou-suo-guan-jian-ci}
|
||||
|
||||
<Route data={{"path":"/search/:keyword","categories":["anime"],"example":"/comicat/search/喵萌奶茶屋+跃动青春+720P+简日","parameters":{"keyword":"关键词,请用`+`号连接"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":true,"supportPodcast":false,"supportScihub":false},"name":"搜索关键词","maintainers":["Cyang39"],"location":"search.ts"}} />
|
||||
<Route namespace="comicat" data={{"path":"/search/:keyword","categories":["anime"],"example":"/comicat/search/喵萌奶茶屋+跃动青春+720P+简日","parameters":{"keyword":"关键词,请用`+`号连接"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":true,"supportPodcast":false,"supportScihub":false},"name":"搜索关键词","maintainers":["Cyang39"],"location":"search.ts"}} />
|
||||
|
||||
## Comics Kingdom {#comics-kingdom}
|
||||
|
||||
### Archive {#comics-kingdom-archive}
|
||||
|
||||
<Route data={{"path":"/:name","categories":["anime"],"example":"/comicskingdom/pardon-my-planet","parameters":{"name":"URL path of the strip on comicskingdom.com"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["comicskingdom.com/:name/*","comicskingdom.com/:name"]},"name":"Archive","maintainers":["stjohnjohnson"],"location":"index.ts"}} />
|
||||
<Route namespace="comicskingdom" data={{"path":"/:name","categories":["anime"],"example":"/comicskingdom/pardon-my-planet","parameters":{"name":"URL path of the strip on comicskingdom.com"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["comicskingdom.com/:name/*","comicskingdom.com/:name"]},"name":"Archive","maintainers":["stjohnjohnson"],"location":"index.ts"}} />
|
||||
|
||||
## DLsite {#dlsite}
|
||||
|
||||
### Ci-en Creators' Article {#dlsite-ci-en-creators-article}
|
||||
|
||||
<Route data={{"path":"/ci-en/:id/article","categories":["anime"],"example":"/dlsite/ci-en/7400/article","parameters":{"id":"Creator id, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ci-en.dlsite.com/creator/:id/article/843558","ci-en.dlsite.com/"]},"name":"Ci-en Creators' Article","maintainers":["nczitzk"],"location":"ci-en/article.ts"}} />
|
||||
|
||||
### Current Release {#dlsite-current-release}
|
||||
|
||||
<Route data={{"path":"/new/:type","categories":["anime"],"example":"/dlsite/new/home","parameters":{"type":"Type, see table below"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Current Release","maintainers":["cssxsh"],"description":"| Doujin | Comics | PC Games | Doujin (R18) | Adult Comics | H Games | Otome | BL |\n | ------ | ------ | -------- | ------------ | ------------ | ------- | ----- | -- |\n | home | comic | soft | maniax | books | pro | girls | bl |","location":"new.ts"}} />
|
||||
<Route namespace="dlsite" data={{"path":"/new/:type","categories":["anime"],"example":"/dlsite/new/home","parameters":{"type":"Type, see table below"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Current Release","maintainers":["cssxsh"],"description":"| Doujin | Comics | PC Games | Doujin (R18) | Adult Comics | H Games | Otome | BL |\n | ------ | ------ | -------- | ------------ | ------------ | ------- | ----- | -- |\n | home | comic | soft | maniax | books | pro | girls | bl |","location":"new.ts"}} />
|
||||
|
||||
| Doujin | Comics | PC Games | Doujin (R18) | Adult Comics | H Games | Otome | BL |
|
||||
| ------ | ------ | -------- | ------------ | ------------ | ------- | ----- | -- |
|
||||
| home | comic | soft | maniax | books | pro | girls | bl |
|
||||
|
||||
### Ci-en Creators' Article {#dlsite-ci-en-creators-article}
|
||||
|
||||
<Route namespace="dlsite" data={{"path":"/ci-en/:id/article","categories":["anime"],"example":"/dlsite/ci-en/7400/article","parameters":{"id":"Creator id, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ci-en.dlsite.com/creator/:id/article/843558","ci-en.dlsite.com/"]},"name":"Ci-en Creators' Article","maintainers":["nczitzk"],"location":"ci-en/article.ts"}} />
|
||||
|
||||
### Discounted Works {#dlsite-discounted-works}
|
||||
|
||||
<Route data={{"path":"/campaign/:type/:free?","categories":["anime"],"example":"/dlsite/campaign/home","parameters":{"type":"Type, see table above","free":"Free only, empty means false, other value means true"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Discounted Works","maintainers":["cssxsh"],"location":"campaign.ts"}} />
|
||||
<Route namespace="dlsite" data={{"path":"/campaign/:type/:free?","categories":["anime"],"example":"/dlsite/campaign/home","parameters":{"type":"Type, see table above","free":"Free only, empty means false, other value means true"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Discounted Works","maintainers":["cssxsh"],"location":"campaign.ts"}} />
|
||||
|
||||
## Eventernote {#eventernote}
|
||||
|
||||
### 声优活动及演唱会 {#eventernote-sheng-you-huo-dong-ji-yan-chang-hui}
|
||||
|
||||
<Route data={{"path":"/actors/:name/:id","categories":["anime"],"example":"/eventernote/actors/三森すずこ/2634","parameters":{"name":"声优姓名","id":"声优 ID"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.eventernote.com/actors/:name/:id/events"]},"name":"声优活动及演唱会","maintainers":["KTachibanaM"],"location":"actors.ts"}} />
|
||||
<Route namespace="eventernote" data={{"path":"/actors/:name/:id","categories":["anime"],"example":"/eventernote/actors/三森すずこ/2634","parameters":{"name":"声优姓名","id":"声优 ID"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.eventernote.com/actors/:name/:id/events"]},"name":"声优活动及演唱会","maintainers":["KTachibanaM"],"location":"actors.ts"}} />
|
||||
|
||||
## Gogoanimehd {#gogoanimehd}
|
||||
|
||||
### Recent Releases {#gogoanimehd-recent-releases}
|
||||
|
||||
<Route data={{"path":"/recent-releases","categories":["anime"],"example":"/gogoanimehd/recent-releases","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["developer.anitaku.to/"]},"name":"Recent Releases","maintainers":["user4302"],"url":"developer.anitaku.to/","location":"recent-releases.ts"}} />
|
||||
<Route namespace="gogoanimehd" data={{"path":"/recent-releases","categories":["anime"],"example":"/gogoanimehd/recent-releases","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["developer.anitaku.to/"]},"name":"Recent Releases","maintainers":["user4302"],"url":"developer.anitaku.to/","location":"recent-releases.ts"}} />
|
||||
|
||||
## Hpoi 手办维基 {#hpoi-shou-ban-wei-ji}
|
||||
|
||||
### 角色周边 {#hpoi-shou-ban-wei-ji-jue-se-zhou-bian}
|
||||
|
||||
<Route data={{"path":"/items/character/:id/:order?","categories":["anime"],"example":"/hpoi/items/character/1035374","parameters":{"id":"角色 ID","order":"排序, 见下表,默认为 add"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"角色周边","maintainers":["DIYgod"],"description":"| 发售 | 入库 | 总热度 | 一周热度 | 一天热度 | 评价 |\n | ------- | ---- | ------ | -------- | -------- | ------ |\n | release | add | hits | hits7Day | hitsDay | rating |","location":"character.ts"}} />
|
||||
<Route namespace="hpoi" data={{"path":"/items/character/:id/:order?","categories":["anime"],"example":"/hpoi/items/character/1035374","parameters":{"id":"角色 ID","order":"排序, 见下表,默认为 add"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"角色周边","maintainers":["DIYgod"],"description":"| 发售 | 入库 | 总热度 | 一周热度 | 一天热度 | 评价 |\n | ------- | ---- | ------ | -------- | -------- | ------ |\n | release | add | hits | hits7Day | hitsDay | rating |","location":"character.ts"}} />
|
||||
|
||||
| 发售 | 入库 | 总热度 | 一周热度 | 一天热度 | 评价 |
|
||||
| ------- | ---- | ------ | -------- | -------- | ------ |
|
||||
|
|
@ -113,7 +113,7 @@
|
|||
|
||||
### 情报 {#hpoi-shou-ban-wei-ji-qing-bao}
|
||||
|
||||
<Route data={{"path":"/info/:type?","categories":["anime"],"example":"/hpoi/info/all","parameters":{"type":"分类, 见下表, 默认为`all`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"情报","maintainers":["sanmmm DIYgod"],"description":"分类\n\n | 全部 | 手办 | 模型 |\n | ---- | ----- | ----- |\n | all | hobby | model |","location":"info.ts"}} />
|
||||
<Route namespace="hpoi" data={{"path":"/info/:type?","categories":["anime"],"example":"/hpoi/info/all","parameters":{"type":"分类, 见下表, 默认为`all`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"情报","maintainers":["sanmmm DIYgod"],"description":"分类\n\n | 全部 | 手办 | 模型 |\n | ---- | ----- | ----- |\n | all | hobby | model |","location":"info.ts"}} />
|
||||
|
||||
分类
|
||||
|
||||
|
|
@ -123,11 +123,11 @@
|
|||
|
||||
### 热门推荐 {#hpoi-shou-ban-wei-ji-re-men-tui-jian}
|
||||
|
||||
<Route data={{"path":"/bannerItem","categories":["anime"],"example":"/hpoi/bannerItem","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.hpoi.net/bannerItem/list"]},"name":"热门推荐","maintainers":["DIYgod"],"url":"www.hpoi.net/bannerItem/list","location":"banner-item.ts"}} />
|
||||
<Route namespace="hpoi" data={{"path":"/bannerItem","categories":["anime"],"example":"/hpoi/bannerItem","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.hpoi.net/bannerItem/list"]},"name":"热门推荐","maintainers":["DIYgod"],"url":"www.hpoi.net/bannerItem/list","location":"banner-item.ts"}} />
|
||||
|
||||
### 所有周边 {#hpoi-shou-ban-wei-ji-suo-you-zhou-bian}
|
||||
|
||||
<Route data={{"path":"/items/all/:order?","categories":["anime"],"example":"/hpoi/items/all","parameters":{"order":"排序, 见下表,默认为 add"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.hpoi.net/hobby/all"],"target":"/items/all"},"name":"所有周边","maintainers":["DIYgod"],"url":"www.hpoi.net/hobby/all","description":"| 发售 | 入库 | 总热度 | 一周热度 | 一天热度 | 评价 |\n | ------- | ---- | ------ | -------- | -------- | ------ |\n | release | add | hits | hits7Day | hitsDay | rating |","location":"all.ts"}} />
|
||||
<Route namespace="hpoi" data={{"path":"/items/all/:order?","categories":["anime"],"example":"/hpoi/items/all","parameters":{"order":"排序, 见下表,默认为 add"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.hpoi.net/hobby/all"],"target":"/items/all"},"name":"所有周边","maintainers":["DIYgod"],"url":"www.hpoi.net/hobby/all","description":"| 发售 | 入库 | 总热度 | 一周热度 | 一天热度 | 评价 |\n | ------- | ---- | ------ | -------- | -------- | ------ |\n | release | add | hits | hits7Day | hitsDay | rating |","location":"all.ts"}} />
|
||||
|
||||
| 发售 | 入库 | 总热度 | 一周热度 | 一天热度 | 评价 |
|
||||
| ------- | ---- | ------ | -------- | -------- | ------ |
|
||||
|
|
@ -135,7 +135,7 @@
|
|||
|
||||
### 用户动态 {#hpoi-shou-ban-wei-ji-yong-hu-dong-tai}
|
||||
|
||||
<Route data={{"path":"/user/:user_id/:caty","categories":["anime"],"example":"/hpoi/user/116297/buy","parameters":{"user_id":"用户ID","caty":"类别, 见下表"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"用户动态","maintainers":["DIYgod","luyuhuang"],"description":"| 想买 | 预定 | 已入 | 关注 | 有过 |\n | ---- | -------- | ---- | ---- | ------ |\n | want | preorder | buy | care | resell |","location":"user.ts"}} />
|
||||
<Route namespace="hpoi" data={{"path":"/user/:user_id/:caty","categories":["anime"],"example":"/hpoi/user/116297/buy","parameters":{"user_id":"用户ID","caty":"类别, 见下表"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"用户动态","maintainers":["DIYgod","luyuhuang"],"description":"| 想买 | 预定 | 已入 | 关注 | 有过 |\n | ---- | -------- | ---- | ---- | ------ |\n | want | preorder | buy | care | resell |","location":"user.ts"}} />
|
||||
|
||||
| 想买 | 预定 | 已入 | 关注 | 有过 |
|
||||
| ---- | -------- | ---- | ---- | ------ |
|
||||
|
|
@ -143,7 +143,7 @@
|
|||
|
||||
### 作品周边 {#hpoi-shou-ban-wei-ji-zuo-pin-zhou-bian}
|
||||
|
||||
<Route data={{"path":"/items/work/:id/:order?","categories":["anime"],"example":"/hpoi/items/work/4117491","parameters":{"id":"作品 ID","order":"排序, 见下表,默认为 add"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"作品周边","maintainers":["DIYgod"],"description":"| 发售 | 入库 | 总热度 | 一周热度 | 一天热度 | 评价 |\n | ------- | ---- | ------ | -------- | -------- | ------ |\n | release | add | hits | hits7Day | hitsDay | rating |","location":"work.ts"}} />
|
||||
<Route namespace="hpoi" data={{"path":"/items/work/:id/:order?","categories":["anime"],"example":"/hpoi/items/work/4117491","parameters":{"id":"作品 ID","order":"排序, 见下表,默认为 add"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"作品周边","maintainers":["DIYgod"],"description":"| 发售 | 入库 | 总热度 | 一周热度 | 一天热度 | 评价 |\n | ------- | ---- | ------ | -------- | -------- | ------ |\n | release | add | hits | hits7Day | hitsDay | rating |","location":"work.ts"}} />
|
||||
|
||||
| 发售 | 入库 | 总热度 | 一周热度 | 一天热度 | 评价 |
|
||||
| ------- | ---- | ------ | -------- | -------- | ------ |
|
||||
|
|
@ -153,13 +153,13 @@
|
|||
|
||||
### News {#idoly-pride-ou-xiang-rong-yao-news}
|
||||
|
||||
<Route data={{"path":"/news","categories":["anime"],"example":"/idolypride/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["idolypride.jp/news"]},"name":"News","maintainers":["Mingxia1"],"url":"idolypride.jp/news","location":"news.ts"}} />
|
||||
<Route namespace="idolypride" data={{"path":"/news","categories":["anime"],"example":"/idolypride/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["idolypride.jp/news"]},"name":"News","maintainers":["Mingxia1"],"url":"idolypride.jp/news","location":"news.ts"}} />
|
||||
|
||||
## iwara {#iwara}
|
||||
|
||||
### User Subscriptions {#iwara-user-subscriptions}
|
||||
|
||||
<Route data={{"path":"/subscriptions","categories":["anime"],"example":"/iwara/subscriptions","parameters":{},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ecchi.iwara.tv/"]},"name":"User Subscriptions","maintainers":["FeCCC"],"url":"ecchi.iwara.tv/","description":":::warning\n This route requires username and password, therefore it's only available when self-hosting, refer to the [Deploy Guide](/install/#route-specific-configurations) for route-specific configurations.\n :::","location":"subscriptions.ts"}} />
|
||||
<Route namespace="iwara" data={{"path":"/subscriptions","categories":["anime"],"example":"/iwara/subscriptions","parameters":{},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ecchi.iwara.tv/"]},"name":"User Subscriptions","maintainers":["FeCCC"],"url":"ecchi.iwara.tv/","description":":::warning\n This route requires username and password, therefore it's only available when self-hosting, refer to the [Deploy Guide](/install/#route-specific-configurations) for route-specific configurations.\n :::","location":"subscriptions.ts"}} />
|
||||
|
||||
:::warning
|
||||
This route requires username and password, therefore it's only available when self-hosting, refer to the [Deploy Guide](/install/#route-specific-configurations) for route-specific configurations.
|
||||
|
|
@ -169,7 +169,7 @@ This route requires username and password, therefore it's only available when se
|
|||
|
||||
### Posts {#kemono-posts}
|
||||
|
||||
<Route data={{"path":"/:source?/:id?","categories":["anime"],"example":"/kemono","parameters":{"source":"Source, see below, Posts by default","id":"User id, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["kemono.su/:source/user/:id","kemono.su/"]},"name":"Posts","maintainers":["nczitzk"],"description":"Sources\n\n | Posts | Patreon | Pixiv Fanbox | Gumroad | SubscribeStar | DLsite | Discord | Fantia |\n | ----- | ------- | ------------ | ------- | ------------- | ------ | ------- | ------ |\n | posts | patreon | fanbox | gumroad | subscribestar | dlsite | discord | fantia |\n\n :::tip\n When `posts` is selected as the value of the parameter **source**, the parameter **id** does not take effect.\n :::","location":"index.ts"}} />
|
||||
<Route namespace="kemono" data={{"path":"/:source?/:id?","categories":["anime"],"example":"/kemono","parameters":{"source":"Source, see below, Posts by default","id":"User id, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["kemono.su/:source/user/:id","kemono.su/"]},"name":"Posts","maintainers":["nczitzk"],"description":"Sources\n\n | Posts | Patreon | Pixiv Fanbox | Gumroad | SubscribeStar | DLsite | Discord | Fantia |\n | ----- | ------- | ------------ | ------- | ------------- | ------ | ------- | ------ |\n | posts | patreon | fanbox | gumroad | subscribestar | dlsite | discord | fantia |\n\n :::tip\n When `posts` is selected as the value of the parameter **source**, the parameter **id** does not take effect.\n :::","location":"index.ts"}} />
|
||||
|
||||
Sources
|
||||
|
||||
|
|
@ -183,9 +183,13 @@ When `posts` is selected as the value of the parameter **source**, the parameter
|
|||
|
||||
## lovelive-anime {#lovelive-anime}
|
||||
|
||||
### Love Live! Official Website Latest NEWS {#lovelive-anime-love-live-official-website-latest-news}
|
||||
|
||||
<Route namespace="lovelive-anime" data={{"path":"/news/:option?","categories":["anime"],"example":"/lovelive-anime/news","parameters":{"option":"Crawl full text when `option` is `detail`."},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.lovelive-anime.jp/","www.lovelive-anime.jp/news"],"target":"/news"},"name":"Love Live! Official Website Latest NEWS","maintainers":["axojhf"],"url":"www.lovelive-anime.jp/","location":"news.ts"}} />
|
||||
|
||||
### Love Live Official Website Categories Topics {#lovelive-anime-love-live-official-website-categories-topics}
|
||||
|
||||
<Route data={{"path":"/topics/:abbr/:category?/:option?","categories":["anime"],"example":"/lovelive-anime/topics/otonokizaka","parameters":{"abbr":"The path to the Love Live series of sub-projects on the official website is detailed in the table below","category":"The official website lists the Topics category, `category` is `detail` when crawling the full text, other categories see the following table for details","option":"Crawl full text when `option` is `detail`."},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Love Live Official Website Categories Topics","maintainers":["axojhf"],"description":"| Sub-project Name (not full name) | Lovelive! | Lovelive! Sunshine!! | Lovelive! Nijigasaki High School Idol Club | Lovelive! Superstar!! | 幻日のヨハネ | ラブライブ!スクールアイドルミュージカル |\n | -------------------------------- | ----------- | -------------------- | ------------------------------------------ | --------------------- | ------------ | ---------------------------------------- |\n | `abbr`parameter | otonokizaka | uranohoshi | nijigasaki | yuigaoka | yohane | musical |\n\n | Category Name | 全てのニュース | 音楽商品 | アニメ映像商品 | キャスト映像商品 | 劇場 | アニメ放送 / 配信 | キャスト配信 / ラジオ | ライブ / イベント | ブック | グッズ | ゲーム | メディア | ご当地情報 | その他 | キャンペーン |\n | ------------------- | --------------------- | -------- | -------------- | ---------------- | ------- | ----------------- | --------------------- | ----------------- | ------ | ------ | ------ | -------- | ---------- | ------ | ------------ |\n | `category`parameter | <u>*No parameter*</u> | music | anime_movie | cast_movie | theater | onair | radio | event | books | goods | game | media | local | other | campaign |","location":"topics.ts"}} />
|
||||
<Route namespace="lovelive-anime" data={{"path":"/topics/:abbr/:category?/:option?","categories":["anime"],"example":"/lovelive-anime/topics/otonokizaka","parameters":{"abbr":"The path to the Love Live series of sub-projects on the official website is detailed in the table below","category":"The official website lists the Topics category, `category` is `detail` when crawling the full text, other categories see the following table for details","option":"Crawl full text when `option` is `detail`."},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Love Live Official Website Categories Topics","maintainers":["axojhf"],"description":"| Sub-project Name (not full name) | Lovelive! | Lovelive! Sunshine!! | Lovelive! Nijigasaki High School Idol Club | Lovelive! Superstar!! | 幻日のヨハネ | ラブライブ!スクールアイドルミュージカル |\n | -------------------------------- | ----------- | -------------------- | ------------------------------------------ | --------------------- | ------------ | ---------------------------------------- |\n | `abbr`parameter | otonokizaka | uranohoshi | nijigasaki | yuigaoka | yohane | musical |\n\n | Category Name | 全てのニュース | 音楽商品 | アニメ映像商品 | キャスト映像商品 | 劇場 | アニメ放送 / 配信 | キャスト配信 / ラジオ | ライブ / イベント | ブック | グッズ | ゲーム | メディア | ご当地情報 | その他 | キャンペーン |\n | ------------------- | --------------------- | -------- | -------------- | ---------------- | ------- | ----------------- | --------------------- | ----------------- | ------ | ------ | ------ | -------- | ---------- | ------ | ------------ |\n | `category`parameter | <u>*No parameter*</u> | music | anime_movie | cast_movie | theater | onair | radio | event | books | goods | game | media | local | other | campaign |","location":"topics.ts"}} />
|
||||
|
||||
| Sub-project Name (not full name) | Lovelive! | Lovelive! Sunshine!! | Lovelive! Nijigasaki High School Idol Club | Lovelive! Superstar!! | 幻日のヨハネ | ラブライブ!スクールアイドルミュージカル |
|
||||
| -------------------------------- | ----------- | -------------------- | ------------------------------------------ | --------------------- | ------------ | ---------------------------------------- |
|
||||
|
|
@ -195,15 +199,11 @@ When `posts` is selected as the value of the parameter **source**, the parameter
|
|||
| ------------------- | --------------------- | -------- | -------------- | ---------------- | ------- | ----------------- | --------------------- | ----------------- | ------ | ------ | ------ | -------- | ---------- | ------ | ------------ |
|
||||
| `category`parameter | <u>*No parameter*</u> | music | anime\_movie | cast\_movie | theater | onair | radio | event | books | goods | game | media | local | other | campaign |
|
||||
|
||||
### Love Live! Official Website Latest NEWS {#lovelive-anime-love-live-official-website-latest-news}
|
||||
|
||||
<Route data={{"path":"/news/:option?","categories":["anime"],"example":"/lovelive-anime/news","parameters":{"option":"Crawl full text when `option` is `detail`."},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.lovelive-anime.jp/","www.lovelive-anime.jp/news"],"target":"/news"},"name":"Love Live! Official Website Latest NEWS","maintainers":["axojhf"],"url":"www.lovelive-anime.jp/","location":"news.ts"}} />
|
||||
|
||||
## Mox.moe {#mox-moe}
|
||||
|
||||
### 首頁 {#mox-moe-shou-ye}
|
||||
|
||||
<Route data={{"path":"/:category?","categories":["anime"],"example":"/mox","parameters":{"category":"分类,可在对应分类页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["mox.moe/l/:category","mox.moe/"]},"name":"首頁","maintainers":["nczitzk"],"description":":::tip\n 在首页将分类参数选择确定后跳转到的分类页面 URL 中,`/l/` 后的字段即为分类参数。\n\n 如 [科幻 + 日語 + 日本 + 長篇 + 完結 + 最近更新](https://mox.moe/l/CAT%2A科幻,日本,完結,lastupdate,jpn,l,BL) 的 URL 为 [https://mox.moe/l/CAT%2A 科幻,日本,完結,lastupdate,jpn,l,BL](https://mox.moe/l/CAT%2A科幻,日本,完結,lastupdate,jpn,l,BL),此时 `/l/` 后的字段为 `CAT%2A科幻,日本,完結,lastupdate,jpn,l,BL`。最终获得路由为 [`/mox/CAT%2A科幻,日本,完結,lastupdate,jpn,l,BL`](https://rsshub.app/mox/CAT%2A科幻,日本,完結,lastupdate,jpn,l,BL)\n :::","location":"index.ts"}} />
|
||||
<Route namespace="mox" data={{"path":"/:category?","categories":["anime"],"example":"/mox","parameters":{"category":"分类,可在对应分类页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["mox.moe/l/:category","mox.moe/"]},"name":"首頁","maintainers":["nczitzk"],"description":":::tip\n 在首页将分类参数选择确定后跳转到的分类页面 URL 中,`/l/` 后的字段即为分类参数。\n\n 如 [科幻 + 日語 + 日本 + 長篇 + 完結 + 最近更新](https://mox.moe/l/CAT%2A科幻,日本,完結,lastupdate,jpn,l,BL) 的 URL 为 [https://mox.moe/l/CAT%2A 科幻,日本,完結,lastupdate,jpn,l,BL](https://mox.moe/l/CAT%2A科幻,日本,完結,lastupdate,jpn,l,BL),此时 `/l/` 后的字段为 `CAT%2A科幻,日本,完結,lastupdate,jpn,l,BL`。最终获得路由为 [`/mox/CAT%2A科幻,日本,完結,lastupdate,jpn,l,BL`](https://rsshub.app/mox/CAT%2A科幻,日本,完結,lastupdate,jpn,l,BL)\n :::","location":"index.ts"}} />
|
||||
|
||||
:::tip
|
||||
在首页将分类参数选择确定后跳转到的分类页面 URL 中,`/l/` 后的字段即为分类参数。
|
||||
|
|
@ -215,37 +215,37 @@ When `posts` is selected as the value of the parameter **source**, the parameter
|
|||
|
||||
### Advanced Search {#nhentai-advanced-search}
|
||||
|
||||
<Route data={{"path":"/search/:keyword/:mode?","categories":["anime"],"example":"/nhentai/search/language%3Ajapanese+-scat+-yaoi+-guro+-\"mosaic+censorship\"","parameters":{"keyword":"Keywords for search. You can copy the content after `q=` after searching on the original website, or you can enter it directly. See the [official website](https://nhentai.net/info/) for details","mode":"mode, `simple` to only show cover, `detail` to show all pages, `torrent` to include Magnet URI, need login, refer to [Route-specific Configurations](/install/#configuration-route-specific-configurations), default to `simple`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":true,"supportPodcast":false,"supportScihub":false},"radar":{"source":["nhentai.net/:key/:keyword"],"target":"/:key/:keyword"},"name":"Advanced Search","maintainers":["MegrezZhu","hoilc"],"location":"search.ts"}} />
|
||||
<Route namespace="nhentai" data={{"path":"/search/:keyword/:mode?","categories":["anime"],"example":"/nhentai/search/language%3Ajapanese+-scat+-yaoi+-guro+-\"mosaic+censorship\"","parameters":{"keyword":"Keywords for search. You can copy the content after `q=` after searching on the original website, or you can enter it directly. See the [official website](https://nhentai.net/info/) for details","mode":"mode, `simple` to only show cover, `detail` to show all pages, `torrent` to include Magnet URI, need login, refer to [Route-specific Configurations](/install/#configuration-route-specific-configurations), default to `simple`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":true,"supportPodcast":false,"supportScihub":false},"radar":{"source":["nhentai.net/:key/:keyword"],"target":"/:key/:keyword"},"name":"Advanced Search","maintainers":["MegrezZhu","hoilc"],"location":"search.ts"}} />
|
||||
|
||||
### Filter {#nhentai-filter}
|
||||
|
||||
<Route data={{"path":"/:key/:keyword/:mode?","categories":["anime"],"example":"/nhentai/language/chinese","parameters":{"key":"Filter term, can be: `parody`, `character`, `tag`, `artist`, `group`, `language` or `category`","keyword":"Filter value","mode":"mode, `simple` to only show cover, `detail` to show all pages, `torrent` to include Magnet URI, need login, refer to [Route-specific Configurations](/install/#configuration-route-specific-configurations), default to `simple`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":true,"supportPodcast":false,"supportScihub":false},"radar":{"source":["nhentai.net/:key/:keyword"],"target":"/:key/:keyword"},"name":"Filter","maintainers":["MegrezZhu","hoilc"],"location":"other.ts"}} />
|
||||
<Route namespace="nhentai" data={{"path":"/:key/:keyword/:mode?","categories":["anime"],"example":"/nhentai/language/chinese","parameters":{"key":"Filter term, can be: `parody`, `character`, `tag`, `artist`, `group`, `language` or `category`","keyword":"Filter value","mode":"mode, `simple` to only show cover, `detail` to show all pages, `torrent` to include Magnet URI, need login, refer to [Route-specific Configurations](/install/#configuration-route-specific-configurations), default to `simple`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":true,"supportPodcast":false,"supportScihub":false},"radar":{"source":["nhentai.net/:key/:keyword"],"target":"/:key/:keyword"},"name":"Filter","maintainers":["MegrezZhu","hoilc"],"location":"other.ts"}} />
|
||||
|
||||
## QooApp {#qooapp}
|
||||
|
||||
### Game Store - Article {#qooapp-game-store-article}
|
||||
|
||||
<Route data={{"path":"/apps/:lang?/post/:id","categories":["anime"],"example":"/qoo-app/apps/en/post/7675","parameters":{"lang":"Language, see the table above, empty means `中文`","id":"Game ID, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Game Store - Article","maintainers":["TonyRL"],"location":"apps/post.ts"}} />
|
||||
|
||||
### Game Store - Cards {#qooapp-game-store-cards}
|
||||
|
||||
<Route data={{"path":"/apps/:lang?/card/:id","categories":["anime"],"example":"/qoo-app/apps/en/card/7675","parameters":{"lang":"Language, see the table above, empty means `中文`","id":"Game ID, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Game Store - Cards","maintainers":["TonyRL"],"location":"apps/card.ts"}} />
|
||||
|
||||
### Game Store - Notes {#qooapp-game-store-notes}
|
||||
|
||||
<Route data={{"path":"/apps/:lang?/note/:id","categories":["anime"],"example":"/qoo-app/apps/en/note/7675","parameters":{"lang":"Language, see the table above, empty means `中文`","id":"Game ID, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Game Store - Notes","maintainers":["TonyRL"],"location":"apps/note.ts"}} />
|
||||
<Route namespace="qoo-app" data={{"path":"/apps/:lang?/card/:id","categories":["anime"],"example":"/qoo-app/apps/en/card/7675","parameters":{"lang":"Language, see the table above, empty means `中文`","id":"Game ID, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Game Store - Cards","maintainers":["TonyRL"],"location":"apps/card.ts"}} />
|
||||
|
||||
### Game Store - Review {#qooapp-game-store-review}
|
||||
|
||||
<Route data={{"path":"/apps/:lang?/comment/:id","categories":["anime"],"example":"/qoo-app/apps/en/comment/7675","parameters":{"lang":"Language, see the table below, empty means `中文`","id":"Game ID, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Game Store - Review","maintainers":["TonyRL"],"description":"| 中文 | English | 한국어 | Español | 日本語 | ไทย | Tiếng Việt |\n | ---- | ------- | ------ | ------- | ------ | --- | ---------- |\n | | en | ko | es | ja | th | vi |","location":"apps/comment.ts"}} />
|
||||
<Route namespace="qoo-app" data={{"path":"/apps/:lang?/comment/:id","categories":["anime"],"example":"/qoo-app/apps/en/comment/7675","parameters":{"lang":"Language, see the table below, empty means `中文`","id":"Game ID, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Game Store - Review","maintainers":["TonyRL"],"description":"| 中文 | English | 한국어 | Español | 日本語 | ไทย | Tiếng Việt |\n | ---- | ------- | ------ | ------- | ------ | --- | ---------- |\n | | en | ko | es | ja | th | vi |","location":"apps/comment.ts"}} />
|
||||
|
||||
| 中文 | English | 한국어 | Español | 日本語 | ไทย | Tiếng Việt |
|
||||
| ---- | ------- | ------ | ------- | ------ | --- | ---------- |
|
||||
| | en | ko | es | ja | th | vi |
|
||||
|
||||
### Game Store - Notes {#qooapp-game-store-notes}
|
||||
|
||||
<Route namespace="qoo-app" data={{"path":"/apps/:lang?/note/:id","categories":["anime"],"example":"/qoo-app/apps/en/note/7675","parameters":{"lang":"Language, see the table above, empty means `中文`","id":"Game ID, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Game Store - Notes","maintainers":["TonyRL"],"location":"apps/note.ts"}} />
|
||||
|
||||
### Game Store - Article {#qooapp-game-store-article}
|
||||
|
||||
<Route namespace="qoo-app" data={{"path":"/apps/:lang?/post/:id","categories":["anime"],"example":"/qoo-app/apps/en/post/7675","parameters":{"lang":"Language, see the table above, empty means `中文`","id":"Game ID, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Game Store - Article","maintainers":["TonyRL"],"location":"apps/post.ts"}} />
|
||||
|
||||
### News {#qooapp-news}
|
||||
|
||||
<Route data={{"path":"/news/:lang?","categories":["anime"],"example":"/qoo-app/news/en","parameters":{"lang":"Language, see the table below, empty means `中文`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"News","maintainers":["TonyRL"],"description":"| 中文 | English |\n | ---- | ------- |\n | | en |","location":"news.ts"}} />
|
||||
<Route namespace="qoo-app" data={{"path":"/news/:lang?","categories":["anime"],"example":"/qoo-app/news/en","parameters":{"lang":"Language, see the table below, empty means `中文`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"News","maintainers":["TonyRL"],"description":"| 中文 | English |\n | ---- | ------- |\n | | en |","location":"news.ts"}} />
|
||||
|
||||
| 中文 | English |
|
||||
| ---- | ------- |
|
||||
|
|
@ -253,33 +253,33 @@ When `posts` is selected as the value of the parameter **source**, the parameter
|
|||
|
||||
### Note Comments {#qooapp-note-comments}
|
||||
|
||||
<Route data={{"path":"/notes/:lang?/note/:id","categories":["anime"],"example":"/qoo-app/notes/en/note/2329113","parameters":{"lang":"Language, see the table above, empty means `中文`","id":"Note ID, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Note Comments","maintainers":["TonyRL"],"location":"notes/note.ts"}} />
|
||||
|
||||
### User Game Comments {#qooapp-user-game-comments}
|
||||
|
||||
<Route data={{"path":"/user/:lang?/appComment/:uid","categories":["anime"],"example":"/qoo-app/user/en/appComment/35399143","parameters":{"lang":"Language, see the table above, empty means `中文`","uid":"User ID, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"User Game Comments","maintainers":["TonyRL"],"location":"user/app-comment.ts"}} />
|
||||
<Route namespace="qoo-app" data={{"path":"/notes/:lang?/note/:id","categories":["anime"],"example":"/qoo-app/notes/en/note/2329113","parameters":{"lang":"Language, see the table above, empty means `中文`","id":"Note ID, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Note Comments","maintainers":["TonyRL"],"location":"notes/note.ts"}} />
|
||||
|
||||
### User Notes {#qooapp-user-notes}
|
||||
|
||||
<Route data={{"path":"/notes/:lang?/user/:uid","categories":["anime"],"example":"/qoo-app/notes/en/user/35399143","parameters":{"lang":"Language, see the table above, empty means `中文`","uid":"User ID, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"User Notes","maintainers":["TonyRL"],"location":"notes/user.ts"}} />
|
||||
<Route namespace="qoo-app" data={{"path":"/notes/:lang?/user/:uid","categories":["anime"],"example":"/qoo-app/notes/en/user/35399143","parameters":{"lang":"Language, see the table above, empty means `中文`","uid":"User ID, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"User Notes","maintainers":["TonyRL"],"location":"notes/user.ts"}} />
|
||||
|
||||
### User Game Comments {#qooapp-user-game-comments}
|
||||
|
||||
<Route namespace="qoo-app" data={{"path":"/user/:lang?/appComment/:uid","categories":["anime"],"example":"/qoo-app/user/en/appComment/35399143","parameters":{"lang":"Language, see the table above, empty means `中文`","uid":"User ID, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"User Game Comments","maintainers":["TonyRL"],"location":"user/app-comment.ts"}} />
|
||||
|
||||
## Rawkuma {#rawkuma}
|
||||
|
||||
### Manga {#rawkuma-manga}
|
||||
|
||||
<Route data={{"path":"/manga/:id","categories":["anime"],"example":"/rawkuma/manga/tensei-shitara-dai-nana-ouji-dattanode-kimamani-majutsu-o-kiwamemasu","parameters":{"id":"Manga ID, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["rawkuma.com/manga/:id","rawkuma.com/"]},"name":"Manga","maintainers":["nczitzk"],"location":"manga.ts"}} />
|
||||
<Route namespace="rawkuma" data={{"path":"/manga/:id","categories":["anime"],"example":"/rawkuma/manga/tensei-shitara-dai-nana-ouji-dattanode-kimamani-majutsu-o-kiwamemasu","parameters":{"id":"Manga ID, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["rawkuma.com/manga/:id","rawkuma.com/"]},"name":"Manga","maintainers":["nczitzk"],"location":"manga.ts"}} />
|
||||
|
||||
## THBWiki {#thbwiki}
|
||||
|
||||
### Calendar {#thbwiki-calendar}
|
||||
|
||||
<Route data={{"path":"/calendar/:before?/:after?","categories":["anime"],"example":"/thwiki/calendar","parameters":{"before":"From how many days ago (default 30)","after":"To how many days after (default 30)"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["thwiki.cc/","thwiki.cc/日程表"],"target":"/calendar"},"name":"Calendar","maintainers":["aether17"],"url":"thwiki.cc/","location":"index.ts"}} />
|
||||
<Route namespace="thwiki" data={{"path":"/calendar/:before?/:after?","categories":["anime"],"example":"/thwiki/calendar","parameters":{"before":"From how many days ago (default 30)","after":"To how many days after (default 30)"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["thwiki.cc/","thwiki.cc/日程表"],"target":"/calendar"},"name":"Calendar","maintainers":["aether17"],"url":"thwiki.cc/","location":"index.ts"}} />
|
||||
|
||||
## VCB-Studio {#vcb-studio}
|
||||
|
||||
### 分类文章 {#vcb-studio-fen-lei-wen-zhang}
|
||||
|
||||
<Route data={{"path":"/category/:cate","categories":["anime"],"example":"/vcb-s/category/works","parameters":{"cate":"分类"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["vcb-s.com/archives/category/:cate"]},"name":"分类文章","maintainers":["cxfksword"],"url":"vcb-s.com/","description":"| 作品项目 | 科普系列 | 计划与日志 |\n | -------- | -------- | ---------- |\n | works | kb | planlog |","location":"category.ts"}} />
|
||||
<Route namespace="vcb-s" data={{"path":"/category/:cate","categories":["anime"],"example":"/vcb-s/category/works","parameters":{"cate":"分类"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["vcb-s.com/archives/category/:cate"]},"name":"分类文章","maintainers":["cxfksword"],"url":"vcb-s.com/","description":"| 作品项目 | 科普系列 | 计划与日志 |\n | -------- | -------- | ---------- |\n | works | kb | planlog |","location":"category.ts"}} />
|
||||
|
||||
| 作品项目 | 科普系列 | 计划与日志 |
|
||||
| -------- | -------- | ---------- |
|
||||
|
|
@ -289,7 +289,7 @@ When `posts` is selected as the value of the parameter **source**, the parameter
|
|||
|
||||
### 最新动态 {#x-man-hua-zui-xin-dong-tai}
|
||||
|
||||
<Route data={{"path":"/:uid","categories":["anime"],"example":"/xmanhua/73xm","parameters":{"uid":"漫画 id,在浏览器中可见,例如鬼灭之刃对应的 id 为 `73xm`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["xmanhua.com/:uid"]},"name":"最新动态","maintainers":["Ye11"],"location":"index.ts"}} />
|
||||
<Route namespace="xmanhua" data={{"path":"/:uid","categories":["anime"],"example":"/xmanhua/73xm","parameters":{"uid":"漫画 id,在浏览器中可见,例如鬼灭之刃对应的 id 为 `73xm`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["xmanhua.com/:uid"]},"name":"最新动态","maintainers":["Ye11"],"location":"index.ts"}} />
|
||||
|
||||
## 俺の 3D エロ動画 (oreno3d) {#an-%E3%81%AE-3d-%E3%82%A8%E3%83%AD-dong-hua-oreno3d}
|
||||
|
||||
|
|
@ -299,7 +299,7 @@ You can use some RSS parsing libraries (like `feedpraser` in `Python`) to receiv
|
|||
|
||||
### Author Search {#an-%E3%81%AE-3d-%E3%82%A8%E3%83%AD-dong-hua-oreno3d-author-search}
|
||||
|
||||
<Route data={{"path":["/authors/:authorid/:sort/:pagelimit?","/characters/:characterid/:sort/:pagelimit?","/origins/:originid/:sort/:pagelimit?","/search/:keyword/:sort/:pagelimit?","/tags/:tagid/:sort/:pagelimit?"],"categories":["anime"],"example":"/oreno3d/authors/3189/latest/1","parameters":{"authorid":"Author id, can be found in URL","sort":"Sort method, see the table above","pagelimit":"The maximum number of pages to be crawled, the default is 1"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Author Search","maintainers":["xueli_sherryli"],"description":"| favorites | hot | latest | popularity |\n | --------- | --- | ------ | ---------- |\n | favorites | hot | latest | popularity |","location":"main.ts"}} />
|
||||
<Route namespace="oreno3d" data={{"path":["/authors/:authorid/:sort/:pagelimit?","/characters/:characterid/:sort/:pagelimit?","/origins/:originid/:sort/:pagelimit?","/search/:keyword/:sort/:pagelimit?","/tags/:tagid/:sort/:pagelimit?"],"categories":["anime"],"example":"/oreno3d/authors/3189/latest/1","parameters":{"authorid":"Author id, can be found in URL","sort":"Sort method, see the table above","pagelimit":"The maximum number of pages to be crawled, the default is 1"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Author Search","maintainers":["xueli_sherryli"],"description":"| favorites | hot | latest | popularity |\n | --------- | --- | ------ | ---------- |\n | favorites | hot | latest | popularity |","location":"main.ts"}} />
|
||||
|
||||
| favorites | hot | latest | popularity |
|
||||
| --------- | --- | ------ | ---------- |
|
||||
|
|
@ -307,7 +307,7 @@ You can use some RSS parsing libraries (like `feedpraser` in `Python`) to receiv
|
|||
|
||||
### Author Search {#an-%E3%81%AE-3d-%E3%82%A8%E3%83%AD-dong-hua-oreno3d-author-search}
|
||||
|
||||
<Route data={{"path":["/authors/:authorid/:sort/:pagelimit?","/characters/:characterid/:sort/:pagelimit?","/origins/:originid/:sort/:pagelimit?","/search/:keyword/:sort/:pagelimit?","/tags/:tagid/:sort/:pagelimit?"],"categories":["anime"],"example":"/oreno3d/authors/3189/latest/1","parameters":{"authorid":"Author id, can be found in URL","sort":"Sort method, see the table above","pagelimit":"The maximum number of pages to be crawled, the default is 1"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Author Search","maintainers":["xueli_sherryli"],"description":"| favorites | hot | latest | popularity |\n | --------- | --- | ------ | ---------- |\n | favorites | hot | latest | popularity |","location":"main.ts"}} />
|
||||
<Route namespace="oreno3d" data={{"path":["/authors/:authorid/:sort/:pagelimit?","/characters/:characterid/:sort/:pagelimit?","/origins/:originid/:sort/:pagelimit?","/search/:keyword/:sort/:pagelimit?","/tags/:tagid/:sort/:pagelimit?"],"categories":["anime"],"example":"/oreno3d/authors/3189/latest/1","parameters":{"authorid":"Author id, can be found in URL","sort":"Sort method, see the table above","pagelimit":"The maximum number of pages to be crawled, the default is 1"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Author Search","maintainers":["xueli_sherryli"],"description":"| favorites | hot | latest | popularity |\n | --------- | --- | ------ | ---------- |\n | favorites | hot | latest | popularity |","location":"main.ts"}} />
|
||||
|
||||
| favorites | hot | latest | popularity |
|
||||
| --------- | --- | ------ | ---------- |
|
||||
|
|
@ -315,7 +315,7 @@ You can use some RSS parsing libraries (like `feedpraser` in `Python`) to receiv
|
|||
|
||||
### Author Search {#an-%E3%81%AE-3d-%E3%82%A8%E3%83%AD-dong-hua-oreno3d-author-search}
|
||||
|
||||
<Route data={{"path":["/authors/:authorid/:sort/:pagelimit?","/characters/:characterid/:sort/:pagelimit?","/origins/:originid/:sort/:pagelimit?","/search/:keyword/:sort/:pagelimit?","/tags/:tagid/:sort/:pagelimit?"],"categories":["anime"],"example":"/oreno3d/authors/3189/latest/1","parameters":{"authorid":"Author id, can be found in URL","sort":"Sort method, see the table above","pagelimit":"The maximum number of pages to be crawled, the default is 1"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Author Search","maintainers":["xueli_sherryli"],"description":"| favorites | hot | latest | popularity |\n | --------- | --- | ------ | ---------- |\n | favorites | hot | latest | popularity |","location":"main.ts"}} />
|
||||
<Route namespace="oreno3d" data={{"path":["/authors/:authorid/:sort/:pagelimit?","/characters/:characterid/:sort/:pagelimit?","/origins/:originid/:sort/:pagelimit?","/search/:keyword/:sort/:pagelimit?","/tags/:tagid/:sort/:pagelimit?"],"categories":["anime"],"example":"/oreno3d/authors/3189/latest/1","parameters":{"authorid":"Author id, can be found in URL","sort":"Sort method, see the table above","pagelimit":"The maximum number of pages to be crawled, the default is 1"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Author Search","maintainers":["xueli_sherryli"],"description":"| favorites | hot | latest | popularity |\n | --------- | --- | ------ | ---------- |\n | favorites | hot | latest | popularity |","location":"main.ts"}} />
|
||||
|
||||
| favorites | hot | latest | popularity |
|
||||
| --------- | --- | ------ | ---------- |
|
||||
|
|
@ -323,7 +323,7 @@ You can use some RSS parsing libraries (like `feedpraser` in `Python`) to receiv
|
|||
|
||||
### Author Search {#an-%E3%81%AE-3d-%E3%82%A8%E3%83%AD-dong-hua-oreno3d-author-search}
|
||||
|
||||
<Route data={{"path":["/authors/:authorid/:sort/:pagelimit?","/characters/:characterid/:sort/:pagelimit?","/origins/:originid/:sort/:pagelimit?","/search/:keyword/:sort/:pagelimit?","/tags/:tagid/:sort/:pagelimit?"],"categories":["anime"],"example":"/oreno3d/authors/3189/latest/1","parameters":{"authorid":"Author id, can be found in URL","sort":"Sort method, see the table above","pagelimit":"The maximum number of pages to be crawled, the default is 1"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Author Search","maintainers":["xueli_sherryli"],"description":"| favorites | hot | latest | popularity |\n | --------- | --- | ------ | ---------- |\n | favorites | hot | latest | popularity |","location":"main.ts"}} />
|
||||
<Route namespace="oreno3d" data={{"path":["/authors/:authorid/:sort/:pagelimit?","/characters/:characterid/:sort/:pagelimit?","/origins/:originid/:sort/:pagelimit?","/search/:keyword/:sort/:pagelimit?","/tags/:tagid/:sort/:pagelimit?"],"categories":["anime"],"example":"/oreno3d/authors/3189/latest/1","parameters":{"authorid":"Author id, can be found in URL","sort":"Sort method, see the table above","pagelimit":"The maximum number of pages to be crawled, the default is 1"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Author Search","maintainers":["xueli_sherryli"],"description":"| favorites | hot | latest | popularity |\n | --------- | --- | ------ | ---------- |\n | favorites | hot | latest | popularity |","location":"main.ts"}} />
|
||||
|
||||
| favorites | hot | latest | popularity |
|
||||
| --------- | --- | ------ | ---------- |
|
||||
|
|
@ -331,7 +331,7 @@ You can use some RSS parsing libraries (like `feedpraser` in `Python`) to receiv
|
|||
|
||||
### Author Search {#an-%E3%81%AE-3d-%E3%82%A8%E3%83%AD-dong-hua-oreno3d-author-search}
|
||||
|
||||
<Route data={{"path":["/authors/:authorid/:sort/:pagelimit?","/characters/:characterid/:sort/:pagelimit?","/origins/:originid/:sort/:pagelimit?","/search/:keyword/:sort/:pagelimit?","/tags/:tagid/:sort/:pagelimit?"],"categories":["anime"],"example":"/oreno3d/authors/3189/latest/1","parameters":{"authorid":"Author id, can be found in URL","sort":"Sort method, see the table above","pagelimit":"The maximum number of pages to be crawled, the default is 1"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Author Search","maintainers":["xueli_sherryli"],"description":"| favorites | hot | latest | popularity |\n | --------- | --- | ------ | ---------- |\n | favorites | hot | latest | popularity |","location":"main.ts"}} />
|
||||
<Route namespace="oreno3d" data={{"path":["/authors/:authorid/:sort/:pagelimit?","/characters/:characterid/:sort/:pagelimit?","/origins/:originid/:sort/:pagelimit?","/search/:keyword/:sort/:pagelimit?","/tags/:tagid/:sort/:pagelimit?"],"categories":["anime"],"example":"/oreno3d/authors/3189/latest/1","parameters":{"authorid":"Author id, can be found in URL","sort":"Sort method, see the table above","pagelimit":"The maximum number of pages to be crawled, the default is 1"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Author Search","maintainers":["xueli_sherryli"],"description":"| favorites | hot | latest | popularity |\n | --------- | --- | ------ | ---------- |\n | favorites | hot | latest | popularity |","location":"main.ts"}} />
|
||||
|
||||
| favorites | hot | latest | popularity |
|
||||
| --------- | --- | ------ | ---------- |
|
||||
|
|
@ -339,21 +339,9 @@ You can use some RSS parsing libraries (like `feedpraser` in `Python`) to receiv
|
|||
|
||||
## 巴哈姆特電玩資訊站 {#ba-ha-mu-te-dian-wan-zi-xun-zhan}
|
||||
|
||||
### 動畫瘋 - 動畫 {#ba-ha-mu-te-dian-wan-zi-xun-zhan-dong-hua-feng-dong-hua}
|
||||
|
||||
<Route data={{"path":"/ani/anime/:sn","categories":["anime"],"example":"/gamer/ani/anime/36868","parameters":{"sn":"動畫 sn,在 URL 可以找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"動畫瘋 - 動畫","maintainers":[],"location":"ani/anime.ts"}} />
|
||||
|
||||
### 動畫瘋 - 最後更新 {#ba-ha-mu-te-dian-wan-zi-xun-zhan-dong-hua-feng-zui-hou-geng-xin}
|
||||
|
||||
<Route data={{"path":"/ani/new_anime","categories":["anime"],"example":"/gamer/ani/new_anime","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ani.gamer.com.tw/"],"target":"/new_anime"},"name":"動畫瘋 - 最後更新","maintainers":[],"url":"ani.gamer.com.tw/","location":"ani/new-anime.ts"}} />
|
||||
|
||||
### 熱門推薦 {#ba-ha-mu-te-dian-wan-zi-xun-zhan-re-men-tui-jian}
|
||||
|
||||
<Route data={{"path":"/hot/:bsn","categories":["anime"],"example":"/gamer/hot/47157","parameters":{"bsn":"板块 id,在 URL 可以找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"熱門推薦","maintainers":["nczitzk","TonyRL"],"location":"hot.ts"}} />
|
||||
|
||||
### GNN 新聞 {#ba-ha-mu-te-dian-wan-zi-xun-zhan-gnn-xin-wen}
|
||||
|
||||
<Route data={{"path":"/gnn/:category?","categories":["anime"],"example":"/gamer/gnn/1","parameters":{"category":"版块"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"GNN 新聞","maintainers":["Arracc"],"description":"| 首頁 | PC | TV 掌機 | 手機遊戲 | 動漫畫 | 主題報導 | 活動展覽 | 電競 |\n | ---- | -- | ------- | -------- | ------ | -------- | -------- | ---- |\n | 缺省 | 1 | 3 | 4 | 5 | 9 | 11 | 13 |\n\n | Switch | PS5 | PS4 | XboxOne | XboxSX | PC 單機 | PC 線上 | iOS | Android | Web | 漫畫 | 動畫 |\n | ------ | --- | --- | ------- | ------ | ------- | ------- | --- | ------- | --- | ----- | ----- |\n | ns | ps5 | ps4 | xbone | xbsx | pc | olg | ios | android | web | comic | anime |","location":"gnn-index.ts"}} />
|
||||
<Route namespace="gamer" data={{"path":"/gnn/:category?","categories":["anime"],"example":"/gamer/gnn/1","parameters":{"category":"版块"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"GNN 新聞","maintainers":["Arracc"],"description":"| 首頁 | PC | TV 掌機 | 手機遊戲 | 動漫畫 | 主題報導 | 活動展覽 | 電競 |\n | ---- | -- | ------- | -------- | ------ | -------- | -------- | ---- |\n | 缺省 | 1 | 3 | 4 | 5 | 9 | 11 | 13 |\n\n | Switch | PS5 | PS4 | XboxOne | XboxSX | PC 單機 | PC 線上 | iOS | Android | Web | 漫畫 | 動畫 |\n | ------ | --- | --- | ------- | ------ | ------- | ------- | --- | ------- | --- | ----- | ----- |\n | ns | ps5 | ps4 | xbone | xbsx | pc | olg | ios | android | web | comic | anime |","location":"gnn-index.ts"}} />
|
||||
|
||||
| 首頁 | PC | TV 掌機 | 手機遊戲 | 動漫畫 | 主題報導 | 活動展覽 | 電競 |
|
||||
| ---- | -- | ------- | -------- | ------ | -------- | -------- | ---- |
|
||||
|
|
@ -363,17 +351,29 @@ You can use some RSS parsing libraries (like `feedpraser` in `Python`) to receiv
|
|||
| ------ | --- | --- | ------- | ------ | ------- | ------- | --- | ------- | --- | ----- | ----- |
|
||||
| ns | ps5 | ps4 | xbone | xbsx | pc | olg | ios | android | web | comic | anime |
|
||||
|
||||
### 動畫瘋 - 動畫 {#ba-ha-mu-te-dian-wan-zi-xun-zhan-dong-hua-feng-dong-hua}
|
||||
|
||||
<Route namespace="gamer" data={{"path":"/ani/anime/:sn","categories":["anime"],"example":"/gamer/ani/anime/36868","parameters":{"sn":"動畫 sn,在 URL 可以找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"動畫瘋 - 動畫","maintainers":[],"location":"ani/anime.ts"}} />
|
||||
|
||||
### 動畫瘋 - 最後更新 {#ba-ha-mu-te-dian-wan-zi-xun-zhan-dong-hua-feng-zui-hou-geng-xin}
|
||||
|
||||
<Route namespace="gamer" data={{"path":"/ani/new_anime","categories":["anime"],"example":"/gamer/ani/new_anime","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ani.gamer.com.tw/"],"target":"/new_anime"},"name":"動畫瘋 - 最後更新","maintainers":[],"url":"ani.gamer.com.tw/","location":"ani/new-anime.ts"}} />
|
||||
|
||||
### 熱門推薦 {#ba-ha-mu-te-dian-wan-zi-xun-zhan-re-men-tui-jian}
|
||||
|
||||
<Route namespace="gamer" data={{"path":"/hot/:bsn","categories":["anime"],"example":"/gamer/hot/47157","parameters":{"bsn":"板块 id,在 URL 可以找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"熱門推薦","maintainers":["nczitzk","TonyRL"],"location":"hot.ts"}} />
|
||||
|
||||
## 包子漫画 {#bao-zi-man-hua}
|
||||
|
||||
### 订阅漫画 {#bao-zi-man-hua-ding-yue-man-hua}
|
||||
|
||||
<Route data={{"path":"/comic/:name","categories":["anime"],"example":"/baozimh/comic/guowangpaiming-shiricaofu","parameters":{"name":"漫画名称,在漫画链接可以得到(`comic/` 后的那段)"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.baozimh.com/comic/:name"]},"name":"订阅漫画","maintainers":["Fatpandac"],"location":"index.ts"}} />
|
||||
<Route namespace="baozimh" data={{"path":"/comic/:name","categories":["anime"],"example":"/baozimh/comic/guowangpaiming-shiricaofu","parameters":{"name":"漫画名称,在漫画链接可以得到(`comic/` 后的那段)"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.baozimh.com/comic/:name"]},"name":"订阅漫画","maintainers":["Fatpandac"],"location":"index.ts"}} />
|
||||
|
||||
## 动漫之家 {#dong-man-zhi-jia}
|
||||
|
||||
### 新闻站 {#dong-man-zhi-jia-xin-wen-zhan}
|
||||
|
||||
<Route data={{"path":"/news/:category?","categories":["anime"],"example":"/dmzj/news/donghuaqingbao","parameters":{"category":"类别"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["news.dmzj.com/"],"target":"/news"},"name":"新闻站","maintainers":["vzz64"],"url":"news.dmzj.com/","description":"| 漫画情报 | 轻小说情报 | 动漫周边 | 声优情报 | 音乐资讯 | 游戏资讯 | 美图欣赏 | 漫展情报 | 大杂烩 |\n | ------------- | ------------------- | -------------- | --------------- | ----------- | ---------- | ------------- | -------------- | ------- |\n | manhuaqingbao | qingxiaoshuoqingbao | manhuazhoubian | shengyouqingbao | yinyuezixun | youxizixun | meituxinshang | manzhanqingbao | dazahui |","location":"news.ts"}} />
|
||||
<Route namespace="dmzj" data={{"path":"/news/:category?","categories":["anime"],"example":"/dmzj/news/donghuaqingbao","parameters":{"category":"类别"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["news.dmzj.com/"],"target":"/news"},"name":"新闻站","maintainers":["vzz64"],"url":"news.dmzj.com/","description":"| 漫画情报 | 轻小说情报 | 动漫周边 | 声优情报 | 音乐资讯 | 游戏资讯 | 美图欣赏 | 漫展情报 | 大杂烩 |\n | ------------- | ------------------- | -------------- | --------------- | ----------- | ---------- | ------------- | -------------- | ------- |\n | manhuaqingbao | qingxiaoshuoqingbao | manhuazhoubian | shengyouqingbao | yinyuezixun | youxizixun | meituxinshang | manzhanqingbao | dazahui |","location":"news.ts"}} />
|
||||
|
||||
| 漫画情报 | 轻小说情报 | 动漫周边 | 声优情报 | 音乐资讯 | 游戏资讯 | 美图欣赏 | 漫展情报 | 大杂烩 |
|
||||
| ------------- | ------------------- | -------------- | --------------- | ----------- | ---------- | ------------- | -------------- | ------- |
|
||||
|
|
@ -383,19 +383,19 @@ You can use some RSS parsing libraries (like `feedpraser` in `Python`) to receiv
|
|||
|
||||
### 漫画更新 {#dong-man-kuang-man-hua-geng-xin}
|
||||
|
||||
<Route data={{"path":"/comic/:id","categories":["anime"],"example":"/cartoonmad/comic/5827","parameters":{"id":"漫画ID"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["cartoonmad.com/comic/:id"]},"name":"漫画更新","maintainers":["KellyHwong"],"location":"comic.ts"}} />
|
||||
<Route namespace="cartoonmad" data={{"path":"/comic/:id","categories":["anime"],"example":"/cartoonmad/comic/5827","parameters":{"id":"漫画ID"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["cartoonmad.com/comic/:id"]},"name":"漫画更新","maintainers":["KellyHwong"],"location":"comic.ts"}} />
|
||||
|
||||
## 番组放送 {#fan-zu-fang-song}
|
||||
|
||||
### 开播提醒 {#fan-zu-fang-song-kai-bo-ti-xing}
|
||||
|
||||
<Route data={{"path":"/onair/:lang?","categories":["anime"],"example":"/bgmlist/onair/zh-Hans","parameters":{"lang":"语言"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"开播提醒","maintainers":["x2cf"],"location":"onair.ts"}} />
|
||||
<Route namespace="bgmlist" data={{"path":"/onair/:lang?","categories":["anime"],"example":"/bgmlist/onair/zh-Hans","parameters":{"lang":"语言"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"开播提醒","maintainers":["x2cf"],"location":"onair.ts"}} />
|
||||
|
||||
## 风之动漫 {#feng-zhi-dong-man}
|
||||
|
||||
### 在线漫画 {#feng-zhi-dong-man-zai-xian-man-hua}
|
||||
|
||||
<Route data={{"path":"/manhua/:id/:cdn?","categories":["anime"],"example":"/fffdm/manhua/93","parameters":{"id":"漫画ID。默认获取全部,建议使用通用参数limit获取指定数量","cdn":"cdn加速器。默认5,当前可选1-5"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.fffdm.com/manhua/:id","www.fffdm.com/:id"],"target":"/manhua/:id"},"name":"在线漫画","maintainers":["zytomorrow"],"location":"manhua/manhua.ts"}} />
|
||||
<Route namespace="fffdm" data={{"path":"/manhua/:id/:cdn?","categories":["anime"],"example":"/fffdm/manhua/93","parameters":{"id":"漫画ID。默认获取全部,建议使用通用参数limit获取指定数量","cdn":"cdn加速器。默认5,当前可选1-5"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.fffdm.com/manhua/:id","www.fffdm.com/:id"],"target":"/manhua/:id"},"name":"在线漫画","maintainers":["zytomorrow"],"location":"manhua/manhua.ts"}} />
|
||||
|
||||
## 禁漫天堂 {#jin-man-tian-tang}
|
||||
|
||||
|
|
@ -405,7 +405,7 @@ You can use some RSS parsing libraries (like `feedpraser` in `Python`) to receiv
|
|||
|
||||
### 成人 A 漫 {#jin-man-tian-tang-cheng-ren-a-man}
|
||||
|
||||
<Route data={{"path":"/:category?/:time?/:order?/:keyword?","categories":["anime"],"example":"/18comic","parameters":{"category":"分类,见下表,默认为 `all` 即全部","time":"时间范围,见下表,默认为 `a` 即全部","order":"排列顺序,见下表,默认为 `mr` 即最新","keyword":"关键字,见下表,默认为空"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["jmcomic.group/"]},"name":"成人 A 漫","maintainers":["nczitzk"],"url":"jmcomic.group/","description":"分类\n\n | 全部 | 其他漫畫 | 同人 | 韓漫 | 美漫 | 短篇 | 单本 |\n | ---- | -------- | ------ | ------ | ------ | ----- | ------ |\n | all | another | doujin | hanman | meiman | short | single |\n\n 时间范围\n\n | 全部 | 今天 | 这周 | 本月 |\n | ---- | ---- | ---- | ---- |\n | a | t | w | m |\n\n 排列顺序\n\n | 最新 | 最多点阅的 | 最多图片 | 最高评分 | 最多评论 | 最多爱心 |\n | ---- | ---------- | -------- | -------- | -------- | -------- |\n | mr | mv | mp | tr | md | tf |\n\n 关键字(供参考)\n\n | YAOI | 女性向 | NTR | 非 H | 3D | 獵奇 |\n | ---- | ------ | --- | ---- | -- | ---- |","location":"index.ts"}} />
|
||||
<Route namespace="18comic" data={{"path":"/:category?/:time?/:order?/:keyword?","categories":["anime"],"example":"/18comic","parameters":{"category":"分类,见下表,默认为 `all` 即全部","time":"时间范围,见下表,默认为 `a` 即全部","order":"排列顺序,见下表,默认为 `mr` 即最新","keyword":"关键字,见下表,默认为空"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["jmcomic.group/"]},"name":"成人 A 漫","maintainers":["nczitzk"],"url":"jmcomic.group/","description":"分类\n\n | 全部 | 其他漫畫 | 同人 | 韓漫 | 美漫 | 短篇 | 单本 |\n | ---- | -------- | ------ | ------ | ------ | ----- | ------ |\n | all | another | doujin | hanman | meiman | short | single |\n\n 时间范围\n\n | 全部 | 今天 | 这周 | 本月 |\n | ---- | ---- | ---- | ---- |\n | a | t | w | m |\n\n 排列顺序\n\n | 最新 | 最多点阅的 | 最多图片 | 最高评分 | 最多评论 | 最多爱心 |\n | ---- | ---------- | -------- | -------- | -------- | -------- |\n | mr | mv | mp | tr | md | tf |\n\n 关键字(供参考)\n\n | YAOI | 女性向 | NTR | 非 H | 3D | 獵奇 |\n | ---- | ------ | --- | ---- | -- | ---- |","location":"index.ts"}} />
|
||||
|
||||
分类
|
||||
|
||||
|
|
@ -432,7 +432,7 @@ You can use some RSS parsing libraries (like `feedpraser` in `Python`) to receiv
|
|||
|
||||
### 搜索 {#jin-man-tian-tang-sou-suo}
|
||||
|
||||
<Route data={{"path":"/search/:option?/:category?/:keyword?/:time?/:order?","categories":["anime"],"example":"/18comic/search/photos/all/NTR","parameters":{"option":"选项,可选 `video` 和 `photos`,默认为 `photos`","category":"分类,同上表,默认为 `all` 即全部","keyword":"关键字,同上表,默认为空","time":"时间范围,同上表,默认为 `a` 即全部","order":"排列顺序,同上表,默认为 `mr` 即最新"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["jmcomic.group/"],"target":"/:category?/:time?/:order?/:keyword?"},"name":"搜索","maintainers":[],"url":"jmcomic.group/","description":":::tip\n 关键字必须超过两个字,这是来自网站的限制。\n :::","location":"search.ts"}} />
|
||||
<Route namespace="18comic" data={{"path":"/search/:option?/:category?/:keyword?/:time?/:order?","categories":["anime"],"example":"/18comic/search/photos/all/NTR","parameters":{"option":"选项,可选 `video` 和 `photos`,默认为 `photos`","category":"分类,同上表,默认为 `all` 即全部","keyword":"关键字,同上表,默认为空","time":"时间范围,同上表,默认为 `a` 即全部","order":"排列顺序,同上表,默认为 `mr` 即最新"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["jmcomic.group/"],"target":"/:category?/:time?/:order?/:keyword?"},"name":"搜索","maintainers":[],"url":"jmcomic.group/","description":":::tip\n 关键字必须超过两个字,这是来自网站的限制。\n :::","location":"search.ts"}} />
|
||||
|
||||
:::tip
|
||||
关键字必须超过两个字,这是来自网站的限制。
|
||||
|
|
@ -440,7 +440,7 @@ You can use some RSS parsing libraries (like `feedpraser` in `Python`) to receiv
|
|||
|
||||
### 文庫 {#jin-man-tian-tang-wen-ku}
|
||||
|
||||
<Route data={{"path":"/blogs/:category?","categories":["anime"],"example":"/18comic/blogs","parameters":{"category":"分类,见下表,默认为空即全部"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["jmcomic.group/"]},"name":"文庫","maintainers":["nczitzk"],"url":"jmcomic.group/","description":"分类\n\n | 全部 | 紳夜食堂 | 遊戲文庫 | JG GAMES | 模型山下 |\n | ---- | -------- | -------- | -------- | -------- |\n | | dinner | raiders | jg | figure |","location":"blogs.ts"}} />
|
||||
<Route namespace="18comic" data={{"path":"/blogs/:category?","categories":["anime"],"example":"/18comic/blogs","parameters":{"category":"分类,见下表,默认为空即全部"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["jmcomic.group/"]},"name":"文庫","maintainers":["nczitzk"],"url":"jmcomic.group/","description":"分类\n\n | 全部 | 紳夜食堂 | 遊戲文庫 | JG GAMES | 模型山下 |\n | ---- | -------- | -------- | -------- | -------- |\n | | dinner | raiders | jg | figure |","location":"blogs.ts"}} />
|
||||
|
||||
分类
|
||||
|
||||
|
|
@ -450,7 +450,7 @@ You can use some RSS parsing libraries (like `feedpraser` in `Python`) to receiv
|
|||
|
||||
### 专辑 {#jin-man-tian-tang-zhuan-ji}
|
||||
|
||||
<Route data={{"path":"/album/:id","categories":["anime"],"example":"/18comic/album/292282","parameters":{"id":"专辑 id,可在专辑页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["jmcomic.group/"]},"name":"专辑","maintainers":["nczitzk"],"url":"jmcomic.group/","description":":::tip\n 专辑 id 不包括 URL 中标题的部分。\n :::","location":"album.ts"}} />
|
||||
<Route namespace="18comic" data={{"path":"/album/:id","categories":["anime"],"example":"/18comic/album/292282","parameters":{"id":"专辑 id,可在专辑页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["jmcomic.group/"]},"name":"专辑","maintainers":["nczitzk"],"url":"jmcomic.group/","description":":::tip\n 专辑 id 不包括 URL 中标题的部分。\n :::","location":"album.ts"}} />
|
||||
|
||||
:::tip
|
||||
专辑 id 不包括 URL 中标题的部分。
|
||||
|
|
@ -458,40 +458,40 @@ You can use some RSS parsing libraries (like `feedpraser` in `Python`) to receiv
|
|||
|
||||
## 看漫画 {#kan-man-hua}
|
||||
|
||||
### 漫画更新 {#kan-man-hua-man-hua-geng-xin}
|
||||
|
||||
<Route namespace="manhuagui" data={{"path":["/comic/:id/:chapterCnt?","/:domain?/comic/:id/:chapterCnt?"],"categories":["anime"],"example":"/manhuagui/comic/22942/5","parameters":{"id":"漫画ID","chapterCnt":"返回章节的数量,默认为0,返回所有章节"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.mhgui.com/comic/:id/"],"target":"/comic/:id"},"name":"漫画更新","maintainers":["MegrezZhu"],"location":"comic.ts"}} />
|
||||
|
||||
### 漫画更新 {#kan-man-hua-man-hua-geng-xin}
|
||||
|
||||
<Route namespace="manhuagui" data={{"path":["/comic/:id/:chapterCnt?","/:domain?/comic/:id/:chapterCnt?"],"categories":["anime"],"example":"/manhuagui/comic/22942/5","parameters":{"id":"漫画ID","chapterCnt":"返回章节的数量,默认为0,返回所有章节"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.mhgui.com/comic/:id/"],"target":"/comic/:id"},"name":"漫画更新","maintainers":["MegrezZhu"],"location":"comic.ts"}} />
|
||||
|
||||
### 漫画个人订阅 {#kan-man-hua-man-hua-ge-ren-ding-yue}
|
||||
|
||||
<Route data={{"path":"/subscribe","categories":["anime"],"example":"/manhuagui/subscribe","parameters":{},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.mhgui.com/user/book/shelf"]},"name":"漫画个人订阅","maintainers":["shininome"],"url":"www.mhgui.com/user/book/shelf","description":":::tip\n 个人订阅需要自建\n 环境变量需要添加 MHGUI_COOKIE\n :::","location":"subscribe.ts"}} />
|
||||
<Route namespace="manhuagui" data={{"path":"/subscribe","categories":["anime"],"example":"/manhuagui/subscribe","parameters":{},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.mhgui.com/user/book/shelf"]},"name":"漫画个人订阅","maintainers":["shininome"],"url":"www.mhgui.com/user/book/shelf","description":":::tip\n 个人订阅需要自建\n 环境变量需要添加 MHGUI_COOKIE\n :::","location":"subscribe.ts"}} />
|
||||
|
||||
:::tip
|
||||
个人订阅需要自建
|
||||
环境变量需要添加 MHGUI\_COOKIE
|
||||
:::
|
||||
|
||||
### 漫画更新 {#kan-man-hua-man-hua-geng-xin}
|
||||
|
||||
<Route data={{"path":["/comic/:id/:chapterCnt?","/:domain?/comic/:id/:chapterCnt?"],"categories":["anime"],"example":"/manhuagui/comic/22942/5","parameters":{"id":"漫画ID","chapterCnt":"返回章节的数量,默认为0,返回所有章节"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.mhgui.com/comic/:id/"],"target":"/comic/:id"},"name":"漫画更新","maintainers":["MegrezZhu"],"location":"comic.ts"}} />
|
||||
|
||||
### 漫画更新 {#kan-man-hua-man-hua-geng-xin}
|
||||
|
||||
<Route data={{"path":["/comic/:id/:chapterCnt?","/:domain?/comic/:id/:chapterCnt?"],"categories":["anime"],"example":"/manhuagui/comic/22942/5","parameters":{"id":"漫画ID","chapterCnt":"返回章节的数量,默认为0,返回所有章节"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.mhgui.com/comic/:id/"],"target":"/comic/:id"},"name":"漫画更新","maintainers":["MegrezZhu"],"location":"comic.ts"}} />
|
||||
|
||||
## 拷贝漫画 {#kao-bei-man-hua}
|
||||
|
||||
### 漫画更新 {#kao-bei-man-hua-man-hua-geng-xin}
|
||||
|
||||
<Route data={{"path":"/comic/:id/:chapterCnt?","categories":["anime"],"example":"/copymanga/comic/dianjuren/5","parameters":{"id":"漫画ID","chapterCnt":"返回章节的数量,默认为 `10`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"漫画更新","maintainers":["btdwv","marvolo666","yan12125"],"location":"comic.ts"}} />
|
||||
<Route namespace="copymanga" data={{"path":"/comic/:id/:chapterCnt?","categories":["anime"],"example":"/copymanga/comic/dianjuren/5","parameters":{"id":"漫画ID","chapterCnt":"返回章节的数量,默认为 `10`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"漫画更新","maintainers":["btdwv","marvolo666","yan12125"],"location":"comic.ts"}} />
|
||||
|
||||
## 来漫画 {#lai-man-hua}
|
||||
|
||||
### 漫画列表 {#lai-man-hua-man-hua-lie-biao}
|
||||
|
||||
<Route data={{"path":"/:id","categories":["anime"],"example":"/laimanhua/tiandikangzhanjiVERSUS","parameters":{"id":"漫画 ID,可在 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.laimanhua8.com/kanmanhua/:id"]},"name":"漫画列表","maintainers":["TonyRL"],"location":"index.ts"}} />
|
||||
<Route namespace="laimanhua" data={{"path":"/:id","categories":["anime"],"example":"/laimanhua/tiandikangzhanjiVERSUS","parameters":{"id":"漫画 ID,可在 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.laimanhua8.com/kanmanhua/:id"]},"name":"漫画列表","maintainers":["TonyRL"],"location":"index.ts"}} />
|
||||
|
||||
## 腾讯新闻较真查证平台 {#teng-xun-xin-wen-jiao-zhen-cha-zheng-ping-tai}
|
||||
|
||||
### 排行榜 {#teng-xun-xin-wen-jiao-zhen-cha-zheng-ping-tai-pai-hang-bang}
|
||||
|
||||
<Route data={{"path":"/ac/rank/:type?/:time?","categories":["anime"],"example":"/qq/ac/rank","parameters":{"type":"分类,见下表,默认为月票榜","time":"时间,`cur` 为当周、`prev` 为上周"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ac.qq.com/Rank/comicRank/type/:type","ac.qq.com/"]},"name":"排行榜","maintainers":["nczitzk"],"description":"| 月票榜 | 飙升榜 | 新作榜 | 畅销榜 | TOP100 | 男生榜 | 女生榜 |\n | ------ | ------ | ------ | ------ | ------ | ------ | ------ |\n | mt | rise | new | pay | top | male | female |\n\n :::tip\n `time` 参数仅在 `type` 参数选为 **月票榜** 的时候生效。\n :::","location":"ac/rank.ts"}} />
|
||||
<Route namespace="qq" data={{"path":"/ac/rank/:type?/:time?","categories":["anime"],"example":"/qq/ac/rank","parameters":{"type":"分类,见下表,默认为月票榜","time":"时间,`cur` 为当周、`prev` 为上周"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ac.qq.com/Rank/comicRank/type/:type","ac.qq.com/"]},"name":"排行榜","maintainers":["nczitzk"],"description":"| 月票榜 | 飙升榜 | 新作榜 | 畅销榜 | TOP100 | 男生榜 | 女生榜 |\n | ------ | ------ | ------ | ------ | ------ | ------ | ------ |\n | mt | rise | new | pay | top | male | female |\n\n :::tip\n `time` 参数仅在 `type` 参数选为 **月票榜** 的时候生效。\n :::","location":"ac/rank.ts"}} />
|
||||
|
||||
| 月票榜 | 飙升榜 | 新作榜 | 畅销榜 | TOP100 | 男生榜 | 女生榜 |
|
||||
| ------ | ------ | ------ | ------ | ------ | ------ | ------ |
|
||||
|
|
@ -505,11 +505,11 @@ You can use some RSS parsing libraries (like `feedpraser` in `Python`) to receiv
|
|||
|
||||
### 本月新作 {#yue-mu-galgame-ben-yue-xin-zuo}
|
||||
|
||||
<Route data={{"path":"/game/release","categories":["anime"],"example":"/ymgal/game/release","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ymgal.games/"]},"name":"本月新作","maintainers":["SunBK201"],"url":"ymgal.games/","location":"game.ts"}} />
|
||||
<Route namespace="ymgal" data={{"path":"/game/release","categories":["anime"],"example":"/ymgal/game/release","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ymgal.games/"]},"name":"本月新作","maintainers":["SunBK201"],"url":"ymgal.games/","location":"game.ts"}} />
|
||||
|
||||
### 文章 {#yue-mu-galgame-wen-zhang}
|
||||
|
||||
<Route data={{"path":"/article/:type?","categories":["anime"],"example":"/ymgal/article","parameters":{"type":"文章类型"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"文章","maintainers":["SunBK201"],"description":"| 全部文章 | 资讯 | 专栏 |\n | -------- | ---- | ------ |\n | all | news | column |","location":"article.ts"}} />
|
||||
<Route namespace="ymgal" data={{"path":"/article/:type?","categories":["anime"],"example":"/ymgal/article","parameters":{"type":"文章类型"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"文章","maintainers":["SunBK201"],"description":"| 全部文章 | 资讯 | 专栏 |\n | -------- | ---- | ------ |\n | all | news | column |","location":"article.ts"}} />
|
||||
|
||||
| 全部文章 | 资讯 | 专栏 |
|
||||
| -------- | ---- | ------ |
|
||||
|
|
@ -519,19 +519,19 @@ You can use some RSS parsing libraries (like `feedpraser` in `Python`) to receiv
|
|||
|
||||
### Unknown {#%E3%82%A2%E3%83%8B%E3%83%A1-xin-fan-zu-unknown}
|
||||
|
||||
<Route data={{"path":"/online","categories":["anime"],"example":"/bangumi/online","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bangumi.online/"]},"name":"Unknown","maintainers":["devinmugen"],"url":"bangumi.online/","location":"online/online.ts"}} />
|
||||
<Route namespace="bangumi" data={{"path":"/online","categories":["anime"],"example":"/bangumi/online","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bangumi.online/"]},"name":"Unknown","maintainers":["devinmugen"],"url":"bangumi.online/","location":"online/online.ts"}} />
|
||||
|
||||
### 成员关注动画榜 {#%E3%82%A2%E3%83%8B%E3%83%A1-xin-fan-zu-cheng-yuan-guan-zhu-dong-hua-bang}
|
||||
|
||||
<Route data={{"path":"/tv/followrank","categories":["anime"],"example":"/bangumi/tv/followrank","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bgm.tv/anime"]},"name":"成员关注动画榜","maintainers":["honue"],"url":"bgm.tv/anime","location":"tv/other/followrank.ts"}} />
|
||||
<Route namespace="bangumi" data={{"path":"/tv/followrank","categories":["anime"],"example":"/bangumi/tv/followrank","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bgm.tv/anime"]},"name":"成员关注动画榜","maintainers":["honue"],"url":"bgm.tv/anime","location":"tv/other/followrank.ts"}} />
|
||||
|
||||
### 放送列表 {#%E3%82%A2%E3%83%8B%E3%83%A1-xin-fan-zu-fang-song-lie-biao}
|
||||
|
||||
<Route data={{"path":"/tv/calendar/today","categories":["anime"],"example":"/bangumi/tv/calendar/today","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bgm.tv/calendar"]},"name":"放送列表","maintainers":["magic-akari"],"url":"bgm.tv/calendar","location":"tv/calendar/today.ts"}} />
|
||||
<Route namespace="bangumi" data={{"path":"/tv/calendar/today","categories":["anime"],"example":"/bangumi/tv/calendar/today","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bgm.tv/calendar"]},"name":"放送列表","maintainers":["magic-akari"],"url":"bgm.tv/calendar","location":"tv/calendar/today.ts"}} />
|
||||
|
||||
### 条目的通用路由格式 {#%E3%82%A2%E3%83%8B%E3%83%A1-xin-fan-zu-tiao-mu-di-tong-yong-lu-you-ge-shi}
|
||||
|
||||
<Route data={{"path":"/tv/subject/:id/:type?/:showOriginalName?","categories":["anime"],"example":"/bangumi/tv/subject/328609/ep/true","parameters":{"id":"条目 id, 在条目页面的地址栏查看","type":"条目类型,可选值为 `ep`, `comments`, `blogs`, `topics`,默认为 `ep`","showOriginalName":"显示番剧标题原名,可选值 0/1/false/true,默认为 false"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bgm.tv/subject/:id"],"target":"/tv/subject/:id"},"name":"条目的通用路由格式","maintainers":["JimenezLi"],"description":":::warning\n 此通用路由仅用于对路由参数的描述,具体信息请查看下方与条目相关的路由\n :::","location":"tv/subject/index.ts"}} />
|
||||
<Route namespace="bangumi" data={{"path":"/tv/subject/:id/:type?/:showOriginalName?","categories":["anime"],"example":"/bangumi/tv/subject/328609/ep/true","parameters":{"id":"条目 id, 在条目页面的地址栏查看","type":"条目类型,可选值为 `ep`, `comments`, `blogs`, `topics`,默认为 `ep`","showOriginalName":"显示番剧标题原名,可选值 0/1/false/true,默认为 false"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bgm.tv/subject/:id"],"target":"/tv/subject/:id"},"name":"条目的通用路由格式","maintainers":["JimenezLi"],"description":":::warning\n 此通用路由仅用于对路由参数的描述,具体信息请查看下方与条目相关的路由\n :::","location":"tv/subject/index.ts"}} />
|
||||
|
||||
:::warning
|
||||
此通用路由仅用于对路由参数的描述,具体信息请查看下方与条目相关的路由
|
||||
|
|
@ -539,20 +539,20 @@ You can use some RSS parsing libraries (like `feedpraser` in `Python`) to receiv
|
|||
|
||||
### 现实人物的新作品 {#%E3%82%A2%E3%83%8B%E3%83%A1-xin-fan-zu-xian-shi-ren-wu-de-xin-zuo-pin}
|
||||
|
||||
<Route data={{"path":"/tv/person/:id","categories":["anime"],"example":"/bangumi/tv/person/32943","parameters":{"id":"人物 id, 在人物页面的地址栏查看"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bgm.tv/person/:id"]},"name":"现实人物的新作品","maintainers":["ylc395"],"location":"tv/person/index.ts"}} />
|
||||
|
||||
### 小组话题 {#%E3%82%A2%E3%83%8B%E3%83%A1-xin-fan-zu-xiao-zu-hua-ti}
|
||||
|
||||
<Route data={{"path":"/tv/group/:id","categories":["anime"],"example":"/bangumi/tv/group/boring","parameters":{"id":"小组 id, 在小组页面地址栏查看"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bgm.tv/group/:id"]},"name":"小组话题","maintainers":["SettingDust"],"location":"tv/group/topic.ts"}} />
|
||||
<Route namespace="bangumi" data={{"path":"/tv/person/:id","categories":["anime"],"example":"/bangumi/tv/person/32943","parameters":{"id":"人物 id, 在人物页面的地址栏查看"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bgm.tv/person/:id"]},"name":"现实人物的新作品","maintainers":["ylc395"],"location":"tv/person/index.ts"}} />
|
||||
|
||||
### 小组话题的新回复 {#%E3%82%A2%E3%83%8B%E3%83%A1-xin-fan-zu-xiao-zu-hua-ti-de-xin-hui-fu}
|
||||
|
||||
<Route data={{"path":"/tv/topic/:id","categories":["anime"],"example":"/bangumi/tv/topic/367032","parameters":{"id":"话题 id, 在话题页面地址栏查看"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bgm.tv/group/topic/:id"]},"name":"小组话题的新回复","maintainers":["ylc395"],"location":"tv/group/reply.ts"}} />
|
||||
<Route namespace="bangumi" data={{"path":"/tv/topic/:id","categories":["anime"],"example":"/bangumi/tv/topic/367032","parameters":{"id":"话题 id, 在话题页面地址栏查看"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bgm.tv/group/topic/:id"]},"name":"小组话题的新回复","maintainers":["ylc395"],"location":"tv/group/reply.ts"}} />
|
||||
|
||||
### 小组话题 {#%E3%82%A2%E3%83%8B%E3%83%A1-xin-fan-zu-xiao-zu-hua-ti}
|
||||
|
||||
<Route namespace="bangumi" data={{"path":"/tv/group/:id","categories":["anime"],"example":"/bangumi/tv/group/boring","parameters":{"id":"小组 id, 在小组页面地址栏查看"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bgm.tv/group/:id"]},"name":"小组话题","maintainers":["SettingDust"],"location":"tv/group/topic.ts"}} />
|
||||
|
||||
### 用户日志 {#%E3%82%A2%E3%83%8B%E3%83%A1-xin-fan-zu-yong-hu-ri-zhi}
|
||||
|
||||
<Route data={{"path":"/tv/user/blog/:id","categories":["anime"],"example":"/bangumi/tv/user/blog/sai","parameters":{"id":"用户 id, 在用户页面地址栏查看"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bgm.tv/user/:id"]},"name":"用户日志","maintainers":["nczitzk"],"location":"tv/user/blog.ts"}} />
|
||||
<Route namespace="bangumi" data={{"path":"/tv/user/blog/:id","categories":["anime"],"example":"/bangumi/tv/user/blog/sai","parameters":{"id":"用户 id, 在用户页面地址栏查看"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bgm.tv/user/:id"]},"name":"用户日志","maintainers":["nczitzk"],"location":"tv/user/blog.ts"}} />
|
||||
|
||||
### 用户想看 {#%E3%82%A2%E3%83%8B%E3%83%A1-xin-fan-zu-yong-hu-xiang-kan}
|
||||
|
||||
<Route data={{"path":"/tv/user/wish/:id","categories":["anime"],"example":"/bangumi/tv/user/wish/sai","parameters":{"id":"用户 id, 在用户页面地址栏查看"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bgm.tv/anime/list/:id/wish"]},"name":"用户想看","maintainers":["honue"],"location":"tv/user/wish.ts"}} />
|
||||
<Route namespace="bangumi" data={{"path":"/tv/user/wish/:id","categories":["anime"],"example":"/bangumi/tv/user/wish/sai","parameters":{"id":"用户 id, 在用户页面地址栏查看"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bgm.tv/anime/list/:id/wish"]},"name":"用户想看","maintainers":["honue"],"location":"tv/user/wish.ts"}} />
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
### 头条 {#19-lou-tou-tiao}
|
||||
|
||||
<Route data={{"path":"/:city?","categories":["bbs"],"example":"/19lou/jiaxing","parameters":{"city":"分类,见下表,默认为 www,即杭州"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"头条","maintainers":["nczitzk"],"description":"| 杭州 | 台州 | 嘉兴 | 宁波 | 湖州 |\n | ---- | ------- | ------- | ------ | ------ |\n | www | taizhou | jiaxing | ningbo | huzhou |\n\n | 绍兴 | 湖州 | 温州 | 金华 | 舟山 |\n | -------- | ------ | ------- | ------ | -------- |\n | shaoxing | huzhou | wenzhou | jinhua | zhoushan |\n\n | 衢州 | 丽水 | 义乌 | 萧山 | 余杭 |\n | ------ | ------ | ---- | -------- | ------ |\n | quzhou | lishui | yiwu | xiaoshan | yuhang |\n\n | 临安 | 富阳 | 桐庐 | 建德 | 淳安 |\n | ----- | ------ | ------ | ------ | ------ |\n | linan | fuyang | tonglu | jiande | chunan |","location":"index.ts"}} />
|
||||
<Route namespace="19lou" data={{"path":"/:city?","categories":["bbs"],"example":"/19lou/jiaxing","parameters":{"city":"分类,见下表,默认为 www,即杭州"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"头条","maintainers":["nczitzk"],"description":"| 杭州 | 台州 | 嘉兴 | 宁波 | 湖州 |\n | ---- | ------- | ------- | ------ | ------ |\n | www | taizhou | jiaxing | ningbo | huzhou |\n\n | 绍兴 | 湖州 | 温州 | 金华 | 舟山 |\n | -------- | ------ | ------- | ------ | -------- |\n | shaoxing | huzhou | wenzhou | jinhua | zhoushan |\n\n | 衢州 | 丽水 | 义乌 | 萧山 | 余杭 |\n | ------ | ------ | ---- | -------- | ------ |\n | quzhou | lishui | yiwu | xiaoshan | yuhang |\n\n | 临安 | 富阳 | 桐庐 | 建德 | 淳安 |\n | ----- | ------ | ------ | ------ | ------ |\n | linan | fuyang | tonglu | jiande | chunan |","location":"index.ts"}} />
|
||||
|
||||
| 杭州 | 台州 | 嘉兴 | 宁波 | 湖州 |
|
||||
| ---- | ------- | ------- | ------ | ------ |
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
### 列表 {#8264-lie-biao}
|
||||
|
||||
<Route data={{"path":"/list/:id?","categories":["bbs"],"example":"/8264/list/751","parameters":{"id":"列表 id,见下表,默认为 751,即热门推荐"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"列表","maintainers":["nczitzk"],"description":"| 热门推荐 | 户外知识 | 户外装备 |\n | -------- | -------- | -------- |\n | 751 | 238 | 204 |\n\n <details>\n <summary>更多列表</summary>\n\n #### 热门推荐\n\n | 业界 | 国际 | 专访 | 图说 | 户外 | 登山 | 攀岩 |\n | ---- | ---- | ---- | ---- | ---- | ---- | ---- |\n | 489 | 733 | 746 | 902 | 914 | 934 | 935 |\n\n #### 户外知识\n\n | 徒步 | 露营 | 安全急救 | 领队 | 登雪山 |\n | ---- | ---- | -------- | ---- | ------ |\n | 242 | 950 | 931 | 920 | 915 |\n\n | 攀岩 | 骑行 | 跑步 | 滑雪 | 水上运动 |\n | ---- | ---- | ---- | ---- | -------- |\n | 916 | 917 | 918 | 919 | 921 |\n\n | 钓鱼 | 潜水 | 攀冰 | 冲浪 | 网球 |\n | ---- | ---- | ---- | ---- | ---- |\n | 951 | 952 | 953 | 966 | 967 |\n\n | 绳索知识 | 高尔夫 | 马术 | 户外摄影 | 羽毛球 |\n | -------- | ------ | ---- | -------- | ------ |\n | 968 | 969 | 970 | 973 | 971 |\n\n | 游泳 | 溯溪 | 健身 | 瑜伽 |\n | ---- | ---- | ---- | ---- |\n | 974 | 975 | 976 | 977 |\n\n #### 户外装备\n\n | 服装 | 冲锋衣 | 抓绒衣 | 皮肤衣 | 速干衣 |\n | ---- | ------ | ------ | ------ | ------ |\n | 209 | 923 | 924 | 925 | 926 |\n\n | 羽绒服 | 软壳 | 户外鞋 | 登山鞋 | 徒步鞋 |\n | ------ | ---- | ------ | ------ | ------ |\n | 927 | 929 | 211 | 928 | 930 |\n\n | 越野跑鞋 | 溯溪鞋 | 登山杖 | 帐篷 | 睡袋 |\n | -------- | ------ | ------ | ---- | ---- |\n | 933 | 932 | 220 | 208 | 212 |\n\n | 炉具 | 灯具 | 水具 | 面料 | 背包 |\n | ---- | ---- | ---- | ---- | ---- |\n | 792 | 218 | 219 | 222 | 207 |\n\n | 防潮垫 | 电子导航 | 冰岩绳索 | 综合装备 |\n | ------ | -------- | -------- | -------- |\n | 214 | 216 | 215 | 223 |\n </details>","location":"list.ts"}} />
|
||||
<Route namespace="8264" data={{"path":"/list/:id?","categories":["bbs"],"example":"/8264/list/751","parameters":{"id":"列表 id,见下表,默认为 751,即热门推荐"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"列表","maintainers":["nczitzk"],"description":"| 热门推荐 | 户外知识 | 户外装备 |\n | -------- | -------- | -------- |\n | 751 | 238 | 204 |\n\n <details>\n <summary>更多列表</summary>\n\n #### 热门推荐\n\n | 业界 | 国际 | 专访 | 图说 | 户外 | 登山 | 攀岩 |\n | ---- | ---- | ---- | ---- | ---- | ---- | ---- |\n | 489 | 733 | 746 | 902 | 914 | 934 | 935 |\n\n #### 户外知识\n\n | 徒步 | 露营 | 安全急救 | 领队 | 登雪山 |\n | ---- | ---- | -------- | ---- | ------ |\n | 242 | 950 | 931 | 920 | 915 |\n\n | 攀岩 | 骑行 | 跑步 | 滑雪 | 水上运动 |\n | ---- | ---- | ---- | ---- | -------- |\n | 916 | 917 | 918 | 919 | 921 |\n\n | 钓鱼 | 潜水 | 攀冰 | 冲浪 | 网球 |\n | ---- | ---- | ---- | ---- | ---- |\n | 951 | 952 | 953 | 966 | 967 |\n\n | 绳索知识 | 高尔夫 | 马术 | 户外摄影 | 羽毛球 |\n | -------- | ------ | ---- | -------- | ------ |\n | 968 | 969 | 970 | 973 | 971 |\n\n | 游泳 | 溯溪 | 健身 | 瑜伽 |\n | ---- | ---- | ---- | ---- |\n | 974 | 975 | 976 | 977 |\n\n #### 户外装备\n\n | 服装 | 冲锋衣 | 抓绒衣 | 皮肤衣 | 速干衣 |\n | ---- | ------ | ------ | ------ | ------ |\n | 209 | 923 | 924 | 925 | 926 |\n\n | 羽绒服 | 软壳 | 户外鞋 | 登山鞋 | 徒步鞋 |\n | ------ | ---- | ------ | ------ | ------ |\n | 927 | 929 | 211 | 928 | 930 |\n\n | 越野跑鞋 | 溯溪鞋 | 登山杖 | 帐篷 | 睡袋 |\n | -------- | ------ | ------ | ---- | ---- |\n | 933 | 932 | 220 | 208 | 212 |\n\n | 炉具 | 灯具 | 水具 | 面料 | 背包 |\n | ---- | ---- | ---- | ---- | ---- |\n | 792 | 218 | 219 | 222 | 207 |\n\n | 防潮垫 | 电子导航 | 冰岩绳索 | 综合装备 |\n | ------ | -------- | -------- | -------- |\n | 214 | 216 | 215 | 223 |\n </details>","location":"list.ts"}} />
|
||||
|
||||
| 热门推荐 | 户外知识 | 户外装备 |
|
||||
| -------- | -------- | -------- |
|
||||
|
|
@ -94,7 +94,7 @@
|
|||
|
||||
### 板塊帖子 {#dcard-ban-kuai-tie-zi}
|
||||
|
||||
<Route data={{"path":"/:section/:type?","categories":["bbs"],"example":"/dcard/funny/popular","parameters":{"section":"板塊名稱,URL 中獲得","type":"排序,popular 熱門;latest 最新,默認為 latest"},"features":{"requireConfig":false,"requirePuppeteer":true,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"板塊帖子","maintainers":["HenryQW"],"location":"section.ts"}} />
|
||||
<Route namespace="dcard" data={{"path":"/:section/:type?","categories":["bbs"],"example":"/dcard/funny/popular","parameters":{"section":"板塊名稱,URL 中獲得","type":"排序,popular 熱門;latest 最新,默認為 latest"},"features":{"requireConfig":false,"requirePuppeteer":true,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"板塊帖子","maintainers":["HenryQW"],"location":"section.ts"}} />
|
||||
|
||||
## Discourse {#discourse}
|
||||
|
||||
|
|
@ -104,11 +104,11 @@ You need to set the environment variable `DISCOURSE_CONFIG_{id}` before using it
|
|||
|
||||
### Latest posts {#discourse-latest-posts}
|
||||
|
||||
<Route data={{"path":"/:configId/posts","categories":["bbs"],"example":"/discourse/0/posts","parameters":{"configId":"Environment variable configuration id, see above"},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Latest posts","maintainers":["dzx-dzx"],"location":"posts.ts"}} />
|
||||
<Route namespace="discourse" data={{"path":"/:configId/posts","categories":["bbs"],"example":"/discourse/0/posts","parameters":{"configId":"Environment variable configuration id, see above"},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Latest posts","maintainers":["dzx-dzx"],"location":"posts.ts"}} />
|
||||
|
||||
### Notifications {#discourse-notifications}
|
||||
|
||||
<Route data={{"path":"/:configId/notifications/:fulltext?","categories":["bbs"],"example":"/discourse/0/notifications","parameters":{"configId":"Environment variable configuration id, see above","fulltext":"Fetch the content if the notification points to a post. This is disabled by default, set it to `1` to enable it."},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Notifications","maintainers":[],"description":":::warning\nIf you opt to enable `fulltext` feature, consider adding `limit` parameter to your query to avoid sending too many request.\n:::","location":"notifications.ts"}} />
|
||||
<Route namespace="discourse" data={{"path":"/:configId/notifications/:fulltext?","categories":["bbs"],"example":"/discourse/0/notifications","parameters":{"configId":"Environment variable configuration id, see above","fulltext":"Fetch the content if the notification points to a post. This is disabled by default, set it to `1` to enable it."},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Notifications","maintainers":[],"description":":::warning\nIf you opt to enable `fulltext` feature, consider adding `limit` parameter to your query to avoid sending too many request.\n:::","location":"notifications.ts"}} />
|
||||
|
||||
:::warning
|
||||
If you opt to enable `fulltext` feature, consider adding `limit` parameter to your query to avoid sending too many request.
|
||||
|
|
@ -118,7 +118,7 @@ If you opt to enable `fulltext` feature, consider adding `limit` parameter to yo
|
|||
|
||||
### 发现 {#elastic-zhong-wen-she-qu-fa-xian}
|
||||
|
||||
<Route data={{"path":"/:params?","categories":["bbs"],"example":"/elasticsearch-cn","parameters":{"params":"分类,可在对应分类页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["elasticsearch.cn/:params","elasticsearch.cn/"],"target":"/:params"},"name":"发现","maintainers":["nczitzk"],"description":"如 [Elasticsearch 最新](https://elasticsearch.cn/category-2) 的 URL 为 `https://elasticsearch.cn/category-2`,则分类参数处填写 `category-2`,最后得到路由地址 [`/elasticsearch-cn/category-2`](https://rsshub.app/elasticsearch-cn/category-2)。\n\n 又如 [求职招聘 30 天热门](https://elasticsearch.cn/sort_type-hot____category-12__day-30) 的 URL 为 `https://elasticsearch.cn/sort_type-hot____category-12__day-30`,则分类参数处填写 `sort_type-hot____category-12__day-30`,最后得到路由地址 [`/elasticsearch-cn/sort_type-hot____category-12__day-30`](https://rsshub.app/elasticsearch-cn/sort_type-hot____category-12__day-30)。","location":"index.ts"}} />
|
||||
<Route namespace="elasticsearch-cn" data={{"path":"/:params?","categories":["bbs"],"example":"/elasticsearch-cn","parameters":{"params":"分类,可在对应分类页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["elasticsearch.cn/:params","elasticsearch.cn/"],"target":"/:params"},"name":"发现","maintainers":["nczitzk"],"description":"如 [Elasticsearch 最新](https://elasticsearch.cn/category-2) 的 URL 为 `https://elasticsearch.cn/category-2`,则分类参数处填写 `category-2`,最后得到路由地址 [`/elasticsearch-cn/category-2`](https://rsshub.app/elasticsearch-cn/category-2)。\n\n 又如 [求职招聘 30 天热门](https://elasticsearch.cn/sort_type-hot____category-12__day-30) 的 URL 为 `https://elasticsearch.cn/sort_type-hot____category-12__day-30`,则分类参数处填写 `sort_type-hot____category-12__day-30`,最后得到路由地址 [`/elasticsearch-cn/sort_type-hot____category-12__day-30`](https://rsshub.app/elasticsearch-cn/sort_type-hot____category-12__day-30)。","location":"index.ts"}} />
|
||||
|
||||
如 [Elasticsearch 最新](https://elasticsearch.cn/category-2) 的 URL 为 `https://elasticsearch.cn/category-2`,则分类参数处填写 `category-2`,最后得到路由地址 [`/elasticsearch-cn/category-2`](https://rsshub.app/elasticsearch-cn/category-2)。
|
||||
|
||||
|
|
@ -128,7 +128,7 @@ If you opt to enable `fulltext` feature, consider adding `limit` parameter to yo
|
|||
|
||||
### 社区 {#learnku-she-qu}
|
||||
|
||||
<Route data={{"path":"/:community/:category?","categories":["bbs"],"example":"/learnku/laravel/qa","parameters":{"community":"社区 标识,可在 <https://learnku.com/communities> 找到","category":"分类,如果不传 `category` 则获取全部分类"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["learnku.com/:community"],"target":"/:community"},"name":"社区","maintainers":["kayw-geek"],"description":"| 招聘 | 翻译 | 问答 | 链接 |\n| ---- | ------------ | ---- | ----- |\n| jobs | translations | qa | links |","location":"topic.ts"}} />
|
||||
<Route namespace="learnku" data={{"path":"/:community/:category?","categories":["bbs"],"example":"/learnku/laravel/qa","parameters":{"community":"社区 标识,可在 <https://learnku.com/communities> 找到","category":"分类,如果不传 `category` 则获取全部分类"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["learnku.com/:community"],"target":"/:community"},"name":"社区","maintainers":["kayw-geek"],"description":"| 招聘 | 翻译 | 问答 | 链接 |\n| ---- | ------------ | ---- | ----- |\n| jobs | translations | qa | links |","location":"topic.ts"}} />
|
||||
|
||||
| 招聘 | 翻译 | 问答 | 链接 |
|
||||
| ---- | ------------ | ---- | ----- |
|
||||
|
|
@ -136,41 +136,41 @@ If you opt to enable `fulltext` feature, consider adding `limit` parameter to yo
|
|||
|
||||
## Meteor {#meteor}
|
||||
|
||||
### 看板 {#meteor-kan-ban}
|
||||
|
||||
<Route data={{"path":"/:board?","categories":["bbs"],"example":"/meteor/all","parameters":{"board":"看板 ID 或簡稱,可在 URL 或下方路由找到,預設為 `all`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"看板","maintainers":["TonyRL"],"location":"index.ts"}} />
|
||||
|
||||
### 看板列表 {#meteor-kan-ban-lie-biao}
|
||||
|
||||
<Route data={{"path":"/boards","categories":["bbs"],"example":"/meteor/boards","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["meteor.today/"]},"name":"看板列表","maintainers":["TonyRL"],"url":"meteor.today/","location":"boards.ts"}} />
|
||||
<Route namespace="meteor" data={{"path":"/boards","categories":["bbs"],"example":"/meteor/boards","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["meteor.today/"]},"name":"看板列表","maintainers":["TonyRL"],"url":"meteor.today/","location":"boards.ts"}} />
|
||||
|
||||
### 看板 {#meteor-kan-ban}
|
||||
|
||||
<Route namespace="meteor" data={{"path":"/:board?","categories":["bbs"],"example":"/meteor/all","parameters":{"board":"看板 ID 或簡稱,可在 URL 或下方路由找到,預設為 `all`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"看板","maintainers":["TonyRL"],"location":"index.ts"}} />
|
||||
|
||||
## NGA {#nga}
|
||||
|
||||
### 分区帖子 {#nga-fen-qu-tie-zi}
|
||||
|
||||
<Route data={{"path":"/forum/:fid/:recommend?","categories":["bbs"],"example":"/nga/forum/489","parameters":{"fid":"分区 id, 可在分区主页 URL 找到, 没有 fid 时 stid 同样适用","recommend":"是否只显示精华主题, 留空为否, 任意值为是"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"分区帖子","maintainers":["xyqfer"],"location":"forum.ts"}} />
|
||||
<Route namespace="nga" data={{"path":"/forum/:fid/:recommend?","categories":["bbs"],"example":"/nga/forum/489","parameters":{"fid":"分区 id, 可在分区主页 URL 找到, 没有 fid 时 stid 同样适用","recommend":"是否只显示精华主题, 留空为否, 任意值为是"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"分区帖子","maintainers":["xyqfer"],"location":"forum.ts"}} />
|
||||
|
||||
### 帖子 {#nga-tie-zi}
|
||||
|
||||
<Route data={{"path":"/post/:tid/:authorId?","categories":["bbs"],"example":"/nga/post/18449558","parameters":{"tid":"帖子 id, 可在帖子 URL 找到","authorId":"作者 id"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"帖子","maintainers":["xyqfer","syrinka"],"location":"post.ts"}} />
|
||||
<Route namespace="nga" data={{"path":"/post/:tid/:authorId?","categories":["bbs"],"example":"/nga/post/18449558","parameters":{"tid":"帖子 id, 可在帖子 URL 找到","authorId":"作者 id"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"帖子","maintainers":["xyqfer","syrinka"],"location":"post.ts"}} />
|
||||
|
||||
## Pikabu {#pikabu}
|
||||
|
||||
### User {#pikabu-user}
|
||||
|
||||
<Route data={{"path":"/user/:name","categories":["bbs"],"example":"/pikabu/user/@bula.dragon","parameters":{"name":"User name"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["pikabu.ru/:name"]},"name":"User","maintainers":["TonyRL"],"location":"user.ts"}} />
|
||||
<Route namespace="pikabu" data={{"path":"/user/:name","categories":["bbs"],"example":"/pikabu/user/@bula.dragon","parameters":{"name":"User name"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["pikabu.ru/:name"]},"name":"User","maintainers":["TonyRL"],"location":"user.ts"}} />
|
||||
|
||||
## PKMer {#pkmer}
|
||||
|
||||
### 最近更新 {#pkmer-zui-jin-geng-xin}
|
||||
|
||||
<Route data={{"path":"/recent","categories":["bbs"],"example":"/pkmer/recent","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["pkmer.cn/page/*"]},"name":"最近更新","maintainers":["Gnoyong"],"url":"pkmer.cn/page/*","location":"recent.ts"}} />
|
||||
<Route namespace="pkmer" data={{"path":"/recent","categories":["bbs"],"example":"/pkmer/recent","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["pkmer.cn/page/*"]},"name":"最近更新","maintainers":["Gnoyong"],"url":"pkmer.cn/page/*","location":"recent.ts"}} />
|
||||
|
||||
## PLAYNO.1 玩樂達人 {#playno-1-wan-le-da-ren}
|
||||
|
||||
### AV {#playno-1-wan-le-da-ren-av}
|
||||
|
||||
<Route data={{"path":"/av/:catid?","categories":["bbs"],"example":"/playno1/av","parameters":{"catid":"分类,见下表,默认为全部文章"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"AV","maintainers":["TonyRL"],"description":":::warning\n目前观测到该博客可能禁止日本 IP 访问。建议部署在日本区以外的服务器上。\n:::\n\n | 全部文章 | AV 新聞 | AV 導覽 |\n | -------- | ------- | ------- |\n | 78 | 3 | 5 |","location":"av.ts"}} />
|
||||
<Route namespace="playno1" data={{"path":"/av/:catid?","categories":["bbs"],"example":"/playno1/av","parameters":{"catid":"分类,见下表,默认为全部文章"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"AV","maintainers":["TonyRL"],"description":":::warning\n目前观测到该博客可能禁止日本 IP 访问。建议部署在日本区以外的服务器上。\n:::\n\n | 全部文章 | AV 新聞 | AV 導覽 |\n | -------- | ------- | ------- |\n | 78 | 3 | 5 |","location":"av.ts"}} />
|
||||
|
||||
:::warning
|
||||
目前观测到该博客可能禁止日本 IP 访问。建议部署在日本区以外的服务器上。
|
||||
|
|
@ -182,7 +182,7 @@ If you opt to enable `fulltext` feature, consider adding `limit` parameter to yo
|
|||
|
||||
### 情趣 {#playno-1-wan-le-da-ren-qing-qu}
|
||||
|
||||
<Route data={{"path":"/st/:catid?","categories":["bbs"],"example":"/playno1/st","parameters":{"catid":"分类,见下表,默认为全部文章"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["stno1.playno1.com/stno1/:catid/"],"target":"/st/:catid"},"name":"情趣","maintainers":["TonyRL"],"description":"| 全部文章 | 情趣體驗報告 | 情趣新聞 | 情趣研究所 |\n | -------- | ------------ | -------- | ---------- |\n | all | experience | news | graduate |","location":"st.ts"}} />
|
||||
<Route namespace="playno1" data={{"path":"/st/:catid?","categories":["bbs"],"example":"/playno1/st","parameters":{"catid":"分类,见下表,默认为全部文章"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["stno1.playno1.com/stno1/:catid/"],"target":"/st/:catid"},"name":"情趣","maintainers":["TonyRL"],"description":"| 全部文章 | 情趣體驗報告 | 情趣新聞 | 情趣研究所 |\n | -------- | ------------ | -------- | ---------- |\n | all | experience | news | graduate |","location":"st.ts"}} />
|
||||
|
||||
| 全部文章 | 情趣體驗報告 | 情趣新聞 | 情趣研究所 |
|
||||
| -------- | ------------ | -------- | ---------- |
|
||||
|
|
@ -192,13 +192,13 @@ If you opt to enable `fulltext` feature, consider adding `limit` parameter to yo
|
|||
|
||||
### 论坛摘要 {#saraba1st-lun-tan-zhai-yao}
|
||||
|
||||
<Route data={{"path":"/digest/:tid","categories":["bbs"],"example":"/saraba1st/digest/forum-75-1","parameters":{"tid":"论坛 id"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"论坛摘要","maintainers":["shinemoon"],"description":"版面网址如果为 `https://bbs.saraba1st.com/2b/forum-75-1.html` 那么论坛 id 就是 `forum-75-1`。","location":"digest.ts"}} />
|
||||
<Route namespace="saraba1st" data={{"path":"/digest/:tid","categories":["bbs"],"example":"/saraba1st/digest/forum-75-1","parameters":{"tid":"论坛 id"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"论坛摘要","maintainers":["shinemoon"],"description":"版面网址如果为 `https://bbs.saraba1st.com/2b/forum-75-1.html` 那么论坛 id 就是 `forum-75-1`。","location":"digest.ts"}} />
|
||||
|
||||
版面网址如果为 `https://bbs.saraba1st.com/2b/forum-75-1.html` 那么论坛 id 就是 `forum-75-1`。
|
||||
|
||||
### 帖子 {#saraba1st-tie-zi}
|
||||
|
||||
<Route data={{"path":"/thread/:tid","categories":["bbs"],"example":"/saraba1st/thread/1842868","parameters":{"tid":"帖子 id"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"帖子","maintainers":["zengxs"],"description":"帖子网址如果为 `https://bbs.saraba1st.com/2b/thread-1842868-1-1.html` 那么帖子 id 就是 `1789863`。","location":"thread.ts"}} />
|
||||
<Route namespace="saraba1st" data={{"path":"/thread/:tid","categories":["bbs"],"example":"/saraba1st/thread/1842868","parameters":{"tid":"帖子 id"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"帖子","maintainers":["zengxs"],"description":"帖子网址如果为 `https://bbs.saraba1st.com/2b/thread-1842868-1-1.html` 那么帖子 id 就是 `1789863`。","location":"thread.ts"}} />
|
||||
|
||||
帖子网址如果为 `https://bbs.saraba1st.com/2b/thread-1842868-1-1.html` 那么帖子 id 就是 `1789863`。
|
||||
|
||||
|
|
@ -206,59 +206,59 @@ If you opt to enable `fulltext` feature, consider adding `limit` parameter to yo
|
|||
|
||||
### 首页更新 {#the-ring-of-wonder-shou-ye-geng-xin}
|
||||
|
||||
<Route data={{"path":"/portal","categories":["bbs"],"example":"/trow/portal","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["trow.cc/"]},"name":"首页更新","maintainers":["shiningdracon"],"url":"trow.cc/","location":"portal.ts"}} />
|
||||
<Route namespace="trow" data={{"path":"/portal","categories":["bbs"],"example":"/trow/portal","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["trow.cc/"]},"name":"首页更新","maintainers":["shiningdracon"],"url":"trow.cc/","location":"portal.ts"}} />
|
||||
|
||||
## V2EX {#v2ex}
|
||||
|
||||
### 标签 {#v2ex-biao-qian}
|
||||
|
||||
<Route data={{"path":"/tab/:tabid","categories":["bbs"],"example":"/v2ex/tab/hot","parameters":{"tabid":"tab标签ID,在 URL 可以找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"标签","maintainers":["liyefox"],"location":"tab.ts"}} />
|
||||
<Route namespace="v2ex" data={{"path":"/tab/:tabid","categories":["bbs"],"example":"/v2ex/tab/hot","parameters":{"tabid":"tab标签ID,在 URL 可以找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"标签","maintainers":["liyefox"],"location":"tab.ts"}} />
|
||||
|
||||
### 帖子 {#v2ex-tie-zi}
|
||||
|
||||
<Route data={{"path":"/post/:postid","categories":["bbs"],"example":"/v2ex/post/584403","parameters":{"postid":"帖子ID,在 URL 可以找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["v2ex.com/t/:postid"]},"name":"帖子","maintainers":["kt286"],"location":"post.ts"}} />
|
||||
<Route namespace="v2ex" data={{"path":"/post/:postid","categories":["bbs"],"example":"/v2ex/post/584403","parameters":{"postid":"帖子ID,在 URL 可以找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["v2ex.com/t/:postid"]},"name":"帖子","maintainers":["kt286"],"location":"post.ts"}} />
|
||||
|
||||
### 最热 / 最新主题 {#v2ex-zui-re-zui-xin-zhu-ti}
|
||||
|
||||
<Route data={{"path":"/topics/:type","categories":["bbs"],"example":"/v2ex/topics/latest","parameters":{"type":"hot 或 latest"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"最热 / 最新主题","maintainers":["WhiteWorld"],"location":"topics.ts"}} />
|
||||
<Route namespace="v2ex" data={{"path":"/topics/:type","categories":["bbs"],"example":"/v2ex/topics/latest","parameters":{"type":"hot 或 latest"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"最热 / 最新主题","maintainers":["WhiteWorld"],"location":"topics.ts"}} />
|
||||
|
||||
## ZodGame {#zodgame}
|
||||
|
||||
### forum {#zodgame-forum}
|
||||
|
||||
<Route data={{"path":"/forum/:fid?","categories":["bbs"],"example":"/zodgame/forum/13","parameters":{"fid":"forum id, can be found in URL"},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"forum","maintainers":["FeCCC"],"location":"forum.ts"}} />
|
||||
<Route namespace="zodgame" data={{"path":"/forum/:fid?","categories":["bbs"],"example":"/zodgame/forum/13","parameters":{"fid":"forum id, can be found in URL"},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"forum","maintainers":["FeCCC"],"location":"forum.ts"}} />
|
||||
|
||||
## Zuvio {#zuvio}
|
||||
|
||||
### 看板列表 {#zuvio-kan-ban-lie-biao}
|
||||
|
||||
<Route data={{"path":"/student5/boards","categories":["bbs"],"example":"/zuvio/student5/boards","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"看板列表","maintainers":["TonyRL"],"location":"boards.ts"}} />
|
||||
<Route namespace="zuvio" data={{"path":"/student5/boards","categories":["bbs"],"example":"/zuvio/student5/boards","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"看板列表","maintainers":["TonyRL"],"location":"boards.ts"}} />
|
||||
|
||||
### 校園話題 {#zuvio-xiao-yuan-hua-ti}
|
||||
|
||||
<Route data={{"path":"/student5/:board?","categories":["bbs"],"example":"/zuvio/student5/34","parameters":{"board":"看板 ID,空为全站文章,可在看板 URL 或下方路由找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"校園話題","maintainers":["TonyRL"],"location":"student5.ts"}} />
|
||||
<Route namespace="zuvio" data={{"path":"/student5/:board?","categories":["bbs"],"example":"/zuvio/student5/34","parameters":{"board":"看板 ID,空为全站文章,可在看板 URL 或下方路由找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"校園話題","maintainers":["TonyRL"],"location":"student5.ts"}} />
|
||||
|
||||
## 百度 {#bai-du}
|
||||
|
||||
### 精品帖子 {#bai-du-jing-pin-tie-zi}
|
||||
|
||||
<Route data={{"path":["/tieba/forum/good/:kw/:cid?/:sortBy?","/tieba/forum/:kw/:sortBy?"],"categories":["bbs"],"example":"/baidu/tieba/forum/good/女图","parameters":{"kw":"吧名","cid":"精品分类,默认为 `0`(全部分类),如果不传 `cid` 则获取全部分类","sortBy":"排序方式:`created`, `replied`。默认为 `created`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"精品帖子","maintainers":["u3u"],"location":"tieba/forum.ts"}} />
|
||||
<Route namespace="baidu" data={{"path":["/tieba/forum/good/:kw/:cid?/:sortBy?","/tieba/forum/:kw/:sortBy?"],"categories":["bbs"],"example":"/baidu/tieba/forum/good/女图","parameters":{"kw":"吧名","cid":"精品分类,默认为 `0`(全部分类),如果不传 `cid` 则获取全部分类","sortBy":"排序方式:`created`, `replied`。默认为 `created`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"精品帖子","maintainers":["u3u"],"location":"tieba/forum.ts"}} />
|
||||
|
||||
### 精品帖子 {#bai-du-jing-pin-tie-zi}
|
||||
|
||||
<Route data={{"path":["/tieba/forum/good/:kw/:cid?/:sortBy?","/tieba/forum/:kw/:sortBy?"],"categories":["bbs"],"example":"/baidu/tieba/forum/good/女图","parameters":{"kw":"吧名","cid":"精品分类,默认为 `0`(全部分类),如果不传 `cid` 则获取全部分类","sortBy":"排序方式:`created`, `replied`。默认为 `created`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"精品帖子","maintainers":["u3u"],"location":"tieba/forum.ts"}} />
|
||||
<Route namespace="baidu" data={{"path":["/tieba/forum/good/:kw/:cid?/:sortBy?","/tieba/forum/:kw/:sortBy?"],"categories":["bbs"],"example":"/baidu/tieba/forum/good/女图","parameters":{"kw":"吧名","cid":"精品分类,默认为 `0`(全部分类),如果不传 `cid` 则获取全部分类","sortBy":"排序方式:`created`, `replied`。默认为 `created`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"精品帖子","maintainers":["u3u"],"location":"tieba/forum.ts"}} />
|
||||
|
||||
### 帖子动态 {#bai-du-tie-zi-dong-tai}
|
||||
|
||||
<Route data={{"path":["/tieba/post/:id","/tieba/post/lz/:id"],"categories":["bbs"],"example":"/baidu/tieba/post/686961453","parameters":{"id":"帖子 ID"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["tieba.baidu.com/p/:id"]},"name":"帖子动态","maintainers":["u3u"],"location":"tieba/post.ts"}} />
|
||||
<Route namespace="baidu" data={{"path":["/tieba/post/:id","/tieba/post/lz/:id"],"categories":["bbs"],"example":"/baidu/tieba/post/686961453","parameters":{"id":"帖子 ID"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["tieba.baidu.com/p/:id"]},"name":"帖子动态","maintainers":["u3u"],"location":"tieba/post.ts"}} />
|
||||
|
||||
### 帖子动态 {#bai-du-tie-zi-dong-tai}
|
||||
|
||||
<Route data={{"path":["/tieba/post/:id","/tieba/post/lz/:id"],"categories":["bbs"],"example":"/baidu/tieba/post/686961453","parameters":{"id":"帖子 ID"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["tieba.baidu.com/p/:id"]},"name":"帖子动态","maintainers":["u3u"],"location":"tieba/post.ts"}} />
|
||||
<Route namespace="baidu" data={{"path":["/tieba/post/:id","/tieba/post/lz/:id"],"categories":["bbs"],"example":"/baidu/tieba/post/686961453","parameters":{"id":"帖子 ID"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["tieba.baidu.com/p/:id"]},"name":"帖子动态","maintainers":["u3u"],"location":"tieba/post.ts"}} />
|
||||
|
||||
### 贴吧搜索 {#bai-du-tie-ba-sou-suo}
|
||||
|
||||
<Route data={{"path":"/tieba/search/:qw/:routeParams?","categories":["bbs"],"example":"/baidu/tieba/search/neuro","parameters":{"qw":"搜索关键词","routeParams":"额外参数;请参阅以下说明和表格"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"贴吧搜索","maintainers":["JimenezLi"],"description":"| 键 | 含义 | 接受的值 | 默认值 |\n | ------------ | ---------------------------------------------------------- | ------------- | ------ |\n | kw | 在名为 kw 的贴吧中搜索 | 任意名称 / 无 | 无 |\n | only_thread | 只看主题帖,默认为 0 关闭 | 0/1 | 0 |\n | rn | 返回条目的数量 | 1-20 | 20 |\n | sm | 排序方式,0 为按时间顺序,1 为按时间倒序,2 为按相关性顺序 | 0/1/2 | 1 |\n\n 用例:`/baidu/tieba/search/neuro/kw=neurosama&only_thread=1&sm=2`","location":"tieba/search.ts"}} />
|
||||
<Route namespace="baidu" data={{"path":"/tieba/search/:qw/:routeParams?","categories":["bbs"],"example":"/baidu/tieba/search/neuro","parameters":{"qw":"搜索关键词","routeParams":"额外参数;请参阅以下说明和表格"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"贴吧搜索","maintainers":["JimenezLi"],"description":"| 键 | 含义 | 接受的值 | 默认值 |\n | ------------ | ---------------------------------------------------------- | ------------- | ------ |\n | kw | 在名为 kw 的贴吧中搜索 | 任意名称 / 无 | 无 |\n | only_thread | 只看主题帖,默认为 0 关闭 | 0/1 | 0 |\n | rn | 返回条目的数量 | 1-20 | 20 |\n | sm | 排序方式,0 为按时间顺序,1 为按时间倒序,2 为按相关性顺序 | 0/1/2 | 1 |\n\n 用例:`/baidu/tieba/search/neuro/kw=neurosama&only_thread=1&sm=2`","location":"tieba/search.ts"}} />
|
||||
|
||||
| 键 | 含义 | 接受的值 | 默认值 |
|
||||
| ------------ | ---------------------------------------------------------- | ------------- | ------ |
|
||||
|
|
@ -271,7 +271,7 @@ If you opt to enable `fulltext` feature, consider adding `limit` parameter to yo
|
|||
|
||||
### 用户帖子 {#bai-du-yong-hu-tie-zi}
|
||||
|
||||
<Route data={{"path":"/tieba/user/:uid","categories":["bbs"],"example":"/baidu/tieba/user/斗鱼游戏君","parameters":{"uid":"用户 ID"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"用户帖子","maintainers":["igxlin","nczitzk"],"description":"用户 ID 可以通过打开用户的主页后查看地址栏的 `un` 字段来获取。","location":"tieba/user.ts"}} />
|
||||
<Route namespace="baidu" data={{"path":"/tieba/user/:uid","categories":["bbs"],"example":"/baidu/tieba/user/斗鱼游戏君","parameters":{"uid":"用户 ID"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"用户帖子","maintainers":["igxlin","nczitzk"],"description":"用户 ID 可以通过打开用户的主页后查看地址栏的 `un` 字段来获取。","location":"tieba/user.ts"}} />
|
||||
|
||||
用户 ID 可以通过打开用户的主页后查看地址栏的 `un` 字段来获取。
|
||||
|
||||
|
|
@ -279,13 +279,13 @@ If you opt to enable `fulltext` feature, consider adding `limit` parameter to yo
|
|||
|
||||
### 子版块 {#di-yi-hui-suo-zi-ban-kuai}
|
||||
|
||||
<Route data={{"path":"/forum/:id?","categories":["bbs"],"example":"/sis001/forum/322","parameters":{"id":"子版块 ID,可在子论坛 URL 找到,默认为 `Funny Jokes | 短篇笑话区`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"子版块","maintainers":[],"location":"forum.ts"}} />
|
||||
<Route namespace="sis001" data={{"path":"/forum/:id?","categories":["bbs"],"example":"/sis001/forum/322","parameters":{"id":"子版块 ID,可在子论坛 URL 找到,默认为 `Funny Jokes | 短篇笑话区`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"子版块","maintainers":[],"location":"forum.ts"}} />
|
||||
|
||||
## 电鸭社区 {#dian-ya-she-qu}
|
||||
|
||||
### 分类文章 {#dian-ya-she-qu-fen-lei-wen-zhang}
|
||||
|
||||
<Route data={{"path":"/posts/:id?","categories":["bbs"],"example":"/eleduck/posts/4","parameters":{"id":"分类id,可以论坛的URL找到,默认为全部"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"分类文章","maintainers":["running-grass"],"description":"| id | 分类 |\n | -- | -------- |\n | 0 | 全部 |\n | 1 | 讨论 |\n | 2 | 分享 |\n | 3 | 露个脸 |\n | 4 | 访谈故事 |\n | 5 | 招聘 |\n | 10 | 海外移民 |\n | 12 | 英语 |\n | 14 | 电鸭官方 |\n | 15 | 独立产品 |\n | 17 | 闲话开源 |\n | 19 | Web3 |\n | 21 | 设计 |\n | 22 | 人才库 |\n | 23 | Upwork |\n | 24 | 经验课 |","location":"posts.ts"}} />
|
||||
<Route namespace="eleduck" data={{"path":"/posts/:id?","categories":["bbs"],"example":"/eleduck/posts/4","parameters":{"id":"分类id,可以论坛的URL找到,默认为全部"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"分类文章","maintainers":["running-grass"],"description":"| id | 分类 |\n | -- | -------- |\n | 0 | 全部 |\n | 1 | 讨论 |\n | 2 | 分享 |\n | 3 | 露个脸 |\n | 4 | 访谈故事 |\n | 5 | 招聘 |\n | 10 | 海外移民 |\n | 12 | 英语 |\n | 14 | 电鸭官方 |\n | 15 | 独立产品 |\n | 17 | 闲话开源 |\n | 19 | Web3 |\n | 21 | 设计 |\n | 22 | 人才库 |\n | 23 | Upwork |\n | 24 | 经验课 |","location":"posts.ts"}} />
|
||||
|
||||
| id | 分类 |
|
||||
| -- | -------- |
|
||||
|
|
@ -308,43 +308,43 @@ If you opt to enable `fulltext` feature, consider adding `limit` parameter to yo
|
|||
|
||||
### 工作机会 {#dian-ya-she-qu-gong-zuo-ji-hui}
|
||||
|
||||
<Route data={{"path":"/jobs","categories":["bbs"],"example":"/eleduck/jobs","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["eleduck.com/categories/5","eleduck.com/"]},"name":"工作机会","maintainers":["sfyumi"],"url":"eleduck.com/categories/5","location":"jobs.ts"}} />
|
||||
<Route namespace="eleduck" data={{"path":"/jobs","categories":["bbs"],"example":"/eleduck/jobs","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["eleduck.com/categories/5","eleduck.com/"]},"name":"工作机会","maintainers":["sfyumi"],"url":"eleduck.com/categories/5","location":"jobs.ts"}} />
|
||||
|
||||
## 丁香园 {#ding-xiang-yuan}
|
||||
|
||||
### 个人帖子 {#ding-xiang-yuan-ge-ren-tie-zi}
|
||||
|
||||
<Route data={{"path":"/bbs/profile/thread/:userId","categories":["bbs"],"example":"/dxy/bbs/profile/thread/8335054","parameters":{"userId":"个人 ID,可在 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["dxy.cn/bbs/newweb/pc/profile/:userId/threads","dxy.cn/bbs/newweb/pc/profile/:userId"]},"name":"个人帖子","maintainers":["TonyRL"],"location":"profile/thread.ts"}} />
|
||||
<Route namespace="dxy" data={{"path":"/bbs/profile/thread/:userId","categories":["bbs"],"example":"/dxy/bbs/profile/thread/8335054","parameters":{"userId":"个人 ID,可在 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["dxy.cn/bbs/newweb/pc/profile/:userId/threads","dxy.cn/bbs/newweb/pc/profile/:userId"]},"name":"个人帖子","maintainers":["TonyRL"],"location":"profile/thread.ts"}} />
|
||||
|
||||
### 专题 {#ding-xiang-yuan-zhuan-ti}
|
||||
|
||||
<Route data={{"path":"/bbs/special/:specialId","categories":["bbs"],"example":"/dxy/bbs/special/72","parameters":{"specialId":"专题 ID,可在对应专题页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"专题","maintainers":["TonyRL"],"location":"special.ts"}} />
|
||||
<Route namespace="dxy" data={{"path":"/bbs/special/:specialId","categories":["bbs"],"example":"/dxy/bbs/special/72","parameters":{"specialId":"专题 ID,可在对应专题页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"专题","maintainers":["TonyRL"],"location":"special.ts"}} />
|
||||
|
||||
## 斗鱼直播 {#dou-yu-zhi-bo}
|
||||
|
||||
### 鱼吧跟帖 {#dou-yu-zhi-bo-yu-ba-gen-tie}
|
||||
|
||||
<Route data={{"path":"/post/:id","categories":["bbs"],"example":"/douyu/post/631737151576473201","parameters":{"id":"帖子 id,可在帖子页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["yuba.douyu.com/p/:id","yuba.douyu.com/"]},"name":"鱼吧跟帖","maintainers":["nczitzk"],"location":"post.ts"}} />
|
||||
|
||||
### 鱼吧帖子 {#dou-yu-zhi-bo-yu-ba-tie-zi}
|
||||
|
||||
<Route data={{"path":"/group/:id/:sort?","categories":["bbs"],"example":"/douyu/group/1011","parameters":{"id":"鱼吧 id,可在鱼吧页 URL 中找到","sort":"排序方式,见下表,默认为发布时间排序"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["yuba.douyu.com/group/:id","yuba.douyu.com/group/newself/:id","yuba.douyu.com/group/newall/:id","yuba.douyu.com/"],"target":"/group/:id"},"name":"鱼吧帖子","maintainers":["nczitzk"],"description":"| 回复时间排序 | 发布时间排序 |\n | ------------ | ------------ |\n | 1 | 2 |","location":"group.ts"}} />
|
||||
<Route namespace="douyu" data={{"path":"/group/:id/:sort?","categories":["bbs"],"example":"/douyu/group/1011","parameters":{"id":"鱼吧 id,可在鱼吧页 URL 中找到","sort":"排序方式,见下表,默认为发布时间排序"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["yuba.douyu.com/group/:id","yuba.douyu.com/group/newself/:id","yuba.douyu.com/group/newall/:id","yuba.douyu.com/"],"target":"/group/:id"},"name":"鱼吧帖子","maintainers":["nczitzk"],"description":"| 回复时间排序 | 发布时间排序 |\n | ------------ | ------------ |\n | 1 | 2 |","location":"group.ts"}} />
|
||||
|
||||
| 回复时间排序 | 发布时间排序 |
|
||||
| ------------ | ------------ |
|
||||
| 1 | 2 |
|
||||
|
||||
### 鱼吧跟帖 {#dou-yu-zhi-bo-yu-ba-gen-tie}
|
||||
|
||||
<Route namespace="douyu" data={{"path":"/post/:id","categories":["bbs"],"example":"/douyu/post/631737151576473201","parameters":{"id":"帖子 id,可在帖子页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["yuba.douyu.com/p/:id","yuba.douyu.com/"]},"name":"鱼吧跟帖","maintainers":["nczitzk"],"location":"post.ts"}} />
|
||||
|
||||
## 恩山无线论坛 {#en-shan-wu-xian-lun-tan}
|
||||
|
||||
### 板块 {#en-shan-wu-xian-lun-tan-ban-kuai}
|
||||
|
||||
<Route data={{"path":"/forum/:id?","categories":["bbs"],"example":"/right/forum/31","parameters":{"id":"板块 id,可在板块页 URL 中找到,默认为新手入门及其它(硬件)"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"板块","maintainers":["nczitzk"],"location":"forum.ts"}} />
|
||||
<Route namespace="right" data={{"path":"/forum/:id?","categories":["bbs"],"example":"/right/forum/31","parameters":{"id":"板块 id,可在板块页 URL 中找到,默认为新手入门及其它(硬件)"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"板块","maintainers":["nczitzk"],"location":"forum.ts"}} />
|
||||
|
||||
## 虎扑 {#hu-pu}
|
||||
|
||||
### 热帖 {#hu-pu-re-tie}
|
||||
|
||||
<Route data={{"path":"/all/:id?","categories":["bbs"],"example":"/hupu/all/topic-daily","parameters":{"id":"编号,可在对应热帖版面 URL 中找到,默认为步行街每日话题"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["m.hupu.com/:category","m.hupu.com/"],"target":"/:category"},"name":"热帖","maintainers":["nczitzk"],"description":":::tip\n 更多热帖版面参见 [论坛](https://bbs.hupu.com)\n :::","location":"all.ts"}} />
|
||||
<Route namespace="hupu" data={{"path":"/all/:id?","categories":["bbs"],"example":"/hupu/all/topic-daily","parameters":{"id":"编号,可在对应热帖版面 URL 中找到,默认为步行街每日话题"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["m.hupu.com/:category","m.hupu.com/"],"target":"/:category"},"name":"热帖","maintainers":["nczitzk"],"description":":::tip\n 更多热帖版面参见 [论坛](https://bbs.hupu.com)\n :::","location":"all.ts"}} />
|
||||
|
||||
:::tip
|
||||
更多热帖版面参见 [论坛](https://bbs.hupu.com)
|
||||
|
|
@ -352,7 +352,7 @@ If you opt to enable `fulltext` feature, consider adding `limit` parameter to yo
|
|||
|
||||
### 社区 {#hu-pu-she-qu}
|
||||
|
||||
<Route data={{"path":["/bbs/:id?/:order?","/bxj/:id?/:order?"],"categories":["bbs"],"example":"/hupu/bbs/topic-daily","parameters":{"id":"编号,可在对应社区 URL 中找到,默认为#步行街主干道","order":"排序方式,可选 `0` 即 最新回复 或 `1` 即 最新发布,默认为最新回复"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["m.hupu.com/:category","m.hupu.com/"],"target":"/:category"},"name":"社区","maintainers":["LogicJake","nczitzk"],"description":":::tip\n 更多社区参见 [社区](https://bbs.hupu.com)\n :::","location":"bbs.ts"}} />
|
||||
<Route namespace="hupu" data={{"path":["/bbs/:id?/:order?","/bxj/:id?/:order?"],"categories":["bbs"],"example":"/hupu/bbs/topic-daily","parameters":{"id":"编号,可在对应社区 URL 中找到,默认为#步行街主干道","order":"排序方式,可选 `0` 即 最新回复 或 `1` 即 最新发布,默认为最新回复"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["m.hupu.com/:category","m.hupu.com/"],"target":"/:category"},"name":"社区","maintainers":["LogicJake","nczitzk"],"description":":::tip\n 更多社区参见 [社区](https://bbs.hupu.com)\n :::","location":"bbs.ts"}} />
|
||||
|
||||
:::tip
|
||||
更多社区参见 [社区](https://bbs.hupu.com)
|
||||
|
|
@ -360,7 +360,7 @@ If you opt to enable `fulltext` feature, consider adding `limit` parameter to yo
|
|||
|
||||
### 社区 {#hu-pu-she-qu}
|
||||
|
||||
<Route data={{"path":["/bbs/:id?/:order?","/bxj/:id?/:order?"],"categories":["bbs"],"example":"/hupu/bbs/topic-daily","parameters":{"id":"编号,可在对应社区 URL 中找到,默认为#步行街主干道","order":"排序方式,可选 `0` 即 最新回复 或 `1` 即 最新发布,默认为最新回复"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["m.hupu.com/:category","m.hupu.com/"],"target":"/:category"},"name":"社区","maintainers":["LogicJake","nczitzk"],"description":":::tip\n 更多社区参见 [社区](https://bbs.hupu.com)\n :::","location":"bbs.ts"}} />
|
||||
<Route namespace="hupu" data={{"path":["/bbs/:id?/:order?","/bxj/:id?/:order?"],"categories":["bbs"],"example":"/hupu/bbs/topic-daily","parameters":{"id":"编号,可在对应社区 URL 中找到,默认为#步行街主干道","order":"排序方式,可选 `0` 即 最新回复 或 `1` 即 最新发布,默认为最新回复"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["m.hupu.com/:category","m.hupu.com/"],"target":"/:category"},"name":"社区","maintainers":["LogicJake","nczitzk"],"description":":::tip\n 更多社区参见 [社区](https://bbs.hupu.com)\n :::","location":"bbs.ts"}} />
|
||||
|
||||
:::tip
|
||||
更多社区参见 [社区](https://bbs.hupu.com)
|
||||
|
|
@ -370,13 +370,13 @@ If you opt to enable `fulltext` feature, consider adding `limit` parameter to yo
|
|||
|
||||
### Zone {#huo-xian-zone}
|
||||
|
||||
<Route data={{"path":"/zone","categories":["bbs"],"example":"/huoxian/zone","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Zone","maintainers":["p7e4"],"location":"zone.ts"}} />
|
||||
<Route namespace="huoxian" data={{"path":"/zone","categories":["bbs"],"example":"/huoxian/zone","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Zone","maintainers":["p7e4"],"location":"zone.ts"}} />
|
||||
|
||||
## 集思录 {#ji-si-lu}
|
||||
|
||||
### 广场 {#ji-si-lu-guang-chang}
|
||||
|
||||
<Route data={{"path":"/:category?/:sort?/:day?","categories":["bbs"],"example":"/jisilu","parameters":{"category":"分类,见下表,默认为全部,可在 URL 中找到","sort":"排序,见下表,默认为最新,可在 URL 中找到","day":"几天内,见下表,默认为30天,本参数仅在排序参数设定为 `热门` 后才可生效"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["jisilu.cn/home/explore","jisilu.cn/explore","jisilu.cn/"]},"name":"广场","maintainers":["nczitzk"],"url":"jisilu.cn/home/explore","description":"分类\n\n | 全部 | 债券 / 可转债 | 基金 | 套利 | 新股 |\n | ---- | ------------- | ---- | ---- | ---- |\n | | 4 | 7 | 5 | 3 |\n\n 排序\n\n | 最新 | 热门 | 按发表时间 |\n | ---- | ---- | ---------- |\n | | hot | add_time |\n\n 几天内\n\n | 30 天 | 7 天 | 当天 |\n | ----- | ---- | ---- |\n | 30 | 7 | 1 |","location":"index.ts"}} />
|
||||
<Route namespace="jisilu" data={{"path":"/:category?/:sort?/:day?","categories":["bbs"],"example":"/jisilu","parameters":{"category":"分类,见下表,默认为全部,可在 URL 中找到","sort":"排序,见下表,默认为最新,可在 URL 中找到","day":"几天内,见下表,默认为30天,本参数仅在排序参数设定为 `热门` 后才可生效"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["jisilu.cn/home/explore","jisilu.cn/explore","jisilu.cn/"]},"name":"广场","maintainers":["nczitzk"],"url":"jisilu.cn/home/explore","description":"分类\n\n | 全部 | 债券 / 可转债 | 基金 | 套利 | 新股 |\n | ---- | ------------- | ---- | ---- | ---- |\n | | 4 | 7 | 5 | 3 |\n\n 排序\n\n | 最新 | 热门 | 按发表时间 |\n | ---- | ---- | ---------- |\n | | hot | add_time |\n\n 几天内\n\n | 30 天 | 7 天 | 当天 |\n | ----- | ---- | ---- |\n | 30 | 7 | 1 |","location":"index.ts"}} />
|
||||
|
||||
分类
|
||||
|
||||
|
|
@ -400,7 +400,7 @@ If you opt to enable `fulltext` feature, consider adding `limit` parameter to yo
|
|||
|
||||
### 面经 {#niu-ke-wang-mian-jing}
|
||||
|
||||
<Route data={{"path":"/experience/:tagId","categories":["bbs"],"example":"/nowcoder/experience/639?order=3&companyId=665&phaseId=0","parameters":{"tagId":"职位id [🔗查询链接](https://www.nowcoder.com/profile/all-jobs)复制打开"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["nowcoder.com/"],"target":"/experience"},"name":"面经","maintainers":["huyyi"],"url":"nowcoder.com/","description":"可选参数:\n\n - companyId:公司 id,[🔗查询链接](https://www.nowcoder.com/discuss/tag/exp), 复制打开\n - order:3 - 最新;1 - 最热\n - phaseId:0 - 所有;1 - 校招;2 - 实习;3 - 社招","location":"experience.ts"}} />
|
||||
<Route namespace="nowcoder" data={{"path":"/experience/:tagId","categories":["bbs"],"example":"/nowcoder/experience/639?order=3&companyId=665&phaseId=0","parameters":{"tagId":"职位id [🔗查询链接](https://www.nowcoder.com/profile/all-jobs)复制打开"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["nowcoder.com/"],"target":"/experience"},"name":"面经","maintainers":["huyyi"],"url":"nowcoder.com/","description":"可选参数:\n\n - companyId:公司 id,[🔗查询链接](https://www.nowcoder.com/discuss/tag/exp), 复制打开\n - order:3 - 最新;1 - 最热\n - phaseId:0 - 所有;1 - 校招;2 - 实习;3 - 社招","location":"experience.ts"}} />
|
||||
|
||||
可选参数:
|
||||
|
||||
|
|
@ -410,11 +410,11 @@ If you opt to enable `fulltext` feature, consider adding `limit` parameter to yo
|
|||
|
||||
### 求职推荐 {#niu-ke-wang-qiu-zhi-tui-jian}
|
||||
|
||||
<Route data={{"path":"/recommend","categories":["bbs"],"example":"/nowcoder/recommend","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["nowcoder.com/"]},"name":"求职推荐","maintainers":["junfengP"],"url":"nowcoder.com/","location":"recommend.ts"}} />
|
||||
<Route namespace="nowcoder" data={{"path":"/recommend","categories":["bbs"],"example":"/nowcoder/recommend","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["nowcoder.com/"]},"name":"求职推荐","maintainers":["junfengP"],"url":"nowcoder.com/","location":"recommend.ts"}} />
|
||||
|
||||
### 实习广场 & 社招广场 {#niu-ke-wang-shi-xi-guang-chang-she-zhao-guang-chang}
|
||||
|
||||
<Route data={{"path":"/jobcenter/:recruitType?/:city?/:type?/:order?/:latest?","categories":["bbs"],"example":"/nowcoder/jobcenter/1/北京/1/1/true","parameters":{"recruitType":"招聘分类,`1` 指 实习广场,`2` 指 社招广场,默认为 `1`","city":"所在城市,可选城市见下表,若空则为 `全国`","type":"职位类型,可选职位代码见下表,若空则为 `全部`","order":"排序参数,可选排序参数代码见下表,若空则为 `默认`","latest":"是否仅查看最近一周,可选 `true` 和 `false`,默认为 `false`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["nowcoder.com/"],"target":"/jobcenter"},"name":"实习广场 & 社招广场","maintainers":["nczitzk"],"url":"nowcoder.com/","description":"可选城市有:北京、上海、广州、深圳、杭州、南京、成都、厦门、武汉、西安、长沙、哈尔滨、合肥、其他\n\n 职位类型代码见下表:\n\n | 研发 | 测试 | 数据 | 算法 | 前端 | 产品 | 运营 | 其他 |\n | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- |\n | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 0 |\n\n 排序参数见下表:\n\n | 最新发布 | 最快处理 | 处理率最高 |\n | -------- | -------- | ---------- |\n | 1 | 2 | 3 |","location":"jobcenter.ts"}} />
|
||||
<Route namespace="nowcoder" data={{"path":"/jobcenter/:recruitType?/:city?/:type?/:order?/:latest?","categories":["bbs"],"example":"/nowcoder/jobcenter/1/北京/1/1/true","parameters":{"recruitType":"招聘分类,`1` 指 实习广场,`2` 指 社招广场,默认为 `1`","city":"所在城市,可选城市见下表,若空则为 `全国`","type":"职位类型,可选职位代码见下表,若空则为 `全部`","order":"排序参数,可选排序参数代码见下表,若空则为 `默认`","latest":"是否仅查看最近一周,可选 `true` 和 `false`,默认为 `false`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["nowcoder.com/"],"target":"/jobcenter"},"name":"实习广场 & 社招广场","maintainers":["nczitzk"],"url":"nowcoder.com/","description":"可选城市有:北京、上海、广州、深圳、杭州、南京、成都、厦门、武汉、西安、长沙、哈尔滨、合肥、其他\n\n 职位类型代码见下表:\n\n | 研发 | 测试 | 数据 | 算法 | 前端 | 产品 | 运营 | 其他 |\n | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- |\n | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 0 |\n\n 排序参数见下表:\n\n | 最新发布 | 最快处理 | 处理率最高 |\n | -------- | -------- | ---------- |\n | 1 | 2 | 3 |","location":"jobcenter.ts"}} />
|
||||
|
||||
可选城市有:北京、上海、广州、深圳、杭州、南京、成都、厦门、武汉、西安、长沙、哈尔滨、合肥、其他
|
||||
|
||||
|
|
@ -432,7 +432,7 @@ If you opt to enable `fulltext` feature, consider adding `limit` parameter to yo
|
|||
|
||||
### 讨论区 {#niu-ke-wang-tao-lun-qu}
|
||||
|
||||
<Route data={{"path":"/discuss/:type/:order","categories":["bbs"],"example":"/nowcoder/discuss/2/4","parameters":{"type":"讨论区分区id 在 URL 中可以找到","order":"排序方式"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"讨论区","maintainers":["LogicJake"],"description":"| 最新回复 | 最新发表 | 最新 | 精华 |\n | -------- | -------- | ---- | ---- |\n | 0 | 3 | 1 | 4 |","location":"discuss.ts"}} />
|
||||
<Route namespace="nowcoder" data={{"path":"/discuss/:type/:order","categories":["bbs"],"example":"/nowcoder/discuss/2/4","parameters":{"type":"讨论区分区id 在 URL 中可以找到","order":"排序方式"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"讨论区","maintainers":["LogicJake"],"description":"| 最新回复 | 最新发表 | 最新 | 精华 |\n | -------- | -------- | ---- | ---- |\n | 0 | 3 | 1 | 4 |","location":"discuss.ts"}} />
|
||||
|
||||
| 最新回复 | 最新发表 | 最新 | 精华 |
|
||||
| -------- | -------- | ---- | ---- |
|
||||
|
|
@ -440,13 +440,13 @@ If you opt to enable `fulltext` feature, consider adding `limit` parameter to yo
|
|||
|
||||
### 校招日程 {#niu-ke-wang-xiao-zhao-ri-cheng}
|
||||
|
||||
<Route data={{"path":"/schedule/:propertyId?/:typeId?","categories":["bbs"],"example":"/nowcoder/schedule","parameters":{"propertyId":"行业, 在控制台中抓取接口,可获得行业id,默认0","typeId":"类别,同上"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["nowcoder.com/"],"target":"/schedule"},"name":"校招日程","maintainers":["junfengP"],"url":"nowcoder.com/","location":"schedule.ts"}} />
|
||||
<Route namespace="nowcoder" data={{"path":"/schedule/:propertyId?/:typeId?","categories":["bbs"],"example":"/nowcoder/schedule","parameters":{"propertyId":"行业, 在控制台中抓取接口,可获得行业id,默认0","typeId":"类别,同上"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["nowcoder.com/"],"target":"/schedule"},"name":"校招日程","maintainers":["junfengP"],"url":"nowcoder.com/","location":"schedule.ts"}} />
|
||||
|
||||
## 品葱 {#pin-cong}
|
||||
|
||||
### 发现 {#pin-cong-fa-xian}
|
||||
|
||||
<Route data={{"path":"/category/:category?/:sort?","categories":["bbs"],"example":"/pincong/category/1/new","parameters":{"category":"分类,与官网分类 URL `category-` 后的数字对应,默认为全部","sort":"排序方式,参数可见下表,默认为推荐"},"features":{"requireConfig":false,"requirePuppeteer":true,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"发现","maintainers":["zphw"],"description":"| 最新 | 推荐 | 热门 |\n| ---- | --------- | ---- |\n| new | recommend | hot |","location":"index.ts"}} />
|
||||
<Route namespace="pincong" data={{"path":"/category/:category?/:sort?","categories":["bbs"],"example":"/pincong/category/1/new","parameters":{"category":"分类,与官网分类 URL `category-` 后的数字对应,默认为全部","sort":"排序方式,参数可见下表,默认为推荐"},"features":{"requireConfig":false,"requirePuppeteer":true,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"发现","maintainers":["zphw"],"description":"| 最新 | 推荐 | 热门 |\n| ---- | --------- | ---- |\n| new | recommend | hot |","location":"index.ts"}} />
|
||||
|
||||
| 最新 | 推荐 | 热门 |
|
||||
| ---- | --------- | ---- |
|
||||
|
|
@ -454,13 +454,13 @@ If you opt to enable `fulltext` feature, consider adding `limit` parameter to yo
|
|||
|
||||
### 精选 {#pin-cong-jing-xuan}
|
||||
|
||||
<Route data={{"path":"/hot/:category?","categories":["bbs"],"example":"/pincong/hot","parameters":{"category":"分类,与官网分类 URL `category-` 后的数字对应,默认为全部"},"features":{"requireConfig":false,"requirePuppeteer":true,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"精选","maintainers":["zphw"],"location":"hot.ts"}} />
|
||||
<Route namespace="pincong" data={{"path":"/hot/:category?","categories":["bbs"],"example":"/pincong/hot","parameters":{"category":"分类,与官网分类 URL `category-` 后的数字对应,默认为全部"},"features":{"requireConfig":false,"requirePuppeteer":true,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"精选","maintainers":["zphw"],"location":"hot.ts"}} />
|
||||
|
||||
## 司机社 {#si-ji-she}
|
||||
|
||||
### 论坛 {#si-ji-she-lun-tan}
|
||||
|
||||
<Route data={{"path":"/forum/:fid","categories":["bbs"],"example":"/xsijishe/forum/51","parameters":{"fid":"子论坛 id"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"论坛","maintainers":["akynazh"],"description":":::tip[关于子论坛 id 的获取方法]\n `/xsijishe/forum/51` 对应于论坛 `https://xsijishe.com/forum-51-1.html`,这个论坛的 fid 为 51,也就是 `forum-{fid}-1` 中的 fid。\n :::","location":"forum.ts"}} />
|
||||
<Route namespace="xsijishe" data={{"path":"/forum/:fid","categories":["bbs"],"example":"/xsijishe/forum/51","parameters":{"fid":"子论坛 id"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"论坛","maintainers":["akynazh"],"description":":::tip[关于子论坛 id 的获取方法]\n `/xsijishe/forum/51` 对应于论坛 `https://xsijishe.com/forum-51-1.html`,这个论坛的 fid 为 51,也就是 `forum-{fid}-1` 中的 fid。\n :::","location":"forum.ts"}} />
|
||||
|
||||
:::tip[关于子论坛 id 的获取方法]
|
||||
`/xsijishe/forum/51` 对应于论坛 `https://xsijishe.com/forum-51-1.html`,这个论坛的 fid 为 51,也就是 `forum-{fid}-1` 中的 fid。
|
||||
|
|
@ -468,13 +468,13 @@ If you opt to enable `fulltext` feature, consider adding `limit` parameter to yo
|
|||
|
||||
### 排行榜 {#si-ji-she-pai-hang-bang}
|
||||
|
||||
<Route data={{"path":"/rank/:type","categories":["bbs"],"example":"/xsijishe/rank/weekly","parameters":{"type":"排行榜类型: weekly | monthly"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"排行榜","maintainers":["akynazh"],"location":"rank.ts"}} />
|
||||
<Route namespace="xsijishe" data={{"path":"/rank/:type","categories":["bbs"],"example":"/xsijishe/rank/weekly","parameters":{"type":"排行榜类型: weekly | monthly"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"排行榜","maintainers":["akynazh"],"location":"rank.ts"}} />
|
||||
|
||||
## 通信人家园 {#tong-xin-ren-jia-yuan}
|
||||
|
||||
### 论坛 频道 {#tong-xin-ren-jia-yuan-lun-tan-pin-dao}
|
||||
|
||||
<Route data={{"path":"/fornumtopic/:channel?","categories":["bbs"],"example":"/txrjy/fornumtopic","parameters":{"channel":"频道的 id,见下表,默认为最新500个主题帖"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"论坛 频道","maintainers":["Fatpandac"],"description":"| 最新 500 个主题帖 | 最新 500 个回复帖 | 最新精华帖 | 最新精华帖 | 一周热帖 | 本月热帖 |\n | :---------------: | :---------------: | :--------: | :--------: | :------: | :------: |\n | 1 | 2 | 3 | 4 | 5 | 6 |","location":"fornumtopic.ts"}} />
|
||||
<Route namespace="txrjy" data={{"path":"/fornumtopic/:channel?","categories":["bbs"],"example":"/txrjy/fornumtopic","parameters":{"channel":"频道的 id,见下表,默认为最新500个主题帖"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"论坛 频道","maintainers":["Fatpandac"],"description":"| 最新 500 个主题帖 | 最新 500 个回复帖 | 最新精华帖 | 最新精华帖 | 一周热帖 | 本月热帖 |\n | :---------------: | :---------------: | :--------: | :--------: | :------: | :------: |\n | 1 | 2 | 3 | 4 | 5 | 6 |","location":"fornumtopic.ts"}} />
|
||||
|
||||
| 最新 500 个主题帖 | 最新 500 个回复帖 | 最新精华帖 | 最新精华帖 | 一周热帖 | 本月热帖 |
|
||||
| :---------------: | :---------------: | :--------: | :--------: | :------: | :------: |
|
||||
|
|
@ -484,7 +484,7 @@ If you opt to enable `fulltext` feature, consider adding `limit` parameter to yo
|
|||
|
||||
### 社区 {#wei-feng-she-qu}
|
||||
|
||||
<Route data={{"path":"/forum/:id/:type?","categories":["bbs"],"example":"/feng/forum/1","parameters":{"id":"版块 ID,可在版块 URL 找到","type":"排序,见下表,默认为 `all`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["feng.com/forum/photo/:id","feng.com/forum/:id"],"target":"/forum/:id"},"name":"社区","maintainers":["TonyRL"],"description":"| 最新回复 | 最新发布 | 热门 | 精华 |\n | -------- | -------- | ---- | ------- |\n | newest | all | hot | essence |","location":"forum.ts"}} />
|
||||
<Route namespace="feng" data={{"path":"/forum/:id/:type?","categories":["bbs"],"example":"/feng/forum/1","parameters":{"id":"版块 ID,可在版块 URL 找到","type":"排序,见下表,默认为 `all`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["feng.com/forum/photo/:id","feng.com/forum/:id"],"target":"/forum/:id"},"name":"社区","maintainers":["TonyRL"],"description":"| 最新回复 | 最新发布 | 热门 | 精华 |\n | -------- | -------- | ---- | ------- |\n | newest | all | hot | essence |","location":"forum.ts"}} />
|
||||
|
||||
| 最新回复 | 最新发布 | 热门 | 精华 |
|
||||
| -------- | -------- | ---- | ------- |
|
||||
|
|
@ -494,13 +494,13 @@ If you opt to enable `fulltext` feature, consider adding `limit` parameter to yo
|
|||
|
||||
### 首页帖子 {#xiao-te-she-qu-shou-ye-tie-zi}
|
||||
|
||||
<Route data={{"path":"/news","categories":["bbs"],"example":"/xiaote/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["xiaote.com/"]},"name":"首页帖子","maintainers":["wxsimon"],"url":"xiaote.com/","location":"index.ts"}} />
|
||||
<Route namespace="xiaote" data={{"path":"/news","categories":["bbs"],"example":"/xiaote/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["xiaote.com/"]},"name":"首页帖子","maintainers":["wxsimon"],"url":"xiaote.com/","location":"index.ts"}} />
|
||||
|
||||
## 一亩三分地 {#yi-mu-san-fen-di}
|
||||
|
||||
### 标签 {#yi-mu-san-fen-di-biao-qian}
|
||||
|
||||
<Route data={{"path":"/category/:id?/:type?/:order?","categories":["bbs"],"example":"/1point3acres/category/h1b","parameters":{"id":"标签 id,默认为全部","type":"帖子分类, 见下表,默认为 hot,即热门帖子","order":"排序方式,见下表,默认为空,即最新回复"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["instant.1point3acres.com/section/:id","instant.1point3acres.com/"]},"name":"标签","maintainers":["nczitzk"],"description":":::tip\n 更多标签可以在 [标签列表](https://instant.1point3acres.com/tags) 中找到。\n :::\n\n 分类\n\n | 热门帖子 | 最新帖子 |\n | -------- | -------- |\n | hot | new |\n\n 排序方式\n\n | 最新回复 | 最新发布 |\n | -------- | -------- |\n | | post |","location":"category.ts"}} />
|
||||
<Route namespace="1point3acres" data={{"path":"/category/:id?/:type?/:order?","categories":["bbs"],"example":"/1point3acres/category/h1b","parameters":{"id":"标签 id,默认为全部","type":"帖子分类, 见下表,默认为 hot,即热门帖子","order":"排序方式,见下表,默认为空,即最新回复"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["instant.1point3acres.com/section/:id","instant.1point3acres.com/"]},"name":"标签","maintainers":["nczitzk"],"description":":::tip\n 更多标签可以在 [标签列表](https://instant.1point3acres.com/tags) 中找到。\n :::\n\n 分类\n\n | 热门帖子 | 最新帖子 |\n | -------- | -------- |\n | hot | new |\n\n 排序方式\n\n | 最新回复 | 最新发布 |\n | -------- | -------- |\n | | post |","location":"category.ts"}} />
|
||||
|
||||
:::tip
|
||||
更多标签可以在 [标签列表](https://instant.1point3acres.com/tags) 中找到。
|
||||
|
|
@ -520,7 +520,7 @@ If you opt to enable `fulltext` feature, consider adding `limit` parameter to yo
|
|||
|
||||
### 博客 {#yi-mu-san-fen-di-bo-ke}
|
||||
|
||||
<Route data={{"path":"/blog/:category?","categories":["bbs"],"example":"/1point3acres/blog","parameters":{"category":"分类,见下表,可在对应分类页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["blog.1point3acres.com/:category"]},"name":"博客","maintainers":["nczitzk"],"description":"| 留学申请 | 找工求职 | 生活攻略 | 投资理财 | 签证移民 | 时政要闻 |\n | ---------- | -------- | --------- | -------- | -------- | -------- |\n | studyinusa | career | lifestyle | invest | visa | news |","location":"blog.ts"}} />
|
||||
<Route namespace="1point3acres" data={{"path":"/blog/:category?","categories":["bbs"],"example":"/1point3acres/blog","parameters":{"category":"分类,见下表,可在对应分类页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["blog.1point3acres.com/:category"]},"name":"博客","maintainers":["nczitzk"],"description":"| 留学申请 | 找工求职 | 生活攻略 | 投资理财 | 签证移民 | 时政要闻 |\n | ---------- | -------- | --------- | -------- | -------- | -------- |\n | studyinusa | career | lifestyle | invest | visa | news |","location":"blog.ts"}} />
|
||||
|
||||
| 留学申请 | 找工求职 | 生活攻略 | 投资理财 | 签证移民 | 时政要闻 |
|
||||
| ---------- | -------- | --------- | -------- | -------- | -------- |
|
||||
|
|
@ -528,7 +528,7 @@ If you opt to enable `fulltext` feature, consider adding `limit` parameter to yo
|
|||
|
||||
### 分区 {#yi-mu-san-fen-di-fen-qu}
|
||||
|
||||
<Route data={{"path":"/section/:id?/:type?/:order?","categories":["bbs"],"example":"/1point3acres/section/345","parameters":{"id":"分区 id,见下表,默认为全部","type":"帖子分类, 见下表,默认为 hot,即热门帖子","order":"排序方式,见下表,默认为空,即最新回复"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["instant.1point3acres.com/section/:id","instant.1point3acres.com/"]},"name":"分区","maintainers":["nczitzk"],"description":"分区\n\n | 分区 | id |\n | -------- | --- |\n | 留学申请 | 257 |\n | 世界公民 | 379 |\n | 投资理财 | 400 |\n | 生活干货 | 31 |\n | 职场达人 | 345 |\n | 人际关系 | 391 |\n | 海外求职 | 38 |\n | 签证移民 | 265 |\n\n 分类\n\n | 热门帖子 | 最新帖子 |\n | -------- | -------- |\n | hot | new |\n\n 排序方式\n\n | 最新回复 | 最新发布 |\n | -------- | -------- |\n | | post |","location":"section.ts"}} />
|
||||
<Route namespace="1point3acres" data={{"path":"/section/:id?/:type?/:order?","categories":["bbs"],"example":"/1point3acres/section/345","parameters":{"id":"分区 id,见下表,默认为全部","type":"帖子分类, 见下表,默认为 hot,即热门帖子","order":"排序方式,见下表,默认为空,即最新回复"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["instant.1point3acres.com/section/:id","instant.1point3acres.com/"]},"name":"分区","maintainers":["nczitzk"],"description":"分区\n\n | 分区 | id |\n | -------- | --- |\n | 留学申请 | 257 |\n | 世界公民 | 379 |\n | 投资理财 | 400 |\n | 生活干货 | 31 |\n | 职场达人 | 345 |\n | 人际关系 | 391 |\n | 海外求职 | 38 |\n | 签证移民 | 265 |\n\n 分类\n\n | 热门帖子 | 最新帖子 |\n | -------- | -------- |\n | hot | new |\n\n 排序方式\n\n | 最新回复 | 最新发布 |\n | -------- | -------- |\n | | post |","location":"section.ts"}} />
|
||||
|
||||
分区
|
||||
|
||||
|
|
@ -557,7 +557,7 @@ If you opt to enable `fulltext` feature, consider adding `limit` parameter to yo
|
|||
|
||||
### 录取结果 {#yi-mu-san-fen-di-lu-qu-jie-guo}
|
||||
|
||||
<Route data={{"path":"/offer/:year?/:major?/:school?","categories":["bbs"],"example":"/1point3acres/offer/12/null/CMU","parameters":{"year":"录取年份 id,空为null","major":"录取专业 id,空为null","school":"录取学校 id,空为null"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["offer.1point3acres.com/"],"target":"/offer"},"name":"录取结果","maintainers":["EthanWng97"],"url":"offer.1point3acres.com/","description":":::tip[三个 id 获取方式]\n 1. 打开 [https://offer.1point3acres.com](https://offer.1point3acres.com)\n 2. 打开控制台\n 3. 切换到 Network 面板\n 4. 点击 搜索 按钮\n 5. 点击 results?ps=15&pg=1 POST 请求\n 6. 找到 Request Payload 请求参数,例如 `filters: {planyr: \"13\", planmajor: \"1\", outname_w: \"ACADIAU\"}` ,则三个 id 分别为: 13,1,ACADIAU\n :::","location":"offer.ts"}} />
|
||||
<Route namespace="1point3acres" data={{"path":"/offer/:year?/:major?/:school?","categories":["bbs"],"example":"/1point3acres/offer/12/null/CMU","parameters":{"year":"录取年份 id,空为null","major":"录取专业 id,空为null","school":"录取学校 id,空为null"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["offer.1point3acres.com/"],"target":"/offer"},"name":"录取结果","maintainers":["EthanWng97"],"url":"offer.1point3acres.com/","description":":::tip[三个 id 获取方式]\n 1. 打开 [https://offer.1point3acres.com](https://offer.1point3acres.com)\n 2. 打开控制台\n 3. 切换到 Network 面板\n 4. 点击 搜索 按钮\n 5. 点击 results?ps=15&pg=1 POST 请求\n 6. 找到 Request Payload 请求参数,例如 `filters: {planyr: \"13\", planmajor: \"1\", outname_w: \"ACADIAU\"}` ,则三个 id 分别为: 13,1,ACADIAU\n :::","location":"offer.ts"}} />
|
||||
|
||||
:::tip[三个 id 获取方式]
|
||||
1. 打开 [https://offer.1point3acres.com](https://offer.1point3acres.com)
|
||||
|
|
@ -570,22 +570,22 @@ If you opt to enable `fulltext` feature, consider adding `limit` parameter to yo
|
|||
|
||||
### 用户回帖 {#yi-mu-san-fen-di-yong-hu-hui-tie}
|
||||
|
||||
<Route data={{"path":"/user/:id/posts","categories":["bbs"],"example":"/1point3acres/user/1/posts","parameters":{"id":"用户 id,可在 Instant 版网站的个人主页 URL 找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["instant.1point3acres.com/profile/:id","instant.1point3acres.com/"]},"name":"用户回帖","maintainers":["Maecenas"],"location":"user/post.ts"}} />
|
||||
<Route namespace="1point3acres" data={{"path":"/user/:id/posts","categories":["bbs"],"example":"/1point3acres/user/1/posts","parameters":{"id":"用户 id,可在 Instant 版网站的个人主页 URL 找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["instant.1point3acres.com/profile/:id","instant.1point3acres.com/"]},"name":"用户回帖","maintainers":["Maecenas"],"location":"user/post.ts"}} />
|
||||
|
||||
### 用户主题帖 {#yi-mu-san-fen-di-yong-hu-zhu-ti-tie}
|
||||
|
||||
<Route data={{"path":"/user/:id/threads","categories":["bbs"],"example":"/1point3acres/user/1/threads","parameters":{"id":"用户 id,可在 Instant 版网站的个人主页 URL 找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["instant.1point3acres.com/profile/:id","instant.1point3acres.com/"]},"name":"用户主题帖","maintainers":["Maecenas"],"location":"user/thread.ts"}} />
|
||||
<Route namespace="1point3acres" data={{"path":"/user/:id/threads","categories":["bbs"],"example":"/1point3acres/user/1/threads","parameters":{"id":"用户 id,可在 Instant 版网站的个人主页 URL 找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["instant.1point3acres.com/profile/:id","instant.1point3acres.com/"]},"name":"用户主题帖","maintainers":["Maecenas"],"location":"user/thread.ts"}} />
|
||||
|
||||
## 直播吧 {#zhi-bo-ba}
|
||||
|
||||
### Unknown {#zhi-bo-ba-unknown}
|
||||
|
||||
<Route data={{"path":"/more/:category?","categories":["bbs"],"example":"/zhibo8/more/nba","parameters":{"category":"分类,见下表,默认为 NBA"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["news.zhibo8.cc/:category"],"target":"/more/:category"},"name":"Unknown","maintainers":["nczitzk"],"location":"more.ts"}} />
|
||||
<Route namespace="zhibo8" data={{"path":"/more/:category?","categories":["bbs"],"example":"/zhibo8/more/nba","parameters":{"category":"分类,见下表,默认为 NBA"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["news.zhibo8.cc/:category"],"target":"/more/:category"},"name":"Unknown","maintainers":["nczitzk"],"location":"more.ts"}} />
|
||||
|
||||
### 回帖 {#zhi-bo-ba-hui-tie}
|
||||
|
||||
<Route data={{"path":"/post/:id","categories":["bbs"],"example":"/zhibo8/post/3050708","parameters":{"id":"帖子 id,可在帖子 URL 找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"回帖","maintainers":["LogicJake"],"location":"post.ts"}} />
|
||||
<Route namespace="zhibo8" data={{"path":"/post/:id","categories":["bbs"],"example":"/zhibo8/post/3050708","parameters":{"id":"帖子 id,可在帖子 URL 找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"回帖","maintainers":["LogicJake"],"location":"post.ts"}} />
|
||||
|
||||
### 子论坛 {#zhi-bo-ba-zi-lun-tan}
|
||||
|
||||
<Route data={{"path":"/forum/:id","categories":["bbs"],"example":"/zhibo8/forum/8","parameters":{"id":"子论坛 id,可在子论坛 URL 找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"子论坛","maintainers":["LogicJake"],"location":"forum.ts"}} />
|
||||
<Route namespace="zhibo8" data={{"path":"/forum/:id","categories":["bbs"],"example":"/zhibo8/forum/8","parameters":{"id":"子论坛 id,可在子论坛 URL 找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"子论坛","maintainers":["LogicJake"],"location":"forum.ts"}} />
|
||||
|
|
|
|||
|
|
@ -4,43 +4,43 @@
|
|||
|
||||
### APISIX 博客 {#apache-apisix-bo-ke}
|
||||
|
||||
<Route data={{"path":"/apisix/blog","categories":["blog"],"example":"/apache/apisix/blog","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"APISIX 博客","maintainers":["aneasystone"],"location":"apisix/blog.ts"}} />
|
||||
<Route namespace="apache" data={{"path":"/apisix/blog","categories":["blog"],"example":"/apache/apisix/blog","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"APISIX 博客","maintainers":["aneasystone"],"location":"apisix/blog.ts"}} />
|
||||
|
||||
## Backlinko {#backlinko}
|
||||
|
||||
### Blog {#backlinko-blog}
|
||||
|
||||
<Route data={{"path":"/blog","categories":["blog"],"example":"/backlinko/blog","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["backlinko.com/blog","backlinko.com/"]},"name":"Blog","maintainers":["TonyRL"],"url":"backlinko.com/blog","location":"blog.ts"}} />
|
||||
<Route namespace="backlinko" data={{"path":"/blog","categories":["blog"],"example":"/backlinko/blog","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["backlinko.com/blog","backlinko.com/"]},"name":"Blog","maintainers":["TonyRL"],"url":"backlinko.com/blog","location":"blog.ts"}} />
|
||||
|
||||
## cmpxchg8b {#cmpxchg8b}
|
||||
|
||||
### Articles {#cmpxchg8b-articles}
|
||||
|
||||
<Route data={{"path":"/articles","categories":["blog"],"example":"/cmpxchg8b/articles","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["lock.cmpxchg8b.com/articles"]},"name":"Articles","maintainers":["yuguorui"],"url":"lock.cmpxchg8b.com/articles","location":"articles.ts"}} />
|
||||
<Route namespace="cmpxchg8b" data={{"path":"/articles","categories":["blog"],"example":"/cmpxchg8b/articles","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["lock.cmpxchg8b.com/articles"]},"name":"Articles","maintainers":["yuguorui"],"url":"lock.cmpxchg8b.com/articles","location":"articles.ts"}} />
|
||||
|
||||
## CSDN {#csdn}
|
||||
|
||||
### User Feed {#csdn-user-feed}
|
||||
|
||||
<Route data={{"path":"/blog/:user","categories":["blog"],"example":"/csdn/blog/csdngeeknews","parameters":{"user":"`user` is the username of a CSDN blog which can be found in the url of the home page"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["blog.csdn.net/:user"]},"name":"User Feed","maintainers":[],"location":"blog.ts"}} />
|
||||
<Route namespace="csdn" data={{"path":"/blog/:user","categories":["blog"],"example":"/csdn/blog/csdngeeknews","parameters":{"user":"`user` is the username of a CSDN blog which can be found in the url of the home page"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["blog.csdn.net/:user"]},"name":"User Feed","maintainers":[],"location":"blog.ts"}} />
|
||||
|
||||
## Delta Lake {#delta-lake}
|
||||
|
||||
### Blogs {#delta-lake-blogs}
|
||||
|
||||
<Route data={{"path":"/blog","categories":["blog"],"example":"/deltaio/blog","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["delta.io/blog"]},"name":"Blogs","maintainers":["RengarLee"],"url":"delta.io/blog","location":"blog.ts"}} />
|
||||
<Route namespace="deltaio" data={{"path":"/blog","categories":["blog"],"example":"/deltaio/blog","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["delta.io/blog"]},"name":"Blogs","maintainers":["RengarLee"],"url":"delta.io/blog","location":"blog.ts"}} />
|
||||
|
||||
## DevolverDigital {#devolverdigital}
|
||||
|
||||
### Official Blogs {#devolverdigital-official-blogs}
|
||||
|
||||
<Route data={{"path":"/blog","categories":["blog"],"example":"/devolverdigital/blog","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["devolverdigital.com/blog"]},"name":"Official Blogs","maintainers":["XXY233"],"url":"devolverdigital.com/blog","location":"blog.ts"}} />
|
||||
<Route namespace="devolverdigital" data={{"path":"/blog","categories":["blog"],"example":"/devolverdigital/blog","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["devolverdigital.com/blog"]},"name":"Official Blogs","maintainers":["XXY233"],"url":"devolverdigital.com/blog","location":"blog.ts"}} />
|
||||
|
||||
## FreeBuf {#freebuf}
|
||||
|
||||
### 文章 {#freebuf-wen-zhang}
|
||||
|
||||
<Route data={{"path":"/articles/:type","categories":["blog"],"example":"/freebuf/articles/web","parameters":{"type":"文章类别"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["freebuf.com/articles/:type/*.html","freebuf.com/articles/:type"]},"name":"文章","maintainers":["trganda"],"description":":::tip\n Freebuf 的文章页面带有反爬虫机制,所以目前无法获取文章的完整内容。\n :::","location":"index.ts"}} />
|
||||
<Route namespace="freebuf" data={{"path":"/articles/:type","categories":["blog"],"example":"/freebuf/articles/web","parameters":{"type":"文章类别"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["freebuf.com/articles/:type/*.html","freebuf.com/articles/:type"]},"name":"文章","maintainers":["trganda"],"description":":::tip\n Freebuf 的文章页面带有反爬虫机制,所以目前无法获取文章的完整内容。\n :::","location":"index.ts"}} />
|
||||
|
||||
:::tip
|
||||
Freebuf 的文章页面带有反爬虫机制,所以目前无法获取文章的完整内容。
|
||||
|
|
@ -50,13 +50,13 @@ Freebuf 的文章页面带有反爬虫机制,所以目前无法获取文章的
|
|||
|
||||
### Official Blogs {#geocaching-official-blogs}
|
||||
|
||||
<Route data={{"path":"/blogs","categories":["blog"],"example":"/geocaching/blogs","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["geocaching.com/blog/","geocaching.com/"]},"name":"Official Blogs","maintainers":["HankChow"],"url":"geocaching.com/blog/","location":"blogs.ts"}} />
|
||||
<Route namespace="geocaching" data={{"path":"/blogs","categories":["blog"],"example":"/geocaching/blogs","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["geocaching.com/blog/","geocaching.com/"]},"name":"Official Blogs","maintainers":["HankChow"],"url":"geocaching.com/blog/","location":"blogs.ts"}} />
|
||||
|
||||
## hashnode {#hashnode}
|
||||
|
||||
### 用户博客 {#hashnode-yong-hu-bo-ke}
|
||||
|
||||
<Route data={{"path":"/blog/:username","categories":["blog"],"example":"/hashnode/blog/inklings","parameters":{"username":"博主名称,用户头像 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["hashnode.dev/"]},"name":"用户博客","maintainers":["hnrainll"],"url":"hashnode.dev/","description":":::tip\n username 为博主用户名,而非`xxx.hashnode.dev`中`xxx`所代表的 blog 地址。\n :::","location":"blog.ts"}} />
|
||||
<Route namespace="hashnode" data={{"path":"/blog/:username","categories":["blog"],"example":"/hashnode/blog/inklings","parameters":{"username":"博主名称,用户头像 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["hashnode.dev/"]},"name":"用户博客","maintainers":["hnrainll"],"url":"hashnode.dev/","description":":::tip\n username 为博主用户名,而非`xxx.hashnode.dev`中`xxx`所代表的 blog 地址。\n :::","location":"blog.ts"}} />
|
||||
|
||||
:::tip
|
||||
username 为博主用户名,而非`xxx.hashnode.dev`中`xxx`所代表的 blog 地址。
|
||||
|
|
@ -66,7 +66,7 @@ username 为博主用户名,而非`xxx.hashnode.dev`中`xxx`所代表的 blog
|
|||
|
||||
### Category {#ian-spriggss-category}
|
||||
|
||||
<Route data={{"path":"/:category?","categories":["blog"],"example":"/ianspriggs/portraits","parameters":{"category":"Category, see below, 3D PORTRAITS by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Category","maintainers":["nczitzk"],"description":"| 3D PORTRAITS | CHARACTERS |\n | ------------ | ---------- |\n | portraits | characters |","location":"index.ts"}} />
|
||||
<Route namespace="ianspriggs" data={{"path":"/:category?","categories":["blog"],"example":"/ianspriggs/portraits","parameters":{"category":"Category, see below, 3D PORTRAITS by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Category","maintainers":["nczitzk"],"description":"| 3D PORTRAITS | CHARACTERS |\n | ------------ | ---------- |\n | portraits | characters |","location":"index.ts"}} />
|
||||
|
||||
| 3D PORTRAITS | CHARACTERS |
|
||||
| ------------ | ---------- |
|
||||
|
|
@ -76,19 +76,19 @@ username 为博主用户名,而非`xxx.hashnode.dev`中`xxx`所代表的 blog
|
|||
|
||||
### Essay {#kun-cheng-essay}
|
||||
|
||||
<Route data={{"path":"/essay","categories":["blog"],"example":"/kunchengblog/essay","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["kunchengblog.com/essay"]},"name":"Essay","maintainers":["nczitzk"],"url":"kunchengblog.com/essay","location":"essay.ts"}} />
|
||||
<Route namespace="kunchengblog" data={{"path":"/essay","categories":["blog"],"example":"/kunchengblog/essay","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["kunchengblog.com/essay"]},"name":"Essay","maintainers":["nczitzk"],"url":"kunchengblog.com/essay","location":"essay.ts"}} />
|
||||
|
||||
## MacMenuBar {#macmenubar}
|
||||
|
||||
### Recently {#macmenubar-recently}
|
||||
|
||||
<Route data={{"path":"/recently/:category?","categories":["blog"],"example":"/macmenubar/recently/developer-apps,system-tools","parameters":{"category":"Category path name, seperate by comma, default is all categories. Category path name can be found in url"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Recently","maintainers":["5upernova-heng"],"location":"recently.ts"}} />
|
||||
<Route namespace="macmenubar" data={{"path":"/recently/:category?","categories":["blog"],"example":"/macmenubar/recently/developer-apps,system-tools","parameters":{"category":"Category path name, seperate by comma, default is all categories. Category path name can be found in url"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Recently","maintainers":["5upernova-heng"],"location":"recently.ts"}} />
|
||||
|
||||
## Medium {#medium}
|
||||
|
||||
### List {#medium-list}
|
||||
|
||||
<Route data={{"path":"/list/:user/:catalogId","categories":["blog"],"example":"/medium/list/imsingee/f2d8d48096a9","parameters":{"user":"Username","catalogId":"List ID"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"List","maintainers":["ImSingee"],"description":"The List ID is the last part of the URL after `-`, for example, the username in [https://medium.com/@imsingee/list/collection-7e67004f23f9](https://medium.com/@imsingee/list/collection-7e67004f23f9) is `imsingee`, and the ID is `7e67004f23f9`.\n\n :::warning\n To access private lists, only self-hosting is supported.\n :::","location":"list.ts"}} />
|
||||
<Route namespace="medium" data={{"path":"/list/:user/:catalogId","categories":["blog"],"example":"/medium/list/imsingee/f2d8d48096a9","parameters":{"user":"Username","catalogId":"List ID"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"List","maintainers":["ImSingee"],"description":"The List ID is the last part of the URL after `-`, for example, the username in [https://medium.com/@imsingee/list/collection-7e67004f23f9](https://medium.com/@imsingee/list/collection-7e67004f23f9) is `imsingee`, and the ID is `7e67004f23f9`.\n\n :::warning\n To access private lists, only self-hosting is supported.\n :::","location":"list.ts"}} />
|
||||
|
||||
The List ID is the last part of the URL after `-`, for example, the username in [https://medium.com/@imsingee/list/collection-7e67004f23f9](https://medium.com/@imsingee/list/collection-7e67004f23f9) is `imsingee`, and the ID is `7e67004f23f9`.
|
||||
|
||||
|
|
@ -98,7 +98,7 @@ To access private lists, only self-hosting is supported.
|
|||
|
||||
### Personalized Recommendations - Following {#medium-personalized-recommendations-following}
|
||||
|
||||
<Route data={{"path":"/following/:user","categories":["blog"],"example":"/medium/following/imsingee","parameters":{"user":"Username"},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Personalized Recommendations - Following","maintainers":["ImSingee"],"description":":::warning\n Personalized recommendations require the cookie value after logging in, so only self-hosting is supported. See the configuration module on the deployment page for details.\n :::","location":"following.ts"}} />
|
||||
<Route namespace="medium" data={{"path":"/following/:user","categories":["blog"],"example":"/medium/following/imsingee","parameters":{"user":"Username"},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Personalized Recommendations - Following","maintainers":["ImSingee"],"description":":::warning\n Personalized recommendations require the cookie value after logging in, so only self-hosting is supported. See the configuration module on the deployment page for details.\n :::","location":"following.ts"}} />
|
||||
|
||||
:::warning
|
||||
Personalized recommendations require the cookie value after logging in, so only self-hosting is supported. See the configuration module on the deployment page for details.
|
||||
|
|
@ -106,7 +106,7 @@ Personalized recommendations require the cookie value after logging in, so only
|
|||
|
||||
### Personalized Recommendations - For You {#medium-personalized-recommendations-for-you}
|
||||
|
||||
<Route data={{"path":"/for-you/:user","categories":["blog"],"example":"/medium/for-you/imsingee","parameters":{"user":"Username"},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Personalized Recommendations - For You","maintainers":["ImSingee"],"description":":::warning\n Personalized recommendations require the cookie value after logging in, so only self-hosting is supported. See the configuration module on the deployment page for details.\n :::","location":"for-you.ts"}} />
|
||||
<Route namespace="medium" data={{"path":"/for-you/:user","categories":["blog"],"example":"/medium/for-you/imsingee","parameters":{"user":"Username"},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Personalized Recommendations - For You","maintainers":["ImSingee"],"description":":::warning\n Personalized recommendations require the cookie value after logging in, so only self-hosting is supported. See the configuration module on the deployment page for details.\n :::","location":"for-you.ts"}} />
|
||||
|
||||
:::warning
|
||||
Personalized recommendations require the cookie value after logging in, so only self-hosting is supported. See the configuration module on the deployment page for details.
|
||||
|
|
@ -114,7 +114,7 @@ Personalized recommendations require the cookie value after logging in, so only
|
|||
|
||||
### Personalized Recommendations - Tag {#medium-personalized-recommendations-tag}
|
||||
|
||||
<Route data={{"path":"/tag/:user/:tag","categories":["blog"],"example":"/medium/tag/imsingee/cybersecurity","parameters":{"user":"Username","tag":"Subscribed Tag"},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Personalized Recommendations - Tag","maintainers":["ImSingee"],"description":"There are many tags, which can be obtained by clicking on a tag from the homepage and looking at the URL. For example, if the URL is `https://medium.com/?tag=web3`, then the tag is `web3`.\n\n :::warning\n Personalized recommendations require the cookie value after logging in, so only self-hosting is supported. See the configuration module on the deployment page for details.\n :::","location":"tag.ts"}} />
|
||||
<Route namespace="medium" data={{"path":"/tag/:user/:tag","categories":["blog"],"example":"/medium/tag/imsingee/cybersecurity","parameters":{"user":"Username","tag":"Subscribed Tag"},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Personalized Recommendations - Tag","maintainers":["ImSingee"],"description":"There are many tags, which can be obtained by clicking on a tag from the homepage and looking at the URL. For example, if the URL is `https://medium.com/?tag=web3`, then the tag is `web3`.\n\n :::warning\n Personalized recommendations require the cookie value after logging in, so only self-hosting is supported. See the configuration module on the deployment page for details.\n :::","location":"tag.ts"}} />
|
||||
|
||||
There are many tags, which can be obtained by clicking on a tag from the homepage and looking at the URL. For example, if the URL is `https://medium.com/?tag=web3`, then the tag is `web3`.
|
||||
|
||||
|
|
@ -126,51 +126,51 @@ Personalized recommendations require the cookie value after logging in, so only
|
|||
|
||||
### Essays {#paul-graham-essays}
|
||||
|
||||
<Route data={{"path":["/articles","/essays","/"],"categories":["blog"],"example":"/paulgraham/articles","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["paulgraham.com/articles.html"]},"name":"Essays","maintainers":["Maecenas","nczitzk"],"url":"paulgraham.com/articles.html","location":"article.ts"}} />
|
||||
<Route namespace="paulgraham" data={{"path":["/articles","/essays","/"],"categories":["blog"],"example":"/paulgraham/articles","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["paulgraham.com/articles.html"]},"name":"Essays","maintainers":["Maecenas","nczitzk"],"url":"paulgraham.com/articles.html","location":"article.ts"}} />
|
||||
|
||||
### Essays {#paul-graham-essays}
|
||||
|
||||
<Route data={{"path":["/articles","/essays","/"],"categories":["blog"],"example":"/paulgraham/articles","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["paulgraham.com/articles.html"]},"name":"Essays","maintainers":["Maecenas","nczitzk"],"url":"paulgraham.com/articles.html","location":"article.ts"}} />
|
||||
<Route namespace="paulgraham" data={{"path":["/articles","/essays","/"],"categories":["blog"],"example":"/paulgraham/articles","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["paulgraham.com/articles.html"]},"name":"Essays","maintainers":["Maecenas","nczitzk"],"url":"paulgraham.com/articles.html","location":"article.ts"}} />
|
||||
|
||||
### Essays {#paul-graham-essays}
|
||||
|
||||
<Route data={{"path":["/articles","/essays","/"],"categories":["blog"],"example":"/paulgraham/articles","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["paulgraham.com/articles.html"]},"name":"Essays","maintainers":["Maecenas","nczitzk"],"url":"paulgraham.com/articles.html","location":"article.ts"}} />
|
||||
<Route namespace="paulgraham" data={{"path":["/articles","/essays","/"],"categories":["blog"],"example":"/paulgraham/articles","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["paulgraham.com/articles.html"]},"name":"Essays","maintainers":["Maecenas","nczitzk"],"url":"paulgraham.com/articles.html","location":"article.ts"}} />
|
||||
|
||||
## Uber 优步 {#uber-you-bu}
|
||||
|
||||
### Engineering {#uber-you-bu-engineering}
|
||||
|
||||
<Route data={{"path":"/blog/:maxPage?","categories":["blog"],"example":"/uber/blog","parameters":{"maxPage":"max number of pages to retrieve, default to 1 page at most"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.uber.com/blog/pittsburgh/engineering"],"target":"/blog"},"name":"Engineering","maintainers":["hulb"],"url":"www.uber.com/blog/pittsburgh/engineering","location":"blog.ts"}} />
|
||||
<Route namespace="uber" data={{"path":"/blog/:maxPage?","categories":["blog"],"example":"/uber/blog","parameters":{"maxPage":"max number of pages to retrieve, default to 1 page at most"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.uber.com/blog/pittsburgh/engineering"],"target":"/blog"},"name":"Engineering","maintainers":["hulb"],"url":"www.uber.com/blog/pittsburgh/engineering","location":"blog.ts"}} />
|
||||
|
||||
## 博客园 {#bo-ke-yuan}
|
||||
|
||||
### 10 天推荐排行榜 {#bo-ke-yuan-10-tian-tui-jian-pai-hang-bang}
|
||||
|
||||
<Route data={{"path":["/aggsite/topdiggs","/aggsite/topviews","/aggsite/headline","/cate/:type","/pick"],"categories":["blog"],"example":"/cnblogs/aggsite/topdiggs","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.cnblogs.com/aggsite/topdiggs"]},"name":"10 天推荐排行榜","maintainers":["hujingnb"],"url":"www.cnblogs.com/aggsite/topdiggs","description":"在博客园主页的分类出可查看所有类型。例如,go 的分类地址为: `https://www.cnblogs.com/cate/go/`, 则: [`/cnblogs/cate/go`](https://rsshub.app/cnblogs/cate/go)","location":"common.ts"}} />
|
||||
<Route namespace="cnblogs" data={{"path":["/aggsite/topdiggs","/aggsite/topviews","/aggsite/headline","/cate/:type","/pick"],"categories":["blog"],"example":"/cnblogs/aggsite/topdiggs","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.cnblogs.com/aggsite/topdiggs"]},"name":"10 天推荐排行榜","maintainers":["hujingnb"],"url":"www.cnblogs.com/aggsite/topdiggs","description":"在博客园主页的分类出可查看所有类型。例如,go 的分类地址为: `https://www.cnblogs.com/cate/go/`, 则: [`/cnblogs/cate/go`](https://rsshub.app/cnblogs/cate/go)","location":"common.ts"}} />
|
||||
|
||||
在博客园主页的分类出可查看所有类型。例如,go 的分类地址为: `https://www.cnblogs.com/cate/go/`, 则: [`/cnblogs/cate/go`](https://rsshub.app/cnblogs/cate/go)
|
||||
|
||||
### 10 天推荐排行榜 {#bo-ke-yuan-10-tian-tui-jian-pai-hang-bang}
|
||||
|
||||
<Route data={{"path":["/aggsite/topdiggs","/aggsite/topviews","/aggsite/headline","/cate/:type","/pick"],"categories":["blog"],"example":"/cnblogs/aggsite/topdiggs","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.cnblogs.com/aggsite/topdiggs"]},"name":"10 天推荐排行榜","maintainers":["hujingnb"],"url":"www.cnblogs.com/aggsite/topdiggs","description":"在博客园主页的分类出可查看所有类型。例如,go 的分类地址为: `https://www.cnblogs.com/cate/go/`, 则: [`/cnblogs/cate/go`](https://rsshub.app/cnblogs/cate/go)","location":"common.ts"}} />
|
||||
<Route namespace="cnblogs" data={{"path":["/aggsite/topdiggs","/aggsite/topviews","/aggsite/headline","/cate/:type","/pick"],"categories":["blog"],"example":"/cnblogs/aggsite/topdiggs","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.cnblogs.com/aggsite/topdiggs"]},"name":"10 天推荐排行榜","maintainers":["hujingnb"],"url":"www.cnblogs.com/aggsite/topdiggs","description":"在博客园主页的分类出可查看所有类型。例如,go 的分类地址为: `https://www.cnblogs.com/cate/go/`, 则: [`/cnblogs/cate/go`](https://rsshub.app/cnblogs/cate/go)","location":"common.ts"}} />
|
||||
|
||||
在博客园主页的分类出可查看所有类型。例如,go 的分类地址为: `https://www.cnblogs.com/cate/go/`, 则: [`/cnblogs/cate/go`](https://rsshub.app/cnblogs/cate/go)
|
||||
|
||||
### 10 天推荐排行榜 {#bo-ke-yuan-10-tian-tui-jian-pai-hang-bang}
|
||||
|
||||
<Route data={{"path":["/aggsite/topdiggs","/aggsite/topviews","/aggsite/headline","/cate/:type","/pick"],"categories":["blog"],"example":"/cnblogs/aggsite/topdiggs","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.cnblogs.com/aggsite/topdiggs"]},"name":"10 天推荐排行榜","maintainers":["hujingnb"],"url":"www.cnblogs.com/aggsite/topdiggs","description":"在博客园主页的分类出可查看所有类型。例如,go 的分类地址为: `https://www.cnblogs.com/cate/go/`, 则: [`/cnblogs/cate/go`](https://rsshub.app/cnblogs/cate/go)","location":"common.ts"}} />
|
||||
<Route namespace="cnblogs" data={{"path":["/aggsite/topdiggs","/aggsite/topviews","/aggsite/headline","/cate/:type","/pick"],"categories":["blog"],"example":"/cnblogs/aggsite/topdiggs","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.cnblogs.com/aggsite/topdiggs"]},"name":"10 天推荐排行榜","maintainers":["hujingnb"],"url":"www.cnblogs.com/aggsite/topdiggs","description":"在博客园主页的分类出可查看所有类型。例如,go 的分类地址为: `https://www.cnblogs.com/cate/go/`, 则: [`/cnblogs/cate/go`](https://rsshub.app/cnblogs/cate/go)","location":"common.ts"}} />
|
||||
|
||||
在博客园主页的分类出可查看所有类型。例如,go 的分类地址为: `https://www.cnblogs.com/cate/go/`, 则: [`/cnblogs/cate/go`](https://rsshub.app/cnblogs/cate/go)
|
||||
|
||||
### 10 天推荐排行榜 {#bo-ke-yuan-10-tian-tui-jian-pai-hang-bang}
|
||||
|
||||
<Route data={{"path":["/aggsite/topdiggs","/aggsite/topviews","/aggsite/headline","/cate/:type","/pick"],"categories":["blog"],"example":"/cnblogs/aggsite/topdiggs","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.cnblogs.com/aggsite/topdiggs"]},"name":"10 天推荐排行榜","maintainers":["hujingnb"],"url":"www.cnblogs.com/aggsite/topdiggs","description":"在博客园主页的分类出可查看所有类型。例如,go 的分类地址为: `https://www.cnblogs.com/cate/go/`, 则: [`/cnblogs/cate/go`](https://rsshub.app/cnblogs/cate/go)","location":"common.ts"}} />
|
||||
<Route namespace="cnblogs" data={{"path":["/aggsite/topdiggs","/aggsite/topviews","/aggsite/headline","/cate/:type","/pick"],"categories":["blog"],"example":"/cnblogs/aggsite/topdiggs","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.cnblogs.com/aggsite/topdiggs"]},"name":"10 天推荐排行榜","maintainers":["hujingnb"],"url":"www.cnblogs.com/aggsite/topdiggs","description":"在博客园主页的分类出可查看所有类型。例如,go 的分类地址为: `https://www.cnblogs.com/cate/go/`, 则: [`/cnblogs/cate/go`](https://rsshub.app/cnblogs/cate/go)","location":"common.ts"}} />
|
||||
|
||||
在博客园主页的分类出可查看所有类型。例如,go 的分类地址为: `https://www.cnblogs.com/cate/go/`, 则: [`/cnblogs/cate/go`](https://rsshub.app/cnblogs/cate/go)
|
||||
|
||||
### 10 天推荐排行榜 {#bo-ke-yuan-10-tian-tui-jian-pai-hang-bang}
|
||||
|
||||
<Route data={{"path":["/aggsite/topdiggs","/aggsite/topviews","/aggsite/headline","/cate/:type","/pick"],"categories":["blog"],"example":"/cnblogs/aggsite/topdiggs","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.cnblogs.com/aggsite/topdiggs"]},"name":"10 天推荐排行榜","maintainers":["hujingnb"],"url":"www.cnblogs.com/aggsite/topdiggs","description":"在博客园主页的分类出可查看所有类型。例如,go 的分类地址为: `https://www.cnblogs.com/cate/go/`, 则: [`/cnblogs/cate/go`](https://rsshub.app/cnblogs/cate/go)","location":"common.ts"}} />
|
||||
<Route namespace="cnblogs" data={{"path":["/aggsite/topdiggs","/aggsite/topviews","/aggsite/headline","/cate/:type","/pick"],"categories":["blog"],"example":"/cnblogs/aggsite/topdiggs","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.cnblogs.com/aggsite/topdiggs"]},"name":"10 天推荐排行榜","maintainers":["hujingnb"],"url":"www.cnblogs.com/aggsite/topdiggs","description":"在博客园主页的分类出可查看所有类型。例如,go 的分类地址为: `https://www.cnblogs.com/cate/go/`, 则: [`/cnblogs/cate/go`](https://rsshub.app/cnblogs/cate/go)","location":"common.ts"}} />
|
||||
|
||||
在博客园主页的分类出可查看所有类型。例如,go 的分类地址为: `https://www.cnblogs.com/cate/go/`, 则: [`/cnblogs/cate/go`](https://rsshub.app/cnblogs/cate/go)
|
||||
|
||||
|
|
@ -180,7 +180,7 @@ Personalized recommendations require the cookie value after logging in, so only
|
|||
|
||||
### 用户博客 {#cai-xin-bo-ke-yong-hu-bo-ke}
|
||||
|
||||
<Route data={{"path":"/blog/:column?","categories":["blog"],"example":"/caixin/blog/zhangwuchang","parameters":{"column":"博客名称,可在博客主页的 URL 找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"用户博客","maintainers":[],"description":"通过提取文章全文,以提供比官方源更佳的阅读体验.","location":"blog.ts"}} />
|
||||
<Route namespace="caixin" data={{"path":"/blog/:column?","categories":["blog"],"example":"/caixin/blog/zhangwuchang","parameters":{"column":"博客名称,可在博客主页的 URL 找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"用户博客","maintainers":[],"description":"通过提取文章全文,以提供比官方源更佳的阅读体验.","location":"blog.ts"}} />
|
||||
|
||||
通过提取文章全文,以提供比官方源更佳的阅读体验.
|
||||
|
||||
|
|
@ -188,13 +188,13 @@ Personalized recommendations require the cookie value after logging in, so only
|
|||
|
||||
### 严选 {#chuan-liu-yan-xuan}
|
||||
|
||||
<Route data={{"path":"/nice","categories":["blog"],"example":"/chuanliu/nice","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["chuanliu.org/nice"]},"name":"严选","maintainers":["nczitzk"],"url":"chuanliu.org/nice","location":"nice.ts"}} />
|
||||
<Route namespace="chuanliu" data={{"path":"/nice","categories":["blog"],"example":"/chuanliu/nice","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["chuanliu.org/nice"]},"name":"严选","maintainers":["nczitzk"],"url":"chuanliu.org/nice","location":"nice.ts"}} />
|
||||
|
||||
## 大眼仔旭 {#da-yan-zai-xu}
|
||||
|
||||
### 分类 {#da-yan-zai-xu-fen-lei}
|
||||
|
||||
<Route data={{"path":"/:category/:fulltext?","categories":["blog"],"example":"/dayanzai/windows","parameters":{"category":"分类","fulltext":"是否获取全文,需要获取则传入参数`y`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["dayanzai.me/:category","dayanzai.me/:category/*"],"target":"/:category"},"name":"分类","maintainers":[],"description":"| 微软应用 | 安卓应用 | 教程资源 | 其他资源 |\n | -------- | -------- | -------- | -------- |\n | windows | android | tutorial | other |","location":"index.ts"}} />
|
||||
<Route namespace="dayanzai" data={{"path":"/:category/:fulltext?","categories":["blog"],"example":"/dayanzai/windows","parameters":{"category":"分类","fulltext":"是否获取全文,需要获取则传入参数`y`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["dayanzai.me/:category","dayanzai.me/:category/*"],"target":"/:category"},"name":"分类","maintainers":[],"description":"| 微软应用 | 安卓应用 | 教程资源 | 其他资源 |\n | -------- | -------- | -------- | -------- |\n | windows | android | tutorial | other |","location":"index.ts"}} />
|
||||
|
||||
| 微软应用 | 安卓应用 | 教程资源 | 其他资源 |
|
||||
| -------- | -------- | -------- | -------- |
|
||||
|
|
@ -204,7 +204,7 @@ Personalized recommendations require the cookie value after logging in, so only
|
|||
|
||||
### 文章 {#fen-xiang-xiao-ke-crm-wen-zhang}
|
||||
|
||||
<Route data={{"path":"/crm/:type","categories":["blog"],"example":"/fxiaoke/crm/news","parameters":{"type":"文章类型, 见下表"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"文章","maintainers":["akynazh"],"description":"| 全部文章 | 文章干货 | CRM 知识 | 纷享动态 | 签约喜报 |\n | -------- | -------- | -------- | --------------- | --------- |\n | news | blog | articles | about-influence | customers |","location":"crm.ts"}} />
|
||||
<Route namespace="fxiaoke" data={{"path":"/crm/:type","categories":["blog"],"example":"/fxiaoke/crm/news","parameters":{"type":"文章类型, 见下表"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"文章","maintainers":["akynazh"],"description":"| 全部文章 | 文章干货 | CRM 知识 | 纷享动态 | 签约喜报 |\n | -------- | -------- | -------- | --------------- | --------- |\n | news | blog | articles | about-influence | customers |","location":"crm.ts"}} />
|
||||
|
||||
| 全部文章 | 文章干货 | CRM 知识 | 纷享动态 | 签约喜报 |
|
||||
| -------- | -------- | -------- | --------------- | --------- |
|
||||
|
|
@ -214,59 +214,59 @@ Personalized recommendations require the cookie value after logging in, so only
|
|||
|
||||
### 文章 {#hu-pi-jiao-wen-zhang}
|
||||
|
||||
<Route data={{"path":"/blog","categories":["blog"],"example":"/xunhupay/blog","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.xunhupay.com/blog"]},"name":"文章","maintainers":["Joey"],"url":"www.xunhupay.com/blog","location":"index.ts"}} />
|
||||
<Route namespace="xunhupay" data={{"path":"/blog","categories":["blog"],"example":"/xunhupay/blog","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.xunhupay.com/blog"]},"name":"文章","maintainers":["Joey"],"url":"www.xunhupay.com/blog","location":"index.ts"}} />
|
||||
|
||||
## 十年之约 {#shi-nian-zhi-yue}
|
||||
|
||||
### 专题展示 - 文章 {#shi-nian-zhi-yue-zhuan-ti-zhan-shi-wen-zhang}
|
||||
|
||||
<Route data={{"path":"/feeds","categories":["blog"],"example":"/foreverblog/feeds","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.foreverblog.cn/feeds.html"]},"name":"专题展示 - 文章","maintainers":["7Wate","a180285"],"url":"www.foreverblog.cn/feeds.html","location":"feeds.ts"}} />
|
||||
<Route namespace="foreverblog" data={{"path":"/feeds","categories":["blog"],"example":"/foreverblog/feeds","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.foreverblog.cn/feeds.html"]},"name":"专题展示 - 文章","maintainers":["7Wate","a180285"],"url":"www.foreverblog.cn/feeds.html","location":"feeds.ts"}} />
|
||||
|
||||
## 土猛的员外 {#tu-meng-de-yuan-wai}
|
||||
|
||||
### 文章 {#tu-meng-de-yuan-wai-wen-zhang}
|
||||
|
||||
<Route data={{"path":"/archive","categories":["blog"],"example":"/luxiangdong/archive","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["luxiangdong.com/"]},"name":"文章","maintainers":["Levix"],"url":"luxiangdong.com/","location":"archive.ts"}} />
|
||||
<Route namespace="luxiangdong" data={{"path":"/archive","categories":["blog"],"example":"/luxiangdong/archive","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["luxiangdong.com/"]},"name":"文章","maintainers":["Levix"],"url":"luxiangdong.com/","location":"archive.ts"}} />
|
||||
|
||||
## 新语丝 {#xin-yu-si}
|
||||
|
||||
### 新到资料 {#xin-yu-si-xin-dao-zi-liao}
|
||||
|
||||
<Route data={{"path":"/new","categories":["blog"],"example":"/xys/new","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["xys.org/","xys.org/new.html"]},"name":"新到资料","maintainers":["wenzhenl"],"url":"xys.org/","location":"new.ts"}} />
|
||||
<Route namespace="xys" data={{"path":"/new","categories":["blog"],"example":"/xys/new","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["xys.org/","xys.org/new.html"]},"name":"新到资料","maintainers":["wenzhenl"],"url":"xys.org/","location":"new.ts"}} />
|
||||
|
||||
## 雨苁博客 {#yu-cong-bo-ke}
|
||||
|
||||
### 分类 {#yu-cong-bo-ke-fen-lei}
|
||||
|
||||
<Route data={{"path":"/category/:category?","categories":["blog"],"example":"/ddosi/category/黑客工具","parameters":{"category":"N"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ddosi.org/category/:category/"],"target":"/category/:category"},"name":"分类","maintainers":[],"url":"ddosi.org/","location":"category.ts"}} />
|
||||
<Route namespace="ddosi" data={{"path":"/category/:category?","categories":["blog"],"example":"/ddosi/category/黑客工具","parameters":{"category":"N"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ddosi.org/category/:category/"],"target":"/category/:category"},"name":"分类","maintainers":[],"url":"ddosi.org/","location":"category.ts"}} />
|
||||
|
||||
## 云原生社区 {#yun-yuan-sheng-she-qu}
|
||||
|
||||
### 博客 {#yun-yuan-sheng-she-qu-bo-ke}
|
||||
|
||||
<Route data={{"path":"/blog","categories":["blog"],"example":"/cloudnative/blog","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"博客","maintainers":["aneasystone"],"location":"blog.ts"}} />
|
||||
<Route namespace="cloudnative" data={{"path":"/blog","categories":["blog"],"example":"/cloudnative/blog","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"博客","maintainers":["aneasystone"],"location":"blog.ts"}} />
|
||||
|
||||
## 浙江大学可视分析小组 {#zhe-jiang-da-xue-ke-shi-fen-xi-xiao-zu}
|
||||
|
||||
### 博客 {#zhe-jiang-da-xue-ke-shi-fen-xi-xiao-zu-bo-ke}
|
||||
|
||||
<Route data={{"path":"/blog","categories":["blog"],"example":"/zjuvag/blog","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"博客","maintainers":["KaiyoungYu"],"location":"blog.ts"}} />
|
||||
<Route namespace="zjuvag" data={{"path":"/blog","categories":["blog"],"example":"/zjuvag/blog","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"博客","maintainers":["KaiyoungYu"],"location":"blog.ts"}} />
|
||||
|
||||
## 支流科技 {#zhi-liu-ke-ji}
|
||||
|
||||
### 博客 {#zhi-liu-ke-ji-bo-ke}
|
||||
|
||||
<Route data={{"path":"/blog","categories":["blog"],"example":"/apiseven/blog","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"博客","maintainers":["aneasystone"],"location":"blog.ts"}} />
|
||||
<Route namespace="apiseven" data={{"path":"/blog","categories":["blog"],"example":"/apiseven/blog","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"博客","maintainers":["aneasystone"],"location":"blog.ts"}} />
|
||||
|
||||
## 竹白 {#zhu-bai}
|
||||
|
||||
### Unknown {#zhu-bai-unknown}
|
||||
|
||||
<Route data={{"path":"/top20","categories":["blog"],"example":"/zhubai/top20","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["analy.zhubai.love/"]},"name":"Unknown","maintainers":["nczitzk"],"url":"analy.zhubai.love/","location":"top20.ts"}} />
|
||||
<Route namespace="zhubai" data={{"path":"/top20","categories":["blog"],"example":"/zhubai/top20","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["analy.zhubai.love/"]},"name":"Unknown","maintainers":["nczitzk"],"url":"analy.zhubai.love/","location":"top20.ts"}} />
|
||||
|
||||
### 文章 {#zhu-bai-wen-zhang}
|
||||
|
||||
<Route data={{"path":"/:id","categories":["blog"],"example":"/zhubai/via","parameters":{"id":"`id` 为竹白主页 url 中的三级域名,如 via.zhubai.love 的 `id` 为 `via`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"文章","maintainers":["naixy28"],"description":":::tip\n 在路由末尾处加上 `?limit=限制获取数目` 来限制获取条目数量,默认值为`20`\n :::","location":"index.ts"}} />
|
||||
<Route namespace="zhubai" data={{"path":"/:id","categories":["blog"],"example":"/zhubai/via","parameters":{"id":"`id` 为竹白主页 url 中的三级域名,如 via.zhubai.love 的 `id` 为 `via`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"文章","maintainers":["naixy28"],"description":":::tip\n 在路由末尾处加上 `?limit=限制获取数目` 来限制获取条目数量,默认值为`20`\n :::","location":"index.ts"}} />
|
||||
|
||||
:::tip
|
||||
在路由末尾处加上 `?limit=限制获取数目` 来限制获取条目数量,默认值为`20`
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -4,51 +4,51 @@
|
|||
|
||||
### Latest Article {#ainvest-latest-article}
|
||||
|
||||
<Route data={{"path":"/article","categories":["finance"],"example":"/ainvest/article","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ainvest.com/news"]},"name":"Latest Article","maintainers":["TonyRL"],"url":"ainvest.com/news","location":"article.ts"}} />
|
||||
<Route namespace="ainvest" data={{"path":"/article","categories":["finance"],"example":"/ainvest/article","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ainvest.com/news"]},"name":"Latest Article","maintainers":["TonyRL"],"url":"ainvest.com/news","location":"article.ts"}} />
|
||||
|
||||
### Latest News {#ainvest-latest-news}
|
||||
|
||||
<Route data={{"path":"/news","categories":["finance"],"example":"/ainvest/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ainvest.com/news"]},"name":"Latest News","maintainers":["TonyRL"],"url":"ainvest.com/news","location":"news.ts"}} />
|
||||
<Route namespace="ainvest" data={{"path":"/news","categories":["finance"],"example":"/ainvest/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ainvest.com/news"]},"name":"Latest News","maintainers":["TonyRL"],"url":"ainvest.com/news","location":"news.ts"}} />
|
||||
|
||||
## BigQuant {#bigquant}
|
||||
|
||||
### 专题报告 {#bigquant-zhuan-ti-bao-gao}
|
||||
|
||||
<Route data={{"path":"/collections","categories":["finance"],"example":"/bigquant/collections","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bigquant.com/"]},"name":"专题报告","maintainers":["nczitzk"],"url":"bigquant.com/","location":"collections.ts"}} />
|
||||
<Route namespace="bigquant" data={{"path":"/collections","categories":["finance"],"example":"/bigquant/collections","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bigquant.com/"]},"name":"专题报告","maintainers":["nczitzk"],"url":"bigquant.com/","location":"collections.ts"}} />
|
||||
|
||||
## Bloomberg {#bloomberg}
|
||||
|
||||
### Authors {#bloomberg-authors}
|
||||
|
||||
<Route data={{"path":"/authors/:id/:slug/:source?","categories":["finance"],"example":"/bloomberg/authors/ARbTQlRLRjE/matthew-s-levine","parameters":{"id":"Author ID, can be found in URL","slug":"Author Slug, can be found in URL","source":"Data source, either `api` or `rss`,`api` by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.bloomberg.com/*/authors/:id/:slug","www.bloomberg.com/authors/:id/:slug"],"target":"/authors/:id/:slug"},"name":"Authors","maintainers":["josh"],"location":"authors.ts"}} />
|
||||
<Route namespace="bloomberg" data={{"path":"/authors/:id/:slug/:source?","categories":["finance"],"example":"/bloomberg/authors/ARbTQlRLRjE/matthew-s-levine","parameters":{"id":"Author ID, can be found in URL","slug":"Author Slug, can be found in URL","source":"Data source, either `api` or `rss`,`api` by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.bloomberg.com/*/authors/:id/:slug","www.bloomberg.com/authors/:id/:slug"],"target":"/authors/:id/:slug"},"name":"Authors","maintainers":["josh"],"location":"authors.ts"}} />
|
||||
|
||||
## DT 财经 {#dt-cai-jing}
|
||||
|
||||
### 数据洞察 {#dt-cai-jing-shu-ju-dong-cha}
|
||||
|
||||
<Route data={{"path":"/datainsight/:id?","categories":["finance"],"example":"/dtcj/datainsight","parameters":{"id":"分类,见下表,默认为全部"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["dtcj.com/insighttopic/:id"],"target":"/datainsight/:id"},"name":"数据洞察","maintainers":["nczitzk"],"url":"dtcj.com/dtcj/datainsight","description":"| 城数 | NEXT 情报局 | 专业精选 |\n | ---- | ----------- | -------- |\n | 3 | 1 | 4 |","location":"datainsight.ts"}} />
|
||||
|
||||
| 城数 | NEXT 情报局 | 专业精选 |
|
||||
| ---- | ----------- | -------- |
|
||||
| 3 | 1 | 4 |
|
||||
|
||||
### 数据侠专栏 {#dt-cai-jing-shu-ju-xia-zhuan-lan}
|
||||
|
||||
<Route data={{"path":"/datahero/:category?","categories":["finance"],"example":"/dtcj/datahero","parameters":{"category":"分类,见下表,默认为全部"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"数据侠专栏","maintainers":["nczitzk"],"description":"| 侠创 | 纽约数据科学学院 | RS 实验所 | 阿里云天池 |\n | ---- | ---------------- | --------- | ---------- |\n | 5 | 6 | 9 | 10 |","location":"datahero.ts"}} />
|
||||
<Route namespace="dtcj" data={{"path":"/datahero/:category?","categories":["finance"],"example":"/dtcj/datahero","parameters":{"category":"分类,见下表,默认为全部"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"数据侠专栏","maintainers":["nczitzk"],"description":"| 侠创 | 纽约数据科学学院 | RS 实验所 | 阿里云天池 |\n | ---- | ---------------- | --------- | ---------- |\n | 5 | 6 | 9 | 10 |","location":"datahero.ts"}} />
|
||||
|
||||
| 侠创 | 纽约数据科学学院 | RS 实验所 | 阿里云天池 |
|
||||
| ---- | ---------------- | --------- | ---------- |
|
||||
| 5 | 6 | 9 | 10 |
|
||||
|
||||
### 数据洞察 {#dt-cai-jing-shu-ju-dong-cha}
|
||||
|
||||
<Route namespace="dtcj" data={{"path":"/datainsight/:id?","categories":["finance"],"example":"/dtcj/datainsight","parameters":{"id":"分类,见下表,默认为全部"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["dtcj.com/insighttopic/:id"],"target":"/datainsight/:id"},"name":"数据洞察","maintainers":["nczitzk"],"url":"dtcj.com/dtcj/datainsight","description":"| 城数 | NEXT 情报局 | 专业精选 |\n | ---- | ----------- | -------- |\n | 3 | 1 | 4 |","location":"datainsight.ts"}} />
|
||||
|
||||
| 城数 | NEXT 情报局 | 专业精选 |
|
||||
| ---- | ----------- | -------- |
|
||||
| 3 | 1 | 4 |
|
||||
|
||||
## Finology Insider {#finology-insider}
|
||||
|
||||
### Bullets {#finology-insider-bullets}
|
||||
|
||||
<Route data={{"path":"/bullets","categories":["finance"],"example":"/finology/bullets","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["insider.finology.in/bullets"]},"name":"Bullets","maintainers":["Rjnishant530"],"url":"insider.finology.in/bullets","location":"bullets.ts"}} />
|
||||
<Route namespace="finology" data={{"path":"/bullets","categories":["finance"],"example":"/finology/bullets","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["insider.finology.in/bullets"]},"name":"Bullets","maintainers":["Rjnishant530"],"url":"insider.finology.in/bullets","location":"bullets.ts"}} />
|
||||
|
||||
### Category {#finology-insider-category}
|
||||
|
||||
<Route data={{"path":["/:category","/tag/:topic"],"categories":["finance"],"example":"/finology/success-stories","parameters":{"category":"N"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["insider.finology.in/:category"]},"name":"Category","maintainers":["Rjnishant530"],"description":":::note[Category]\n | Category | Link |\n | --------------------- | ------------------ |\n | **Business** | business |\n | Big Shots | entrepreneurship |\n | Startups | startups-india |\n | Brand Games | success-stories |\n | Juicy Scams | juicy-scams |\n | **Finance** | finance |\n | Macro Moves | economy |\n | News Platter | market-news |\n | Tax Club | tax |\n | Your Money | your-money |\n | **Invest** | investing |\n | Stock Market | stock-market |\n | Financial Ratios | stock-ratios |\n | Investor's Psychology | behavioral-finance |\n | Mutual Funds | mutual-fund |\n :::","location":"tag.ts"}} />
|
||||
<Route namespace="finology" data={{"path":["/:category","/tag/:topic"],"categories":["finance"],"example":"/finology/success-stories","parameters":{"category":"N"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["insider.finology.in/:category"]},"name":"Category","maintainers":["Rjnishant530"],"description":":::note[Category]\n | Category | Link |\n | --------------------- | ------------------ |\n | **Business** | business |\n | Big Shots | entrepreneurship |\n | Startups | startups-india |\n | Brand Games | success-stories |\n | Juicy Scams | juicy-scams |\n | **Finance** | finance |\n | Macro Moves | economy |\n | News Platter | market-news |\n | Tax Club | tax |\n | Your Money | your-money |\n | **Invest** | investing |\n | Stock Market | stock-market |\n | Financial Ratios | stock-ratios |\n | Investor's Psychology | behavioral-finance |\n | Mutual Funds | mutual-fund |\n :::","location":"tag.ts"}} />
|
||||
|
||||
:::note[Category]
|
||||
| Category | Link |
|
||||
|
|
@ -72,7 +72,7 @@
|
|||
|
||||
### Category {#finology-insider-category}
|
||||
|
||||
<Route data={{"path":["/:category","/tag/:topic"],"categories":["finance"],"example":"/finology/success-stories","parameters":{"category":"N"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["insider.finology.in/:category"]},"name":"Category","maintainers":["Rjnishant530"],"description":":::note[Category]\n | Category | Link |\n | --------------------- | ------------------ |\n | **Business** | business |\n | Big Shots | entrepreneurship |\n | Startups | startups-india |\n | Brand Games | success-stories |\n | Juicy Scams | juicy-scams |\n | **Finance** | finance |\n | Macro Moves | economy |\n | News Platter | market-news |\n | Tax Club | tax |\n | Your Money | your-money |\n | **Invest** | investing |\n | Stock Market | stock-market |\n | Financial Ratios | stock-ratios |\n | Investor's Psychology | behavioral-finance |\n | Mutual Funds | mutual-fund |\n :::","location":"tag.ts"}} />
|
||||
<Route namespace="finology" data={{"path":["/:category","/tag/:topic"],"categories":["finance"],"example":"/finology/success-stories","parameters":{"category":"N"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["insider.finology.in/:category"]},"name":"Category","maintainers":["Rjnishant530"],"description":":::note[Category]\n | Category | Link |\n | --------------------- | ------------------ |\n | **Business** | business |\n | Big Shots | entrepreneurship |\n | Startups | startups-india |\n | Brand Games | success-stories |\n | Juicy Scams | juicy-scams |\n | **Finance** | finance |\n | Macro Moves | economy |\n | News Platter | market-news |\n | Tax Club | tax |\n | Your Money | your-money |\n | **Invest** | investing |\n | Stock Market | stock-market |\n | Financial Ratios | stock-ratios |\n | Investor's Psychology | behavioral-finance |\n | Mutual Funds | mutual-fund |\n :::","location":"tag.ts"}} />
|
||||
|
||||
:::note[Category]
|
||||
| Category | Link |
|
||||
|
|
@ -96,13 +96,13 @@
|
|||
|
||||
### Most Viewed {#finology-insider-most-viewed}
|
||||
|
||||
<Route data={{"path":"/most-viewed/:time","categories":["finance"],"example":"/finology/most-viewed/monthly","parameters":{"time":"N"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["insider.finology.in/:category"],"target":"/:category"},"name":"Most Viewed","maintainers":["Rjnishant530"],"location":"most-viewed.ts"}} />
|
||||
<Route namespace="finology" data={{"path":"/most-viewed/:time","categories":["finance"],"example":"/finology/most-viewed/monthly","parameters":{"time":"N"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["insider.finology.in/:category"],"target":"/:category"},"name":"Most Viewed","maintainers":["Rjnishant530"],"location":"most-viewed.ts"}} />
|
||||
|
||||
## finviz {#finviz}
|
||||
|
||||
### News {#finviz-news}
|
||||
|
||||
<Route data={{"path":"/:category?","categories":["finance"],"example":"/finviz","parameters":{"category":"Category, see below, News by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["finviz.com/news.ashx","finviz.com/"]},"name":"News","maintainers":["nczitzk"],"url":"finviz.com/news.ashx","description":"| News | Blog |\n | ---- | ---- |\n | news | blog |","location":"news.ts"}} />
|
||||
<Route namespace="finviz" data={{"path":"/:category?","categories":["finance"],"example":"/finviz","parameters":{"category":"Category, see below, News by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["finviz.com/news.ashx","finviz.com/"]},"name":"News","maintainers":["nczitzk"],"url":"finviz.com/news.ashx","description":"| News | Blog |\n | ---- | ---- |\n | news | blog |","location":"news.ts"}} />
|
||||
|
||||
| News | Blog |
|
||||
| ---- | ---- |
|
||||
|
|
@ -110,13 +110,13 @@
|
|||
|
||||
### US Stock News {#finviz-us-stock-news}
|
||||
|
||||
<Route data={{"path":"/news/:ticker","categories":["finance"],"example":"/finviz/news/AAPL","parameters":{"ticker":"The stock ticker"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"US Stock News","maintainers":["HenryQW"],"location":"quote.ts"}} />
|
||||
<Route namespace="finviz" data={{"path":"/news/:ticker","categories":["finance"],"example":"/finviz/news/AAPL","parameters":{"ticker":"The stock ticker"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"US Stock News","maintainers":["HenryQW"],"location":"quote.ts"}} />
|
||||
|
||||
## Followin {#followin}
|
||||
|
||||
### Home {#followin-home}
|
||||
|
||||
<Route data={{"path":"/:categoryId?/:lang?","categories":["finance"],"example":"/followin","parameters":{"categoryId":"Category ID, see table below, `1` by default","lang":"Language, see table below, `en` by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Home","maintainers":["TonyRL"],"description":"Category ID\n\n | For You | Market | Meme | BRC20 | NFT | Thread | In-depth | Tutorials | Videos |\n | ------- | ------ | ---- | ----- | --- | ------ | -------- | --------- | ------ |\n | 1 | 9 | 13 | 14 | 3 | 5 | 6 | 8 | 11 |\n\n Language\n\n | English | 简体中文 | 繁體中文 | Tiếng Việt |\n | ------- | -------- | -------- | ---------- |\n | en | zh-Hans | zh-Hant | vi |","location":"index.ts"}} />
|
||||
<Route namespace="followin" data={{"path":"/:categoryId?/:lang?","categories":["finance"],"example":"/followin","parameters":{"categoryId":"Category ID, see table below, `1` by default","lang":"Language, see table below, `en` by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Home","maintainers":["TonyRL"],"description":"Category ID\n\n | For You | Market | Meme | BRC20 | NFT | Thread | In-depth | Tutorials | Videos |\n | ------- | ------ | ---- | ----- | --- | ------ | -------- | --------- | ------ |\n | 1 | 9 | 13 | 14 | 3 | 5 | 6 | 8 | 11 |\n\n Language\n\n | English | 简体中文 | 繁體中文 | Tiếng Việt |\n | ------- | -------- | -------- | ---------- |\n | en | zh-Hans | zh-Hant | vi |","location":"index.ts"}} />
|
||||
|
||||
Category ID
|
||||
|
||||
|
|
@ -132,25 +132,25 @@ Language
|
|||
|
||||
### KOL {#followin-kol}
|
||||
|
||||
<Route data={{"path":"/kol/:kolId/:lang?","categories":["finance"],"example":"/followin/kol/4075592991","parameters":{"kolId":"KOL ID, can be found in URL","lang":"Language, see table above, `en` by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["followin.io/:lang/kol/:kolId","followin.io/kol/:kolId"]},"name":"KOL","maintainers":["TonyRL"],"location":"kol.ts"}} />
|
||||
<Route namespace="followin" data={{"path":"/kol/:kolId/:lang?","categories":["finance"],"example":"/followin/kol/4075592991","parameters":{"kolId":"KOL ID, can be found in URL","lang":"Language, see table above, `en` by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["followin.io/:lang/kol/:kolId","followin.io/kol/:kolId"]},"name":"KOL","maintainers":["TonyRL"],"location":"kol.ts"}} />
|
||||
|
||||
### News {#followin-news}
|
||||
|
||||
<Route data={{"path":"/news/:lang?","categories":["finance"],"example":"/followin/news","parameters":{"lang":"Language, see table above, `en` by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["followin.io/:lang?/news","followin.io/news"]},"name":"News","maintainers":["TonyRL"],"location":"news.ts"}} />
|
||||
<Route namespace="followin" data={{"path":"/news/:lang?","categories":["finance"],"example":"/followin/news","parameters":{"lang":"Language, see table above, `en` by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["followin.io/:lang?/news","followin.io/news"]},"name":"News","maintainers":["TonyRL"],"location":"news.ts"}} />
|
||||
|
||||
### Tag {#followin-tag}
|
||||
|
||||
<Route data={{"path":"/tag/:tagId/:lang?","categories":["finance"],"example":"/followin/tag/177008","parameters":{"tagId":"Tag ID, can be found in URL","lang":"Language, see table above, `en` by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["followin.io/:lang/tag/:tagId","followin.io/tag/:tagId"]},"name":"Tag","maintainers":["TonyRL"],"location":"tag.ts"}} />
|
||||
<Route namespace="followin" data={{"path":"/tag/:tagId/:lang?","categories":["finance"],"example":"/followin/tag/177008","parameters":{"tagId":"Tag ID, can be found in URL","lang":"Language, see table above, `en` by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["followin.io/:lang/tag/:tagId","followin.io/tag/:tagId"]},"name":"Tag","maintainers":["TonyRL"],"location":"tag.ts"}} />
|
||||
|
||||
### Topic {#followin-topic}
|
||||
|
||||
<Route data={{"path":"/topic/:topicId/:lang?","categories":["finance"],"example":"/followin/topic/40","parameters":{"topicId":"Topic ID, can be found in URL","lang":"Language, see table above, `en` by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["followin.io/:lang/topic/:topicId","followin.io/topic/:topicId"]},"name":"Topic","maintainers":["TonyRL"],"location":"topic.ts"}} />
|
||||
<Route namespace="followin" data={{"path":"/topic/:topicId/:lang?","categories":["finance"],"example":"/followin/topic/40","parameters":{"topicId":"Topic ID, can be found in URL","lang":"Language, see table above, `en` by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["followin.io/:lang/topic/:topicId","followin.io/topic/:topicId"]},"name":"Topic","maintainers":["TonyRL"],"location":"topic.ts"}} />
|
||||
|
||||
## FX Markets {#fx-markets}
|
||||
|
||||
### Channel {#fx-markets-channel}
|
||||
|
||||
<Route data={{"path":"/:channel","categories":["finance"],"example":"/fx-markets/trading","parameters":{"channel":"channel, can be found in the navi bar links at the home page"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Channel","maintainers":[],"description":"| Trading | Infrastructure | Tech and Data | Regulation |\n | ------- | -------------- | ------------- | ---------- |\n | trading | infrastructure | tech-and-data | regulation |","location":"channel.ts"}} />
|
||||
<Route namespace="fx-markets" data={{"path":"/:channel","categories":["finance"],"example":"/fx-markets/trading","parameters":{"channel":"channel, can be found in the navi bar links at the home page"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Channel","maintainers":[],"description":"| Trading | Infrastructure | Tech and Data | Regulation |\n | ------- | -------------- | ------------- | ---------- |\n | trading | infrastructure | tech-and-data | regulation |","location":"channel.ts"}} />
|
||||
|
||||
| Trading | Infrastructure | Tech and Data | Regulation |
|
||||
| ------- | -------------- | ------------- | ---------- |
|
||||
|
|
@ -160,13 +160,13 @@ Language
|
|||
|
||||
### Writing {#paradigm-writing}
|
||||
|
||||
<Route data={{"path":"/writing","categories":["finance"],"example":"/paradigm/writing","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["paradigm.xyz/writing"]},"name":"Writing","maintainers":["Fatpandac"],"url":"paradigm.xyz/writing","location":"writing.ts"}} />
|
||||
<Route namespace="paradigm" data={{"path":"/writing","categories":["finance"],"example":"/paradigm/writing","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["paradigm.xyz/writing"]},"name":"Writing","maintainers":["Fatpandac"],"url":"paradigm.xyz/writing","location":"writing.ts"}} />
|
||||
|
||||
## Seeking Alpha {#seeking-alpha}
|
||||
|
||||
### Summary {#seeking-alpha-summary}
|
||||
|
||||
<Route data={{"path":"/:symbol/:category?","categories":["finance"],"example":"/seekingalpha/TSM/transcripts","parameters":{"symbol":"Stock symbol","category":"Category, see below, `news` by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["seekingalpha.com/symbol/:symbol/:category","seekingalpha.com/symbol/:symbol/earnings/:category"],"target":"/:symbol/:category"},"name":"Summary","maintainers":["TonyRL"],"description":"| Analysis | News | Transcripts | Press Releases | Related Analysis |\n | -------- | ---- | ----------- | -------------- | ---------------- |\n | analysis | news | transcripts | press-releases | related-analysis |","location":"index.ts"}} />
|
||||
<Route namespace="seekingalpha" data={{"path":"/:symbol/:category?","categories":["finance"],"example":"/seekingalpha/TSM/transcripts","parameters":{"symbol":"Stock symbol","category":"Category, see below, `news` by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["seekingalpha.com/symbol/:symbol/:category","seekingalpha.com/symbol/:symbol/earnings/:category"],"target":"/:symbol/:category"},"name":"Summary","maintainers":["TonyRL"],"description":"| Analysis | News | Transcripts | Press Releases | Related Analysis |\n | -------- | ---- | ----------- | -------------- | ---------------- |\n | analysis | news | transcripts | press-releases | related-analysis |","location":"index.ts"}} />
|
||||
|
||||
| Analysis | News | Transcripts | Press Releases | Related Analysis |
|
||||
| -------- | ---- | ----------- | -------------- | ---------------- |
|
||||
|
|
@ -176,7 +176,7 @@ Language
|
|||
|
||||
### Daily Updates News {#stock-edge-daily-updates-news}
|
||||
|
||||
<Route data={{"path":"/daily-updates/news","categories":["finance"],"example":"/stockedge/daily-updates/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["web.stockedge.com/daily-updates/news"]},"name":"Daily Updates News","maintainers":["Rjnishant530"],"url":"web.stockedge.com/daily-updates/news","location":"daily-news.ts"}} />
|
||||
<Route namespace="stockedge" data={{"path":"/daily-updates/news","categories":["finance"],"example":"/stockedge/daily-updates/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["web.stockedge.com/daily-updates/news"]},"name":"Daily Updates News","maintainers":["Rjnishant530"],"url":"web.stockedge.com/daily-updates/news","location":"daily-news.ts"}} />
|
||||
|
||||
## TokenInsight {#tokeninsight}
|
||||
|
||||
|
|
@ -186,15 +186,15 @@ TokenInsight also provides official RSS, you can take a look at [https://api.tok
|
|||
|
||||
### Blogs {#tokeninsight-blogs}
|
||||
|
||||
<Route data={{"path":"/blog/:lang?","categories":["finance"],"example":"/tokeninsight/blog/en","parameters":{"lang":"Language, see below, Chinese by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["tokeninsight.com/:lang/blogs"],"target":"/blog/:lang"},"name":"Blogs","maintainers":["fuergaosi233"],"location":"blog.ts"}} />
|
||||
<Route namespace="tokeninsight" data={{"path":"/blog/:lang?","categories":["finance"],"example":"/tokeninsight/blog/en","parameters":{"lang":"Language, see below, Chinese by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["tokeninsight.com/:lang/blogs"],"target":"/blog/:lang"},"name":"Blogs","maintainers":["fuergaosi233"],"location":"blog.ts"}} />
|
||||
|
||||
### Latest {#tokeninsight-latest}
|
||||
|
||||
<Route data={{"path":"/bulletin/:lang?","categories":["finance"],"example":"/tokeninsight/bulletin/en","parameters":{"lang":"Language, see below, Chinese by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["tokeninsight.com/:lang/latest"],"target":"/bulletin/:lang"},"name":"Latest","maintainers":[],"location":"bulletin.ts"}} />
|
||||
<Route namespace="tokeninsight" data={{"path":"/bulletin/:lang?","categories":["finance"],"example":"/tokeninsight/bulletin/en","parameters":{"lang":"Language, see below, Chinese by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["tokeninsight.com/:lang/latest"],"target":"/bulletin/:lang"},"name":"Latest","maintainers":[],"location":"bulletin.ts"}} />
|
||||
|
||||
### Research {#tokeninsight-research}
|
||||
|
||||
<Route data={{"path":"/report/:lang?","categories":["finance"],"example":"/tokeninsight/report/en","parameters":{"lang":"Language, see below, Chinese by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["tokeninsight.com/:lang/report"],"target":"/report/:lang"},"name":"Research","maintainers":[],"description":"Language:\n\n | Chinese | English |\n | ------- | ------- |\n | zh | en |","location":"report.ts"}} />
|
||||
<Route namespace="tokeninsight" data={{"path":"/report/:lang?","categories":["finance"],"example":"/tokeninsight/report/en","parameters":{"lang":"Language, see below, Chinese by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["tokeninsight.com/:lang/report"],"target":"/report/:lang"},"name":"Research","maintainers":[],"description":"Language:\n\n | Chinese | English |\n | ------- | ------- |\n | zh | en |","location":"report.ts"}} />
|
||||
|
||||
Language:
|
||||
|
||||
|
|
@ -206,13 +206,13 @@ Language:
|
|||
|
||||
### News Flow {#unusual-whales-news-flow}
|
||||
|
||||
<Route data={{"path":"/news","categories":["finance"],"example":"/unusualwhales/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["unusualwhales.com/news","unusualwhales.com/"]},"name":"News Flow","maintainers":["TonyRL"],"url":"unusualwhales.com/news","location":"news.ts"}} />
|
||||
<Route namespace="unusualwhales" data={{"path":"/news","categories":["finance"],"example":"/unusualwhales/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["unusualwhales.com/news","unusualwhales.com/"]},"name":"News Flow","maintainers":["TonyRL"],"url":"unusualwhales.com/news","location":"news.ts"}} />
|
||||
|
||||
## 巴伦周刊中文版 {#ba-lun-zhou-kan-zhong-wen-ban}
|
||||
|
||||
### 栏目 {#ba-lun-zhou-kan-zhong-wen-ban-lan-mu}
|
||||
|
||||
<Route data={{"path":"/:id?","categories":["finance"],"example":"/barronschina","parameters":{"id":"栏目 id,默认为快讯"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["barronschina.com.cn/"],"target":"/:category?"},"name":"栏目","maintainers":["nczitzk"],"url":"barronschina.com.cn/","description":":::tip\n 栏目 id 留空则返回快讯,在对应页地址栏 `columnId=` 后可以看到。\n :::","location":"index.ts"}} />
|
||||
<Route namespace="barronschina" data={{"path":"/:id?","categories":["finance"],"example":"/barronschina","parameters":{"id":"栏目 id,默认为快讯"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["barronschina.com.cn/"],"target":"/:category?"},"name":"栏目","maintainers":["nczitzk"],"url":"barronschina.com.cn/","description":":::tip\n 栏目 id 留空则返回快讯,在对应页地址栏 `columnId=` 后可以看到。\n :::","location":"index.ts"}} />
|
||||
|
||||
:::tip
|
||||
栏目 id 留空则返回快讯,在对应页地址栏 `columnId=` 后可以看到。
|
||||
|
|
@ -222,13 +222,13 @@ Language:
|
|||
|
||||
### 首页指数 {#bai-du-shou-ye-zhi-shu}
|
||||
|
||||
<Route data={{"path":"/gushitong/index","categories":["finance"],"example":"/baidu/gushitong/index","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["gushitong.baidu.com/"]},"name":"首页指数","maintainers":["CaoMeiYouRen"],"url":"gushitong.baidu.com/","location":"gushitong/index.ts"}} />
|
||||
<Route namespace="baidu" data={{"path":"/gushitong/index","categories":["finance"],"example":"/baidu/gushitong/index","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["gushitong.baidu.com/"]},"name":"首页指数","maintainers":["CaoMeiYouRen"],"url":"gushitong.baidu.com/","location":"gushitong/index.ts"}} />
|
||||
|
||||
## 北京证券交易所 {#bei-jing-zheng-quan-jiao-yi-suo}
|
||||
|
||||
### 栏目 {#bei-jing-zheng-quan-jiao-yi-suo-lan-mu}
|
||||
|
||||
<Route data={{"path":"/:category?/:keyword?","categories":["finance"],"example":"/bse","parameters":{"category":"分类,见下表,默认为本所要闻","keyword":"关键字,默认为空"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bse.cn/"]},"name":"栏目","maintainers":["nczitzk"],"url":"bse.cn/","description":"| 本所要闻 | 人才招聘 | 采购信息 | 业务通知 |\n | --------------- | -------- | -------- | ---------- |\n | important_news | recruit | purchase | news_list |\n\n | 法律法规 | 公开征求意见 | 部门规章 | 发行融资 |\n | --------- | --------------- | ---------------- | ---------- |\n | law_list | public_opinion | regulation_list | fxrz_list |\n\n | 持续监管 | 交易管理 | 市场管理 | 上市委会议公告 |\n | ---------- | ---------- | ---------- | --------------- |\n | cxjg_list | jygl_list | scgl_list | meeting_notice |\n\n | 上市委会议结果公告 | 上市委会议变更公告 | 并购重组委会议公告 |\n | ------------------ | ------------------ | ------------------ |\n | meeting_result | meeting_change | bgcz_notice |\n\n | 并购重组委会议结果公告 | 并购重组委会议变更公告 | 终止审核 | 注册结果 |\n | ---------------------- | ---------------------- | ------------------ | ------------- |\n | bgcz_result | bgcz_change | termination_audit | audit_result |","location":"index.ts"}} />
|
||||
<Route namespace="bse" data={{"path":"/:category?/:keyword?","categories":["finance"],"example":"/bse","parameters":{"category":"分类,见下表,默认为本所要闻","keyword":"关键字,默认为空"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bse.cn/"]},"name":"栏目","maintainers":["nczitzk"],"url":"bse.cn/","description":"| 本所要闻 | 人才招聘 | 采购信息 | 业务通知 |\n | --------------- | -------- | -------- | ---------- |\n | important_news | recruit | purchase | news_list |\n\n | 法律法规 | 公开征求意见 | 部门规章 | 发行融资 |\n | --------- | --------------- | ---------------- | ---------- |\n | law_list | public_opinion | regulation_list | fxrz_list |\n\n | 持续监管 | 交易管理 | 市场管理 | 上市委会议公告 |\n | ---------- | ---------- | ---------- | --------------- |\n | cxjg_list | jygl_list | scgl_list | meeting_notice |\n\n | 上市委会议结果公告 | 上市委会议变更公告 | 并购重组委会议公告 |\n | ------------------ | ------------------ | ------------------ |\n | meeting_result | meeting_change | bgcz_notice |\n\n | 并购重组委会议结果公告 | 并购重组委会议变更公告 | 终止审核 | 注册结果 |\n | ---------------------- | ---------------------- | ------------------ | ------------- |\n | bgcz_result | bgcz_change | termination_audit | audit_result |","location":"index.ts"}} />
|
||||
|
||||
| 本所要闻 | 人才招聘 | 采购信息 | 业务通知 |
|
||||
| --------------- | -------- | -------- | ---------- |
|
||||
|
|
@ -254,13 +254,13 @@ Language:
|
|||
|
||||
### 滚动新闻 {#cai-jing-wang-gun-dong-xin-wen}
|
||||
|
||||
<Route data={{"path":"/roll","categories":["finance"],"example":"/caijing/roll","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["roll.caijing.com.cn/index1.html","roll.caijing.com.cn/"]},"name":"滚动新闻","maintainers":["TonyRL"],"url":"roll.caijing.com.cn/index1.html","location":"roll.ts"}} />
|
||||
<Route namespace="caijing" data={{"path":"/roll","categories":["finance"],"example":"/caijing/roll","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["roll.caijing.com.cn/index1.html","roll.caijing.com.cn/"]},"name":"滚动新闻","maintainers":["TonyRL"],"url":"roll.caijing.com.cn/index1.html","location":"roll.ts"}} />
|
||||
|
||||
## 财联社 {#cai-lian-she}
|
||||
|
||||
### 电报 {#cai-lian-she-dian-bao}
|
||||
|
||||
<Route data={{"path":"/telegraph/:category?","categories":["finance"],"example":"/cls/telegraph","parameters":{"category":"分类,见下表,默认为全部"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["cls.cn/telegraph","cls.cn/"],"target":"/telegraph"},"name":"电报","maintainers":["nczitzk"],"url":"cls.cn/telegraph","description":"| 看盘 | 公司 | 解读 | 加红 | 推送 | 提醒 | 基金 | 港股 |\n | ----- | ------------ | ------- | ---- | ----- | ------ | ---- | ---- |\n | watch | announcement | explain | red | jpush | remind | fund | hk |","location":"telegraph.ts"}} />
|
||||
<Route namespace="cls" data={{"path":"/telegraph/:category?","categories":["finance"],"example":"/cls/telegraph","parameters":{"category":"分类,见下表,默认为全部"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["cls.cn/telegraph","cls.cn/"],"target":"/telegraph"},"name":"电报","maintainers":["nczitzk"],"url":"cls.cn/telegraph","description":"| 看盘 | 公司 | 解读 | 加红 | 推送 | 提醒 | 基金 | 港股 |\n | ----- | ------------ | ------- | ---- | ----- | ------ | ---- | ---- |\n | watch | announcement | explain | red | jpush | remind | fund | hk |","location":"telegraph.ts"}} />
|
||||
|
||||
| 看盘 | 公司 | 解读 | 加红 | 推送 | 提醒 | 基金 | 港股 |
|
||||
| ----- | ------------ | ------- | ---- | ----- | ------ | ---- | ---- |
|
||||
|
|
@ -268,11 +268,11 @@ Language:
|
|||
|
||||
### 热门文章排行榜 {#cai-lian-she-re-men-wen-zhang-pai-hang-bang}
|
||||
|
||||
<Route data={{"path":"/hot","categories":["finance"],"example":"/cls/hot","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["cls.cn/"]},"name":"热门文章排行榜","maintainers":["5upernova-heng","nczitzk"],"url":"cls.cn/","location":"hot.ts"}} />
|
||||
<Route namespace="cls" data={{"path":"/hot","categories":["finance"],"example":"/cls/hot","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["cls.cn/"]},"name":"热门文章排行榜","maintainers":["5upernova-heng","nczitzk"],"url":"cls.cn/","location":"hot.ts"}} />
|
||||
|
||||
### 深度 {#cai-lian-she-shen-du}
|
||||
|
||||
<Route data={{"path":"/depth/:category?","categories":["finance"],"example":"/cls/depth/1000","parameters":{"category":"分类代码,可在首页导航栏的目标网址 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"深度","maintainers":["nczitzk"],"description":"| 头条 | 股市 | 港股 | 环球 | 公司 | 券商 | 基金 | 地产 | 金融 | 汽车 | 科创 | 创业版 | 品见 | 期货 | 投教 |\n | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ------ | ---- | ---- | ---- |\n | 1000 | 1003 | 1135 | 1007 | 1005 | 1118 | 1110 | 1006 | 1032 | 1119 | 1111 | 1127 | 1160 | 1124 | 1176 |","location":"depth.ts"}} />
|
||||
<Route namespace="cls" data={{"path":"/depth/:category?","categories":["finance"],"example":"/cls/depth/1000","parameters":{"category":"分类代码,可在首页导航栏的目标网址 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"深度","maintainers":["nczitzk"],"description":"| 头条 | 股市 | 港股 | 环球 | 公司 | 券商 | 基金 | 地产 | 金融 | 汽车 | 科创 | 创业版 | 品见 | 期货 | 投教 |\n | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ------ | ---- | ---- | ---- |\n | 1000 | 1003 | 1135 | 1007 | 1005 | 1118 | 1110 | 1006 | 1032 | 1119 | 1111 | 1127 | 1160 | 1124 | 1176 |","location":"depth.ts"}} />
|
||||
|
||||
| 头条 | 股市 | 港股 | 环球 | 公司 | 券商 | 基金 | 地产 | 金融 | 汽车 | 科创 | 创业版 | 品见 | 期货 | 投教 |
|
||||
| ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ------ | ---- | ---- | ---- |
|
||||
|
|
@ -282,15 +282,15 @@ Language:
|
|||
|
||||
### 搜索 {#dong-fang-cai-fu-sou-suo}
|
||||
|
||||
<Route data={{"path":"/search/:keyword","categories":["finance"],"example":"/eastmoney/search/web3","parameters":{"keyword":"关键词,可以设置为自己需要检索的关键词"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"搜索","maintainers":["drgnchan"],"location":"search/index.ts"}} />
|
||||
<Route namespace="eastmoney" data={{"path":"/search/:keyword","categories":["finance"],"example":"/eastmoney/search/web3","parameters":{"keyword":"关键词,可以设置为自己需要检索的关键词"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"搜索","maintainers":["drgnchan"],"location":"search/index.ts"}} />
|
||||
|
||||
### 天天基金用户动态 {#dong-fang-cai-fu-tian-tian-ji-jin-yong-hu-dong-tai}
|
||||
|
||||
<Route data={{"path":"/ttjj/user/:uid","categories":["finance"],"example":"/eastmoney/ttjj/user/6551094298949188","parameters":{"uid":"用户id, 可以通过天天基金App分享用户主页到浏览器,在相应的URL中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"天天基金用户动态","maintainers":["zidekuls"],"location":"ttjj/user.ts"}} />
|
||||
<Route namespace="eastmoney" data={{"path":"/ttjj/user/:uid","categories":["finance"],"example":"/eastmoney/ttjj/user/6551094298949188","parameters":{"uid":"用户id, 可以通过天天基金App分享用户主页到浏览器,在相应的URL中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"天天基金用户动态","maintainers":["zidekuls"],"location":"ttjj/user.ts"}} />
|
||||
|
||||
### 研究报告 {#dong-fang-cai-fu-yan-jiu-bao-gao}
|
||||
|
||||
<Route data={{"path":"/report/:category","categories":["finance"],"example":"/eastmoney/report/strategyreport","parameters":{"category":"研报类型"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["data.eastmoney.com/report/:category"]},"name":"研究报告","maintainers":["syzq"],"description":"| 策略报告 | 宏观研究 | 券商晨报 | 行业研究 |\n | -------------- | ----------- | ------------ | -------- |\n | strategyreport | macresearch | brokerreport | industry |","location":"report/index.ts"}} />
|
||||
<Route namespace="eastmoney" data={{"path":"/report/:category","categories":["finance"],"example":"/eastmoney/report/strategyreport","parameters":{"category":"研报类型"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["data.eastmoney.com/report/:category"]},"name":"研究报告","maintainers":["syzq"],"description":"| 策略报告 | 宏观研究 | 券商晨报 | 行业研究 |\n | -------------- | ----------- | ------------ | -------- |\n | strategyreport | macresearch | brokerreport | industry |","location":"report/index.ts"}} />
|
||||
|
||||
| 策略报告 | 宏观研究 | 券商晨报 | 行业研究 |
|
||||
| -------------- | ----------- | ------------ | -------- |
|
||||
|
|
@ -300,25 +300,25 @@ Language:
|
|||
|
||||
### 快讯 {#fa-bu-cai-jing-kuai-xun}
|
||||
|
||||
<Route data={{"path":"/express-news","categories":["finance"],"example":"/fastbull/express-news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["fastbull.cn/express-news","fastbull.cn/"]},"name":"快讯","maintainers":["nczitzk"],"url":"fastbull.cn/express-news","location":"express-news.ts"}} />
|
||||
<Route namespace="fastbull" data={{"path":"/express-news","categories":["finance"],"example":"/fastbull/express-news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["fastbull.cn/express-news","fastbull.cn/"]},"name":"快讯","maintainers":["nczitzk"],"url":"fastbull.cn/express-news","location":"express-news.ts"}} />
|
||||
|
||||
### 新闻 {#fa-bu-cai-jing-xin-wen}
|
||||
|
||||
<Route data={{"path":["/news","/"],"categories":["finance"],"example":"/fastbull/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["fastbull.cn/news","fastbull.cn/"]},"name":"新闻","maintainers":["nczitzk"],"url":"fastbull.cn/news","location":"news.ts"}} />
|
||||
<Route namespace="fastbull" data={{"path":["/news","/"],"categories":["finance"],"example":"/fastbull/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["fastbull.cn/news","fastbull.cn/"]},"name":"新闻","maintainers":["nczitzk"],"url":"fastbull.cn/news","location":"news.ts"}} />
|
||||
|
||||
### 新闻 {#fa-bu-cai-jing-xin-wen}
|
||||
|
||||
<Route data={{"path":["/news","/"],"categories":["finance"],"example":"/fastbull/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["fastbull.cn/news","fastbull.cn/"]},"name":"新闻","maintainers":["nczitzk"],"url":"fastbull.cn/news","location":"news.ts"}} />
|
||||
<Route namespace="fastbull" data={{"path":["/news","/"],"categories":["finance"],"example":"/fastbull/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["fastbull.cn/news","fastbull.cn/"]},"name":"新闻","maintainers":["nczitzk"],"url":"fastbull.cn/news","location":"news.ts"}} />
|
||||
|
||||
## 格隆汇 {#ge-long-hui}
|
||||
|
||||
### 实时快讯 {#ge-long-hui-shi-shi-kuai-xun}
|
||||
|
||||
<Route data={{"path":"/live","categories":["finance"],"example":"/gelonghui/live","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["gelonghui.com/live","gelonghui.com/"]},"name":"实时快讯","maintainers":[],"url":"gelonghui.com/live","location":"live.ts"}} />
|
||||
<Route namespace="gelonghui" data={{"path":"/live","categories":["finance"],"example":"/gelonghui/live","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["gelonghui.com/live","gelonghui.com/"]},"name":"实时快讯","maintainers":[],"url":"gelonghui.com/live","location":"live.ts"}} />
|
||||
|
||||
### 首页 {#ge-long-hui-shou-ye}
|
||||
|
||||
<Route data={{"path":"/home/:tag?","categories":["finance"],"example":"/gelonghui/home","parameters":{"tag":"分类标签,见下表,默认为 `web_home_page`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"首页","maintainers":["TonyRL"],"description":"| 推荐 | 股票 | 基金 | 新股 | 研报 |\n | --------------- | ----- | ---- | ---------- | -------- |\n | web_home_page | stock | fund | new_stock | research |","location":"home.ts"}} />
|
||||
<Route namespace="gelonghui" data={{"path":"/home/:tag?","categories":["finance"],"example":"/gelonghui/home","parameters":{"tag":"分类标签,见下表,默认为 `web_home_page`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"首页","maintainers":["TonyRL"],"description":"| 推荐 | 股票 | 基金 | 新股 | 研报 |\n | --------------- | ----- | ---- | ---------- | -------- |\n | web_home_page | stock | fund | new_stock | research |","location":"home.ts"}} />
|
||||
|
||||
| 推荐 | 股票 | 基金 | 新股 | 研报 |
|
||||
| --------------- | ----- | ---- | ---------- | -------- |
|
||||
|
|
@ -326,25 +326,25 @@ Language:
|
|||
|
||||
### 搜索关键字 {#ge-long-hui-sou-suo-guan-jian-zi}
|
||||
|
||||
<Route data={{"path":"/keyword/:keyword","categories":["finance"],"example":"/gelonghui/keyword/早报","parameters":{"keyword":"搜索关键字"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"搜索关键字","maintainers":["nczitzk"],"location":"keyword.ts"}} />
|
||||
<Route namespace="gelonghui" data={{"path":"/keyword/:keyword","categories":["finance"],"example":"/gelonghui/keyword/早报","parameters":{"keyword":"搜索关键字"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"搜索关键字","maintainers":["nczitzk"],"location":"keyword.ts"}} />
|
||||
|
||||
### 用户文章 {#ge-long-hui-yong-hu-wen-zhang}
|
||||
|
||||
<Route data={{"path":"/user/:id","categories":["finance"],"example":"/gelonghui/user/5273","parameters":{"id":"用户编号,可在用户页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["gelonghui.com/user/:id"]},"name":"用户文章","maintainers":["nczitzk"],"location":"user.ts"}} />
|
||||
<Route namespace="gelonghui" data={{"path":"/user/:id","categories":["finance"],"example":"/gelonghui/user/5273","parameters":{"id":"用户编号,可在用户页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["gelonghui.com/user/:id"]},"name":"用户文章","maintainers":["nczitzk"],"location":"user.ts"}} />
|
||||
|
||||
### 主题文章 {#ge-long-hui-zhu-ti-wen-zhang}
|
||||
|
||||
<Route data={{"path":"/subject/:id","categories":["finance"],"example":"/gelonghui/subject/4","parameters":{"id":"主题编号,可在主题页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["gelonghui.com/subject/:id"]},"name":"主题文章","maintainers":["nczitzk"],"location":"subject.ts"}} />
|
||||
<Route namespace="gelonghui" data={{"path":"/subject/:id","categories":["finance"],"example":"/gelonghui/subject/4","parameters":{"id":"主题编号,可在主题页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["gelonghui.com/subject/:id"]},"name":"主题文章","maintainers":["nczitzk"],"location":"subject.ts"}} />
|
||||
|
||||
### 最热文章 {#ge-long-hui-zui-re-wen-zhang}
|
||||
|
||||
<Route data={{"path":"/hot-article/:type?","categories":["finance"],"example":"/gelonghui/hot-article","parameters":{"type":"`day` 为日排行,`week` 为周排行,默认为 `day`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["gelonghui.com/"],"target":"/hot-article"},"name":"最热文章","maintainers":[],"url":"gelonghui.com/","location":"hot-article.ts"}} />
|
||||
<Route namespace="gelonghui" data={{"path":"/hot-article/:type?","categories":["finance"],"example":"/gelonghui/hot-article","parameters":{"type":"`day` 为日排行,`week` 为周排行,默认为 `day`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["gelonghui.com/"],"target":"/hot-article"},"name":"最热文章","maintainers":[],"url":"gelonghui.com/","location":"hot-article.ts"}} />
|
||||
|
||||
## 国家金融与发展实验室 {#guo-jia-jin-rong-yu-fa-zhan-shi-yan-shi}
|
||||
|
||||
### 研究 {#guo-jia-jin-rong-yu-fa-zhan-shi-yan-shi-yan-jiu}
|
||||
|
||||
<Route data={{"path":"/research/:categoryGuid?","categories":["finance"],"example":"/nifd/research/3333d2af-91d6-429b-be83-28b92f31b6d7","parameters":{"categoryGuid":"资讯类型,默认为周报"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"研究","maintainers":["Fatpandac"],"description":"资讯类型可以从网址中获取,如:\n\n `http://www.nifd.cn/Research?categoryGuid=7a6a826d-b525-42aa-b550-4236e524227f` 对应 `/nifd/research/7a6a826d-b525-42aa-b550-4236e524227f`","location":"research.ts"}} />
|
||||
<Route namespace="nifd" data={{"path":"/research/:categoryGuid?","categories":["finance"],"example":"/nifd/research/3333d2af-91d6-429b-be83-28b92f31b6d7","parameters":{"categoryGuid":"资讯类型,默认为周报"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"研究","maintainers":["Fatpandac"],"description":"资讯类型可以从网址中获取,如:\n\n `http://www.nifd.cn/Research?categoryGuid=7a6a826d-b525-42aa-b550-4236e524227f` 对应 `/nifd/research/7a6a826d-b525-42aa-b550-4236e524227f`","location":"research.ts"}} />
|
||||
|
||||
资讯类型可以从网址中获取,如:
|
||||
|
||||
|
|
@ -354,7 +354,7 @@ Language:
|
|||
|
||||
### 通知 {#hua-chu-wang-tong-zhi}
|
||||
|
||||
<Route data={{"path":"/:category?","categories":["finance"],"example":"/mrm","parameters":{"category":"N"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"通知","maintainers":["TonyRL"],"description":"| 交易通知 | 政策规定 | 业务通知 |\n | ------------ | -------------------- | ----------------- |\n | zonghezixun3 | zhengceguiding_list | yewutongzhi_list |","location":"index.ts"}} />
|
||||
<Route namespace="mrm" data={{"path":"/:category?","categories":["finance"],"example":"/mrm","parameters":{"category":"N"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"通知","maintainers":["TonyRL"],"description":"| 交易通知 | 政策规定 | 业务通知 |\n | ------------ | -------------------- | ----------------- |\n | zonghezixun3 | zhengceguiding_list | yewutongzhi_list |","location":"index.ts"}} />
|
||||
|
||||
| 交易通知 | 政策规定 | 业务通知 |
|
||||
| ------------ | -------------------- | ----------------- |
|
||||
|
|
@ -364,13 +364,13 @@ Language:
|
|||
|
||||
### 7x24 小时快讯 {#hui-tong-wang-7x24-xiao-shi-kuai-xun}
|
||||
|
||||
<Route data={{"path":"/kx","categories":["finance"],"example":"/fx678/kx","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["fx678.com/kx"]},"name":"7x24 小时快讯","maintainers":["occupy5","dousha"],"url":"fx678.com/kx","location":"kx.ts"}} />
|
||||
<Route namespace="fx678" data={{"path":"/kx","categories":["finance"],"example":"/fx678/kx","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["fx678.com/kx"]},"name":"7x24 小时快讯","maintainers":["occupy5","dousha"],"url":"fx678.com/kx","location":"kx.ts"}} />
|
||||
|
||||
## 金色财经 {#jin-se-cai-jing}
|
||||
|
||||
### 分类 {#jin-se-cai-jing-fen-lei}
|
||||
|
||||
<Route data={{"path":"/:category?","categories":["finance"],"example":"/jinse/zhengce","parameters":{"category":"分类,见下表,默认为政策"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"分类","maintainers":["nczitzk"],"description":"| 政策 | 行情 | DeFi | 矿业 | 以太坊 2.0 |\n | ------- | ------------ | ---- | ----- | ---------- |\n | zhengce | fenxishishuo | defi | kuang | 以太坊 2.0 |\n\n | 产业 | IPFS | 技术 | 百科 | 研报 |\n | -------- | ---- | ---- | ----- | ------------- |\n | industry | IPFS | tech | baike | capitalmarket |","location":"catalogue.ts"}} />
|
||||
<Route namespace="jinse" data={{"path":"/:category?","categories":["finance"],"example":"/jinse/zhengce","parameters":{"category":"分类,见下表,默认为政策"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"分类","maintainers":["nczitzk"],"description":"| 政策 | 行情 | DeFi | 矿业 | 以太坊 2.0 |\n | ------- | ------------ | ---- | ----- | ---------- |\n | zhengce | fenxishishuo | defi | kuang | 以太坊 2.0 |\n\n | 产业 | IPFS | 技术 | 百科 | 研报 |\n | -------- | ---- | ---- | ----- | ------------- |\n | industry | IPFS | tech | baike | capitalmarket |","location":"catalogue.ts"}} />
|
||||
|
||||
| 政策 | 行情 | DeFi | 矿业 | 以太坊 2.0 |
|
||||
| ------- | ------------ | ---- | ----- | ---------- |
|
||||
|
|
@ -382,7 +382,7 @@ Language:
|
|||
|
||||
### 快讯 {#jin-se-cai-jing-kuai-xun}
|
||||
|
||||
<Route data={{"path":"/lives/:category?","categories":["finance"],"example":"/jinse/lives","parameters":{"category":"分类,见下表,默认为全部"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"快讯","maintainers":["nczitzk"],"description":"| 全部 | 精选 | 政策 | 数据 | NFT | 项目 |\n | ---- | ---- | ---- | ---- | --- | ---- |\n | 0 | 1 | 2 | 3 | 4 | 5 |","location":"lives.ts"}} />
|
||||
<Route namespace="jinse" data={{"path":"/lives/:category?","categories":["finance"],"example":"/jinse/lives","parameters":{"category":"分类,见下表,默认为全部"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"快讯","maintainers":["nczitzk"],"description":"| 全部 | 精选 | 政策 | 数据 | NFT | 项目 |\n | ---- | ---- | ---- | ---- | --- | ---- |\n | 0 | 1 | 2 | 3 | 4 | 5 |","location":"lives.ts"}} />
|
||||
|
||||
| 全部 | 精选 | 政策 | 数据 | NFT | 项目 |
|
||||
| ---- | ---- | ---- | ---- | --- | ---- |
|
||||
|
|
@ -390,7 +390,7 @@ Language:
|
|||
|
||||
### 首页 {#jin-se-cai-jing-shou-ye}
|
||||
|
||||
<Route data={{"path":"/timeline/:category?","categories":["finance"],"example":"/jinse/timeline","parameters":{"category":"分类,见下表,默认为头条"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"首页","maintainers":["nczitzk"],"description":"| 头条 | 独家 | 铭文 | 产业 | 项目 |\n | ------ | ---- | ------- | ---------- | ---- |\n | 政策 | AI | Web 3.0 | 以太坊 2.0 | DeFi |\n | Layer2 | NFT | DAO | 百科 | |","location":"timeline.ts"}} />
|
||||
<Route namespace="jinse" data={{"path":"/timeline/:category?","categories":["finance"],"example":"/jinse/timeline","parameters":{"category":"分类,见下表,默认为头条"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"首页","maintainers":["nczitzk"],"description":"| 头条 | 独家 | 铭文 | 产业 | 项目 |\n | ------ | ---- | ------- | ---------- | ---- |\n | 政策 | AI | Web 3.0 | 以太坊 2.0 | DeFi |\n | Layer2 | NFT | DAO | 百科 | |","location":"timeline.ts"}} />
|
||||
|
||||
| 头条 | 独家 | 铭文 | 产业 | 项目 |
|
||||
| ------ | ---- | ------- | ---------- | ---- |
|
||||
|
|
@ -401,23 +401,23 @@ Language:
|
|||
|
||||
### 市场快讯 {#jin-shi-shu-ju-shi-chang-kuai-xun}
|
||||
|
||||
<Route data={{"path":"/:important?","categories":["finance"],"example":"/jin10","parameters":{"important":"只看重要,任意值开启,留空关闭"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["jin10.com/"],"target":""},"name":"市场快讯","maintainers":["laampui"],"url":"jin10.com/","location":"index.ts"}} />
|
||||
<Route namespace="jin10" data={{"path":"/:important?","categories":["finance"],"example":"/jin10","parameters":{"important":"只看重要,任意值开启,留空关闭"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["jin10.com/"],"target":""},"name":"市场快讯","maintainers":["laampui"],"url":"jin10.com/","location":"index.ts"}} />
|
||||
|
||||
### 主题文章 {#jin-shi-shu-ju-zhu-ti-wen-zhang}
|
||||
|
||||
<Route data={{"path":"/topic/:id","categories":["finance"],"example":"/jin10/topic/396","parameters":{"id":"N"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["xnews.jin10.com/topic/:id"]},"name":"主题文章","maintainers":["miles170"],"url":"jin10.com/","location":"topic.ts"}} />
|
||||
<Route namespace="jin10" data={{"path":"/topic/:id","categories":["finance"],"example":"/jin10/topic/396","parameters":{"id":"N"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["xnews.jin10.com/topic/:id"]},"name":"主题文章","maintainers":["miles170"],"url":"jin10.com/","location":"topic.ts"}} />
|
||||
|
||||
## 老虎社区 {#lao-hu-she-qu}
|
||||
|
||||
### 个人主页 {#lao-hu-she-qu-ge-ren-zhu-ye}
|
||||
|
||||
<Route data={{"path":"/personal/:id","categories":["finance"],"example":"/laohu8/personal/3527667596890271","parameters":{"id":"用户 ID,见网址链接"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["laohu8.com/personal/:id"]},"name":"个人主页","maintainers":["Fatpandac"],"location":"personal.ts"}} />
|
||||
<Route namespace="laohu8" data={{"path":"/personal/:id","categories":["finance"],"example":"/laohu8/personal/3527667596890271","parameters":{"id":"用户 ID,见网址链接"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["laohu8.com/personal/:id"]},"name":"个人主页","maintainers":["Fatpandac"],"location":"personal.ts"}} />
|
||||
|
||||
## 律动 {#lv-dong}
|
||||
|
||||
### 新闻快讯 {#lv-dong-xin-wen-kuai-xun}
|
||||
|
||||
<Route data={{"path":"/:channel?","categories":["finance"],"example":"/theblockbeats/newsflash","parameters":{"channel":"类型,见下表,默认为快讯"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"新闻快讯","maintainers":["Fatpandac","jameshih"],"description":"| 快讯 | 文章 |\n | :-------: | :-----: |\n | newsflash | article |","location":"index.ts"}} />
|
||||
<Route namespace="theblockbeats" data={{"path":"/:channel?","categories":["finance"],"example":"/theblockbeats/newsflash","parameters":{"channel":"类型,见下表,默认为快讯"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"新闻快讯","maintainers":["Fatpandac","jameshih"],"description":"| 快讯 | 文章 |\n | :-------: | :-----: |\n | newsflash | article |","location":"index.ts"}} />
|
||||
|
||||
| 快讯 | 文章 |
|
||||
| :-------: | :-----: |
|
||||
|
|
@ -427,7 +427,7 @@ Language:
|
|||
|
||||
### 洞见 {#mai-ken-xi-dong-jian}
|
||||
|
||||
<Route data={{"path":"/cn/:category?","categories":["finance"],"example":"/mckinsey/cn","parameters":{"category":"分类,见下表,默认为全部"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"洞见","maintainers":["laampui"],"description":"| 分类 | 分类名 |\n | ---- | ------------------ |\n | 25 | 全部洞见 |\n | 2 | 汽车 |\n | 3 | 金融服务 |\n | 4 | 消费者 |\n | 5 | 医药 |\n | 7 | 数字化 |\n | 8 | 制造业 |\n | 9 | 私募 |\n | 10 | 技术,媒体与通信 |\n | 12 | 城市化与可持续发展 |\n | 13 | 创新 |\n | 16 | 人才与领导力 |\n | 18 | 宏观经济 |\n | 19 | 麦肯锡全球研究院 |\n | 37 | 麦肯锡季刊 |\n | 41 | 资本项目和基础设施 |\n | 42 | 旅游、运输和物流 |\n | 45 | 全球基础材料 |","location":"cn/index.ts"}} />
|
||||
<Route namespace="mckinsey" data={{"path":"/cn/:category?","categories":["finance"],"example":"/mckinsey/cn","parameters":{"category":"分类,见下表,默认为全部"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"洞见","maintainers":["laampui"],"description":"| 分类 | 分类名 |\n | ---- | ------------------ |\n | 25 | 全部洞见 |\n | 2 | 汽车 |\n | 3 | 金融服务 |\n | 4 | 消费者 |\n | 5 | 医药 |\n | 7 | 数字化 |\n | 8 | 制造业 |\n | 9 | 私募 |\n | 10 | 技术,媒体与通信 |\n | 12 | 城市化与可持续发展 |\n | 13 | 创新 |\n | 16 | 人才与领导力 |\n | 18 | 宏观经济 |\n | 19 | 麦肯锡全球研究院 |\n | 37 | 麦肯锡季刊 |\n | 41 | 资本项目和基础设施 |\n | 42 | 旅游、运输和物流 |\n | 45 | 全球基础材料 |","location":"cn/index.ts"}} />
|
||||
|
||||
| 分类 | 分类名 |
|
||||
| ---- | ------------------ |
|
||||
|
|
@ -454,7 +454,7 @@ Language:
|
|||
|
||||
### 分类 {#mei-jing-wang-fen-lei}
|
||||
|
||||
<Route data={{"path":"/:id?","categories":["finance"],"example":"/nbd","parameters":{"id":"分类 id,见下表,默认为要闻"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["nbd.com.cn/","nbd.com.cn/columns/:id?"]},"name":"分类","maintainers":["nczitzk"],"url":"nbd.com.cn/","description":"| 头条 | 要闻 | 图片新闻 | 推荐 |\n | ---- | ---- | -------- | ---- |\n | 2 | 3 | 4 | 5 |","location":"index.ts"}} />
|
||||
<Route namespace="nbd" data={{"path":"/:id?","categories":["finance"],"example":"/nbd","parameters":{"id":"分类 id,见下表,默认为要闻"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["nbd.com.cn/","nbd.com.cn/columns/:id?"]},"name":"分类","maintainers":["nczitzk"],"url":"nbd.com.cn/","description":"| 头条 | 要闻 | 图片新闻 | 推荐 |\n | ---- | ---- | -------- | ---- |\n | 2 | 3 | 4 | 5 |","location":"index.ts"}} />
|
||||
|
||||
| 头条 | 要闻 | 图片新闻 | 推荐 |
|
||||
| ---- | ---- | -------- | ---- |
|
||||
|
|
@ -462,13 +462,13 @@ Language:
|
|||
|
||||
### 重磅原创 {#mei-jing-wang-zhong-bang-yuan-chuang}
|
||||
|
||||
<Route data={{"path":"/daily","categories":["finance"],"example":"/nbd/daily","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["nbd.com.cn/","nbd.com.cn/columns/332"]},"name":"重磅原创","maintainers":["yuuow"],"url":"nbd.com.cn/","location":"daily.ts"}} />
|
||||
<Route namespace="nbd" data={{"path":"/daily","categories":["finance"],"example":"/nbd/daily","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["nbd.com.cn/","nbd.com.cn/columns/332"]},"name":"重磅原创","maintainers":["yuuow"],"url":"nbd.com.cn/","location":"daily.ts"}} />
|
||||
|
||||
## 前瞻网 {#qian-zhan-wang}
|
||||
|
||||
### 排行榜 {#qian-zhan-wang-pai-hang-bang}
|
||||
|
||||
<Route data={{"path":"/analyst/rank/:type?","categories":["finance"],"example":"/qianzhan/analyst/rank/week","parameters":{"type":"分类,见下表"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["qianzhan.com/analyst","qianzhan.com/"],"target":"/analyst/rank"},"name":"排行榜","maintainers":["moke8"],"url":"qianzhan.com/analyst","description":"| 周排行 | 月排行 |\n | ------ | ------ |\n | week | month |","location":"rank.ts"}} />
|
||||
<Route namespace="qianzhan" data={{"path":"/analyst/rank/:type?","categories":["finance"],"example":"/qianzhan/analyst/rank/week","parameters":{"type":"分类,见下表"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["qianzhan.com/analyst","qianzhan.com/"],"target":"/analyst/rank"},"name":"排行榜","maintainers":["moke8"],"url":"qianzhan.com/analyst","description":"| 周排行 | 月排行 |\n | ------ | ------ |\n | week | month |","location":"rank.ts"}} />
|
||||
|
||||
| 周排行 | 月排行 |
|
||||
| ------ | ------ |
|
||||
|
|
@ -476,7 +476,7 @@ Language:
|
|||
|
||||
### 文章列表 {#qian-zhan-wang-wen-zhang-lie-biao}
|
||||
|
||||
<Route data={{"path":"/analyst/column/:type?","categories":["finance"],"example":"/qianzhan/analyst/column/all","parameters":{"type":"分类,见下表"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"文章列表","maintainers":["moke8"],"description":"| 全部 | 研究员专栏 | 规划师专栏 | 观察家专栏 |\n | ---- | ---------- | ---------- | ---------- |\n | all | 220 | 627 | 329 |","location":"column.ts"}} />
|
||||
<Route namespace="qianzhan" data={{"path":"/analyst/column/:type?","categories":["finance"],"example":"/qianzhan/analyst/column/all","parameters":{"type":"分类,见下表"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"文章列表","maintainers":["moke8"],"description":"| 全部 | 研究员专栏 | 规划师专栏 | 观察家专栏 |\n | ---- | ---------- | ---------- | ---------- |\n | all | 220 | 627 | 329 |","location":"column.ts"}} />
|
||||
|
||||
| 全部 | 研究员专栏 | 规划师专栏 | 观察家专栏 |
|
||||
| ---- | ---------- | ---------- | ---------- |
|
||||
|
|
@ -486,7 +486,7 @@ Language:
|
|||
|
||||
### 本所业务指南与流程 {#shang-hai-zheng-quan-jiao-yi-suo-ben-suo-ye-wu-zhi-nan-yu-liu-cheng}
|
||||
|
||||
<Route data={{"path":"/lawandrules/:slug?","categories":["finance"],"example":"/sse/lawandrules","parameters":{"slug":"见下文,默认为 `latest`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"本所业务指南与流程","maintainers":["nczitzk"],"description":"将目标栏目的网址拆解为 `https://www.sse.com.cn/lawandrules/guide/` 和后面的字段,把后面的字段中的 `/` 替换为 `-`,即为该路由的 slug\n\n 如:(最新指南与流程)`https://www.sse.com.cn/lawandrules/guide/latest` 的网址在 `https://www.sse.com.cn/lawandrules/guide/` 后的字段是 `latest`,则对应的 slug 为 `latest`,对应的路由即为 `/sse/lawandrules/latest`\n\n 又如:(主板业务指南与流程 - 发行承销业务指南)`https://www.sse.com.cn/lawandrules/guide/zbywznylc/fxcxywzn` 的网址在 `https://www.sse.com.cn/lawandrules/guide/` 后的字段是 `zbywznylc/fxcxywzn`,则对应的 slug 为 `zbywznylc-fxcxywzn`,对应的路由即为 `/sse/lawandrules/zbywznylc-fxcxywzn`","location":"lawandrules.ts"}} />
|
||||
<Route namespace="sse" data={{"path":"/lawandrules/:slug?","categories":["finance"],"example":"/sse/lawandrules","parameters":{"slug":"见下文,默认为 `latest`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"本所业务指南与流程","maintainers":["nczitzk"],"description":"将目标栏目的网址拆解为 `https://www.sse.com.cn/lawandrules/guide/` 和后面的字段,把后面的字段中的 `/` 替换为 `-`,即为该路由的 slug\n\n 如:(最新指南与流程)`https://www.sse.com.cn/lawandrules/guide/latest` 的网址在 `https://www.sse.com.cn/lawandrules/guide/` 后的字段是 `latest`,则对应的 slug 为 `latest`,对应的路由即为 `/sse/lawandrules/latest`\n\n 又如:(主板业务指南与流程 - 发行承销业务指南)`https://www.sse.com.cn/lawandrules/guide/zbywznylc/fxcxywzn` 的网址在 `https://www.sse.com.cn/lawandrules/guide/` 后的字段是 `zbywznylc/fxcxywzn`,则对应的 slug 为 `zbywznylc-fxcxywzn`,对应的路由即为 `/sse/lawandrules/zbywznylc-fxcxywzn`","location":"lawandrules.ts"}} />
|
||||
|
||||
将目标栏目的网址拆解为 `https://www.sse.com.cn/lawandrules/guide/` 和后面的字段,把后面的字段中的 `/` 替换为 `-`,即为该路由的 slug
|
||||
|
||||
|
|
@ -496,35 +496,35 @@ Language:
|
|||
|
||||
### 监管问询 {#shang-hai-zheng-quan-jiao-yi-suo-jian-guan-wen-xun}
|
||||
|
||||
<Route data={{"path":"/inquire","categories":["finance"],"example":"/sse/inquire","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.sse.com.cn/disclosure/credibility/supervision/inquiries","www.sse.com.cn/"]},"name":"监管问询","maintainers":["Jeason0228"],"url":"www.sse.com.cn/disclosure/credibility/supervision/inquiries","location":"inquire.ts"}} />
|
||||
<Route namespace="sse" data={{"path":"/inquire","categories":["finance"],"example":"/sse/inquire","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.sse.com.cn/disclosure/credibility/supervision/inquiries","www.sse.com.cn/"]},"name":"监管问询","maintainers":["Jeason0228"],"url":"www.sse.com.cn/disclosure/credibility/supervision/inquiries","location":"inquire.ts"}} />
|
||||
|
||||
### 科创板项目动态 {#shang-hai-zheng-quan-jiao-yi-suo-ke-chuang-ban-xiang-mu-dong-tai}
|
||||
|
||||
<Route data={{"path":"/renewal","categories":["finance"],"example":"/sse/renewal","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["kcb.sse.com.cn/home","kcb.sse.com.cn/"]},"name":"科创板项目动态","maintainers":["Jeason0228"],"url":"kcb.sse.com.cn/home","location":"renewal.ts"}} />
|
||||
<Route namespace="sse" data={{"path":"/renewal","categories":["finance"],"example":"/sse/renewal","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["kcb.sse.com.cn/home","kcb.sse.com.cn/"]},"name":"科创板项目动态","maintainers":["Jeason0228"],"url":"kcb.sse.com.cn/home","location":"renewal.ts"}} />
|
||||
|
||||
### 可转换公司债券公告 {#shang-hai-zheng-quan-jiao-yi-suo-ke-zhuan-huan-gong-si-zhai-quan-gong-gao}
|
||||
|
||||
<Route data={{"path":"/convert/:query?","categories":["finance"],"example":"/sse/convert/beginDate=2018-08-18&endDate=2019-08-18&companyCode=603283&title=股份","parameters":{"query":"筛选条件,见示例"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"可转换公司债券公告","maintainers":["kt286"],"location":"convert.ts"}} />
|
||||
<Route namespace="sse" data={{"path":"/convert/:query?","categories":["finance"],"example":"/sse/convert/beginDate=2018-08-18&endDate=2019-08-18&companyCode=603283&title=股份","parameters":{"query":"筛选条件,见示例"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"可转换公司债券公告","maintainers":["kt286"],"location":"convert.ts"}} />
|
||||
|
||||
### 上市公司信息最新公告披露 {#shang-hai-zheng-quan-jiao-yi-suo-shang-shi-gong-si-xin-xi-zui-xin-gong-gao-pi-lu}
|
||||
|
||||
<Route data={{"path":"/disclosure/:query?","categories":["finance"],"example":"/sse/disclosure/beginDate=2018-08-18&endDate=2020-08-25&productId=600696","parameters":{"query":"筛选条件,见示例"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"上市公司信息最新公告披露","maintainers":["harveyqiu"],"location":"disclosure.ts"}} />
|
||||
<Route namespace="sse" data={{"path":"/disclosure/:query?","categories":["finance"],"example":"/sse/disclosure/beginDate=2018-08-18&endDate=2020-08-25&productId=600696","parameters":{"query":"筛选条件,见示例"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"上市公司信息最新公告披露","maintainers":["harveyqiu"],"location":"disclosure.ts"}} />
|
||||
|
||||
## 深潮 TechFlow {#shen-chao-techflow}
|
||||
|
||||
### 快讯 {#shen-chao-techflow-kuai-xun}
|
||||
|
||||
<Route data={{"path":["/express","/newsflash"],"categories":["finance"],"example":"/techflowpost/express","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["techflowpost.com/newsletter/index.html"]},"name":"快讯","maintainers":["nczitzk"],"url":"techflowpost.com/newsletter/index.html","location":"express.ts"}} />
|
||||
<Route namespace="techflowpost" data={{"path":["/express","/newsflash"],"categories":["finance"],"example":"/techflowpost/express","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["techflowpost.com/newsletter/index.html"]},"name":"快讯","maintainers":["nczitzk"],"url":"techflowpost.com/newsletter/index.html","location":"express.ts"}} />
|
||||
|
||||
### 快讯 {#shen-chao-techflow-kuai-xun}
|
||||
|
||||
<Route data={{"path":["/express","/newsflash"],"categories":["finance"],"example":"/techflowpost/express","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["techflowpost.com/newsletter/index.html"]},"name":"快讯","maintainers":["nczitzk"],"url":"techflowpost.com/newsletter/index.html","location":"express.ts"}} />
|
||||
<Route namespace="techflowpost" data={{"path":["/express","/newsflash"],"categories":["finance"],"example":"/techflowpost/express","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["techflowpost.com/newsletter/index.html"]},"name":"快讯","maintainers":["nczitzk"],"url":"techflowpost.com/newsletter/index.html","location":"express.ts"}} />
|
||||
|
||||
## 深圳证券交易所 {#shen-zhen-zheng-quan-jiao-yi-suo}
|
||||
|
||||
### 创业板项目动态 {#shen-zhen-zheng-quan-jiao-yi-suo-chuang-ye-ban-xiang-mu-dong-tai}
|
||||
|
||||
<Route data={{"path":"/projectdynamic/:type?/:stage?/:status?","categories":["finance"],"example":"/szse/projectdynamic","parameters":{"type":"类型,见下表,默认为IPO","stage":"阶段,见下表,默认为全部","status":"状态,见下表,默认为全部"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["listing.szse.cn/projectdynamic/1/index.html","listing.szse.cn/projectdynamic/2/index.html","listing.szse.cn/projectdynamic/3/index.html","listing.szse.cn/"]},"name":"创业板项目动态","maintainers":["nczitzk"],"url":"listing.szse.cn/projectdynamic/1/index.html","description":"类型\n\n | IPO | 再融资 | 重大资产重组 |\n | --- | ------ | ------------ |\n | 1 | 2 | 3 |\n\n 阶段\n\n | 全部 | 受理 | 问询 | 上市委会议 |\n | ---- | ---- | ---- | ---------- |\n | 0 | 10 | 20 | 30 |\n\n | 提交注册 | 注册结果 | 中止 | 终止 |\n | -------- | -------- | ---- | ---- |\n | 35 | 40 | 50 | 60 |\n\n 状态\n\n | 全部 | 新受理 | 已问询 | 通过 | 未通过 |\n | ---- | ------ | ------ | ---- | ------ |\n | 0 | 20 | 30 | 45 | 44 |\n\n | 暂缓审议 | 复审通过 | 复审不通过 | 提交注册 |\n | -------- | -------- | ---------- | -------- |\n | 46 | 56 | 54 | 60 |\n\n | 注册生效 | 不予注册 | 补充审核 | 终止注册 |\n | -------- | -------- | -------- | -------- |\n | 70 | 74 | 78 | 76 |\n\n | 中止 | 审核不通过 | 撤回 |\n | ---- | ---------- | ---- |\n | 80 | 90 | 95 |","location":"projectdynamic.ts"}} />
|
||||
<Route namespace="szse" data={{"path":"/projectdynamic/:type?/:stage?/:status?","categories":["finance"],"example":"/szse/projectdynamic","parameters":{"type":"类型,见下表,默认为IPO","stage":"阶段,见下表,默认为全部","status":"状态,见下表,默认为全部"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["listing.szse.cn/projectdynamic/1/index.html","listing.szse.cn/projectdynamic/2/index.html","listing.szse.cn/projectdynamic/3/index.html","listing.szse.cn/"]},"name":"创业板项目动态","maintainers":["nczitzk"],"url":"listing.szse.cn/projectdynamic/1/index.html","description":"类型\n\n | IPO | 再融资 | 重大资产重组 |\n | --- | ------ | ------------ |\n | 1 | 2 | 3 |\n\n 阶段\n\n | 全部 | 受理 | 问询 | 上市委会议 |\n | ---- | ---- | ---- | ---------- |\n | 0 | 10 | 20 | 30 |\n\n | 提交注册 | 注册结果 | 中止 | 终止 |\n | -------- | -------- | ---- | ---- |\n | 35 | 40 | 50 | 60 |\n\n 状态\n\n | 全部 | 新受理 | 已问询 | 通过 | 未通过 |\n | ---- | ------ | ------ | ---- | ------ |\n | 0 | 20 | 30 | 45 | 44 |\n\n | 暂缓审议 | 复审通过 | 复审不通过 | 提交注册 |\n | -------- | -------- | ---------- | -------- |\n | 46 | 56 | 54 | 60 |\n\n | 注册生效 | 不予注册 | 补充审核 | 终止注册 |\n | -------- | -------- | -------- | -------- |\n | 70 | 74 | 78 | 76 |\n\n | 中止 | 审核不通过 | 撤回 |\n | ---- | ---------- | ---- |\n | 80 | 90 | 95 |","location":"projectdynamic.ts"}} />
|
||||
|
||||
类型
|
||||
|
||||
|
|
@ -562,11 +562,11 @@ Language:
|
|||
|
||||
### 上市公告 - 可转换债券 {#shen-zhen-zheng-quan-jiao-yi-suo-shang-shi-gong-gao-ke-zhuan-huan-zhai-quan}
|
||||
|
||||
<Route data={{"path":"/notice","categories":["finance"],"example":"/szse/notice","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["szse.cn/disclosure/notice/company/index.html","szse.cn/"]},"name":"上市公告 - 可转换债券","maintainers":["Jeason0228","nczitzk"],"url":"szse.cn/disclosure/notice/company/index.html","location":"notice.ts"}} />
|
||||
<Route namespace="szse" data={{"path":"/notice","categories":["finance"],"example":"/szse/notice","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["szse.cn/disclosure/notice/company/index.html","szse.cn/"]},"name":"上市公告 - 可转换债券","maintainers":["Jeason0228","nczitzk"],"url":"szse.cn/disclosure/notice/company/index.html","location":"notice.ts"}} />
|
||||
|
||||
### 问询函件 {#shen-zhen-zheng-quan-jiao-yi-suo-wen-xun-han-jian}
|
||||
|
||||
<Route data={{"path":"/inquire/:category?/:select?/:keyword?","categories":["finance"],"example":"/szse/inquire","parameters":{"category":"类型,见下表,默认为 `0` 即 主板","select":"函件类别, 见下表,默认为全部函件类别","keyword":"公司代码或简称,默认为空"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["szse.cn/disclosure/supervision/inquire/index.html","szse.cn/"],"target":"/inquire"},"name":"问询函件","maintainers":["Jeason0228","nczitzk"],"url":"szse.cn/disclosure/supervision/inquire/index.html","description":"类型\n\n | 主板 | 创业板 |\n | ---- | ------ |\n | 0 | 1 |\n\n 函件类别\n\n | 全部函件类别 | 非许可类重组问询函 | 问询函 | 违法违规线索分析报告 | 许可类重组问询函 | 监管函(会计师事务所模板) | 提请关注函(会计师事务所模板) | 年报问询函 | 向中介机构发函 | 半年报问询函 | 关注函 | 公司部函 | 三季报问询函 |\n | ------------ | ------------------ | ------ | -------------------- | ---------------- | -------------------------- | ------------------------------ | ---------- | -------------- | ------------ | ------ | -------- | ------------ |","location":"inquire.ts"}} />
|
||||
<Route namespace="szse" data={{"path":"/inquire/:category?/:select?/:keyword?","categories":["finance"],"example":"/szse/inquire","parameters":{"category":"类型,见下表,默认为 `0` 即 主板","select":"函件类别, 见下表,默认为全部函件类别","keyword":"公司代码或简称,默认为空"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["szse.cn/disclosure/supervision/inquire/index.html","szse.cn/"],"target":"/inquire"},"name":"问询函件","maintainers":["Jeason0228","nczitzk"],"url":"szse.cn/disclosure/supervision/inquire/index.html","description":"类型\n\n | 主板 | 创业板 |\n | ---- | ------ |\n | 0 | 1 |\n\n 函件类别\n\n | 全部函件类别 | 非许可类重组问询函 | 问询函 | 违法违规线索分析报告 | 许可类重组问询函 | 监管函(会计师事务所模板) | 提请关注函(会计师事务所模板) | 年报问询函 | 向中介机构发函 | 半年报问询函 | 关注函 | 公司部函 | 三季报问询函 |\n | ------------ | ------------------ | ------ | -------------------- | ---------------- | -------------------------- | ------------------------------ | ---------- | -------------- | ------------ | ------ | -------- | ------------ |","location":"inquire.ts"}} />
|
||||
|
||||
类型
|
||||
|
||||
|
|
@ -581,23 +581,23 @@ Language:
|
|||
|
||||
### 最新规则 {#shen-zhen-zheng-quan-jiao-yi-suo-zui-xin-gui-ze}
|
||||
|
||||
<Route data={{"path":"/rule","categories":["finance"],"example":"/szse/rule","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["szse.cn/lawrules/rule/new","szse.cn/"]},"name":"最新规则","maintainers":["nczitzk"],"url":"szse.cn/lawrules/rule/new","location":"rule.ts"}} />
|
||||
<Route namespace="szse" data={{"path":"/rule","categories":["finance"],"example":"/szse/rule","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["szse.cn/lawrules/rule/new","szse.cn/"]},"name":"最新规则","maintainers":["nczitzk"],"url":"szse.cn/lawrules/rule/new","location":"rule.ts"}} />
|
||||
|
||||
## 淘股吧 {#tao-gu-ba}
|
||||
|
||||
### 用户博客 {#tao-gu-ba-yong-hu-bo-ke}
|
||||
|
||||
<Route data={{"path":["/blog/:id","/user/:id"],"categories":["finance"],"example":"/taoguba/blog/252069","parameters":{"id":"博客 id,可在对应博客页中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["taoguba.com.cn/blog/:id","taoguba.com.cn/"]},"name":"用户博客","maintainers":["nczitzk"],"location":"blog.ts"}} />
|
||||
<Route namespace="taoguba" data={{"path":["/blog/:id","/user/:id"],"categories":["finance"],"example":"/taoguba/blog/252069","parameters":{"id":"博客 id,可在对应博客页中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["taoguba.com.cn/blog/:id","taoguba.com.cn/"]},"name":"用户博客","maintainers":["nczitzk"],"location":"blog.ts"}} />
|
||||
|
||||
### 用户博客 {#tao-gu-ba-yong-hu-bo-ke}
|
||||
|
||||
<Route data={{"path":["/blog/:id","/user/:id"],"categories":["finance"],"example":"/taoguba/blog/252069","parameters":{"id":"博客 id,可在对应博客页中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["taoguba.com.cn/blog/:id","taoguba.com.cn/"]},"name":"用户博客","maintainers":["nczitzk"],"location":"blog.ts"}} />
|
||||
<Route namespace="taoguba" data={{"path":["/blog/:id","/user/:id"],"categories":["finance"],"example":"/taoguba/blog/252069","parameters":{"id":"博客 id,可在对应博客页中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["taoguba.com.cn/blog/:id","taoguba.com.cn/"]},"name":"用户博客","maintainers":["nczitzk"],"location":"blog.ts"}} />
|
||||
|
||||
## 乌拉邦 {#wu-la-bang}
|
||||
|
||||
### 频道 {#wu-la-bang-pin-dao}
|
||||
|
||||
<Route data={{"path":"/reports/:category?","categories":["finance"],"example":"/ulapia/reports/stock_research","parameters":{"category":"频道类型,默认为券商晨报(今日晨报)"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"频道","maintainers":["Fatpandac"],"description":"| 个股研报 | 行业研报 | 策略研报 | 宏观研报 | 新股研报 | 券商晨报(今日晨报) |\n | :-------------: | :----------------: | :----------------: | :-------------: | :-----------: | :------------------: |\n | stock_research | industry_research | strategy_research | macro_research | ipo_research | brokerage_news |","location":"index.ts"}} />
|
||||
<Route namespace="ulapia" data={{"path":"/reports/:category?","categories":["finance"],"example":"/ulapia/reports/stock_research","parameters":{"category":"频道类型,默认为券商晨报(今日晨报)"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"频道","maintainers":["Fatpandac"],"description":"| 个股研报 | 行业研报 | 策略研报 | 宏观研报 | 新股研报 | 券商晨报(今日晨报) |\n | :-------------: | :----------------: | :----------------: | :-------------: | :-----------: | :------------------: |\n | stock_research | industry_research | strategy_research | macro_research | ipo_research | brokerage_news |","location":"index.ts"}} />
|
||||
|
||||
| 个股研报 | 行业研报 | 策略研报 | 宏观研报 | 新股研报 | 券商晨报(今日晨报) |
|
||||
| :-------------: | :----------------: | :----------------: | :-------------: | :-----------: | :------------------: |
|
||||
|
|
@ -605,21 +605,21 @@ Language:
|
|||
|
||||
### 最新研报 {#wu-la-bang-zui-xin-yan-bao}
|
||||
|
||||
<Route data={{"path":"/research/latest","categories":["finance"],"example":"/ulapia/research/latest","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.ulapia.com/"]},"name":"最新研报","maintainers":[],"url":"www.ulapia.com/","location":"research.ts"}} />
|
||||
<Route namespace="ulapia" data={{"path":"/research/latest","categories":["finance"],"example":"/ulapia/research/latest","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.ulapia.com/"]},"name":"最新研报","maintainers":[],"url":"www.ulapia.com/","location":"research.ts"}} />
|
||||
|
||||
## 雪球 {#xue-qiu}
|
||||
|
||||
### 蛋卷基金净值更新 {#xue-qiu-dan-juan-ji-jin-jing-zhi-geng-xin}
|
||||
|
||||
<Route data={{"path":"/fund/:id","categories":["finance"],"example":"/xueqiu/fund/040008","parameters":{"id":"基金代码, 可在基金主页 URL 中找到. 此路由的数据为场外基金 (`F`开头)"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"蛋卷基金净值更新","maintainers":["HenryQW","NathanDai"],"location":"fund.ts"}} />
|
||||
<Route namespace="xueqiu" data={{"path":"/fund/:id","categories":["finance"],"example":"/xueqiu/fund/040008","parameters":{"id":"基金代码, 可在基金主页 URL 中找到. 此路由的数据为场外基金 (`F`开头)"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"蛋卷基金净值更新","maintainers":["HenryQW","NathanDai"],"location":"fund.ts"}} />
|
||||
|
||||
### 股票评论 {#xue-qiu-gu-piao-ping-lun}
|
||||
|
||||
<Route data={{"path":"/stock_comments/:id","categories":["finance"],"example":"/xueqiu/stock_comments/SZ002626","parameters":{"id":"股票代码(需要带上交易所)"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["xueqiu.com/S/:id"]},"name":"股票评论","maintainers":[],"location":"stock-comments.ts"}} />
|
||||
<Route namespace="xueqiu" data={{"path":"/stock_comments/:id","categories":["finance"],"example":"/xueqiu/stock_comments/SZ002626","parameters":{"id":"股票代码(需要带上交易所)"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["xueqiu.com/S/:id"]},"name":"股票评论","maintainers":[],"location":"stock-comments.ts"}} />
|
||||
|
||||
### 股票信息 {#xue-qiu-gu-piao-xin-xi}
|
||||
|
||||
<Route data={{"path":"/stock_info/:id/:type?","categories":["finance"],"example":"/xueqiu/stock_info/SZ000002","parameters":{"id":"股票代码(需要带上交易所)","type":"动态的类型, 不填则为股票公告"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["xueqiu.com/S/:id","xueqiu.com/s/:id"],"target":"/stock_info/:id"},"name":"股票信息","maintainers":["YuYang"],"description":"| 公告 | 新闻 | 研报 |\n | ------------ | ---- | -------- |\n | announcement | news | research |","location":"stock-info.ts"}} />
|
||||
<Route namespace="xueqiu" data={{"path":"/stock_info/:id/:type?","categories":["finance"],"example":"/xueqiu/stock_info/SZ000002","parameters":{"id":"股票代码(需要带上交易所)","type":"动态的类型, 不填则为股票公告"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["xueqiu.com/S/:id","xueqiu.com/s/:id"],"target":"/stock_info/:id"},"name":"股票信息","maintainers":["YuYang"],"description":"| 公告 | 新闻 | 研报 |\n | ------------ | ---- | -------- |\n | announcement | news | research |","location":"stock-info.ts"}} />
|
||||
|
||||
| 公告 | 新闻 | 研报 |
|
||||
| ------------ | ---- | -------- |
|
||||
|
|
@ -627,41 +627,41 @@ Language:
|
|||
|
||||
### 今日话题 {#xue-qiu-jin-ri-hua-ti}
|
||||
|
||||
<Route data={{"path":"/today","categories":["finance"],"example":"/xueqiu/today","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["xueqiu.com/today"]},"name":"今日话题","maintainers":["nczitzk"],"url":"xueqiu.com/today","location":"today.ts"}} />
|
||||
<Route namespace="xueqiu" data={{"path":"/today","categories":["finance"],"example":"/xueqiu/today","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["xueqiu.com/today"]},"name":"今日话题","maintainers":["nczitzk"],"url":"xueqiu.com/today","location":"today.ts"}} />
|
||||
|
||||
### 热帖 {#xue-qiu-re-tie}
|
||||
|
||||
<Route data={{"path":"/hots","categories":["finance"],"example":"/xueqiu/hots","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["xueqiu.com/"]},"name":"热帖","maintainers":["hillerliao"],"url":"xueqiu.com/","location":"hots.ts"}} />
|
||||
<Route namespace="xueqiu" data={{"path":"/hots","categories":["finance"],"example":"/xueqiu/hots","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["xueqiu.com/"]},"name":"热帖","maintainers":["hillerliao"],"url":"xueqiu.com/","location":"hots.ts"}} />
|
||||
|
||||
### 用户专栏 {#xue-qiu-yong-hu-zhuan-lan}
|
||||
|
||||
<Route namespace="xueqiu" data={{"path":"/column/:id","categories":["finance"],"example":"/xueqiu/column/9962554712","parameters":{"id":"用户 id, 可在用户主页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["xueqiu.com/:id/column"]},"name":"用户专栏","maintainers":["TonyRL"],"location":"column.ts"}} />
|
||||
|
||||
### 用户收藏动态 {#xue-qiu-yong-hu-shou-cang-dong-tai}
|
||||
|
||||
<Route namespace="xueqiu" data={{"path":"/favorite/:id","categories":["finance"],"example":"/xueqiu/favorite/8152922548","parameters":{"id":"用户 id, 可在用户主页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["xueqiu.com/u/:id"]},"name":"用户收藏动态","maintainers":["imlonghao"],"location":"favorite.ts"}} />
|
||||
|
||||
### 用户自选动态 {#xue-qiu-yong-hu-zi-xuan-dong-tai}
|
||||
|
||||
<Route namespace="xueqiu" data={{"path":"/user_stock/:id","categories":["finance"],"example":"/xueqiu/user_stock/1247347556","parameters":{"id":"用户 id, 可在用户主页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["xueqiu.com/u/:id"]},"name":"用户自选动态","maintainers":["hillerliao"],"location":"user-stock.ts"}} />
|
||||
|
||||
### 用户动态 {#xue-qiu-yong-hu-dong-tai}
|
||||
|
||||
<Route data={{"path":"/user/:id/:type?","categories":["finance"],"example":"/xueqiu/user/8152922548","parameters":{"id":"用户 id, 可在用户主页 URL 中找到","type":"动态的类型, 不填则默认全部"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["xueqiu.com/u/:id"],"target":"/user/:id"},"name":"用户动态","maintainers":["imlonghao"],"description":"| 原发布 | 长文 | 问答 | 热门 | 交易 |\n | ------ | ---- | ---- | ---- | ---- |\n | 0 | 2 | 4 | 9 | 11 |","location":"user.ts"}} />
|
||||
<Route namespace="xueqiu" data={{"path":"/user/:id/:type?","categories":["finance"],"example":"/xueqiu/user/8152922548","parameters":{"id":"用户 id, 可在用户主页 URL 中找到","type":"动态的类型, 不填则默认全部"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["xueqiu.com/u/:id"],"target":"/user/:id"},"name":"用户动态","maintainers":["imlonghao"],"description":"| 原发布 | 长文 | 问答 | 热门 | 交易 |\n | ------ | ---- | ---- | ---- | ---- |\n | 0 | 2 | 4 | 9 | 11 |","location":"user.ts"}} />
|
||||
|
||||
| 原发布 | 长文 | 问答 | 热门 | 交易 |
|
||||
| ------ | ---- | ---- | ---- | ---- |
|
||||
| 0 | 2 | 4 | 9 | 11 |
|
||||
|
||||
### 用户收藏动态 {#xue-qiu-yong-hu-shou-cang-dong-tai}
|
||||
|
||||
<Route data={{"path":"/favorite/:id","categories":["finance"],"example":"/xueqiu/favorite/8152922548","parameters":{"id":"用户 id, 可在用户主页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["xueqiu.com/u/:id"]},"name":"用户收藏动态","maintainers":["imlonghao"],"location":"favorite.ts"}} />
|
||||
|
||||
### 用户专栏 {#xue-qiu-yong-hu-zhuan-lan}
|
||||
|
||||
<Route data={{"path":"/column/:id","categories":["finance"],"example":"/xueqiu/column/9962554712","parameters":{"id":"用户 id, 可在用户主页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["xueqiu.com/:id/column"]},"name":"用户专栏","maintainers":["TonyRL"],"location":"column.ts"}} />
|
||||
|
||||
### 用户自选动态 {#xue-qiu-yong-hu-zi-xuan-dong-tai}
|
||||
|
||||
<Route data={{"path":"/user_stock/:id","categories":["finance"],"example":"/xueqiu/user_stock/1247347556","parameters":{"id":"用户 id, 可在用户主页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["xueqiu.com/u/:id"]},"name":"用户自选动态","maintainers":["hillerliao"],"location":"user-stock.ts"}} />
|
||||
|
||||
### 组合最新调仓信息 {#xue-qiu-zu-he-zui-xin-tiao-cang-xin-xi}
|
||||
|
||||
<Route data={{"path":"/snb/:id","categories":["finance"],"example":"/xueqiu/snb/ZH1288184","parameters":{"id":"组合代码, 可在组合主页 URL 中找到."},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["xueqiu.com/P/:id","xueqiu.com/p/:id"]},"name":"组合最新调仓信息","maintainers":["ZhishanZhang"],"location":"snb.ts"}} />
|
||||
<Route namespace="xueqiu" data={{"path":"/snb/:id","categories":["finance"],"example":"/xueqiu/snb/ZH1288184","parameters":{"id":"组合代码, 可在组合主页 URL 中找到."},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["xueqiu.com/P/:id","xueqiu.com/p/:id"]},"name":"组合最新调仓信息","maintainers":["ZhishanZhang"],"location":"snb.ts"}} />
|
||||
|
||||
## 有知有行 {#you-zhi-you-xing}
|
||||
|
||||
### 有知文章 {#you-zhi-you-xing-you-zhi-wen-zhang}
|
||||
|
||||
<Route data={{"path":"/materials/:id?","categories":["finance"],"example":"/youzhiyouxing/materials","parameters":{"id":"分类,见下表,默认为全部"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["youzhiyouxing.cn/materials"],"target":"/materials"},"name":"有知文章","maintainers":["broven","Fatpandac","nczitzk"],"url":"youzhiyouxing.cn/materials","description":"| 全部 | 知行小酒馆 | 知行黑板报 | 无人知晓 | 孟岩专栏 | 知行读书会 | 你好,同路人 |\n | :--: | :--------: | :--------: | :------: | :------: | :--------: | :----------: |\n | 0 | 4 | 2 | 10 | 1 | 3 | 11 |","location":"materials.ts"}} />
|
||||
<Route namespace="youzhiyouxing" data={{"path":"/materials/:id?","categories":["finance"],"example":"/youzhiyouxing/materials","parameters":{"id":"分类,见下表,默认为全部"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["youzhiyouxing.cn/materials"],"target":"/materials"},"name":"有知文章","maintainers":["broven","Fatpandac","nczitzk"],"url":"youzhiyouxing.cn/materials","description":"| 全部 | 知行小酒馆 | 知行黑板报 | 无人知晓 | 孟岩专栏 | 知行读书会 | 你好,同路人 |\n | :--: | :--------: | :--------: | :------: | :------: | :--------: | :----------: |\n | 0 | 4 | 2 | 10 | 1 | 3 | 11 |","location":"materials.ts"}} />
|
||||
|
||||
| 全部 | 知行小酒馆 | 知行黑板报 | 无人知晓 | 孟岩专栏 | 知行读书会 | 你好,同路人 |
|
||||
| :--: | :--------: | :--------: | :------: | :------: | :--------: | :----------: |
|
||||
|
|
@ -671,7 +671,7 @@ Language:
|
|||
|
||||
### 栏目 {#zheng-quan-shi-bao-wang-lan-mu}
|
||||
|
||||
<Route data={{"path":"/:id?","categories":["finance"],"example":"/stcn/yw","parameters":{"id":"栏目 id,见下表,默认为要闻"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"栏目","maintainers":["nczitzk"],"description":"| 快讯 | 要闻 | 股市 | 公司 | 数据 |\n | ---- | ---- | ---- | ------- | ---- |\n | kx | yw | gs | company | data |\n\n | 基金 | 金融 | 评论 | 产经 | 创投 |\n | ---- | ------- | ------- | ---- | ---- |\n | fund | finance | comment | cj | ct |\n\n | 科创板 | 新三板 | 投教 | ESG | 滚动 |\n | ------ | ------ | ---- | --- | ---- |\n | kcb | xsb | tj | zk | gd |\n\n | 股市一览 | 独家解读 |\n | -------- | -------- |\n | gsyl | djjd |\n\n | 公司新闻 | 公司动态 |\n | -------- | -------- |\n | gsxw | gsdt |\n\n | 独家数据 | 看点数据 | 资金流向 | 科创板 | 行情总貌 |\n | -------- | -------- | -------- | ------- | -------- |\n | djsj | kd | zj | sj_kcb | hq |\n\n | 专栏 | 作者 |\n | ---- | ------ |\n | zl | author |\n\n | 行业 | 汽车 |\n | ---- | ---- |\n | cjhy | cjqc |\n\n | 投教课堂 | 政策知识 | 投教动态 | 专题活动 |\n | -------- | -------- | -------- | -------- |\n | tjkt | zczs | tjdt | zthd |","location":"index.ts"}} />
|
||||
<Route namespace="stcn" data={{"path":"/:id?","categories":["finance"],"example":"/stcn/yw","parameters":{"id":"栏目 id,见下表,默认为要闻"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"栏目","maintainers":["nczitzk"],"description":"| 快讯 | 要闻 | 股市 | 公司 | 数据 |\n | ---- | ---- | ---- | ------- | ---- |\n | kx | yw | gs | company | data |\n\n | 基金 | 金融 | 评论 | 产经 | 创投 |\n | ---- | ------- | ------- | ---- | ---- |\n | fund | finance | comment | cj | ct |\n\n | 科创板 | 新三板 | 投教 | ESG | 滚动 |\n | ------ | ------ | ---- | --- | ---- |\n | kcb | xsb | tj | zk | gd |\n\n | 股市一览 | 独家解读 |\n | -------- | -------- |\n | gsyl | djjd |\n\n | 公司新闻 | 公司动态 |\n | -------- | -------- |\n | gsxw | gsdt |\n\n | 独家数据 | 看点数据 | 资金流向 | 科创板 | 行情总貌 |\n | -------- | -------- | -------- | ------- | -------- |\n | djsj | kd | zj | sj_kcb | hq |\n\n | 专栏 | 作者 |\n | ---- | ------ |\n | zl | author |\n\n | 行业 | 汽车 |\n | ---- | ---- |\n | cjhy | cjqc |\n\n | 投教课堂 | 政策知识 | 投教动态 | 专题活动 |\n | -------- | -------- | -------- | -------- |\n | tjkt | zczs | tjdt | zthd |","location":"index.ts"}} />
|
||||
|
||||
| 快讯 | 要闻 | 股市 | 公司 | 数据 |
|
||||
| ---- | ---- | ---- | ------- | ---- |
|
||||
|
|
@ -713,7 +713,7 @@ Language:
|
|||
|
||||
### 推荐 {#zhi-tong-cai-jing-wang-tui-jian}
|
||||
|
||||
<Route data={{"path":"/:id?/:category?","categories":["finance"],"example":"/zhitongcaijing","parameters":{"id":"栏目 id,可在对应栏目页 URL 中找到,默认为 recommend,即推荐","category":"分类 id,可在对应栏目子分类页 URL 中找到,默认为全部"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"推荐","maintainers":["nczitzk"],"description":"| id | 栏目 |\n | ------------ | ---- |\n | recommend | 推荐 |\n | hkstock | 港股 |\n | meigu | 美股 |\n | agu | 沪深 |\n | ct | 创投 |\n | esg | ESG |\n | aqs | 券商 |\n | ajj | 基金 |\n | focus | 要闻 |\n | announcement | 公告 |\n | research | 研究 |\n | shares | 新股 |\n | bazaar | 市场 |\n | company | 公司 |","location":"index.ts"}} />
|
||||
<Route namespace="zhitongcaijing" data={{"path":"/:id?/:category?","categories":["finance"],"example":"/zhitongcaijing","parameters":{"id":"栏目 id,可在对应栏目页 URL 中找到,默认为 recommend,即推荐","category":"分类 id,可在对应栏目子分类页 URL 中找到,默认为全部"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"推荐","maintainers":["nczitzk"],"description":"| id | 栏目 |\n | ------------ | ---- |\n | recommend | 推荐 |\n | hkstock | 港股 |\n | meigu | 美股 |\n | agu | 沪深 |\n | ct | 创投 |\n | esg | ESG |\n | aqs | 券商 |\n | ajj | 基金 |\n | focus | 要闻 |\n | announcement | 公告 |\n | research | 研究 |\n | shares | 新股 |\n | bazaar | 市场 |\n | company | 公司 |","location":"index.ts"}} />
|
||||
|
||||
| id | 栏目 |
|
||||
| ------------ | ---- |
|
||||
|
|
@ -736,7 +736,7 @@ Language:
|
|||
|
||||
### 公告 {#zhong-guo-huo-bi-wang-gong-gao}
|
||||
|
||||
<Route data={{"path":"/:channelId?","categories":["finance"],"example":"/chinamoney","parameters":{"channelId":"分类,见下表,默认为 `2834`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"公告","maintainers":["TonyRL"],"description":"<details>\n <summary>市场公告</summary>\n\n 外汇市场公告\n\n | 最新 | 市场公告通知 | 中心会员公告 | 会员信息公告 |\n | ---- | ------------ | ------------ | ------------ |\n | 2834 | 2835 | 2836 | 2837 |\n\n 本币市场公告\n\n | 最新 | 市场公告通知 | 中心会员公告 | 会员信息公告 |\n | -------------- | ------------ | ------------ | ------------ |\n | 2839,2840,2841 | 2839 | 2840 | 2841 |\n\n 央行业务公告\n\n | 最新 | 公开市场操作 | 中央国库现金管理 |\n | --------- | ------------ | ---------------- |\n | 2845,2846 | 2845 | 2846 |\n </details>\n\n <details>\n <summary>本币市场</summary>\n\n 贷款市场报价利率\n\n | LPR 市场公告 |\n | ------------ |\n | 3686 |\n </details>","location":"notice.ts"}} />
|
||||
<Route namespace="chinamoney" data={{"path":"/:channelId?","categories":["finance"],"example":"/chinamoney","parameters":{"channelId":"分类,见下表,默认为 `2834`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"公告","maintainers":["TonyRL"],"description":"<details>\n <summary>市场公告</summary>\n\n 外汇市场公告\n\n | 最新 | 市场公告通知 | 中心会员公告 | 会员信息公告 |\n | ---- | ------------ | ------------ | ------------ |\n | 2834 | 2835 | 2836 | 2837 |\n\n 本币市场公告\n\n | 最新 | 市场公告通知 | 中心会员公告 | 会员信息公告 |\n | -------------- | ------------ | ------------ | ------------ |\n | 2839,2840,2841 | 2839 | 2840 | 2841 |\n\n 央行业务公告\n\n | 最新 | 公开市场操作 | 中央国库现金管理 |\n | --------- | ------------ | ---------------- |\n | 2845,2846 | 2845 | 2846 |\n </details>\n\n <details>\n <summary>本币市场</summary>\n\n 贷款市场报价利率\n\n | LPR 市场公告 |\n | ------------ |\n | 3686 |\n </details>","location":"notice.ts"}} />
|
||||
|
||||
<details>
|
||||
<summary>市场公告</summary>
|
||||
|
|
@ -814,18 +814,18 @@ Language:
|
|||
|
||||
### 工作论文 {#zhong-guo-ren-min-yin-hang-gong-zuo-lun-wen}
|
||||
|
||||
<Route data={{"path":"/pbc/gzlw","categories":["finance"],"example":"/gov/pbc/gzlw","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["pbc.gov.cn/redianzhuanti/118742/4122386/4122692/index.html"]},"name":"工作论文","maintainers":["Fatpandac"],"url":"pbc.gov.cn/redianzhuanti/118742/4122386/4122692/index.html","location":"pbc/gzlw.ts"}} />
|
||||
<Route namespace="gov" data={{"path":"/pbc/gzlw","categories":["finance"],"example":"/gov/pbc/gzlw","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["pbc.gov.cn/redianzhuanti/118742/4122386/4122692/index.html"]},"name":"工作论文","maintainers":["Fatpandac"],"url":"pbc.gov.cn/redianzhuanti/118742/4122386/4122692/index.html","location":"pbc/gzlw.ts"}} />
|
||||
|
||||
### 沟通交流 {#zhong-guo-ren-min-yin-hang-gou-tong-jiao-liu}
|
||||
|
||||
<Route data={{"path":"/pbc/goutongjiaoliu","categories":["finance"],"example":"/gov/pbc/goutongjiaoliu","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":true,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["pbc.gov.cn/goutongjiaoliu/113456/113469/index.html"]},"name":"沟通交流","maintainers":["nczitzk"],"url":"pbc.gov.cn/goutongjiaoliu/113456/113469/index.html","location":"pbc/goutongjiaoliu.ts"}} />
|
||||
<Route namespace="gov" data={{"path":"/pbc/goutongjiaoliu","categories":["finance"],"example":"/gov/pbc/goutongjiaoliu","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":true,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["pbc.gov.cn/goutongjiaoliu/113456/113469/index.html"]},"name":"沟通交流","maintainers":["nczitzk"],"url":"pbc.gov.cn/goutongjiaoliu/113456/113469/index.html","location":"pbc/goutongjiaoliu.ts"}} />
|
||||
|
||||
### 货币政策司公开市场交易公告 {#zhong-guo-ren-min-yin-hang-huo-bi-zheng-ce-si-gong-kai-shi-chang-jiao-yi-gong-gao}
|
||||
|
||||
<Route data={{"path":"/pbc/tradeAnnouncement","categories":["finance"],"example":"/gov/pbc/tradeAnnouncement","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":true,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"货币政策司公开市场交易公告","maintainers":["nczitzk"],"location":"pbc/trade-announcement.ts"}} />
|
||||
<Route namespace="gov" data={{"path":"/pbc/tradeAnnouncement","categories":["finance"],"example":"/gov/pbc/tradeAnnouncement","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":true,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"货币政策司公开市场交易公告","maintainers":["nczitzk"],"location":"pbc/trade-announcement.ts"}} />
|
||||
|
||||
## 中证网 {#zhong-zheng-wang}
|
||||
|
||||
### Unknown {#zhong-zheng-wang-unknown}
|
||||
|
||||
<Route data={{"path":"/video/:category?","categories":["finance"],"example":"/cs/video/今日聚焦","parameters":{"category":"分类,见下表,默认为今日聚焦"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Unknown","maintainers":["nczitzk"],"location":"video.ts"}} />
|
||||
<Route namespace="cs" data={{"path":"/video/:category?","categories":["finance"],"example":"/cs/video/今日聚焦","parameters":{"category":"分类,见下表,默认为今日聚焦"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Unknown","maintainers":["nczitzk"],"location":"video.ts"}} />
|
||||
|
|
|
|||
|
|
@ -4,17 +4,17 @@
|
|||
|
||||
### News {#badan-meteorologi-klimatologi-dan-geofisika-indonesian-news}
|
||||
|
||||
<Route data={{"path":"/news","categories":["forecast"],"example":"/bmkg/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bmkg.go.id/","bmkg.go.id/berita"]},"name":"News","maintainers":["Shinanory"],"url":"bmkg.go.id/","location":"news.ts"}} />
|
||||
<Route namespace="bmkg" data={{"path":"/news","categories":["forecast"],"example":"/bmkg/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bmkg.go.id/","bmkg.go.id/berita"]},"name":"News","maintainers":["Shinanory"],"url":"bmkg.go.id/","location":"news.ts"}} />
|
||||
|
||||
### Recent Earthquakes {#badan-meteorologi-klimatologi-dan-geofisika-indonesian-recent-earthquakes}
|
||||
|
||||
<Route data={{"path":"/earthquake","categories":["forecast"],"example":"/bmkg/earthquake","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bmkg.go.id/","bmkg.go.id/gempabumi-terkini.html"]},"name":"Recent Earthquakes","maintainers":["Shinanory"],"url":"bmkg.go.id/","location":"earthquake.ts"}} />
|
||||
<Route namespace="bmkg" data={{"path":"/earthquake","categories":["forecast"],"example":"/bmkg/earthquake","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bmkg.go.id/","bmkg.go.id/gempabumi-terkini.html"]},"name":"Recent Earthquakes","maintainers":["Shinanory"],"url":"bmkg.go.id/","location":"earthquake.ts"}} />
|
||||
|
||||
## Outage.Report {#outage-report}
|
||||
|
||||
### Report {#outage-report-report}
|
||||
|
||||
<Route data={{"path":"/:name/:count?","categories":["forecast"],"example":"/outagereport/ubisoft/5","parameters":{"name":"Service name, spelling format must be consistent with URL","count":"Counting threshold, will only be written in RSS if the number of people who report to stop serving is not less than this number"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Report","maintainers":["cxumol","nczitzk"],"description":"Please skip the local service area code for `name`, for example `https://outage.report/us/verizon-wireless` to `verizon-wireless`.","location":"index.ts"}} />
|
||||
<Route namespace="outagereport" data={{"path":"/:name/:count?","categories":["forecast"],"example":"/outagereport/ubisoft/5","parameters":{"name":"Service name, spelling format must be consistent with URL","count":"Counting threshold, will only be written in RSS if the number of people who report to stop serving is not less than this number"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Report","maintainers":["cxumol","nczitzk"],"description":"Please skip the local service area code for `name`, for example `https://outage.report/us/verizon-wireless` to `verizon-wireless`.","location":"index.ts"}} />
|
||||
|
||||
Please skip the local service area code for `name`, for example `https://outage.report/us/verizon-wireless` to `verizon-wireless`.
|
||||
|
||||
|
|
@ -22,7 +22,7 @@ Please skip the local service area code for `name`, for example `https://outage.
|
|||
|
||||
### RSS {#uptime-robot-rss}
|
||||
|
||||
<Route data={{"path":"/rss/:id/:routeParams?","categories":["forecast"],"example":"/uptimerobot/rss/u358785-e4323652448755805d668f1a66506f2f","parameters":{"id":"the last part of your RSS URL (e.g. `u358785-e4323652448755805d668f1a66506f2f` for `https://rss.uptimerobot.com/u358785-e4323652448755805d668f1a66506f2f`)","routeParams":"extra parameters, see the table below"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["rss.uptimerobot.com/:id"],"target":"/rss/:id"},"name":"RSS","maintainers":["Rongronggg9"],"description":"| Key | Description | Accepts | Defaults to |\n | ------ | ------------------------------------------------------------------------ | -------------- | ----------- |\n | showID | Show monitor ID (disabling it will also disable link for each RSS entry) | 0/1/true/false | true |","location":"rss.ts"}} />
|
||||
<Route namespace="uptimerobot" data={{"path":"/rss/:id/:routeParams?","categories":["forecast"],"example":"/uptimerobot/rss/u358785-e4323652448755805d668f1a66506f2f","parameters":{"id":"the last part of your RSS URL (e.g. `u358785-e4323652448755805d668f1a66506f2f` for `https://rss.uptimerobot.com/u358785-e4323652448755805d668f1a66506f2f`)","routeParams":"extra parameters, see the table below"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["rss.uptimerobot.com/:id"],"target":"/rss/:id"},"name":"RSS","maintainers":["Rongronggg9"],"description":"| Key | Description | Accepts | Defaults to |\n | ------ | ------------------------------------------------------------------------ | -------------- | ----------- |\n | showID | Show monitor ID (disabling it will also disable link for each RSS entry) | 0/1/true/false | true |","location":"rss.ts"}} />
|
||||
|
||||
| Key | Description | Accepts | Defaults to |
|
||||
| ------ | ------------------------------------------------------------------------ | -------------- | ----------- |
|
||||
|
|
@ -32,19 +32,13 @@ Please skip the local service area code for `name`, for example `https://outage.
|
|||
|
||||
### 停气检修通知 {#chong-qing-ran-qi-ting-qi-jian-xiu-tong-zhi}
|
||||
|
||||
<Route data={{"path":"/tqtz","categories":["forecast"],"example":"/cqgas/tqtz","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["cqgas.cn/"]},"name":"停气检修通知","maintainers":["Mai19930513"],"url":"cqgas.cn/","location":"tqtz.ts"}} />
|
||||
<Route namespace="cqgas" data={{"path":"/tqtz","categories":["forecast"],"example":"/cqgas/tqtz","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["cqgas.cn/"]},"name":"停气检修通知","maintainers":["Mai19930513"],"url":"cqgas.cn/","location":"tqtz.ts"}} />
|
||||
|
||||
## 地震速报 {#di-zhen-su-bao}
|
||||
|
||||
### 中国地震局 {#di-zhen-su-bao-zhong-guo-di-zhen-ju}
|
||||
|
||||
<Route data={{"path":"/:region?","categories":["forecast"],"example":"/earthquake","parameters":{"region":"区域,0全部,1国内(默认),2国外"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.cea.gov.cn/cea/xwzx/zqsd/index.html","www.cea.gov.cn/"],"target":""},"name":"中国地震局","maintainers":["LogicJake"],"url":"www.cea.gov.cn/cea/xwzx/zqsd/index.html","description":"可通过全局过滤参数订阅您感兴趣的地区.","location":"index.ts"}} />
|
||||
|
||||
可通过全局过滤参数订阅您感兴趣的地区.
|
||||
|
||||
### 中国地震台 {#di-zhen-su-bao-zhong-guo-di-zhen-tai}
|
||||
|
||||
<Route data={{"path":"/ceic/:type?","categories":["forecast"],"example":"/earthquake/ceic/1","parameters":{"type":"类型,见下表"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.cea.gov.cn/cea/xwzx/zqsd/index.html","www.cea.gov.cn/"],"target":""},"name":"中国地震台","maintainers":["SettingDust"],"url":"www.cea.gov.cn/cea/xwzx/zqsd/index.html","description":"| 参数 | 类型 |\n | ---- | --------------------------- |\n | 1 | 最近 24 小时地震信息 |\n | 2 | 最近 48 小时地震信息 |\n | 5 | 最近一年 3.0 级以上地震信息 |\n | 7 | 最近一年 3.0 级以下地震 |\n | 8 | 最近一年 4.0 级以上地震信息 |\n | 9 | 最近一年 5.0 级以上地震信息 |\n | 0 | 最近一年 6.0 级以上地震信息 |\n\n 可通过全局过滤参数订阅您感兴趣的地区.","location":"ceic.ts"}} />
|
||||
<Route namespace="earthquake" data={{"path":"/ceic/:type?","categories":["forecast"],"example":"/earthquake/ceic/1","parameters":{"type":"类型,见下表"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.cea.gov.cn/cea/xwzx/zqsd/index.html","www.cea.gov.cn/"],"target":""},"name":"中国地震台","maintainers":["SettingDust"],"url":"www.cea.gov.cn/cea/xwzx/zqsd/index.html","description":"| 参数 | 类型 |\n | ---- | --------------------------- |\n | 1 | 最近 24 小时地震信息 |\n | 2 | 最近 48 小时地震信息 |\n | 5 | 最近一年 3.0 级以上地震信息 |\n | 7 | 最近一年 3.0 级以下地震 |\n | 8 | 最近一年 4.0 级以上地震信息 |\n | 9 | 最近一年 5.0 级以上地震信息 |\n | 0 | 最近一年 6.0 级以上地震信息 |\n\n 可通过全局过滤参数订阅您感兴趣的地区.","location":"ceic.ts"}} />
|
||||
|
||||
| 参数 | 类型 |
|
||||
| ---- | --------------------------- |
|
||||
|
|
@ -58,17 +52,23 @@ Please skip the local service area code for `name`, for example `https://outage.
|
|||
|
||||
可通过全局过滤参数订阅您感兴趣的地区.
|
||||
|
||||
### 中国地震局 {#di-zhen-su-bao-zhong-guo-di-zhen-ju}
|
||||
|
||||
<Route namespace="earthquake" data={{"path":"/:region?","categories":["forecast"],"example":"/earthquake","parameters":{"region":"区域,0全部,1国内(默认),2国外"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.cea.gov.cn/cea/xwzx/zqsd/index.html","www.cea.gov.cn/"],"target":""},"name":"中国地震局","maintainers":["LogicJake"],"url":"www.cea.gov.cn/cea/xwzx/zqsd/index.html","description":"可通过全局过滤参数订阅您感兴趣的地区.","location":"index.ts"}} />
|
||||
|
||||
可通过全局过滤参数订阅您感兴趣的地区.
|
||||
|
||||
## 和风天气 {#he-feng-tian-qi}
|
||||
|
||||
### 近三天天气 {#he-feng-tian-qi-jin-san-tian-tian-qi}
|
||||
|
||||
<Route data={{"path":"/3days/:location","categories":["forecast"],"example":"/qweather/3days/广州","parameters":{"location":"N"},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"近三天天气","maintainers":["Rein-Ou","la3rence"],"description":"需自行注册获取 api 的 key,并在环境变量 HEFENG_KEY 中进行配置,获取订阅近三天天气预报","location":"3days.ts"}} />
|
||||
<Route namespace="qweather" data={{"path":"/3days/:location","categories":["forecast"],"example":"/qweather/3days/广州","parameters":{"location":"N"},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"近三天天气","maintainers":["Rein-Ou","la3rence"],"description":"需自行注册获取 api 的 key,并在环境变量 HEFENG_KEY 中进行配置,获取订阅近三天天气预报","location":"3days.ts"}} />
|
||||
|
||||
需自行注册获取 api 的 key,并在环境变量 HEFENG\_KEY 中进行配置,获取订阅近三天天气预报
|
||||
|
||||
### 实时天气 {#he-feng-tian-qi-shi-shi-tian-qi}
|
||||
|
||||
<Route data={{"path":"/now/:location","categories":["forecast"],"example":"/qweather/广州","parameters":{"location":"N"},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"实时天气","maintainers":["Rein-Ou"],"description":"需自行注册获取 api 的 key,每小时更新一次数据","location":"now.ts"}} />
|
||||
<Route namespace="qweather" data={{"path":"/now/:location","categories":["forecast"],"example":"/qweather/广州","parameters":{"location":"N"},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"实时天气","maintainers":["Rein-Ou"],"description":"需自行注册获取 api 的 key,每小时更新一次数据","location":"now.ts"}} />
|
||||
|
||||
需自行注册获取 api 的 key,每小时更新一次数据
|
||||
|
||||
|
|
@ -78,45 +78,45 @@ Please skip the local service area code for `name`, for example `https://outage.
|
|||
|
||||
### 大连市 {#ting-shui-tong-zhi-da-lian-shi}
|
||||
|
||||
<Route data={{"path":"/dalian","categories":["forecast"],"example":"/tingshuitz/dalian","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["swj.dl.gov.cn/col/col4296/index.html","swj.dl.gov.cn/"]},"name":"大连市","maintainers":["DIYgod"],"url":"swj.dl.gov.cn/col/col4296/index.html","location":"dalian.ts"}} />
|
||||
<Route namespace="tingshuitz" data={{"path":"/dalian","categories":["forecast"],"example":"/tingshuitz/dalian","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["swj.dl.gov.cn/col/col4296/index.html","swj.dl.gov.cn/"]},"name":"大连市","maintainers":["DIYgod"],"url":"swj.dl.gov.cn/col/col4296/index.html","location":"dalian.ts"}} />
|
||||
|
||||
### 东莞市 {#ting-shui-tong-zhi-dong-guan-shi}
|
||||
|
||||
<Route data={{"path":"/dongguan","categories":["forecast"],"example":"/tingshuitz/dongguan","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"东莞市","maintainers":["victoriqueko"],"location":"dongguan.ts"}} />
|
||||
<Route namespace="tingshuitz" data={{"path":"/dongguan","categories":["forecast"],"example":"/tingshuitz/dongguan","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"东莞市","maintainers":["victoriqueko"],"location":"dongguan.ts"}} />
|
||||
|
||||
### 广州市 {#ting-shui-tong-zhi-guang-zhou-shi}
|
||||
|
||||
<Route data={{"path":"/guangzhou","categories":["forecast"],"example":"/tingshuitz/guangzhou","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"广州市","maintainers":["xyqfer"],"location":"guangzhou.ts"}} />
|
||||
<Route namespace="tingshuitz" data={{"path":"/guangzhou","categories":["forecast"],"example":"/tingshuitz/guangzhou","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"广州市","maintainers":["xyqfer"],"location":"guangzhou.ts"}} />
|
||||
|
||||
### 杭州市 {#ting-shui-tong-zhi-hang-zhou-shi}
|
||||
|
||||
<Route data={{"path":"/hangzhou","categories":["forecast"],"example":"/tingshuitz/hangzhou","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.hzwgc.com/public/stop_the_water","www.hzwgc.com/"]},"name":"杭州市","maintainers":["znhocn"],"url":"www.hzwgc.com/public/stop_the_water","location":"hangzhou.ts"}} />
|
||||
<Route namespace="tingshuitz" data={{"path":"/hangzhou","categories":["forecast"],"example":"/tingshuitz/hangzhou","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.hzwgc.com/public/stop_the_water","www.hzwgc.com/"]},"name":"杭州市","maintainers":["znhocn"],"url":"www.hzwgc.com/public/stop_the_water","location":"hangzhou.ts"}} />
|
||||
|
||||
### 南京市 {#ting-shui-tong-zhi-nan-jing-shi}
|
||||
|
||||
<Route data={{"path":"/nanjing","categories":["forecast"],"example":"/tingshuitz/nanjing","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["jlwater.com/portal/10000013","jlwater.com/"]},"name":"南京市","maintainers":["ocleo1"],"url":"jlwater.com/portal/10000013","location":"nanjing.ts"}} />
|
||||
<Route namespace="tingshuitz" data={{"path":"/nanjing","categories":["forecast"],"example":"/tingshuitz/nanjing","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["jlwater.com/portal/10000013","jlwater.com/"]},"name":"南京市","maintainers":["ocleo1"],"url":"jlwater.com/portal/10000013","location":"nanjing.ts"}} />
|
||||
|
||||
### 深圳市 {#ting-shui-tong-zhi-shen-zhen-shi}
|
||||
|
||||
<Route data={{"path":"/shenzhen","categories":["forecast"],"example":"/tingshuitz/shenzhen","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["sz-water.com.cn/*"]},"name":"深圳市","maintainers":["lilPiper"],"url":"sz-water.com.cn/*","description":"可能仅限中国大陆服务器访问,以实际情况为准。","location":"shenzhen.ts"}} />
|
||||
<Route namespace="tingshuitz" data={{"path":"/shenzhen","categories":["forecast"],"example":"/tingshuitz/shenzhen","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["sz-water.com.cn/*"]},"name":"深圳市","maintainers":["lilPiper"],"url":"sz-water.com.cn/*","description":"可能仅限中国大陆服务器访问,以实际情况为准。","location":"shenzhen.ts"}} />
|
||||
|
||||
可能仅限中国大陆服务器访问,以实际情况为准。
|
||||
|
||||
### 西安市 {#ting-shui-tong-zhi-xi-an-shi}
|
||||
|
||||
<Route data={{"path":"/xian","categories":["forecast"],"example":"/tingshuitz/xian","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"西安市","maintainers":["ciaranchen"],"location":"xian.ts"}} />
|
||||
<Route namespace="tingshuitz" data={{"path":"/xian","categories":["forecast"],"example":"/tingshuitz/xian","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"西安市","maintainers":["ciaranchen"],"location":"xian.ts"}} />
|
||||
|
||||
### 萧山区 {#ting-shui-tong-zhi-xiao-shan-qu}
|
||||
|
||||
<Route data={{"path":"/xiaoshan","categories":["forecast"],"example":"/tingshuitz/xiaoshan","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.xswater.com/gongshui/channels/227.html","www.xswater.com/"]},"name":"萧山区","maintainers":["znhocn"],"url":"www.xswater.com/gongshui/channels/227.html","location":"xiaoshan.ts"}} />
|
||||
<Route namespace="tingshuitz" data={{"path":"/xiaoshan","categories":["forecast"],"example":"/tingshuitz/xiaoshan","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.xswater.com/gongshui/channels/227.html","www.xswater.com/"]},"name":"萧山区","maintainers":["znhocn"],"url":"www.xswater.com/gongshui/channels/227.html","location":"xiaoshan.ts"}} />
|
||||
|
||||
### 阳江市 {#ting-shui-tong-zhi-yang-jiang-shi}
|
||||
|
||||
<Route data={{"path":"/yangjiang","categories":["forecast"],"example":"/tingshuitz/yangjiang","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["yjsswjt.com/zxdt_list.jsp","yjsswjt.com/"]},"name":"阳江市","maintainers":["ciaranchen"],"url":"yjsswjt.com/zxdt_list.jsp","location":"yangjiang.ts"}} />
|
||||
<Route namespace="tingshuitz" data={{"path":"/yangjiang","categories":["forecast"],"example":"/tingshuitz/yangjiang","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["yjsswjt.com/zxdt_list.jsp","yjsswjt.com/"]},"name":"阳江市","maintainers":["ciaranchen"],"url":"yjsswjt.com/zxdt_list.jsp","location":"yangjiang.ts"}} />
|
||||
|
||||
### 长沙市 {#ting-shui-tong-zhi-chang-sha-shi}
|
||||
|
||||
<Route data={{"path":"/changsha/:channelId?","categories":["forecast"],"example":"/tingshuitz/changsha/78","parameters":{"channelId":"N"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"长沙市","maintainers":["shansing"],"description":"可能仅限于中国大陆服务器访问,以实际情况为准。\n\n | channelId | 分类 |\n | --------- | -------- |\n | 78 | 计划停水 |\n | 157 | 抢修停水 |","location":"changsha.ts"}} />
|
||||
<Route namespace="tingshuitz" data={{"path":"/changsha/:channelId?","categories":["forecast"],"example":"/tingshuitz/changsha/78","parameters":{"channelId":"N"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"长沙市","maintainers":["shansing"],"description":"可能仅限于中国大陆服务器访问,以实际情况为准。\n\n | channelId | 分类 |\n | --------- | -------- |\n | 78 | 计划停水 |\n | 157 | 抢修停水 |","location":"changsha.ts"}} />
|
||||
|
||||
可能仅限于中国大陆服务器访问,以实际情况为准。
|
||||
|
||||
|
|
@ -129,7 +129,7 @@ Please skip the local service area code for `name`, for example `https://outage.
|
|||
|
||||
### 应急新闻 {#zhong-guo-guo-jia-ying-ji-guang-bo-ying-ji-xin-wen}
|
||||
|
||||
<Route data={{"path":"/yjxw/:category?","categories":["forecast"],"example":"/cneb/yjxw","parameters":{"category":"分类,见下表,默认为全部"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["cneb.gov.cn/yjxw/:category?","cneb.gov.cn/"]},"name":"应急新闻","maintainers":["nczitzk"],"description":"| 全部 | 国内新闻 | 国际新闻 |\n | ---- | -------- | -------- |\n | | gnxw | gjxw |","location":"yjxw.ts"}} />
|
||||
<Route namespace="cneb" data={{"path":"/yjxw/:category?","categories":["forecast"],"example":"/cneb/yjxw","parameters":{"category":"分类,见下表,默认为全部"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["cneb.gov.cn/yjxw/:category?","cneb.gov.cn/"]},"name":"应急新闻","maintainers":["nczitzk"],"description":"| 全部 | 国内新闻 | 国际新闻 |\n | ---- | -------- | -------- |\n | | gnxw | gjxw |","location":"yjxw.ts"}} />
|
||||
|
||||
| 全部 | 国内新闻 | 国际新闻 |
|
||||
| ---- | -------- | -------- |
|
||||
|
|
@ -139,7 +139,7 @@ Please skip the local service area code for `name`, for example `https://outage.
|
|||
|
||||
### 天气预报频道 {#zhong-guo-qi-xiang-ju-tian-qi-yu-bao-pin-dao}
|
||||
|
||||
<Route data={{"path":"/channel/:id?","categories":["forecast"],"example":"/cma/channel/380","parameters":{"id":"分类,见下表,可在对应频道页 URL 中找到,默认为 380,即每日天气提示"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"天气预报频道","maintainers":["nczitzk"],"description":"#### 天气实况\n\n | 频道名称 | 频道 id |\n | -------- | -------------------------------- |\n | 卫星云图 | d3236549863e453aab0ccc4027105bad |\n | 单站雷达 | 103 |\n | 降水量 | 18 |\n | 气温 | 32 |\n | 土壤水分 | 45 |\n\n #### 气象公报\n\n | 频道名称 | 频道 id |\n | -------------- | -------------------------------- |\n | 每日天气提示 | 380 |\n | 重要天气提示 | da5d55817ad5430fb9796a0780178533 |\n | 天气公报 | 3780 |\n | 强对流天气预报 | 383 |\n | 交通气象预报 | 423 |\n | 森林火险预报 | 424 |\n | 海洋天气公报 | 452 |\n | 环境气象公报 | 467 |\n\n :::tip\n 订阅更多细分频道,请前往对应上级频道页,使用下拉菜单选择项目后跳转到目标频道页,查看其 URL 找到对应频道 id\n :::","location":"channel.ts"}} />
|
||||
<Route namespace="cma" data={{"path":"/channel/:id?","categories":["forecast"],"example":"/cma/channel/380","parameters":{"id":"分类,见下表,可在对应频道页 URL 中找到,默认为 380,即每日天气提示"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"天气预报频道","maintainers":["nczitzk"],"description":"#### 天气实况\n\n | 频道名称 | 频道 id |\n | -------- | -------------------------------- |\n | 卫星云图 | d3236549863e453aab0ccc4027105bad |\n | 单站雷达 | 103 |\n | 降水量 | 18 |\n | 气温 | 32 |\n | 土壤水分 | 45 |\n\n #### 气象公报\n\n | 频道名称 | 频道 id |\n | -------------- | -------------------------------- |\n | 每日天气提示 | 380 |\n | 重要天气提示 | da5d55817ad5430fb9796a0780178533 |\n | 天气公报 | 3780 |\n | 强对流天气预报 | 383 |\n | 交通气象预报 | 423 |\n | 森林火险预报 | 424 |\n | 海洋天气公报 | 452 |\n | 环境气象公报 | 467 |\n\n :::tip\n 订阅更多细分频道,请前往对应上级频道页,使用下拉菜单选择项目后跳转到目标频道页,查看其 URL 找到对应频道 id\n :::","location":"channel.ts"}} />
|
||||
|
||||
#### 天气实况 {#zhong-guo-qi-xiang-ju-tian-qi-yu-bao-pin-dao-tian-qi-shi-kuang}
|
||||
|
||||
|
|
@ -212,14 +212,14 @@ Please skip the local service area code for `name`, for example `https://outage.
|
|||
|
||||
### 广东省内城市预警信号 {#zhong-guo-ren-min-yin-hang-guang-dong-sheng-nei-cheng-shi-yu-jing-xin-hao}
|
||||
|
||||
<Route data={{"path":"/guangdong/tqyb/sncsyjxh","categories":["forecast"],"example":"/gov/guangdong/tqyb/sncsyjxh","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.tqyb.com.cn/gz/weatherAlarm/otherCity/"]},"name":"广东省内城市预警信号","maintainers":["Fatpandac"],"url":"www.tqyb.com.cn/gz/weatherAlarm/otherCity/","location":"guangdong/tqyb/sncsyjxh.ts"}} />
|
||||
<Route namespace="gov" data={{"path":"/guangdong/tqyb/sncsyjxh","categories":["forecast"],"example":"/gov/guangdong/tqyb/sncsyjxh","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.tqyb.com.cn/gz/weatherAlarm/otherCity/"]},"name":"广东省内城市预警信号","maintainers":["Fatpandac"],"url":"www.tqyb.com.cn/gz/weatherAlarm/otherCity/","location":"guangdong/tqyb/sncsyjxh.ts"}} />
|
||||
|
||||
### 突发性天气提示 {#zhong-guo-ren-min-yin-hang-tu-fa-xing-tian-qi-ti-shi}
|
||||
|
||||
<Route data={{"path":"/guangdong/tqyb/tfxtq","categories":["forecast"],"example":"/gov/guangdong/tqyb/tfxtq","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.tqyb.com.cn/gz/weatherAlarm/suddenWeather/"]},"name":"突发性天气提示","maintainers":["Fatpandac"],"url":"www.tqyb.com.cn/gz/weatherAlarm/suddenWeather/","location":"guangdong/tqyb/tfxtq.ts"}} />
|
||||
<Route namespace="gov" data={{"path":"/guangdong/tqyb/tfxtq","categories":["forecast"],"example":"/gov/guangdong/tqyb/tfxtq","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.tqyb.com.cn/gz/weatherAlarm/suddenWeather/"]},"name":"突发性天气提示","maintainers":["Fatpandac"],"url":"www.tqyb.com.cn/gz/weatherAlarm/suddenWeather/","location":"guangdong/tqyb/tfxtq.ts"}} />
|
||||
|
||||
## 中央气象台 {#zhong-yang-qi-xiang-tai}
|
||||
|
||||
### Unknown {#zhong-yang-qi-xiang-tai-unknown}
|
||||
|
||||
<Route data={{"path":"/weatheralarm/:province?","categories":["forecast"],"example":"/nmc/weatheralarm/广东省","parameters":{"province":"省份"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["nmc.cn/publish/alarm.html","nmc.cn/"],"target":"/weatheralarm"},"name":"Unknown","maintainers":["ylc395"],"url":"nmc.cn/publish/alarm.html","location":"weatheralarm.ts"}} />
|
||||
<Route namespace="nmc" data={{"path":"/weatheralarm/:province?","categories":["forecast"],"example":"/nmc/weatheralarm/广东省","parameters":{"province":"省份"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["nmc.cn/publish/alarm.html","nmc.cn/"],"target":"/weatheralarm"},"name":"Unknown","maintainers":["ylc395"],"url":"nmc.cn/publish/alarm.html","location":"weatheralarm.ts"}} />
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
### 新闻中心 {#3dmgame-xin-wen-zhong-xin}
|
||||
|
||||
<Route data={{"path":"/news/:category?","categories":["game"],"example":"/3dmgame/news","parameters":{"category":"分类名或 ID,见下表,默认为新闻推荐,ID 可从分类 URL 中找到,如 Steam 为 `22221`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["3dmgame.com/news/:category?","3dmgame.com/news"]},"name":"新闻中心","maintainers":["zhboner"],"description":"| 新闻推荐 | 游戏新闻 | 动漫影视 | 智能数码 | 时事焦点 |\n | -------- | -------- | -------- | -------- | ----------- |\n | | game | acg | next | news_36_1 |","location":"news-center.ts"}} />
|
||||
<Route namespace="3dmgame" data={{"path":"/news/:category?","categories":["game"],"example":"/3dmgame/news","parameters":{"category":"分类名或 ID,见下表,默认为新闻推荐,ID 可从分类 URL 中找到,如 Steam 为 `22221`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["3dmgame.com/news/:category?","3dmgame.com/news"]},"name":"新闻中心","maintainers":["zhboner"],"description":"| 新闻推荐 | 游戏新闻 | 动漫影视 | 智能数码 | 时事焦点 |\n | -------- | -------- | -------- | -------- | ----------- |\n | | game | acg | next | news_36_1 |","location":"news-center.ts"}} />
|
||||
|
||||
| 新闻推荐 | 游戏新闻 | 动漫影视 | 智能数码 | 时事焦点 |
|
||||
| -------- | -------- | -------- | -------- | ----------- |
|
||||
|
|
@ -14,23 +14,23 @@
|
|||
|
||||
### 标签 {#4gamers-biao-qian}
|
||||
|
||||
<Route data={{"path":"/tag/:tag","categories":["game"],"example":"/4gamers/tag/限時免費","parameters":{"tag":"标签名,可在标签 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.4gamers.com.tw/news/tag/:tag"]},"name":"标签","maintainers":["hoilc"],"url":"www.4gamers.com.tw/news","location":"tag.ts"}} />
|
||||
<Route namespace="4gamers" data={{"path":"/tag/:tag","categories":["game"],"example":"/4gamers/tag/限時免費","parameters":{"tag":"标签名,可在标签 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.4gamers.com.tw/news/tag/:tag"]},"name":"标签","maintainers":["hoilc"],"url":"www.4gamers.com.tw/news","location":"tag.ts"}} />
|
||||
|
||||
### 主題 {#4gamers-zhu-ti}
|
||||
|
||||
<Route data={{"path":"/topic/:topic","categories":["game"],"example":"/4gamers/topic/gentlemen-topic","parameters":{"topic":"主题,可在首页上方页面内找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.4gamers.com.tw/news/option-cfg/:topic"]},"name":"主題","maintainers":["bestpika"],"url":"www.4gamers.com.tw/news","location":"topic.ts"}} />
|
||||
<Route namespace="4gamers" data={{"path":"/topic/:topic","categories":["game"],"example":"/4gamers/topic/gentlemen-topic","parameters":{"topic":"主题,可在首页上方页面内找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.4gamers.com.tw/news/option-cfg/:topic"]},"name":"主題","maintainers":["bestpika"],"url":"www.4gamers.com.tw/news","location":"topic.ts"}} />
|
||||
|
||||
## 5EPLAY {#5eplay}
|
||||
|
||||
### 新闻列表 {#5eplay-xin-wen-lie-biao}
|
||||
|
||||
<Route data={{"path":"/article","categories":["game"],"example":"/5eplay/article","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["csgo.5eplay.com/","csgo.5eplay.com/article"]},"name":"新闻列表","maintainers":["Dlouxgit"],"url":"csgo.5eplay.com/","location":"index.ts"}} />
|
||||
<Route namespace="5eplay" data={{"path":"/article","categories":["game"],"example":"/5eplay/article","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["csgo.5eplay.com/","csgo.5eplay.com/article"]},"name":"新闻列表","maintainers":["Dlouxgit"],"url":"csgo.5eplay.com/","location":"index.ts"}} />
|
||||
|
||||
## Blizzard {#blizzard}
|
||||
|
||||
### News {#blizzard-news}
|
||||
|
||||
<Route data={{"path":"/news/:language?/:category?","categories":["game"],"example":"/blizzard/news","parameters":{"language":"Language code, see below, en-US by default","category":"Category, see below, All News by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"News","maintainers":["nczitzk"],"description":"Categories\n\n | Category | Slug |\n | ---------------------- | ------------------- |\n | All News | |\n | Diablo II: Resurrected | diablo2 |\n | Diablo III | diablo3 |\n | Diablo IV | diablo4 |\n | Diablo: Immortal | diablo-immortal |\n | Hearthstone | hearthstone |\n | Heroes of the Storm | heroes-of-the-storm |\n | Overwatch 2 | overwatch |\n | StarCraft: Remastered | starcraft |\n | StarCraft II | starcraft2 |\n | World of Warcraft | world-of-warcraft |\n | Warcraft III: Reforged | warcraft3 |\n | Battle.net | battlenet |\n | BlizzCon | blizzcon |\n | Inside Blizzard | blizzard |\n\n Language codes\n\n | Language | Code |\n | ------------------ | ----- |\n | Deutsch | de-de |\n | English (US) | en-us |\n | English (EU) | en-gb |\n | Español (EU) | es-es |\n | Español (Latino) | es-mx |\n | Français | fr-fr |\n | Italiano | it-it |\n | Português (Brasil) | pt-br |\n | Polski | pl-pl |\n | Русский | ru-ru |\n | 한국어 | ko-kr |\n | ภาษาไทย | th-th |\n | 日本語 | ja-jp |\n | 繁體中文 | zh-tw |","location":"news.ts"}} />
|
||||
<Route namespace="blizzard" data={{"path":"/news/:language?/:category?","categories":["game"],"example":"/blizzard/news","parameters":{"language":"Language code, see below, en-US by default","category":"Category, see below, All News by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"News","maintainers":["nczitzk"],"description":"Categories\n\n | Category | Slug |\n | ---------------------- | ------------------- |\n | All News | |\n | Diablo II: Resurrected | diablo2 |\n | Diablo III | diablo3 |\n | Diablo IV | diablo4 |\n | Diablo: Immortal | diablo-immortal |\n | Hearthstone | hearthstone |\n | Heroes of the Storm | heroes-of-the-storm |\n | Overwatch 2 | overwatch |\n | StarCraft: Remastered | starcraft |\n | StarCraft II | starcraft2 |\n | World of Warcraft | world-of-warcraft |\n | Warcraft III: Reforged | warcraft3 |\n | Battle.net | battlenet |\n | BlizzCon | blizzcon |\n | Inside Blizzard | blizzard |\n\n Language codes\n\n | Language | Code |\n | ------------------ | ----- |\n | Deutsch | de-de |\n | English (US) | en-us |\n | English (EU) | en-gb |\n | Español (EU) | es-es |\n | Español (Latino) | es-mx |\n | Français | fr-fr |\n | Italiano | it-it |\n | Português (Brasil) | pt-br |\n | Polski | pl-pl |\n | Русский | ru-ru |\n | 한국어 | ko-kr |\n | ภาษาไทย | th-th |\n | 日本語 | ja-jp |\n | 繁體中文 | zh-tw |","location":"news.ts"}} />
|
||||
|
||||
Categories
|
||||
|
||||
|
|
@ -75,19 +75,19 @@ Language codes
|
|||
|
||||
### News {#dorohedoro-news}
|
||||
|
||||
<Route data={{"path":"/news","categories":["game"],"example":"/dorohedoro/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["dorohedoro.net/news","dorohedoro.net/"]},"name":"News","maintainers":["nczitzk"],"url":"dorohedoro.net/news","location":"news.ts"}} />
|
||||
<Route namespace="dorohedoro" data={{"path":"/news","categories":["game"],"example":"/dorohedoro/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["dorohedoro.net/news","dorohedoro.net/"]},"name":"News","maintainers":["nczitzk"],"url":"dorohedoro.net/news","location":"news.ts"}} />
|
||||
|
||||
## Epic Games Store {#epic-games-store}
|
||||
|
||||
### Free games {#epic-games-store-free-games}
|
||||
|
||||
<Route data={{"path":"/freegames/:locale?/:country?","categories":["game"],"example":"/epicgames/freegames","parameters":{"locale":"Locale, en_US by default","country":"Country, US by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["store.epicgames.com/:locale/free-games"],"target":"/freegames/:locale"},"name":"Free games","maintainers":["DIYgod","NeverBehave","Zyx-A","junfengP","nczitzk","KotaHv"],"location":"index.ts"}} />
|
||||
<Route namespace="epicgames" data={{"path":"/freegames/:locale?/:country?","categories":["game"],"example":"/epicgames/freegames","parameters":{"locale":"Locale, en_US by default","country":"Country, US by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["store.epicgames.com/:locale/free-games"],"target":"/freegames/:locale"},"name":"Free games","maintainers":["DIYgod","NeverBehave","Zyx-A","junfengP","nczitzk","KotaHv"],"location":"index.ts"}} />
|
||||
|
||||
## FINAL FANTASY XIV 最终幻想 14 {#final-fantasy-xiv-zui-zhong-huan-xiang-14}
|
||||
|
||||
### FINAL FANTASY XIV (The Lodestone) {#final-fantasy-xiv-zui-zhong-huan-xiang-14-final-fantasy-xiv-the-lodestone}
|
||||
|
||||
<Route data={{"path":["/global/:lang/:type?","/ff14_global/:lang/:type?"],"categories":["game"],"example":"/ff14/global/na/all","parameters":{"lang":"Region","type":"Category, `all` by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"FINAL FANTASY XIV (The Lodestone)","maintainers":["chengyuhui"],"description":"Region\n\n | North Ameria | Europe | France | Germany | Japan |\n | ------------ | ------ | ------ | ------- | ----- |\n | na | eu | fr | de | jp |\n\n Category\n\n | all | topics | notices | maintenance | updates | status | developers |\n | --- | ------ | ------- | ----------- | ------- | ------ | ---------- |","location":"ff14-global.ts"}} />
|
||||
<Route namespace="ff14" data={{"path":["/global/:lang/:type?","/ff14_global/:lang/:type?"],"categories":["game"],"example":"/ff14/global/na/all","parameters":{"lang":"Region","type":"Category, `all` by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"FINAL FANTASY XIV (The Lodestone)","maintainers":["chengyuhui"],"description":"Region\n\n | North Ameria | Europe | France | Germany | Japan |\n | ------------ | ------ | ------ | ------- | ----- |\n | na | eu | fr | de | jp |\n\n Category\n\n | all | topics | notices | maintenance | updates | status | developers |\n | --- | ------ | ------- | ----------- | ------- | ------ | ---------- |","location":"ff14-global.ts"}} />
|
||||
|
||||
Region
|
||||
|
||||
|
|
@ -102,7 +102,7 @@ Category
|
|||
|
||||
### FINAL FANTASY XIV (The Lodestone) {#final-fantasy-xiv-zui-zhong-huan-xiang-14-final-fantasy-xiv-the-lodestone}
|
||||
|
||||
<Route data={{"path":["/global/:lang/:type?","/ff14_global/:lang/:type?"],"categories":["game"],"example":"/ff14/global/na/all","parameters":{"lang":"Region","type":"Category, `all` by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"FINAL FANTASY XIV (The Lodestone)","maintainers":["chengyuhui"],"description":"Region\n\n | North Ameria | Europe | France | Germany | Japan |\n | ------------ | ------ | ------ | ------- | ----- |\n | na | eu | fr | de | jp |\n\n Category\n\n | all | topics | notices | maintenance | updates | status | developers |\n | --- | ------ | ------- | ----------- | ------- | ------ | ---------- |","location":"ff14-global.ts"}} />
|
||||
<Route namespace="ff14" data={{"path":["/global/:lang/:type?","/ff14_global/:lang/:type?"],"categories":["game"],"example":"/ff14/global/na/all","parameters":{"lang":"Region","type":"Category, `all` by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"FINAL FANTASY XIV (The Lodestone)","maintainers":["chengyuhui"],"description":"Region\n\n | North Ameria | Europe | France | Germany | Japan |\n | ------------ | ------ | ------ | ------- | ----- |\n | na | eu | fr | de | jp |\n\n Category\n\n | all | topics | notices | maintenance | updates | status | developers |\n | --- | ------ | ------- | ----------- | ------- | ------ | ---------- |","location":"ff14-global.ts"}} />
|
||||
|
||||
Region
|
||||
|
||||
|
|
@ -117,7 +117,7 @@ Category
|
|||
|
||||
### 最终幻想 14 国服 {#final-fantasy-xiv-zui-zhong-huan-xiang-14-zui-zhong-huan-xiang-14-guo-fu}
|
||||
|
||||
<Route data={{"path":["/zh/:type?","/ff14_zh/:type?"],"categories":["game"],"example":"/ff14/zh/news","parameters":{"type":"分类名,预设为 `all`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ff.web.sdo.com/web8/index.html"],"target":"/zh"},"name":"最终幻想 14 国服","maintainers":["Kiotlin","ZeroClad","15x15G"],"url":"ff.web.sdo.com/web8/index.html","description":"| 新闻 | 公告 | 活动 | 广告 | 所有 |\n | ---- | -------- | ------ | --------- | ---- |\n | news | announce | events | advertise | all |","location":"ff14-zh.ts"}} />
|
||||
<Route namespace="ff14" data={{"path":["/zh/:type?","/ff14_zh/:type?"],"categories":["game"],"example":"/ff14/zh/news","parameters":{"type":"分类名,预设为 `all`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ff.web.sdo.com/web8/index.html"],"target":"/zh"},"name":"最终幻想 14 国服","maintainers":["Kiotlin","ZeroClad","15x15G"],"url":"ff.web.sdo.com/web8/index.html","description":"| 新闻 | 公告 | 活动 | 广告 | 所有 |\n | ---- | -------- | ------ | --------- | ---- |\n | news | announce | events | advertise | all |","location":"ff14-zh.ts"}} />
|
||||
|
||||
| 新闻 | 公告 | 活动 | 广告 | 所有 |
|
||||
| ---- | -------- | ------ | --------- | ---- |
|
||||
|
|
@ -125,7 +125,7 @@ Category
|
|||
|
||||
### 最终幻想 14 国服 {#final-fantasy-xiv-zui-zhong-huan-xiang-14-zui-zhong-huan-xiang-14-guo-fu}
|
||||
|
||||
<Route data={{"path":["/zh/:type?","/ff14_zh/:type?"],"categories":["game"],"example":"/ff14/zh/news","parameters":{"type":"分类名,预设为 `all`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ff.web.sdo.com/web8/index.html"],"target":"/zh"},"name":"最终幻想 14 国服","maintainers":["Kiotlin","ZeroClad","15x15G"],"url":"ff.web.sdo.com/web8/index.html","description":"| 新闻 | 公告 | 活动 | 广告 | 所有 |\n | ---- | -------- | ------ | --------- | ---- |\n | news | announce | events | advertise | all |","location":"ff14-zh.ts"}} />
|
||||
<Route namespace="ff14" data={{"path":["/zh/:type?","/ff14_zh/:type?"],"categories":["game"],"example":"/ff14/zh/news","parameters":{"type":"分类名,预设为 `all`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ff.web.sdo.com/web8/index.html"],"target":"/zh"},"name":"最终幻想 14 国服","maintainers":["Kiotlin","ZeroClad","15x15G"],"url":"ff.web.sdo.com/web8/index.html","description":"| 新闻 | 公告 | 活动 | 广告 | 所有 |\n | ---- | -------- | ------ | --------- | ---- |\n | news | announce | events | advertise | all |","location":"ff14-zh.ts"}} />
|
||||
|
||||
| 新闻 | 公告 | 活动 | 广告 | 所有 |
|
||||
| ---- | -------- | ------ | --------- | ---- |
|
||||
|
|
@ -135,7 +135,7 @@ Category
|
|||
|
||||
### News {#fortnite-news}
|
||||
|
||||
<Route data={{"path":"/news/:options?","categories":["game"],"example":"/fortnite/news","parameters":{"options":"Params"},"features":{"requireConfig":false,"requirePuppeteer":true,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"News","maintainers":["lyqluis"],"description":"- `options.lang`, optional, language, eg. `/fortnite/news/lang=en-US`, common languages are listed below, more languages are available one the [official website](https://www.fortnite.com/news)\n\n | English (default) | Spanish | Japanese | French | Korean | Polish |\n | ----------------- | ------- | -------- | ------ | ------ | ------ |\n | en-US | es-ES | ja | fr | ko | pl |","location":"news.ts"}} />
|
||||
<Route namespace="fortnite" data={{"path":"/news/:options?","categories":["game"],"example":"/fortnite/news","parameters":{"options":"Params"},"features":{"requireConfig":false,"requirePuppeteer":true,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"News","maintainers":["lyqluis"],"description":"- `options.lang`, optional, language, eg. `/fortnite/news/lang=en-US`, common languages are listed below, more languages are available one the [official website](https://www.fortnite.com/news)\n\n | English (default) | Spanish | Japanese | French | Korean | Polish |\n | ----------------- | ------- | -------- | ------ | ------ | ------ |\n | en-US | es-ES | ja | fr | ko | pl |","location":"news.ts"}} />
|
||||
|
||||
- `options.lang`, optional, language, eg. `/fortnite/news/lang=en-US`, common languages are listed below, more languages are available one the [official website](https://www.fortnite.com/news)
|
||||
|
||||
|
|
@ -147,7 +147,7 @@ Category
|
|||
|
||||
### Category {#gamer-secret-category}
|
||||
|
||||
<Route data={{"path":"/:type?/:category?","categories":["game"],"example":"/gamersecret","parameters":{"type":"Type, see below, Latest News by default","category":"Category, see below"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["gamersecret.com/:type","gamersecret.com/:type/:category","gamersecret.com/"]},"name":"Category","maintainers":["nczitzk"],"description":"| Latest News | PC | Playstation | Nintendo | Xbox | Moblie |\n | ----------- | -- | ----------- | -------- | ---- | ------ |\n | latest-news | pc | playstation | nintendo | xbox | moblie |\n\n Or\n\n | GENERAL | GENERAL EN | MOBILE | MOBILE EN |\n | ---------------- | ------------------ | --------------- | ----------------- |\n | category/general | category/generalen | category/mobile | category/mobileen |\n\n | NINTENDO | NINTENDO EN | PC | PC EN |\n | ----------------- | ------------------- | ----------- | ------------- |\n | category/nintendo | category/nintendoen | category/pc | category/pcen |\n\n | PLAYSTATION | PLAYSTATION EN | REVIEWS |\n | -------------------- | ---------------------- | ---------------- |\n | category/playstation | category/playstationen | category/reviews |\n\n | XBOX | XBOX EN |\n | ------------- | --------------- |\n | category/xbox | category/xboxen |","location":"index.ts"}} />
|
||||
<Route namespace="gamersecret" data={{"path":"/:type?/:category?","categories":["game"],"example":"/gamersecret","parameters":{"type":"Type, see below, Latest News by default","category":"Category, see below"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["gamersecret.com/:type","gamersecret.com/:type/:category","gamersecret.com/"]},"name":"Category","maintainers":["nczitzk"],"description":"| Latest News | PC | Playstation | Nintendo | Xbox | Moblie |\n | ----------- | -- | ----------- | -------- | ---- | ------ |\n | latest-news | pc | playstation | nintendo | xbox | moblie |\n\n Or\n\n | GENERAL | GENERAL EN | MOBILE | MOBILE EN |\n | ---------------- | ------------------ | --------------- | ----------------- |\n | category/general | category/generalen | category/mobile | category/mobileen |\n\n | NINTENDO | NINTENDO EN | PC | PC EN |\n | ----------------- | ------------------- | ----------- | ------------- |\n | category/nintendo | category/nintendoen | category/pc | category/pcen |\n\n | PLAYSTATION | PLAYSTATION EN | REVIEWS |\n | -------------------- | ---------------------- | ---------------- |\n | category/playstation | category/playstationen | category/reviews |\n\n | XBOX | XBOX EN |\n | ------------- | --------------- |\n | category/xbox | category/xboxen |","location":"index.ts"}} />
|
||||
|
||||
| Latest News | PC | Playstation | Nintendo | Xbox | Moblie |
|
||||
| ----------- | -- | ----------- | -------- | ---- | ------ |
|
||||
|
|
@ -175,7 +175,7 @@ Or
|
|||
|
||||
### Official Announcement {#hoyolab-official-announcement}
|
||||
|
||||
<Route data={{"path":"/news/:language/:gids/:type","categories":["game"],"example":"/hoyolab/news/zh-cn/2/2","parameters":{"language":"Language","gids":"Game ID","type":"Announcement type"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Official Announcement","maintainers":["ZenoTian"],"description":"| Language | Code |\n | ---------------- | ----- |\n | 简体中文 | zh-cn |\n | 繁體中文 | zh-tw |\n | 日本語 | ja-jp |\n | 한국어 | ko-kr |\n | English (US) | en-us |\n | Español (EU) | es-es |\n | Français | fr-fr |\n | Deutsch | de-de |\n | Русский | ru-ru |\n | Português | pt-pt |\n | Español (Latino) | es-mx |\n | Indonesia | id-id |\n | Tiếng Việt | vi-vn |\n | ภาษาไทย | th-th |\n\n | Honkai Impact 3rd | Genshin Impact | Tears of Themis | HoYoLAB | Honkai: Star Rail | Zenless Zone Zero |\n | ----------------- | -------------- | --------------- | ------- | ----------------- | ----------------- |\n | 1 | 2 | 4 | 5 | 6 | 8 |\n\n | Notices | Events | Info |\n | ------- | ------ | ---- |\n | 1 | 2 | 3 |","location":"news.ts"}} />
|
||||
<Route namespace="hoyolab" data={{"path":"/news/:language/:gids/:type","categories":["game"],"example":"/hoyolab/news/zh-cn/2/2","parameters":{"language":"Language","gids":"Game ID","type":"Announcement type"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Official Announcement","maintainers":["ZenoTian"],"description":"| Language | Code |\n | ---------------- | ----- |\n | 简体中文 | zh-cn |\n | 繁體中文 | zh-tw |\n | 日本語 | ja-jp |\n | 한국어 | ko-kr |\n | English (US) | en-us |\n | Español (EU) | es-es |\n | Français | fr-fr |\n | Deutsch | de-de |\n | Русский | ru-ru |\n | Português | pt-pt |\n | Español (Latino) | es-mx |\n | Indonesia | id-id |\n | Tiếng Việt | vi-vn |\n | ภาษาไทย | th-th |\n\n | Honkai Impact 3rd | Genshin Impact | Tears of Themis | HoYoLAB | Honkai: Star Rail | Zenless Zone Zero |\n | ----------------- | -------------- | --------------- | ------- | ----------------- | ----------------- |\n | 1 | 2 | 4 | 5 | 6 | 8 |\n\n | Notices | Events | Info |\n | ------- | ------ | ---- |\n | 1 | 2 | 3 |","location":"news.ts"}} />
|
||||
|
||||
| Language | Code |
|
||||
| ---------------- | ----- |
|
||||
|
|
@ -206,15 +206,15 @@ Or
|
|||
|
||||
### Unknown {#indienova-du-li-you-xi-unknown}
|
||||
|
||||
<Route data={{"path":"/:type","categories":["game"],"example":"/indienova/article","parameters":{"type":"类型: `article` 文章,`development` 开发"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Unknown","maintainers":["GensouSakuya","kt286"],"location":"article.ts"}} />
|
||||
<Route namespace="indienova" data={{"path":"/:type","categories":["game"],"example":"/indienova/article","parameters":{"type":"类型: `article` 文章,`development` 开发"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Unknown","maintainers":["GensouSakuya","kt286"],"location":"article.ts"}} />
|
||||
|
||||
### 会员开发游戏库 {#indienova-du-li-you-xi-hui-yuan-kai-fa-you-xi-ku}
|
||||
|
||||
<Route data={{"path":"/usergames","categories":["game"],"example":"/indienova/usergames","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["indienova.com/usergames","indienova.com/"]},"name":"会员开发游戏库","maintainers":["TonyRL"],"url":"indienova.com/usergames","location":"usergames.ts"}} />
|
||||
<Route namespace="indienova" data={{"path":"/usergames","categories":["game"],"example":"/indienova/usergames","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["indienova.com/usergames","indienova.com/"]},"name":"会员开发游戏库","maintainers":["TonyRL"],"url":"indienova.com/usergames","location":"usergames.ts"}} />
|
||||
|
||||
### 专题 {#indienova-du-li-you-xi-zhuan-ti}
|
||||
|
||||
<Route data={{"path":"/column/:columnId","categories":["game"],"example":"/indienova/column/52","parameters":{"columnId":"专题 ID,可在 URL中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["indienova.com/column/:columnId"]},"name":"专题","maintainers":["TonyRL"],"description":"<details>\n <summary>专题 ID</summary>\n\n 游戏推荐\n\n | itch 一周游戏汇 | 一周值得关注的发售作品 | 诺娃速递 | 周末游戏视频集锦 | 每月媒体评分 | 年度最佳游戏 | Indie Focus 近期新游 | indienova Picks 精选 |\n | --------------- | ---------------------- | -------- | ---------------- | ------------ | ------------ | -------------------- | -------------------- |\n | 52 | 29 | 41 | 43 | 45 | 39 | 1 | 8 |\n\n 游戏评论\n\n | 游必有方 Podcast | 独立游戏潮(RED) |\n | ---------------- | ----------------- |\n | 6 | 3 |\n\n 游戏开发\n\n | 游戏设计模式 | Roguelike 开发 | GMS 中文教程 |\n | ------------ | -------------- | ------------ |\n | 15 | 14 | 7 |\n\n 游戏设计\n\n | 游戏与所有 | 让人眼前一亮的游戏设计 | 游戏音乐分析 | 游戏情感设计 | 游戏相关书籍 | 游戏设计课程笔记 | 游戏设计工具 | 游戏设计灵感 | 设计师谈设计 | 游戏研究方法 | 功能游戏 | 游戏设计专业院校 | 像素课堂 |\n | ---------- | ---------------------- | ------------ | ------------ | ------------ | ---------------- | ------------ | ------------ | ------------ | ------------ | -------- | ---------------- | -------- |\n | 10 | 33 | 17 | 4 | 22 | 11 | 24 | 26 | 27 | 28 | 38 | 9 | 19 |\n\n 游戏文化\n\n | NOVA 海外独立游戏见闻 | 工作室访谈 | indie Figure 游戏人 | 游戏艺术家 | 独立游戏音乐欣赏 | 游戏瑰宝 | 电脑 RPG 游戏史 | ALT. CTRL. GAMING |\n | --------------------- | ---------- | ------------------- | ---------- | ---------------- | -------- | --------------- | ----------------- |\n | 53 | 23 | 5 | 44 | 18 | 21 | 16 | 2 |\n\n Game Jam\n\n | Ludum Dare | Global Game Jam |\n | ---------- | --------------- |\n | 31 | 13 |\n </details>","location":"column.ts"}} />
|
||||
<Route namespace="indienova" data={{"path":"/column/:columnId","categories":["game"],"example":"/indienova/column/52","parameters":{"columnId":"专题 ID,可在 URL中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["indienova.com/column/:columnId"]},"name":"专题","maintainers":["TonyRL"],"description":"<details>\n <summary>专题 ID</summary>\n\n 游戏推荐\n\n | itch 一周游戏汇 | 一周值得关注的发售作品 | 诺娃速递 | 周末游戏视频集锦 | 每月媒体评分 | 年度最佳游戏 | Indie Focus 近期新游 | indienova Picks 精选 |\n | --------------- | ---------------------- | -------- | ---------------- | ------------ | ------------ | -------------------- | -------------------- |\n | 52 | 29 | 41 | 43 | 45 | 39 | 1 | 8 |\n\n 游戏评论\n\n | 游必有方 Podcast | 独立游戏潮(RED) |\n | ---------------- | ----------------- |\n | 6 | 3 |\n\n 游戏开发\n\n | 游戏设计模式 | Roguelike 开发 | GMS 中文教程 |\n | ------------ | -------------- | ------------ |\n | 15 | 14 | 7 |\n\n 游戏设计\n\n | 游戏与所有 | 让人眼前一亮的游戏设计 | 游戏音乐分析 | 游戏情感设计 | 游戏相关书籍 | 游戏设计课程笔记 | 游戏设计工具 | 游戏设计灵感 | 设计师谈设计 | 游戏研究方法 | 功能游戏 | 游戏设计专业院校 | 像素课堂 |\n | ---------- | ---------------------- | ------------ | ------------ | ------------ | ---------------- | ------------ | ------------ | ------------ | ------------ | -------- | ---------------- | -------- |\n | 10 | 33 | 17 | 4 | 22 | 11 | 24 | 26 | 27 | 28 | 38 | 9 | 19 |\n\n 游戏文化\n\n | NOVA 海外独立游戏见闻 | 工作室访谈 | indie Figure 游戏人 | 游戏艺术家 | 独立游戏音乐欣赏 | 游戏瑰宝 | 电脑 RPG 游戏史 | ALT. CTRL. GAMING |\n | --------------------- | ---------- | ------------------- | ---------- | ---------------- | -------- | --------------- | ----------------- |\n | 53 | 23 | 5 | 44 | 18 | 21 | 16 | 2 |\n\n Game Jam\n\n | Ludum Dare | Global Game Jam |\n | ---------- | --------------- |\n | 31 | 13 |\n </details>","location":"column.ts"}} />
|
||||
|
||||
<details>
|
||||
<summary>专题 ID</summary>
|
||||
|
|
@ -260,7 +260,7 @@ Or
|
|||
|
||||
### Developer Logs {#itch-io-developer-logs}
|
||||
|
||||
<Route data={{"path":"/devlog/:user/:id","categories":["game"],"example":"/itch/devlog/teamterrible/the-baby-in-yellow","parameters":{"user":"User id, can be found in URL","id":"Item id, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Developer Logs","maintainers":["nczitzk"],"description":"`User id` is the field before `.itch.io` in the URL of the corresponding page, e.g. the URL of [The Baby In Yellow Devlog](https://teamterrible.itch.io/the-baby-in-yellow/devlog) is `https://teamterrible.itch.io/the-baby-in-yellow/devlog`, where the field before `.itch.io` is `teamterrible`.\n\n `Item id` is the field between `itch.io` and `/devlog` in the URL of the corresponding page, e.g. the URL for [The Baby In Yellow Devlog](https://teamterrible.itch.io/the-baby-in-yellow/devlog) is `https://teamterrible.itch.io/the-baby-in-yellow/devlog`, where the field between `itch.io` and `/devlog` is `the-baby-in-yellow`.\n\n So the route is [`/itch/devlogs/teamterrible/the-baby-in-yellow`](https://rsshub.app/itch/devlogs/teamterrible/the-baby-in-yellow).","location":"devlog.ts"}} />
|
||||
<Route namespace="itch" data={{"path":"/devlog/:user/:id","categories":["game"],"example":"/itch/devlog/teamterrible/the-baby-in-yellow","parameters":{"user":"User id, can be found in URL","id":"Item id, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Developer Logs","maintainers":["nczitzk"],"description":"`User id` is the field before `.itch.io` in the URL of the corresponding page, e.g. the URL of [The Baby In Yellow Devlog](https://teamterrible.itch.io/the-baby-in-yellow/devlog) is `https://teamterrible.itch.io/the-baby-in-yellow/devlog`, where the field before `.itch.io` is `teamterrible`.\n\n `Item id` is the field between `itch.io` and `/devlog` in the URL of the corresponding page, e.g. the URL for [The Baby In Yellow Devlog](https://teamterrible.itch.io/the-baby-in-yellow/devlog) is `https://teamterrible.itch.io/the-baby-in-yellow/devlog`, where the field between `itch.io` and `/devlog` is `the-baby-in-yellow`.\n\n So the route is [`/itch/devlogs/teamterrible/the-baby-in-yellow`](https://rsshub.app/itch/devlogs/teamterrible/the-baby-in-yellow).","location":"devlog.ts"}} />
|
||||
|
||||
`User id` is the field before `.itch.io` in the URL of the corresponding page, e.g. the URL of [The Baby In Yellow Devlog](https://teamterrible.itch.io/the-baby-in-yellow/devlog) is `https://teamterrible.itch.io/the-baby-in-yellow/devlog`, where the field before `.itch.io` is `teamterrible`.
|
||||
|
||||
|
|
@ -270,13 +270,13 @@ So the route is [`/itch/devlogs/teamterrible/the-baby-in-yellow`](https://rsshub
|
|||
|
||||
### Posts {#itch-io-posts}
|
||||
|
||||
<Route data={{"path":"/posts/:topic/:id","categories":["game"],"example":"/itch/posts/9539/introduce-yourself","parameters":{"topic":"Topic id, can be found in URL","id":"Topic name, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["itch.io/t/:topic/:id"]},"name":"Posts","maintainers":["nczitzk"],"location":"posts.ts"}} />
|
||||
<Route namespace="itch" data={{"path":"/posts/:topic/:id","categories":["game"],"example":"/itch/posts/9539/introduce-yourself","parameters":{"topic":"Topic id, can be found in URL","id":"Topic name, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["itch.io/t/:topic/:id"]},"name":"Posts","maintainers":["nczitzk"],"location":"posts.ts"}} />
|
||||
|
||||
## JUMP {#jump}
|
||||
|
||||
### 游戏折扣 {#jump-you-xi-zhe-kou}
|
||||
|
||||
<Route data={{"path":"/discount/:platform/:filter?/:countries?","categories":["game"],"example":"/jump/discount/ps5/all","parameters":{"platform":"平台:switch,ps4,ps5,xbox,steam,epic","filter":"过滤参数,all-全部,jx-精选,sd-史低,dl-独立,vip-会员","countries":"地区,具体支持较多,可自信查看地区简写"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"游戏折扣","maintainers":["zytomorrow"],"description":"| switch | ps4 | ps5 | xbox | steam | epic |\n | ------ | ---- | ---- | ------ | ----- | ------ |\n | 可用 | 可用 | 可用 | 不可用 | 可用 | 不可用 |\n\n | filter | switch | ps4 | ps5 | steam |\n | ------ | ------ | --- | --- | ----- |\n | all | ✔ | ✔ | ✔ | ✔ |\n | jx | ✔ | ✔ | ❌ | ✔ |\n | sd | ✔ | ✔ | ✔ | ✔ |\n | dl | ❌ | ✔ | ❌ | ✔ |\n | vip | ❌ | ❌ | ✔ | ❌ |\n\n | 北美 | 欧洲(英语) | 法国 | 德国 | 日本 |\n | ---- | ------------ | ---- | ---- | ---- |\n | na | eu | fr | de | jp |","location":"discount.ts"}} />
|
||||
<Route namespace="jump" data={{"path":"/discount/:platform/:filter?/:countries?","categories":["game"],"example":"/jump/discount/ps5/all","parameters":{"platform":"平台:switch,ps4,ps5,xbox,steam,epic","filter":"过滤参数,all-全部,jx-精选,sd-史低,dl-独立,vip-会员","countries":"地区,具体支持较多,可自信查看地区简写"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"游戏折扣","maintainers":["zytomorrow"],"description":"| switch | ps4 | ps5 | xbox | steam | epic |\n | ------ | ---- | ---- | ------ | ----- | ------ |\n | 可用 | 可用 | 可用 | 不可用 | 可用 | 不可用 |\n\n | filter | switch | ps4 | ps5 | steam |\n | ------ | ------ | --- | --- | ----- |\n | all | ✔ | ✔ | ✔ | ✔ |\n | jx | ✔ | ✔ | ❌ | ✔ |\n | sd | ✔ | ✔ | ✔ | ✔ |\n | dl | ❌ | ✔ | ❌ | ✔ |\n | vip | ❌ | ❌ | ✔ | ❌ |\n\n | 北美 | 欧洲(英语) | 法国 | 德国 | 日本 |\n | ---- | ------------ | ---- | ---- | ---- |\n | na | eu | fr | de | jp |","location":"discount.ts"}} />
|
||||
|
||||
| switch | ps4 | ps5 | xbox | steam | epic |
|
||||
| ------ | ---- | ---- | ------ | ----- | ------ |
|
||||
|
|
@ -298,19 +298,19 @@ So the route is [`/itch/devlogs/teamterrible/the-baby-in-yellow`](https://rsshub
|
|||
|
||||
### Dota2 战队最近比赛结果 {#liquipedia-dota2-zhan-dui-zui-jin-bi-sai-jie-guo}
|
||||
|
||||
<Route data={{"path":"/dota2/matches/:id","categories":["game"],"example":"/liquipedia/dota2/matches/Team_Aster","parameters":{"id":"战队名称,可在url中找到。例如:https://liquipedia.net/dota2/Team_Aster"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["liquipedia.net/dota2/:id"]},"name":"Dota2 战队最近比赛结果","maintainers":["wzekin"],"location":"dota2-matches.ts"}} />
|
||||
<Route namespace="liquipedia" data={{"path":"/dota2/matches/:id","categories":["game"],"example":"/liquipedia/dota2/matches/Team_Aster","parameters":{"id":"战队名称,可在url中找到。例如:https://liquipedia.net/dota2/Team_Aster"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["liquipedia.net/dota2/:id"]},"name":"Dota2 战队最近比赛结果","maintainers":["wzekin"],"location":"dota2-matches.ts"}} />
|
||||
|
||||
## Minecraft {#minecraft}
|
||||
|
||||
### Java Game Update {#minecraft-java-game-update}
|
||||
|
||||
<Route data={{"path":"/version","categories":["game"],"example":"/minecraft/version","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["minecraft.net/"]},"name":"Java Game Update","maintainers":["TheresaQWQ"],"url":"minecraft.net/","location":"version.ts"}} />
|
||||
<Route namespace="minecraft" data={{"path":"/version","categories":["game"],"example":"/minecraft/version","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["minecraft.net/"]},"name":"Java Game Update","maintainers":["TheresaQWQ"],"url":"minecraft.net/","location":"version.ts"}} />
|
||||
|
||||
## Modrinth {#modrinth}
|
||||
|
||||
### Project versions {#modrinth-project-versions}
|
||||
|
||||
<Route data={{"path":"/models","categories":["game"],"example":"/modrinth/project/sodium/versions","parameters":{"id":"Id or slug of the Modrinth project","routeParams":"Extra route params. See the table below for options"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["modrinth.com/mod/:id/*","modrinth.com/plugin/:id/*","modrinth.com/datapack/:id/*","modrinth.com/shader/:id/*","modrinth.com/resourcepack/:id/*","modrinth.com/modpack/:id/*","modrinth.com/mod/:id","modrinth.com/plugin/:id","modrinth.com/datapack/:id","modrinth.com/shader/:id","modrinth.com/resourcepack/:id","modrinth.com/modpack/:id"],"target":"/project/:id/versions"},"description":"| Name | Example |\n| -------------- | -------------------------------------------- |\n| loaders | loaders=fabric&loaders=quilt&loaders=forge |\n| game_versions | game_versions=1.20.1&game_versions=1.20.2 |\n| featured | featured=true |","name":"Project versions","maintainers":["SettingDust"],"location":"versions.ts"}} />
|
||||
<Route namespace="modrinth" data={{"path":"/models","categories":["game"],"example":"/modrinth/project/sodium/versions","parameters":{"id":"Id or slug of the Modrinth project","routeParams":"Extra route params. See the table below for options"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["modrinth.com/mod/:id/*","modrinth.com/plugin/:id/*","modrinth.com/datapack/:id/*","modrinth.com/shader/:id/*","modrinth.com/resourcepack/:id/*","modrinth.com/modpack/:id/*","modrinth.com/mod/:id","modrinth.com/plugin/:id","modrinth.com/datapack/:id","modrinth.com/shader/:id","modrinth.com/resourcepack/:id","modrinth.com/modpack/:id"],"target":"/project/:id/versions"},"description":"| Name | Example |\n| -------------- | -------------------------------------------- |\n| loaders | loaders=fabric&loaders=quilt&loaders=forge |\n| game_versions | game_versions=1.20.1&game_versions=1.20.2 |\n| featured | featured=true |","name":"Project versions","maintainers":["SettingDust"],"location":"versions.ts"}} />
|
||||
|
||||
| Name | Example |
|
||||
| -------------- | -------------------------------------------- |
|
||||
|
|
@ -322,47 +322,47 @@ So the route is [`/itch/devlogs/teamterrible/the-baby-in-yellow`](https://rsshub
|
|||
|
||||
### Nintendo Direct {#nintendo-nintendo-direct}
|
||||
|
||||
<Route data={{"path":"/direct","categories":["game"],"example":"/nintendo/direct","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["nintendo.com/nintendo-direct/archive","nintendo.com/"]},"name":"Nintendo Direct","maintainers":["HFO4"],"url":"nintendo.com/nintendo-direct/archive","location":"direct.ts"}} />
|
||||
|
||||
### 首页资讯(中国) {#nintendo-shou-ye-zi-xun-zhong-guo}
|
||||
|
||||
<Route data={{"path":"/news/china","categories":["game"],"example":"/nintendo/news/china","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["nintendoswitch.com.cn/"]},"name":"首页资讯(中国)","maintainers":["NeverBehave"],"url":"nintendoswitch.com.cn/","location":"news-china.ts"}} />
|
||||
<Route namespace="nintendo" data={{"path":"/direct","categories":["game"],"example":"/nintendo/direct","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["nintendo.com/nintendo-direct/archive","nintendo.com/"]},"name":"Nintendo Direct","maintainers":["HFO4"],"url":"nintendo.com/nintendo-direct/archive","location":"direct.ts"}} />
|
||||
|
||||
### News(Hong Kong only) {#nintendo-news-hong-kong-only}
|
||||
|
||||
<Route data={{"path":"/news","categories":["game"],"example":"/nintendo/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["nintendo.com.hk/topics","nintendo.com.hk/"]},"name":"News(Hong Kong only)","maintainers":["HFO4"],"url":"nintendo.com.hk/topics","location":"news.ts"}} />
|
||||
<Route namespace="nintendo" data={{"path":"/news","categories":["game"],"example":"/nintendo/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["nintendo.com.hk/topics","nintendo.com.hk/"]},"name":"News(Hong Kong only)","maintainers":["HFO4"],"url":"nintendo.com.hk/topics","location":"news.ts"}} />
|
||||
|
||||
### Switch System Update(Japan) {#nintendo-switch-system-update-japan}
|
||||
|
||||
<Route data={{"path":"/system-update","categories":["game"],"example":"/nintendo/system-update","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["nintendo.co.jp/support/switch/system_update/index.html","nintendo.co.jp/"]},"name":"Switch System Update(Japan)","maintainers":["hoilc"],"url":"nintendo.co.jp/support/switch/system_update/index.html","location":"system-update.ts"}} />
|
||||
<Route namespace="nintendo" data={{"path":"/system-update","categories":["game"],"example":"/nintendo/system-update","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["nintendo.co.jp/support/switch/system_update/index.html","nintendo.co.jp/"]},"name":"Switch System Update(Japan)","maintainers":["hoilc"],"url":"nintendo.co.jp/support/switch/system_update/index.html","location":"system-update.ts"}} />
|
||||
|
||||
### 首页资讯(中国) {#nintendo-shou-ye-zi-xun-zhong-guo}
|
||||
|
||||
<Route namespace="nintendo" data={{"path":"/news/china","categories":["game"],"example":"/nintendo/news/china","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["nintendoswitch.com.cn/"]},"name":"首页资讯(中国)","maintainers":["NeverBehave"],"url":"nintendoswitch.com.cn/","location":"news-china.ts"}} />
|
||||
|
||||
## osu! {#osu}
|
||||
|
||||
### Beatmap Packs {#osu-beatmap-packs}
|
||||
|
||||
<Route data={{"path":"/packs/:type?","categories":["game"],"example":"/osu/packs","parameters":{"type":"pack type, default to `standard`, can choose from `featured`, `tournament`, `loved`, `chart`, `theme` and `artist`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Beatmap Packs","maintainers":["JimenezLi"],"location":"beatmaps/packs.ts"}} />
|
||||
<Route namespace="osu" data={{"path":"/packs/:type?","categories":["game"],"example":"/osu/packs","parameters":{"type":"pack type, default to `standard`, can choose from `featured`, `tournament`, `loved`, `chart`, `theme` and `artist`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Beatmap Packs","maintainers":["JimenezLi"],"location":"beatmaps/packs.ts"}} />
|
||||
|
||||
## PlayStation Store {#playstation-store}
|
||||
|
||||
### PlayStation Monthly Games {#playstation-store-playstation-monthly-games}
|
||||
|
||||
<Route data={{"path":"/monthly-games","categories":["game"],"example":"/ps/monthly-games","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.playstation.com/en-sg/ps-plus/whats-new"]},"name":"PlayStation Monthly Games","maintainers":["justjustCC"],"url":"www.playstation.com/en-sg/ps-plus/whats-new","location":"monthly-games.ts"}} />
|
||||
<Route namespace="ps" data={{"path":"/monthly-games","categories":["game"],"example":"/ps/monthly-games","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.playstation.com/en-sg/ps-plus/whats-new"]},"name":"PlayStation Monthly Games","maintainers":["justjustCC"],"url":"www.playstation.com/en-sg/ps-plus/whats-new","location":"monthly-games.ts"}} />
|
||||
|
||||
### PlayStation Network user trophy {#playstation-store-playstation-network-user-trophy}
|
||||
|
||||
<Route data={{"path":"/trophy/:id","categories":["game"],"example":"/ps/trophy/DIYgod_","parameters":{"id":"User ID"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"PlayStation Network user trophy","maintainers":["DIYgod"],"location":"trophy.ts"}} />
|
||||
<Route namespace="ps" data={{"path":"/trophy/:id","categories":["game"],"example":"/ps/trophy/DIYgod_","parameters":{"id":"User ID"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"PlayStation Network user trophy","maintainers":["DIYgod"],"location":"trophy.ts"}} />
|
||||
|
||||
## PRINCESS CONNECT! Re Dive プリンセスコネクト!Re Dive {#princess-connect-re-dive-%E3%83%97%E3%83%AA%E3%83%B3%E3%82%BB%E3%82%B9%E3%82%B3%E3%83%8D%E3%82%AF%E3%83%88%EF%BC%81re-dive}
|
||||
|
||||
### 日服公告 {#princess-connect-re-dive-%E3%83%97%E3%83%AA%E3%83%B3%E3%82%BB%E3%82%B9%E3%82%B3%E3%83%8D%E3%82%AF%E3%83%88%EF%BC%81re-dive-ri-fu-gong-gao}
|
||||
|
||||
<Route data={{"path":"/news","categories":["game"],"example":"/priconne-redive/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["priconne-redive.jp/news"]},"name":"日服公告","maintainers":["SayaSS"],"url":"priconne-redive.jp/news","location":"news.ts"}} />
|
||||
<Route namespace="priconne-redive" data={{"path":"/news","categories":["game"],"example":"/priconne-redive/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["priconne-redive.jp/news"]},"name":"日服公告","maintainers":["SayaSS"],"url":"priconne-redive.jp/news","location":"news.ts"}} />
|
||||
|
||||
## SEGA {#sega}
|
||||
|
||||
### 世界计划 多彩舞台 | ProjectSekai | プロセカ {#sega-shi-jie-ji-hua-duo-cai-wu-tai-projectsekai-%E3%83%97%E3%83%AD%E3%82%BB%E3%82%AB}
|
||||
|
||||
<Route data={{"path":"/pjsekai/news","categories":["game"],"example":"/sega/pjsekai/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["pjsekai.sega.jp/news/index.html"]},"name":"世界计划 多彩舞台 | ProjectSekai | プロセカ","maintainers":["15x15G"],"url":"pjsekai.sega.jp/news/index.html","location":"pjsekai.ts"}} />
|
||||
<Route namespace="sega" data={{"path":"/pjsekai/news","categories":["game"],"example":"/sega/pjsekai/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["pjsekai.sega.jp/news/index.html"]},"name":"世界计划 多彩舞台 | ProjectSekai | プロセカ","maintainers":["15x15G"],"url":"pjsekai.sega.jp/news/index.html","location":"pjsekai.ts"}} />
|
||||
|
||||
## TapTap 中国 {#taptap-zhong-guo}
|
||||
|
||||
|
|
@ -372,7 +372,7 @@ So the route is [`/itch/devlogs/teamterrible/the-baby-in-yellow`](https://rsshub
|
|||
|
||||
### 游戏更新 {#taptap-zhong-guo-you-xi-geng-xin}
|
||||
|
||||
<Route data={{"path":["/changelog/:id/:lang?","/intl/changelog/:id/:lang?"],"categories":["game"],"example":"/taptap/changelog/60809/en_US","parameters":{"id":"游戏 ID,游戏主页 URL 中获取","lang":"语言,默认使用 `zh_CN`,亦可使用 `en_US`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["taptap.com/app/:id"],"target":"/changelog/:id"},"name":"游戏更新","maintainers":["hoilc","ETiV"],"description":"#### 语言代码\n\n | English (US) | 繁體中文 | 한국어 | 日本語 |\n | ------------ | -------- | ------ | ------ |\n | en_US | zh_TW | ko_KR | ja_JP |","location":"changelog.ts"}} />
|
||||
<Route namespace="taptap" data={{"path":["/changelog/:id/:lang?","/intl/changelog/:id/:lang?"],"categories":["game"],"example":"/taptap/changelog/60809/en_US","parameters":{"id":"游戏 ID,游戏主页 URL 中获取","lang":"语言,默认使用 `zh_CN`,亦可使用 `en_US`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["taptap.com/app/:id"],"target":"/changelog/:id"},"name":"游戏更新","maintainers":["hoilc","ETiV"],"description":"#### 语言代码\n\n | English (US) | 繁體中文 | 한국어 | 日本語 |\n | ------------ | -------- | ------ | ------ |\n | en_US | zh_TW | ko_KR | ja_JP |","location":"changelog.ts"}} />
|
||||
|
||||
#### 语言代码 {#taptap-zhong-guo-you-xi-geng-xin-yu-yan-dai-ma}
|
||||
|
||||
|
|
@ -382,7 +382,7 @@ So the route is [`/itch/devlogs/teamterrible/the-baby-in-yellow`](https://rsshub
|
|||
|
||||
### 游戏更新 {#taptap-zhong-guo-you-xi-geng-xin}
|
||||
|
||||
<Route data={{"path":["/changelog/:id/:lang?","/intl/changelog/:id/:lang?"],"categories":["game"],"example":"/taptap/changelog/60809/en_US","parameters":{"id":"游戏 ID,游戏主页 URL 中获取","lang":"语言,默认使用 `zh_CN`,亦可使用 `en_US`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["taptap.com/app/:id"],"target":"/changelog/:id"},"name":"游戏更新","maintainers":["hoilc","ETiV"],"description":"#### 语言代码\n\n | English (US) | 繁體中文 | 한국어 | 日本語 |\n | ------------ | -------- | ------ | ------ |\n | en_US | zh_TW | ko_KR | ja_JP |","location":"changelog.ts"}} />
|
||||
<Route namespace="taptap" data={{"path":["/changelog/:id/:lang?","/intl/changelog/:id/:lang?"],"categories":["game"],"example":"/taptap/changelog/60809/en_US","parameters":{"id":"游戏 ID,游戏主页 URL 中获取","lang":"语言,默认使用 `zh_CN`,亦可使用 `en_US`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["taptap.com/app/:id"],"target":"/changelog/:id"},"name":"游戏更新","maintainers":["hoilc","ETiV"],"description":"#### 语言代码\n\n | English (US) | 繁體中文 | 한국어 | 日本語 |\n | ------------ | -------- | ------ | ------ |\n | en_US | zh_TW | ko_KR | ja_JP |","location":"changelog.ts"}} />
|
||||
|
||||
#### 语言代码 {#taptap-zhong-guo-you-xi-geng-xin-yu-yan-dai-ma}
|
||||
|
||||
|
|
@ -390,9 +390,25 @@ So the route is [`/itch/devlogs/teamterrible/the-baby-in-yellow`](https://rsshub
|
|||
| ------------ | -------- | ------ | ------ |
|
||||
| en\_US | zh\_TW | ko\_KR | ja\_JP |
|
||||
|
||||
### 游戏评价 {#taptap-zhong-guo-you-xi-ping-jia}
|
||||
|
||||
<Route namespace="taptap" data={{"path":["/review/:id/:order?/:lang?","/intl/review/:id/:order?/:lang?"],"categories":["game"],"example":"/taptap/review/142793/hot","parameters":{"id":"游戏 ID,游戏主页 URL 中获取","order":"排序方式,空为默认排序,可选如下","lang":"语言,`zh-CN`或`zh-TW`,默认为`zh-CN`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["taptap.com/app/:id/review","taptap.com/app/:id"],"target":"/review/:id"},"name":"游戏评价","maintainers":["hoilc","TonyRL"],"description":"| 最新 | 最热 | 游戏时长 | 默认排序 |\n | ------ | ---- | -------- | -------- |\n | update | hot | spent | default |","location":"review.ts"}} />
|
||||
|
||||
| 最新 | 最热 | 游戏时长 | 默认排序 |
|
||||
| ------ | ---- | -------- | -------- |
|
||||
| update | hot | spent | default |
|
||||
|
||||
### 游戏评价 {#taptap-zhong-guo-you-xi-ping-jia}
|
||||
|
||||
<Route namespace="taptap" data={{"path":["/review/:id/:order?/:lang?","/intl/review/:id/:order?/:lang?"],"categories":["game"],"example":"/taptap/review/142793/hot","parameters":{"id":"游戏 ID,游戏主页 URL 中获取","order":"排序方式,空为默认排序,可选如下","lang":"语言,`zh-CN`或`zh-TW`,默认为`zh-CN`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["taptap.com/app/:id/review","taptap.com/app/:id"],"target":"/review/:id"},"name":"游戏评价","maintainers":["hoilc","TonyRL"],"description":"| 最新 | 最热 | 游戏时长 | 默认排序 |\n | ------ | ---- | -------- | -------- |\n | update | hot | spent | default |","location":"review.ts"}} />
|
||||
|
||||
| 最新 | 最热 | 游戏时长 | 默认排序 |
|
||||
| ------ | ---- | -------- | -------- |
|
||||
| update | hot | spent | default |
|
||||
|
||||
### 游戏论坛 {#taptap-zhong-guo-you-xi-lun-tan}
|
||||
|
||||
<Route data={{"path":"/topic/:id/:type?/:sort?/:lang?","categories":["game"],"example":"/taptap/topic/142793/official","parameters":{"id":"游戏 ID,游戏主页 URL 中获取","type":"论坛版块,默认显示所有帖子,论坛版块 URL 中 `type` 参数,见下表,默认为 `feed`","sort":"排序,见下表,默认为 `created`","lang":"语言,`zh-CN`或`zh-TW`,默认为`zh-CN`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["taptap.com/app/:id/topic","taptap.com/app/:id"],"target":"/topic/:id"},"name":"游戏论坛","maintainers":["hoilc","TonyRL"],"description":"| 全部 | 精华 | 官方 | 影片 |\n | ---- | ----- | -------- | ----- |\n | feed | elite | official | video |\n\n | 发布时间 | 回复时间 |\n | -------- | --------- |\n | created | commented |","location":"topic.ts"}} />
|
||||
<Route namespace="taptap" data={{"path":"/topic/:id/:type?/:sort?/:lang?","categories":["game"],"example":"/taptap/topic/142793/official","parameters":{"id":"游戏 ID,游戏主页 URL 中获取","type":"论坛版块,默认显示所有帖子,论坛版块 URL 中 `type` 参数,见下表,默认为 `feed`","sort":"排序,见下表,默认为 `created`","lang":"语言,`zh-CN`或`zh-TW`,默认为`zh-CN`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["taptap.com/app/:id/topic","taptap.com/app/:id"],"target":"/topic/:id"},"name":"游戏论坛","maintainers":["hoilc","TonyRL"],"description":"| 全部 | 精华 | 官方 | 影片 |\n | ---- | ----- | -------- | ----- |\n | feed | elite | official | video |\n\n | 发布时间 | 回复时间 |\n | -------- | --------- |\n | created | commented |","location":"topic.ts"}} />
|
||||
|
||||
| 全部 | 精华 | 官方 | 影片 |
|
||||
| ---- | ----- | -------- | ----- |
|
||||
|
|
@ -402,27 +418,11 @@ So the route is [`/itch/devlogs/teamterrible/the-baby-in-yellow`](https://rsshub
|
|||
| -------- | --------- |
|
||||
| created | commented |
|
||||
|
||||
### 游戏评价 {#taptap-zhong-guo-you-xi-ping-jia}
|
||||
|
||||
<Route data={{"path":["/review/:id/:order?/:lang?","/intl/review/:id/:order?/:lang?"],"categories":["game"],"example":"/taptap/review/142793/hot","parameters":{"id":"游戏 ID,游戏主页 URL 中获取","order":"排序方式,空为默认排序,可选如下","lang":"语言,`zh-CN`或`zh-TW`,默认为`zh-CN`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["taptap.com/app/:id/review","taptap.com/app/:id"],"target":"/review/:id"},"name":"游戏评价","maintainers":["hoilc","TonyRL"],"description":"| 最新 | 最热 | 游戏时长 | 默认排序 |\n | ------ | ---- | -------- | -------- |\n | update | hot | spent | default |","location":"review.ts"}} />
|
||||
|
||||
| 最新 | 最热 | 游戏时长 | 默认排序 |
|
||||
| ------ | ---- | -------- | -------- |
|
||||
| update | hot | spent | default |
|
||||
|
||||
### 游戏评价 {#taptap-zhong-guo-you-xi-ping-jia}
|
||||
|
||||
<Route data={{"path":["/review/:id/:order?/:lang?","/intl/review/:id/:order?/:lang?"],"categories":["game"],"example":"/taptap/review/142793/hot","parameters":{"id":"游戏 ID,游戏主页 URL 中获取","order":"排序方式,空为默认排序,可选如下","lang":"语言,`zh-CN`或`zh-TW`,默认为`zh-CN`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["taptap.com/app/:id/review","taptap.com/app/:id"],"target":"/review/:id"},"name":"游戏评价","maintainers":["hoilc","TonyRL"],"description":"| 最新 | 最热 | 游戏时长 | 默认排序 |\n | ------ | ---- | -------- | -------- |\n | update | hot | spent | default |","location":"review.ts"}} />
|
||||
|
||||
| 最新 | 最热 | 游戏时长 | 默认排序 |
|
||||
| ------ | ---- | -------- | -------- |
|
||||
| update | hot | spent | default |
|
||||
|
||||
## War Thunder {#war-thunder}
|
||||
|
||||
### News {#war-thunder-news}
|
||||
|
||||
<Route data={{"path":"/news","categories":["game"],"example":"/warthunder/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["warthunder.com/en/news","warthunder.com/"]},"name":"News","maintainers":["axojhf"],"url":"warthunder.com/en/news","description":"News data from [https://warthunder.com/en/news/](https://warthunder.com/en/news/)\n The year, month and day provided under UTC time zone are the same as the official website, so please ignore the specific time!!!","location":"news.ts"}} />
|
||||
<Route namespace="warthunder" data={{"path":"/news","categories":["game"],"example":"/warthunder/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["warthunder.com/en/news","warthunder.com/"]},"name":"News","maintainers":["axojhf"],"url":"warthunder.com/en/news","description":"News data from [https://warthunder.com/en/news/](https://warthunder.com/en/news/)\n The year, month and day provided under UTC time zone are the same as the official website, so please ignore the specific time!!!","location":"news.ts"}} />
|
||||
|
||||
News data from [https://warthunder.com/en/news/](https://warthunder.com/en/news/)
|
||||
The year, month and day provided under UTC time zone are the same as the official website, so please ignore the specific time!!!
|
||||
|
|
@ -431,29 +431,29 @@ The year, month and day provided under UTC time zone are the same as the officia
|
|||
|
||||
### 新闻 {#er-bing-app-xin-wen}
|
||||
|
||||
<Route data={{"path":"/news","categories":["game"],"example":"/diershoubing/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["diershoubing.com/"]},"name":"新闻","maintainers":["wushijishan"],"url":"diershoubing.com/","location":"news.ts"}} />
|
||||
<Route namespace="diershoubing" data={{"path":"/news","categories":["game"],"example":"/diershoubing/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["diershoubing.com/"]},"name":"新闻","maintainers":["wushijishan"],"url":"diershoubing.com/","location":"news.ts"}} />
|
||||
|
||||
## 盒心光环 {#he-xin-guang-huan}
|
||||
|
||||
### 资讯 {#he-xin-guang-huan-zi-xun}
|
||||
|
||||
<Route data={{"path":"/news","categories":["game"],"example":"/xboxfan/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["xboxfan.com/"]},"name":"资讯","maintainers":["XXY233"],"url":"xboxfan.com/","location":"news.ts"}} />
|
||||
<Route namespace="xboxfan" data={{"path":"/news","categories":["game"],"example":"/xboxfan/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["xboxfan.com/"]},"name":"资讯","maintainers":["XXY233"],"url":"xboxfan.com/","location":"news.ts"}} />
|
||||
|
||||
## 旅法师营地 {#lv-fa-shi-ying-di}
|
||||
|
||||
### 首页 {#lv-fa-shi-ying-di-shou-ye}
|
||||
|
||||
<Route data={{"path":"/home","categories":["game"],"example":"/lfsyd/home","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.iyingdi.com/"]},"name":"首页","maintainers":["auto-bot-ty"],"url":"www.iyingdi.com/","location":"home.ts"}} />
|
||||
<Route namespace="lfsyd" data={{"path":"/home","categories":["game"],"example":"/lfsyd/home","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.iyingdi.com/"]},"name":"首页","maintainers":["auto-bot-ty"],"url":"www.iyingdi.com/","location":"home.ts"}} />
|
||||
|
||||
### 首页(旧版) {#lv-fa-shi-ying-di-shou-ye-jiu-ban}
|
||||
|
||||
<Route data={{"path":"/old_home","categories":["game"],"example":"/lfsyd/old_home","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.iyingdi.com/"]},"name":"首页(旧版)","maintainers":["auto-bot-ty"],"url":"www.iyingdi.com/","location":"old-home.ts"}} />
|
||||
<Route namespace="lfsyd" data={{"path":"/old_home","categories":["game"],"example":"/lfsyd/old_home","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.iyingdi.com/"]},"name":"首页(旧版)","maintainers":["auto-bot-ty"],"url":"www.iyingdi.com/","location":"old-home.ts"}} />
|
||||
|
||||
## 米哈游 {#mi-ha-you}
|
||||
|
||||
### 崩坏:星穹铁道 {#mi-ha-you-beng-huai-xing-qiong-tie-dao}
|
||||
|
||||
<Route data={{"path":"/sr/:location?/:category?","categories":["game"],"example":"/mihoyo/sr","parameters":{"location":"区域,可选 `zh-cn`(国服,简中)或 `zh-tw`(国际服,繁中)","category":"分类,见下表,默认为最新"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["sr.mihoyo.com/news"],"target":"/sr"},"name":"崩坏:星穹铁道","maintainers":["shinanory"],"url":"sr.mihoyo.com/news","description":"#### 新闻 {#mi-ha-you-beng-huai-xing-qiong-tie-dao-xin-wen}\n\n | 最新 | 新闻 | 公告 | 活动 |\n | -------- | ---- | ------ | -------- |\n | news-all | news | notice | activity |","location":"sr/news.ts"}} />
|
||||
<Route namespace="mihoyo" data={{"path":"/sr/:location?/:category?","categories":["game"],"example":"/mihoyo/sr","parameters":{"location":"区域,可选 `zh-cn`(国服,简中)或 `zh-tw`(国际服,繁中)","category":"分类,见下表,默认为最新"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["sr.mihoyo.com/news"],"target":"/sr"},"name":"崩坏:星穹铁道","maintainers":["shinanory"],"url":"sr.mihoyo.com/news","description":"#### 新闻 {#mi-ha-you-beng-huai-xing-qiong-tie-dao-xin-wen}\n\n | 最新 | 新闻 | 公告 | 活动 |\n | -------- | ---- | ------ | -------- |\n | news-all | news | notice | activity |","location":"sr/news.ts"}} />
|
||||
|
||||
#### 新闻 {#mi-ha-you-beng-huai-xing-qiong-tie-dao-xin-wen}
|
||||
|
||||
|
|
@ -461,25 +461,13 @@ The year, month and day provided under UTC time zone are the same as the officia
|
|||
| -------- | ---- | ------ | -------- |
|
||||
| news-all | news | notice | activity |
|
||||
|
||||
### 米游社 - 官方公告 {#mi-ha-you-mi-you-she-guan-fang-gong-gao}
|
||||
### 米游社 - 用户关注 {#mi-ha-you-mi-you-she-yong-hu-guan-zhu}
|
||||
|
||||
<Route data={{"path":"/bbs/official/:gids/:type?/:page_size?/:last_id?","categories":["game"],"example":"/mihoyo/bbs/official/2/3/20/","parameters":{"gids":"游戏id","type":"公告类型,默认为 2(即 活动)","page_size":"分页大小,默认为 20 ","last_id":"跳过的公告数,例如指定为 40 就是从第 40 条公告开始,可用于分页"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"米游社 - 官方公告","maintainers":["CaoMeiYouRen"],"description":"游戏 id\n\n | 崩坏三 | 原神 | 崩坏二 | 未定事件簿 | 星穹铁道 | 绝区零 |\n | ------ | ---- | ------ | ---------- | -------- | ------ |\n | 1 | 2 | 3 | 4 | 6 | 8 |\n\n 公告类型\n\n | 公告 | 活动 | 资讯 |\n | ---- | ---- | ---- |\n | 1 | 2 | 3 |","location":"bbs/official.ts"}} />
|
||||
|
||||
游戏 id
|
||||
|
||||
| 崩坏三 | 原神 | 崩坏二 | 未定事件簿 | 星穹铁道 | 绝区零 |
|
||||
| ------ | ---- | ------ | ---------- | -------- | ------ |
|
||||
| 1 | 2 | 3 | 4 | 6 | 8 |
|
||||
|
||||
公告类型
|
||||
|
||||
| 公告 | 活动 | 资讯 |
|
||||
| ---- | ---- | ---- |
|
||||
| 1 | 2 | 3 |
|
||||
<Route namespace="mihoyo" data={{"path":"/bbs/follow-list/:uid","categories":["game"],"example":"/mihoyo/bbs/follow-list/77005350","parameters":{"uid":"用户uid"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"米游社 - 用户关注","maintainers":["CaoMeiYouRen"],"location":"bbs/follow-list.ts"}} />
|
||||
|
||||
### 米游社 - 同人榜 {#mi-ha-you-mi-you-she-tong-ren-bang}
|
||||
|
||||
<Route data={{"path":"/bbs/img-ranking/:game/:routeParams?","categories":["game"],"example":"/mihoyo/bbs/img-ranking/ys/forumType=tongren&cateType=illustration&rankingType=daily","parameters":{"game":"游戏缩写","routeParams":"额外参数;请参阅以下说明和表格"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["miyoushe.com/:game/imgRanking/:forum_id/:ranking_id/:cate_id"],"target":"/bbs/img-ranking/:game"},"name":"米游社 - 同人榜","maintainers":["CaoMeiYouRen"],"description":"| 键 | 含义 | 接受的值 | 默认值 |\n | ----------- | ------------------------------------- | -------------------------------------------------------------------- | ------------ |\n | forumType | 主榜类型(仅原神、大别野有 cos 主榜) | tongren/cos | tongren |\n | cateType | 子榜类型(仅崩坏三、原神有子榜) | 崩坏三:illustration/comic/cos;原神:illustration/comic/qute/manual | illustration |\n | rankingType | 排行榜类型(崩坏二没有日榜) | daily/weekly/monthly | daily |\n | lastId | 当前页 id(用于分页) | 数字 | 1 |\n\n 游戏缩写(目前绝区零还没有同人榜\n\n | 崩坏三 | 原神 | 崩坏二 | 未定事件簿 | 星穹铁道 | 大别野 |\n | ------ | ---- | ------ | ---------- | -------- | ------ |\n | bh3 | ys | bh2 | wd | sr | dby |\n\n 主榜类型\n\n | 同人榜 | COS 榜 |\n | ------- | ------ |\n | tongren | cos |\n\n 子榜类型\n\n 崩坏三 子榜\n\n | 插画 | 漫画 | COS |\n | ------------ | ----- | --- |\n | illustration | comic | cos |\n\n 原神 子榜\n\n | 插画 | 漫画 | Q 版 | 手工 |\n | ------------ | ----- | ---- | ------ |\n | illustration | comic | qute | manual |\n\n 排行榜类型\n\n | 日榜 | 周榜 | 月榜 |\n | ----- | ------ | ------- |\n | daily | weekly | monthly |","location":"bbs/img-ranking.ts"}} />
|
||||
<Route namespace="mihoyo" data={{"path":"/bbs/img-ranking/:game/:routeParams?","categories":["game"],"example":"/mihoyo/bbs/img-ranking/ys/forumType=tongren&cateType=illustration&rankingType=daily","parameters":{"game":"游戏缩写","routeParams":"额外参数;请参阅以下说明和表格"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["miyoushe.com/:game/imgRanking/:forum_id/:ranking_id/:cate_id"],"target":"/bbs/img-ranking/:game"},"name":"米游社 - 同人榜","maintainers":["CaoMeiYouRen"],"description":"| 键 | 含义 | 接受的值 | 默认值 |\n | ----------- | ------------------------------------- | -------------------------------------------------------------------- | ------------ |\n | forumType | 主榜类型(仅原神、大别野有 cos 主榜) | tongren/cos | tongren |\n | cateType | 子榜类型(仅崩坏三、原神有子榜) | 崩坏三:illustration/comic/cos;原神:illustration/comic/qute/manual | illustration |\n | rankingType | 排行榜类型(崩坏二没有日榜) | daily/weekly/monthly | daily |\n | lastId | 当前页 id(用于分页) | 数字 | 1 |\n\n 游戏缩写(目前绝区零还没有同人榜\n\n | 崩坏三 | 原神 | 崩坏二 | 未定事件簿 | 星穹铁道 | 大别野 |\n | ------ | ---- | ------ | ---------- | -------- | ------ |\n | bh3 | ys | bh2 | wd | sr | dby |\n\n 主榜类型\n\n | 同人榜 | COS 榜 |\n | ------- | ------ |\n | tongren | cos |\n\n 子榜类型\n\n 崩坏三 子榜\n\n | 插画 | 漫画 | COS |\n | ------------ | ----- | --- |\n | illustration | comic | cos |\n\n 原神 子榜\n\n | 插画 | 漫画 | Q 版 | 手工 |\n | ------------ | ----- | ---- | ------ |\n | illustration | comic | qute | manual |\n\n 排行榜类型\n\n | 日榜 | 周榜 | 月榜 |\n | ----- | ------ | ------- |\n | daily | weekly | monthly |","location":"bbs/img-ranking.ts"}} />
|
||||
|
||||
| 键 | 含义 | 接受的值 | 默认值 |
|
||||
| ----------- | ------------------------------------- | -------------------------------------------------------------------- | ------------ |
|
||||
|
|
@ -520,13 +508,25 @@ The year, month and day provided under UTC time zone are the same as the officia
|
|||
| ----- | ------ | ------- |
|
||||
| daily | weekly | monthly |
|
||||
|
||||
### 米游社 - 用户关注 {#mi-ha-you-mi-you-she-yong-hu-guan-zhu}
|
||||
### 米游社 - 官方公告 {#mi-ha-you-mi-you-she-guan-fang-gong-gao}
|
||||
|
||||
<Route data={{"path":"/bbs/follow-list/:uid","categories":["game"],"example":"/mihoyo/bbs/follow-list/77005350","parameters":{"uid":"用户uid"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"米游社 - 用户关注","maintainers":["CaoMeiYouRen"],"location":"bbs/follow-list.ts"}} />
|
||||
<Route namespace="mihoyo" data={{"path":"/bbs/official/:gids/:type?/:page_size?/:last_id?","categories":["game"],"example":"/mihoyo/bbs/official/2/3/20/","parameters":{"gids":"游戏id","type":"公告类型,默认为 2(即 活动)","page_size":"分页大小,默认为 20 ","last_id":"跳过的公告数,例如指定为 40 就是从第 40 条公告开始,可用于分页"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"米游社 - 官方公告","maintainers":["CaoMeiYouRen"],"description":"游戏 id\n\n | 崩坏三 | 原神 | 崩坏二 | 未定事件簿 | 星穹铁道 | 绝区零 |\n | ------ | ---- | ------ | ---------- | -------- | ------ |\n | 1 | 2 | 3 | 4 | 6 | 8 |\n\n 公告类型\n\n | 公告 | 活动 | 资讯 |\n | ---- | ---- | ---- |\n | 1 | 2 | 3 |","location":"bbs/official.ts"}} />
|
||||
|
||||
游戏 id
|
||||
|
||||
| 崩坏三 | 原神 | 崩坏二 | 未定事件簿 | 星穹铁道 | 绝区零 |
|
||||
| ------ | ---- | ------ | ---------- | -------- | ------ |
|
||||
| 1 | 2 | 3 | 4 | 6 | 8 |
|
||||
|
||||
公告类型
|
||||
|
||||
| 公告 | 活动 | 资讯 |
|
||||
| ---- | ---- | ---- |
|
||||
| 1 | 2 | 3 |
|
||||
|
||||
### 米游社 - 用户关注动态 {#mi-ha-you-mi-you-she-yong-hu-guan-zhu-dong-tai}
|
||||
|
||||
<Route data={{"path":"/bbs/timeline","categories":["game"],"example":"/mihoyo/bbs/timeline","parameters":{},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["miyoushe.com/:game/timeline"]},"name":"米游社 - 用户关注动态","maintainers":["CaoMeiYouRen"],"description":":::warning\n 用户关注动态需要米游社登录后的 Cookie 值,所以只能自建,详情见部署页面的配置模块。\n :::","location":"bbs/timeline.ts"}} />
|
||||
<Route namespace="mihoyo" data={{"path":"/bbs/timeline","categories":["game"],"example":"/mihoyo/bbs/timeline","parameters":{},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["miyoushe.com/:game/timeline"]},"name":"米游社 - 用户关注动态","maintainers":["CaoMeiYouRen"],"description":":::warning\n 用户关注动态需要米游社登录后的 Cookie 值,所以只能自建,详情见部署页面的配置模块。\n :::","location":"bbs/timeline.ts"}} />
|
||||
|
||||
:::warning
|
||||
用户关注动态需要米游社登录后的 Cookie 值,所以只能自建,详情见部署页面的配置模块。
|
||||
|
|
@ -534,11 +534,11 @@ The year, month and day provided under UTC time zone are the same as the officia
|
|||
|
||||
### 米游社 - 用户帖子 {#mi-ha-you-mi-you-she-yong-hu-tie-zi}
|
||||
|
||||
<Route data={{"path":"/bbs/user-post/:uid","categories":["game"],"example":"/mihoyo/bbs/user-post/77005350","parameters":{"uid":"用户uid"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"米游社 - 用户帖子","maintainers":["CaoMeiYouRen"],"location":"bbs/user-post.ts"}} />
|
||||
<Route namespace="mihoyo" data={{"path":"/bbs/user-post/:uid","categories":["game"],"example":"/mihoyo/bbs/user-post/77005350","parameters":{"uid":"用户uid"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"米游社 - 用户帖子","maintainers":["CaoMeiYouRen"],"location":"bbs/user-post.ts"}} />
|
||||
|
||||
### 原神 {#mi-ha-you-yuan-shen}
|
||||
|
||||
<Route data={{"path":"/ys/:location?/:category?","categories":["game"],"example":"/mihoyo/ys","parameters":{"location":"区域,可选 `main`(简中)或 `zh-tw`(繁中)","category":"分类,见下表,默认为最新"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["genshin.hoyoverse.com/:location/news"],"target":"/ys/:location"},"name":"原神","maintainers":["nczitzk"],"description":"#### 新闻 {#mi-ha-you-yuan-shen-xin-wen}\n\n | 最新 | 新闻 | 公告 | 活动 |\n | ------ | ---- | ------ | -------- |\n | latest | news | notice | activity |","location":"ys/news.ts"}} />
|
||||
<Route namespace="mihoyo" data={{"path":"/ys/:location?/:category?","categories":["game"],"example":"/mihoyo/ys","parameters":{"location":"区域,可选 `main`(简中)或 `zh-tw`(繁中)","category":"分类,见下表,默认为最新"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["genshin.hoyoverse.com/:location/news"],"target":"/ys/:location"},"name":"原神","maintainers":["nczitzk"],"description":"#### 新闻 {#mi-ha-you-yuan-shen-xin-wen}\n\n | 最新 | 新闻 | 公告 | 活动 |\n | ------ | ---- | ------ | -------- |\n | latest | news | notice | activity |","location":"ys/news.ts"}} />
|
||||
|
||||
#### 新闻 {#mi-ha-you-yuan-shen-xin-wen}
|
||||
|
||||
|
|
@ -548,13 +548,9 @@ The year, month and day provided under UTC time zone are the same as the officia
|
|||
|
||||
## 明日方舟 {#ming-ri-fang-zhou}
|
||||
|
||||
### 游戏公告与新闻 {#ming-ri-fang-zhou-you-xi-gong-gao-yu-xin-wen}
|
||||
|
||||
<Route data={{"path":"/news","categories":["game"],"example":"/arknights/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ak-conf.hypergryph.com/*"]},"name":"游戏公告与新闻","maintainers":["Astrian"],"url":"ak-conf.hypergryph.com/*","location":"news.ts"}} />
|
||||
|
||||
### 游戏内公告 {#ming-ri-fang-zhou-you-xi-nei-gong-gao}
|
||||
|
||||
<Route data={{"path":"/announce/:platform?/:group?","categories":["game"],"example":"/arknights/announce","parameters":{"platform":"平台,默认为 Android","group":"分组,默认为 ALL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"游戏内公告","maintainers":["swwind"],"description":"平台\n\n | 安卓服 | iOS 服 | B 服 |\n | :-----: | :----: | :------: |\n | Android | IOS | Bilibili |\n\n 分组\n\n | 全部 | 系统公告 | 活动公告 |\n | :--: | :------: | :------: |\n | ALL | SYSTEM | ACTIVITY |","location":"announce.ts"}} />
|
||||
<Route namespace="arknights" data={{"path":"/announce/:platform?/:group?","categories":["game"],"example":"/arknights/announce","parameters":{"platform":"平台,默认为 Android","group":"分组,默认为 ALL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"游戏内公告","maintainers":["swwind"],"description":"平台\n\n | 安卓服 | iOS 服 | B 服 |\n | :-----: | :----: | :------: |\n | Android | IOS | Bilibili |\n\n 分组\n\n | 全部 | 系统公告 | 活动公告 |\n | :--: | :------: | :------: |\n | ALL | SYSTEM | ACTIVITY |","location":"announce.ts"}} />
|
||||
|
||||
平台
|
||||
|
||||
|
|
@ -568,15 +564,19 @@ The year, month and day provided under UTC time zone are the same as the officia
|
|||
| :--: | :------: | :------: |
|
||||
| ALL | SYSTEM | ACTIVITY |
|
||||
|
||||
### 游戏公告与新闻 {#ming-ri-fang-zhou-you-xi-gong-gao-yu-xin-wen}
|
||||
|
||||
<Route namespace="arknights" data={{"path":"/news","categories":["game"],"example":"/arknights/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ak-conf.hypergryph.com/*"]},"name":"游戏公告与新闻","maintainers":["Astrian"],"url":"ak-conf.hypergryph.com/*","location":"news.ts"}} />
|
||||
|
||||
### アークナイツ (日服新闻) {#ming-ri-fang-zhou-%E3%82%A2%E3%83%BC%E3%82%AF%E3%83%8A%E3%82%A4%E3%83%84-ri-fu-xin-wen}
|
||||
|
||||
<Route data={{"path":"/japan","categories":["game"],"example":"/arknights/japan","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ak.arknights.jp/news","ak.arknights.jp/"]},"name":"アークナイツ (日服新闻)","maintainers":["ofyark"],"url":"ak.arknights.jp/news","location":"japan.ts"}} />
|
||||
<Route namespace="arknights" data={{"path":"/japan","categories":["game"],"example":"/arknights/japan","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ak.arknights.jp/news","ak.arknights.jp/"]},"name":"アークナイツ (日服新闻)","maintainers":["ofyark"],"url":"ak.arknights.jp/news","location":"japan.ts"}} />
|
||||
|
||||
## 少女前线 {#shao-nv-qian-xian}
|
||||
|
||||
### 情报局 {#shao-nv-qian-xian-qing-bao-ju}
|
||||
|
||||
<Route data={{"path":"/news/:category?","categories":["game"],"example":"/gf-cn/news","parameters":{"category":"分类,见下表,默认为新闻"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["sunborngame.com/:category","sunborngame.com/"]},"name":"情报局","maintainers":["nczitzk"],"description":"| 新闻 | 公告 |\n | ---- | ---- |\n | 1 | 3 |","location":"news.ts"}} />
|
||||
<Route namespace="gf-cn" data={{"path":"/news/:category?","categories":["game"],"example":"/gf-cn/news","parameters":{"category":"分类,见下表,默认为新闻"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["sunborngame.com/:category","sunborngame.com/"]},"name":"情报局","maintainers":["nczitzk"],"description":"| 新闻 | 公告 |\n | ---- | ---- |\n | 1 | 3 |","location":"news.ts"}} />
|
||||
|
||||
| 新闻 | 公告 |
|
||||
| ---- | ---- |
|
||||
|
|
@ -586,7 +586,7 @@ The year, month and day provided under UTC time zone are the same as the officia
|
|||
|
||||
### 资讯列表 {#wan-mei-shi-jie-dian-jing-zi-xun-lie-biao}
|
||||
|
||||
<Route data={{"path":"/news/:type","categories":["game"],"example":"/wmpvp/news/1","parameters":{"type":"资讯分类,见下表"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"资讯列表","maintainers":["tssujt"],"description":"| DOTA2 | CS2 |\n | ----- | --- |\n | 1 | 2 |","location":"index.ts"}} />
|
||||
<Route namespace="wmpvp" data={{"path":"/news/:type","categories":["game"],"example":"/wmpvp/news/1","parameters":{"type":"资讯分类,见下表"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"资讯列表","maintainers":["tssujt"],"description":"| DOTA2 | CS2 |\n | ----- | --- |\n | 1 | 2 |","location":"index.ts"}} />
|
||||
|
||||
| DOTA2 | CS2 |
|
||||
| ----- | --- |
|
||||
|
|
@ -596,7 +596,7 @@ The year, month and day provided under UTC time zone are the same as the officia
|
|||
|
||||
### 新闻中心 {#wang-zhe-rong-yao-xin-wen-zhong-xin}
|
||||
|
||||
<Route data={{"path":"/pvp/newsindex/:type","categories":["game"],"example":"/tencent/pvp/newsindex/all","parameters":{"type":"栏目分类,见下表"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"新闻中心","maintainers":["Jeason0228","HenryQW"],"description":"| 全部 | 热门 | 新闻 | 公告 | 活动 | 赛事 | 优化 |\n | ---- | ---- | ---- | ---- | ---- | ---- | ---- |\n | all | rm | xw | gg | hd | ss | yh |","location":"pvp/newsindex.ts"}} />
|
||||
<Route namespace="tencent" data={{"path":"/pvp/newsindex/:type","categories":["game"],"example":"/tencent/pvp/newsindex/all","parameters":{"type":"栏目分类,见下表"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"新闻中心","maintainers":["Jeason0228","HenryQW"],"description":"| 全部 | 热门 | 新闻 | 公告 | 活动 | 赛事 | 优化 |\n | ---- | ---- | ---- | ---- | ---- | ---- | ---- |\n | all | rm | xw | gg | hd | ss | yh |","location":"pvp/newsindex.ts"}} />
|
||||
|
||||
| 全部 | 热门 | 新闻 | 公告 | 活动 | 赛事 | 优化 |
|
||||
| ---- | ---- | ---- | ---- | ---- | ---- | ---- |
|
||||
|
|
@ -610,13 +610,13 @@ The year, month and day provided under UTC time zone are the same as the officia
|
|||
|
||||
### 用户发帖 {#wang-yi-gong-kai-ke-yong-hu-fa-tie}
|
||||
|
||||
<Route data={{"path":"/ds/:id","categories":["game"],"example":"/163/ds/63dfbaf4117741daaf73404601165843","parameters":{"id":"用户ID"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ds.163.com/user/:id"]},"name":"用户发帖","maintainers":["luyuhuang"],"location":"ds.ts"}} />
|
||||
<Route namespace="163" data={{"path":"/ds/:id","categories":["game"],"example":"/163/ds/63dfbaf4117741daaf73404601165843","parameters":{"id":"用户ID"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ds.163.com/user/:id"]},"name":"用户发帖","maintainers":["luyuhuang"],"location":"ds.ts"}} />
|
||||
|
||||
## 英雄联盟 {#ying-xiong-lian-meng}
|
||||
|
||||
### 台服新闻 {#ying-xiong-lian-meng-tai-fu-xin-wen}
|
||||
|
||||
<Route data={{"path":"/news/:category?","categories":["game"],"example":"/loltw/news","parameters":{"category":"新闻分类,置空为全部新闻"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"台服新闻","maintainers":["hoilc"],"description":"| 活动 | 资讯 | 系统 | 电竞 | 版本资讯 | 战棋资讯 |\n | ----- | ---- | ------ | ------ | -------- | -------- |\n | event | info | system | esport | patch | TFTpatch |","location":"news.ts"}} />
|
||||
<Route namespace="loltw" data={{"path":"/news/:category?","categories":["game"],"example":"/loltw/news","parameters":{"category":"新闻分类,置空为全部新闻"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"台服新闻","maintainers":["hoilc"],"description":"| 活动 | 资讯 | 系统 | 电竞 | 版本资讯 | 战棋资讯 |\n | ----- | ---- | ------ | ------ | -------- | -------- |\n | event | info | system | esport | patch | TFTpatch |","location":"news.ts"}} />
|
||||
|
||||
| 活动 | 资讯 | 系统 | 电竞 | 版本资讯 | 战棋资讯 |
|
||||
| ----- | ---- | ------ | ------ | -------- | -------- |
|
||||
|
|
@ -626,7 +626,7 @@ The year, month and day provided under UTC time zone are the same as the officia
|
|||
|
||||
### 游戏折扣 {#you-xi-da-zhe-qing-bao-you-xi-zhe-kou}
|
||||
|
||||
<Route data={{"path":"/:type","categories":["game"],"example":"/yxdzqb/popular_cn","parameters":{"type":"折扣类型"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["yxdzqb.com/"]},"name":"游戏折扣","maintainers":["LogicJake","nczitzk"],"url":"yxdzqb.com/","description":"| Steam 最新折扣 | Steam 热门游戏折扣 | Steam 热门中文游戏折扣 | Steam 历史低价 | Steam 中文游戏历史低价 |\n | -------------- | ------------------ | ---------------------- | -------------- | ---------------------- |\n | discount | popular | popular_cn | low | low_cn |","location":"index.ts"}} />
|
||||
<Route namespace="yxdzqb" data={{"path":"/:type","categories":["game"],"example":"/yxdzqb/popular_cn","parameters":{"type":"折扣类型"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["yxdzqb.com/"]},"name":"游戏折扣","maintainers":["LogicJake","nczitzk"],"url":"yxdzqb.com/","description":"| Steam 最新折扣 | Steam 热门游戏折扣 | Steam 热门中文游戏折扣 | Steam 历史低价 | Steam 中文游戏历史低价 |\n | -------------- | ------------------ | ---------------------- | -------------- | ---------------------- |\n | discount | popular | popular_cn | low | low_cn |","location":"index.ts"}} />
|
||||
|
||||
| Steam 最新折扣 | Steam 热门游戏折扣 | Steam 热门中文游戏折扣 | Steam 历史低价 | Steam 中文游戏历史低价 |
|
||||
| -------------- | ------------------ | ---------------------- | -------------- | ---------------------- |
|
||||
|
|
@ -636,13 +636,13 @@ The year, month and day provided under UTC time zone are the same as the officia
|
|||
|
||||
### 资讯 {#you-xi-ji-yin-zi-xun}
|
||||
|
||||
<Route data={{"path":"/news","categories":["game"],"example":"/gamegene/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["news.gamegene.cn/news"]},"name":"资讯","maintainers":["lone1y-51"],"url":"news.gamegene.cn/news","location":"news.ts"}} />
|
||||
<Route namespace="gamegene" data={{"path":"/news","categories":["game"],"example":"/gamegene/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["news.gamegene.cn/news"]},"name":"资讯","maintainers":["lone1y-51"],"url":"news.gamegene.cn/news","location":"news.ts"}} />
|
||||
|
||||
## 游戏日报 {#you-xi-ri-bao}
|
||||
|
||||
### 分类 {#you-xi-ri-bao-fen-lei}
|
||||
|
||||
<Route data={{"path":"/:category?","categories":["game"],"example":"/yxrb/info","parameters":{"category":"分类,见下表,预设为 `info`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["news.yxrb.net/:category","news.yxrb.net/"],"target":"/:category"},"name":"分类","maintainers":["TonyRL"],"description":"| 资讯 | 访谈 | 服务 | 游理游据 |\n | ---- | ------- | ------- | -------- |\n | info | talking | service | comments |","location":"home.ts"}} />
|
||||
<Route namespace="yxrb" data={{"path":"/:category?","categories":["game"],"example":"/yxrb/info","parameters":{"category":"分类,见下表,预设为 `info`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["news.yxrb.net/:category","news.yxrb.net/"],"target":"/:category"},"name":"分类","maintainers":["TonyRL"],"description":"| 资讯 | 访谈 | 服务 | 游理游据 |\n | ---- | ------- | ------- | -------- |\n | info | talking | service | comments |","location":"home.ts"}} />
|
||||
|
||||
| 资讯 | 访谈 | 服务 | 游理游据 |
|
||||
| ---- | ------- | ------- | -------- |
|
||||
|
|
@ -652,11 +652,11 @@ The year, month and day provided under UTC time zone are the same as the officia
|
|||
|
||||
### 精彩推荐 {#you-xun-wang-jing-cai-tui-jian}
|
||||
|
||||
<Route data={{"path":"/recommend","categories":["game"],"example":"/yxdown/recommend","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["yxdown.com/"]},"name":"精彩推荐","maintainers":["nczitzk"],"url":"yxdown.com/","location":"recommend.ts"}} />
|
||||
<Route namespace="yxdown" data={{"path":"/recommend","categories":["game"],"example":"/yxdown/recommend","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["yxdown.com/"]},"name":"精彩推荐","maintainers":["nczitzk"],"url":"yxdown.com/","location":"recommend.ts"}} />
|
||||
|
||||
### 资讯 {#you-xun-wang-zi-xun}
|
||||
|
||||
<Route data={{"path":"/news/:category?","categories":["game"],"example":"/yxdown/news","parameters":{"category":"分类,见下表,默认为资讯首页"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"资讯","maintainers":["nczitzk"],"description":"| 资讯首页 | 业界动态 | 视频预告 | 新作发布 | 游戏资讯 | 游戏评测 | 网络游戏 | 手机游戏 |\n | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- |\n | | dongtai | yugao | xinzuo | zixun | pingce | wangluo | shouyou |","location":"news.ts"}} />
|
||||
<Route namespace="yxdown" data={{"path":"/news/:category?","categories":["game"],"example":"/yxdown/news","parameters":{"category":"分类,见下表,默认为资讯首页"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"资讯","maintainers":["nczitzk"],"description":"| 资讯首页 | 业界动态 | 视频预告 | 新作发布 | 游戏资讯 | 游戏评测 | 网络游戏 | 手机游戏 |\n | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- |\n | | dongtai | yugao | xinzuo | zixun | pingce | wangluo | shouyou |","location":"news.ts"}} />
|
||||
|
||||
| 资讯首页 | 业界动态 | 视频预告 | 新作发布 | 游戏资讯 | 游戏评测 | 网络游戏 | 手机游戏 |
|
||||
| -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- |
|
||||
|
|
@ -666,7 +666,7 @@ The year, month and day provided under UTC time zone are the same as the officia
|
|||
|
||||
### 游研社 - 分类文章 {#you-yan-she-you-yan-she-fen-lei-wen-zhang}
|
||||
|
||||
<Route data={{"path":"/category/:category","categories":["game"],"example":"/yystv/category/recommend","parameters":{"category":"专栏类型"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"游研社 - 分类文章","maintainers":["LightStrawberry"],"description":"| 推游 | 游戏史 | 大事件 | 文化 | 趣闻 | 经典回顾 |\n | --------- | ------- | ------ | ------- | ---- | -------- |\n | recommend | history | big | culture | news | retro |","location":"category.ts"}} />
|
||||
<Route namespace="yystv" data={{"path":"/category/:category","categories":["game"],"example":"/yystv/category/recommend","parameters":{"category":"专栏类型"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"游研社 - 分类文章","maintainers":["LightStrawberry"],"description":"| 推游 | 游戏史 | 大事件 | 文化 | 趣闻 | 经典回顾 |\n | --------- | ------- | ------ | ------- | ---- | -------- |\n | recommend | history | big | culture | news | retro |","location":"category.ts"}} />
|
||||
|
||||
| 推游 | 游戏史 | 大事件 | 文化 | 趣闻 | 经典回顾 |
|
||||
| --------- | ------- | ------ | ------- | ---- | -------- |
|
||||
|
|
@ -674,13 +674,13 @@ The year, month and day provided under UTC time zone are the same as the officia
|
|||
|
||||
### 游研社 - 全部文章 {#you-yan-she-you-yan-she-quan-bu-wen-zhang}
|
||||
|
||||
<Route data={{"path":"/docs","categories":["game"],"example":"/yystv/docs","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["yystv.cn/docs"]},"name":"游研社 - 全部文章","maintainers":["HaitianLiu"],"url":"yystv.cn/docs","location":"docs.ts"}} />
|
||||
<Route namespace="yystv" data={{"path":"/docs","categories":["game"],"example":"/yystv/docs","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["yystv.cn/docs"]},"name":"游研社 - 全部文章","maintainers":["HaitianLiu"],"url":"yystv.cn/docs","location":"docs.ts"}} />
|
||||
|
||||
## 遊戲基地 Gamebase {#you-xi-ji-di-gamebase}
|
||||
|
||||
### 新聞 {#you-xi-ji-di-gamebase-xin-wen}
|
||||
|
||||
<Route data={{"path":"/news/:type?/:category?","categories":["game"],"example":"/gamebase/news","parameters":{"type":"类型,见下表,默认为 newslist","category":"分类,可在对应分类页 URL 中找到,默认为 `all` 即全部"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"新聞","maintainers":["nczitzk"],"description":"类型\n\n | newslist | r18list |\n | -------- | ------- |","location":"news.ts"}} />
|
||||
<Route namespace="gamebase" data={{"path":"/news/:type?/:category?","categories":["game"],"example":"/gamebase/news","parameters":{"type":"类型,见下表,默认为 newslist","category":"分类,可在对应分类页 URL 中找到,默认为 `all` 即全部"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"新聞","maintainers":["nczitzk"],"description":"类型\n\n | newslist | r18list |\n | -------- | ------- |","location":"news.ts"}} />
|
||||
|
||||
类型
|
||||
|
||||
|
|
@ -691,7 +691,7 @@ The year, month and day provided under UTC time zone are the same as the officia
|
|||
|
||||
### 推荐 {#zhang-you-bao-tui-jian}
|
||||
|
||||
<Route data={{"path":"/:category","categories":["game"],"example":"/zhangyoubao/lol","parameters":{"category":"分类,见下表"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["mobile.zhangyoubao.com/:category/"]},"name":"推荐","maintainers":["ztmzzz"],"description":"| 英雄联盟 | 炉石传说 | DNF | 守望先锋 | 王者荣耀 | 单机综合 | 手游综合 | 云顶之弈 | 部落冲突 | 皇室战争 | DNF 手游 | 荒野乱斗 |\n | -------- | -------- | --- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | ---------- |\n | lol | lscs | dnf | swxf | yxzj | steam | mobile | lolchess | blzz | hszz | dnfm | brawlstars |","location":"index.ts"}} />
|
||||
<Route namespace="zhangyoubao" data={{"path":"/:category","categories":["game"],"example":"/zhangyoubao/lol","parameters":{"category":"分类,见下表"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["mobile.zhangyoubao.com/:category/"]},"name":"推荐","maintainers":["ztmzzz"],"description":"| 英雄联盟 | 炉石传说 | DNF | 守望先锋 | 王者荣耀 | 单机综合 | 手游综合 | 云顶之弈 | 部落冲突 | 皇室战争 | DNF 手游 | 荒野乱斗 |\n | -------- | -------- | --- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | ---------- |\n | lol | lscs | dnf | swxf | yxzj | steam | mobile | lolchess | blzz | hszz | dnfm | brawlstars |","location":"index.ts"}} />
|
||||
|
||||
| 英雄联盟 | 炉石传说 | DNF | 守望先锋 | 王者荣耀 | 单机综合 | 手游综合 | 云顶之弈 | 部落冲突 | 皇室战争 | DNF 手游 | 荒野乱斗 |
|
||||
| -------- | -------- | --- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | ---------- |
|
||||
|
|
@ -701,7 +701,7 @@ The year, month and day provided under UTC time zone are the same as the officia
|
|||
|
||||
### Category {#%E3%83%95%E3%82%A1%E3%83%9F-tong-category}
|
||||
|
||||
<Route data={{"path":"/category/:category?","categories":["game"],"example":"/famitsu/category/new-article","parameters":{"category":"Category, see table below, `new-article` by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Category","maintainers":["TonyRL"],"description":"| 新着 | PS5 | Switch | PS4 | ニュース | ゲームニュース | PR TIMES | 動画 | 特集・企画記事 | インタビュー | 取材・リポート | レビュー | インディーゲーム |\n | ----------- | --- | ------ | --- | -------- | -------------- | -------- | ------ | --------------- | ------------ | -------------- | -------- | ---------------- |\n | new-article | ps5 | switch | ps4 | news | news-game | prtimes | videos | special-article | interview | event-report | review | indie-game |","location":"category.ts"}} />
|
||||
<Route namespace="famitsu" data={{"path":"/category/:category?","categories":["game"],"example":"/famitsu/category/new-article","parameters":{"category":"Category, see table below, `new-article` by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Category","maintainers":["TonyRL"],"description":"| 新着 | PS5 | Switch | PS4 | ニュース | ゲームニュース | PR TIMES | 動画 | 特集・企画記事 | インタビュー | 取材・リポート | レビュー | インディーゲーム |\n | ----------- | --- | ------ | --- | -------- | -------------- | -------- | ------ | --------------- | ------------ | -------------- | -------- | ---------------- |\n | new-article | ps5 | switch | ps4 | news | news-game | prtimes | videos | special-article | interview | event-report | review | indie-game |","location":"category.ts"}} />
|
||||
|
||||
| 新着 | PS5 | Switch | PS4 | ニュース | ゲームニュース | PR TIMES | 動画 | 特集・企画記事 | インタビュー | 取材・リポート | レビュー | インディーゲーム |
|
||||
| ----------- | --- | ------ | --- | -------- | -------------- | -------- | ------ | --------------- | ------------ | -------------- | -------- | ---------------- |
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
### The ACM Conference on Computer and Communications Security {#acm-special-interest-group-on-security-audit-and-control-the-acm-conference-on-computer-and-communications-security}
|
||||
|
||||
<Route data={{"path":"/ccs","categories":["journal"],"example":"/sigsac/ccs","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["sigsac.org/ccs.html","sigsac.org/"]},"name":"The ACM Conference on Computer and Communications Security","maintainers":[],"url":"sigsac.org/ccs.html","description":"Return results from 2020","location":"ccs.ts"}} />
|
||||
<Route namespace="sigsac" data={{"path":"/ccs","categories":["journal"],"example":"/sigsac/ccs","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["sigsac.org/ccs.html","sigsac.org/"]},"name":"The ACM Conference on Computer and Communications Security","maintainers":[],"url":"sigsac.org/ccs.html","description":"Return results from 2020","location":"ccs.ts"}} />
|
||||
|
||||
Return results from 2020
|
||||
|
||||
|
|
@ -12,7 +12,7 @@ Return results from 2020
|
|||
|
||||
### Journal {#american-economic-association-journal}
|
||||
|
||||
<Route data={{"path":"/:id","categories":["journal"],"example":"/aeaweb/aer","parameters":{"id":"Journal id, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":true},"radar":{"source":["aeaweb.org/journals/:id","aeaweb.org/"]},"name":"Journal","maintainers":["nczitzk"],"description":"The URL of the journal [American Economic Review](https://www.aeaweb.org/journals/aer) is `https://www.aeaweb.org/journals/aer`, where `aer` is the id of the journal, so the route for this journal is `/aeaweb/aer`.\n\n :::tip\n More jounals can be found in [AEA Journals](https://www.aeaweb.org/journals).\n :::","location":"index.ts"}} />
|
||||
<Route namespace="aeaweb" data={{"path":"/:id","categories":["journal"],"example":"/aeaweb/aer","parameters":{"id":"Journal id, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":true},"radar":{"source":["aeaweb.org/journals/:id","aeaweb.org/"]},"name":"Journal","maintainers":["nczitzk"],"description":"The URL of the journal [American Economic Review](https://www.aeaweb.org/journals/aer) is `https://www.aeaweb.org/journals/aer`, where `aer` is the id of the journal, so the route for this journal is `/aeaweb/aer`.\n\n :::tip\n More jounals can be found in [AEA Journals](https://www.aeaweb.org/journals).\n :::","location":"index.ts"}} />
|
||||
|
||||
The URL of the journal [American Economic Review](https://www.aeaweb.org/journals/aer) is `https://www.aeaweb.org/journals/aer`, where `aer` is the id of the journal, so the route for this journal is `/aeaweb/aer`.
|
||||
|
||||
|
|
@ -24,7 +24,7 @@ More jounals can be found in [AEA Journals](https://www.aeaweb.org/journals).
|
|||
|
||||
### Journal {#american-institute-of-physics-journal}
|
||||
|
||||
<Route data={{"path":"/:pub/:jrn","categories":["journal"],"example":"/aip/aapt/ajp","parameters":{"pub":"Publisher id","jrn":"Journal id"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":true},"radar":{"source":["pubs.aip.org/:pub/:jrn"]},"name":"Journal","maintainers":["Derekmini","auto-bot-ty"],"description":"Refer to the URL format `pubs.aip.org/:pub/:jrn`\n\n :::tip\n More jounals can be found in [AIP Publications](https://publishing.aip.org/publications/find-the-right-journal).\n :::","location":"journal.ts"}} />
|
||||
<Route namespace="aip" data={{"path":"/:pub/:jrn","categories":["journal"],"example":"/aip/aapt/ajp","parameters":{"pub":"Publisher id","jrn":"Journal id"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":true},"radar":{"source":["pubs.aip.org/:pub/:jrn"]},"name":"Journal","maintainers":["Derekmini","auto-bot-ty"],"description":"Refer to the URL format `pubs.aip.org/:pub/:jrn`\n\n :::tip\n More jounals can be found in [AIP Publications](https://publishing.aip.org/publications/find-the-right-journal).\n :::","location":"journal.ts"}} />
|
||||
|
||||
Refer to the URL format `pubs.aip.org/:pub/:jrn`
|
||||
|
||||
|
|
@ -36,7 +36,7 @@ More jounals can be found in [AIP Publications](https://publishing.aip.org/publi
|
|||
|
||||
### Journal {#annual-reviews-journal}
|
||||
|
||||
<Route data={{"path":"/:id","categories":["journal"],"example":"/annualreviews/anchem","parameters":{"id":"Journal id, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":true},"radar":{"source":["annualreviews.org/journal/:id","annualreviews.org/"]},"name":"Journal","maintainers":["nczitzk"],"description":"The URL of the journal [Annual Review of Analytical Chemistry](https://www.annualreviews.org/journal/anchem) is `https://www.annualreviews.org/journal/anchem`, where `anchem` is the id of the journal, so the route for this journal is `/annualreviews/anchem`.\n\n :::tip\n More jounals can be found in [Browse Journals](https://www.annualreviews.org/action/showPublications).\n :::","location":"index.ts"}} />
|
||||
<Route namespace="annualreviews" data={{"path":"/:id","categories":["journal"],"example":"/annualreviews/anchem","parameters":{"id":"Journal id, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":true},"radar":{"source":["annualreviews.org/journal/:id","annualreviews.org/"]},"name":"Journal","maintainers":["nczitzk"],"description":"The URL of the journal [Annual Review of Analytical Chemistry](https://www.annualreviews.org/journal/anchem) is `https://www.annualreviews.org/journal/anchem`, where `anchem` is the id of the journal, so the route for this journal is `/annualreviews/anchem`.\n\n :::tip\n More jounals can be found in [Browse Journals](https://www.annualreviews.org/action/showPublications).\n :::","location":"index.ts"}} />
|
||||
|
||||
The URL of the journal [Annual Review of Analytical Chemistry](https://www.annualreviews.org/journal/anchem) is `https://www.annualreviews.org/journal/anchem`, where `anchem` is the id of the journal, so the route for this journal is `/annualreviews/anchem`.
|
||||
|
||||
|
|
@ -48,31 +48,31 @@ More jounals can be found in [Browse Journals](https://www.annualreviews.org/act
|
|||
|
||||
### Featured articles {#bioone-featured-articles}
|
||||
|
||||
<Route data={{"path":"/featured","categories":["journal"],"example":"/bioone/featured","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bioone.org/"]},"name":"Featured articles","maintainers":["nczitzk"],"url":"bioone.org/","location":"featured.ts"}} />
|
||||
<Route namespace="bioone" data={{"path":"/featured","categories":["journal"],"example":"/bioone/featured","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bioone.org/"]},"name":"Featured articles","maintainers":["nczitzk"],"url":"bioone.org/","location":"featured.ts"}} />
|
||||
|
||||
### Journals {#bioone-journals}
|
||||
|
||||
<Route data={{"path":"/journals/:journal?","categories":["journal"],"example":"/bioone/journals/acta-chiropterologica","parameters":{"journal":"Journals, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bioone.org/journals/:journal","bioone.org/"],"target":"/journals/:journal"},"name":"Journals","maintainers":["nczitzk"],"location":"journal.ts"}} />
|
||||
<Route namespace="bioone" data={{"path":"/journals/:journal?","categories":["journal"],"example":"/bioone/journals/acta-chiropterologica","parameters":{"journal":"Journals, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bioone.org/journals/:journal","bioone.org/"],"target":"/journals/:journal"},"name":"Journals","maintainers":["nczitzk"],"location":"journal.ts"}} />
|
||||
|
||||
## caa.reviews {#caa-reviews}
|
||||
|
||||
### Book Reviews {#caa-reviews-book-reviews}
|
||||
|
||||
<Route data={{"path":"/book","categories":["journal"],"example":"/caareviews/book","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["caareviews.org/reviews/book"]},"name":"Book Reviews","maintainers":["Fatpandac"],"url":"caareviews.org/reviews/book","location":"book.ts"}} />
|
||||
<Route namespace="caareviews" data={{"path":"/book","categories":["journal"],"example":"/caareviews/book","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["caareviews.org/reviews/book"]},"name":"Book Reviews","maintainers":["Fatpandac"],"url":"caareviews.org/reviews/book","location":"book.ts"}} />
|
||||
|
||||
### Essays {#caa-reviews-essays}
|
||||
|
||||
<Route data={{"path":"/essay","categories":["journal"],"example":"/caareviews/essay","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["caareviews.org/reviews/essay"]},"name":"Essays","maintainers":["Fatpandac"],"url":"caareviews.org/reviews/essay","location":"essay.ts"}} />
|
||||
<Route namespace="caareviews" data={{"path":"/essay","categories":["journal"],"example":"/caareviews/essay","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["caareviews.org/reviews/essay"]},"name":"Essays","maintainers":["Fatpandac"],"url":"caareviews.org/reviews/essay","location":"essay.ts"}} />
|
||||
|
||||
### Exhibition Reviews {#caa-reviews-exhibition-reviews}
|
||||
|
||||
<Route data={{"path":"/exhibition","categories":["journal"],"example":"/caareviews/exhibition","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["caareviews.org/reviews/exhibition"]},"name":"Exhibition Reviews","maintainers":["Fatpandac"],"url":"caareviews.org/reviews/exhibition","location":"exhibition.ts"}} />
|
||||
<Route namespace="caareviews" data={{"path":"/exhibition","categories":["journal"],"example":"/caareviews/exhibition","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["caareviews.org/reviews/exhibition"]},"name":"Exhibition Reviews","maintainers":["Fatpandac"],"url":"caareviews.org/reviews/exhibition","location":"exhibition.ts"}} />
|
||||
|
||||
## Google {#google}
|
||||
|
||||
### Author Citations {#google-author-citations}
|
||||
|
||||
<Route data={{"path":"/citations/:id","categories":["journal"],"example":"/google/citations/mlmE4JMAAAAJ","parameters":{"id":"N"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Author Citations","maintainers":["KellyHwong","const7"],"description":"The parameter id in the route is the id in the URL of the user's Google Scholar reference page, for example `https://scholar.google.com/citations?user=mlmE4JMAAAAJ` to `mlmE4JMAAAAJ`.\n\n Query parameters are also supported here, for example `https://scholar.google.com/citations?user=mlmE4JMAAAAJ&sortby=pubdate` to `mlmE4JMAAAAJ&sortby=pubdate`. Please make sure that the user id (`mlmE4JMAAAAJ` in this case) should be the first parameter in the query string.","location":"citations.ts"}} />
|
||||
<Route namespace="google" data={{"path":"/citations/:id","categories":["journal"],"example":"/google/citations/mlmE4JMAAAAJ","parameters":{"id":"N"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Author Citations","maintainers":["KellyHwong","const7"],"description":"The parameter id in the route is the id in the URL of the user's Google Scholar reference page, for example `https://scholar.google.com/citations?user=mlmE4JMAAAAJ` to `mlmE4JMAAAAJ`.\n\n Query parameters are also supported here, for example `https://scholar.google.com/citations?user=mlmE4JMAAAAJ&sortby=pubdate` to `mlmE4JMAAAAJ&sortby=pubdate`. Please make sure that the user id (`mlmE4JMAAAAJ` in this case) should be the first parameter in the query string.","location":"citations.ts"}} />
|
||||
|
||||
The parameter id in the route is the id in the URL of the user's Google Scholar reference page, for example `https://scholar.google.com/citations?user=mlmE4JMAAAAJ` to `mlmE4JMAAAAJ`.
|
||||
|
||||
|
|
@ -80,7 +80,7 @@ Query parameters are also supported here, for example `https://scholar.google.co
|
|||
|
||||
### Keywords Monitoring {#google-keywords-monitoring}
|
||||
|
||||
<Route data={{"path":"/scholar/:query","categories":["journal"],"example":"/google/scholar/data+visualization","parameters":{"query":"query statement which supports「Basic」and「Advanced」modes"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Keywords Monitoring","maintainers":["HenryQW"],"description":":::warning\n Google Scholar has strict anti-crawling mechanism implemented, the demo below doesn't guarantee availability. Please deploy your own instance as it might increase the stability.\n :::\n\n 1. Basic mode, sample query is the keywords desired, eg.「data visualization」, [https://rsshub.app/google/scholar/data+visualization](https://rsshub.app/google/scholar/data+visualization).\n\n 2. Advanced mode, visit [Google Scholar](https://scholar.google.com/schhp?hl=en&as_sdt=0,5), click the top left corner and select「Advanced Search」, fill in your conditions and submit the search. The URL should look like this: [https://scholar.google.com/scholar?as_q=data+visualization&as_epq=&as_oq=&as_eq=&as_occt=any&as_sauthors=&as_publication=&as_ylo=2018&as_yhi=&hl=en&as_sdt=0%2C5](https://scholar.google.com/scholar?as_q=data+visualization&as_epq=&as_oq=&as_eq=&as_occt=any&as_sauthors=&as_publication=&as_ylo=2018&as_yhi=&hl=en&as_sdt=0%2C5), copy everything after `https://scholar.google.com/scholar?` from the URL and use it as the query for this route. The complete URL for the above example should look like this: [https://rsshub.app/google/scholar/as_q=data+visualization&as_epq=&as_oq=&as_eq=&as_occt=any&as_sauthors=&as_publication=&as_ylo=2018&as_yhi=&hl=en&as_sdt=0%2C5](https://rsshub.app/google/scholar/as_q=data+visualization&as_epq=&as_oq=&as_eq=&as_occt=any&as_sauthors=&as_publication=&as_ylo=2018&as_yhi=&hl=en&as_sdt=0%2C5).","location":"scholar.ts"}} />
|
||||
<Route namespace="google" data={{"path":"/scholar/:query","categories":["journal"],"example":"/google/scholar/data+visualization","parameters":{"query":"query statement which supports「Basic」and「Advanced」modes"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Keywords Monitoring","maintainers":["HenryQW"],"description":":::warning\n Google Scholar has strict anti-crawling mechanism implemented, the demo below doesn't guarantee availability. Please deploy your own instance as it might increase the stability.\n :::\n\n 1. Basic mode, sample query is the keywords desired, eg.「data visualization」, [https://rsshub.app/google/scholar/data+visualization](https://rsshub.app/google/scholar/data+visualization).\n\n 2. Advanced mode, visit [Google Scholar](https://scholar.google.com/schhp?hl=en&as_sdt=0,5), click the top left corner and select「Advanced Search」, fill in your conditions and submit the search. The URL should look like this: [https://scholar.google.com/scholar?as_q=data+visualization&as_epq=&as_oq=&as_eq=&as_occt=any&as_sauthors=&as_publication=&as_ylo=2018&as_yhi=&hl=en&as_sdt=0%2C5](https://scholar.google.com/scholar?as_q=data+visualization&as_epq=&as_oq=&as_eq=&as_occt=any&as_sauthors=&as_publication=&as_ylo=2018&as_yhi=&hl=en&as_sdt=0%2C5), copy everything after `https://scholar.google.com/scholar?` from the URL and use it as the query for this route. The complete URL for the above example should look like this: [https://rsshub.app/google/scholar/as_q=data+visualization&as_epq=&as_oq=&as_eq=&as_occt=any&as_sauthors=&as_publication=&as_ylo=2018&as_yhi=&hl=en&as_sdt=0%2C5](https://rsshub.app/google/scholar/as_q=data+visualization&as_epq=&as_oq=&as_eq=&as_occt=any&as_sauthors=&as_publication=&as_ylo=2018&as_yhi=&hl=en&as_sdt=0%2C5).","location":"scholar.ts"}} />
|
||||
|
||||
:::warning
|
||||
Google Scholar has strict anti-crawling mechanism implemented, the demo below doesn't guarantee availability. Please deploy your own instance as it might increase the stability.
|
||||
|
|
@ -94,7 +94,7 @@ Google Scholar has strict anti-crawling mechanism implemented, the demo below do
|
|||
|
||||
### IEEE Symposium on Security and Privacy {#ieee-computer-society-ieee-symposium-on-security-and-privacy}
|
||||
|
||||
<Route data={{"path":"/security-privacy","categories":["journal"],"example":"/ieee-security/security-privacy","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ieee-security.org/TC/SP-Index.html","ieee-security.org/"]},"name":"IEEE Symposium on Security and Privacy","maintainers":["ZeddYu"],"url":"ieee-security.org/TC/SP-Index.html","description":"Return results from 2020","location":"sp.ts"}} />
|
||||
<Route namespace="ieee-security" data={{"path":"/security-privacy","categories":["journal"],"example":"/ieee-security/security-privacy","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ieee-security.org/TC/SP-Index.html","ieee-security.org/"]},"name":"IEEE Symposium on Security and Privacy","maintainers":["ZeddYu"],"url":"ieee-security.org/TC/SP-Index.html","description":"Return results from 2020","location":"sp.ts"}} />
|
||||
|
||||
Return results from 2020
|
||||
|
||||
|
|
@ -102,31 +102,31 @@ Return results from 2020
|
|||
|
||||
### Early Access Journal {#ieee-xplore-early-access-journal}
|
||||
|
||||
<Route data={{"path":"/journal/:journal/earlyaccess/:sortType?","categories":["journal"],"example":"/ieee/journal/5306045/earlyaccess","parameters":{"journal":"Issue code, the number of the `isnumber` in the URL","sortType":"Sort Type, default: `vol-only-seq`, the part of the URL after `sortType`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Early Access Journal","maintainers":["5upernova-heng"],"location":"earlyaccess.ts"}} />
|
||||
<Route namespace="ieee" data={{"path":"/journal/:journal/earlyaccess/:sortType?","categories":["journal"],"example":"/ieee/journal/5306045/earlyaccess","parameters":{"journal":"Issue code, the number of the `isnumber` in the URL","sortType":"Sort Type, default: `vol-only-seq`, the part of the URL after `sortType`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Early Access Journal","maintainers":["5upernova-heng"],"location":"earlyaccess.ts"}} />
|
||||
|
||||
## INFORMS {#informs}
|
||||
|
||||
### Category {#informs-category}
|
||||
|
||||
<Route data={{"path":"/:category?","categories":["journal"],"example":"/informs/mnsc","parameters":{"category":"Category, can be found in the url of the page, `orsc` by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Category","maintainers":["Fatpandac"],"location":"index.ts"}} />
|
||||
<Route namespace="informs" data={{"path":"/:category?","categories":["journal"],"example":"/informs/mnsc","parameters":{"category":"Category, can be found in the url of the page, `orsc` by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Category","maintainers":["Fatpandac"],"location":"index.ts"}} />
|
||||
|
||||
## MDPI {#mdpi}
|
||||
|
||||
### Journal {#mdpi-journal}
|
||||
|
||||
<Route data={{"path":"/:journal","categories":["journal"],"example":"/mdpi/analytica","parameters":{"journal":"Journal Name, get it from the journal homepage"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.mdpi.com/journal/:journal"]},"name":"Journal","maintainers":["Derekmini"],"location":"journal.ts"}} />
|
||||
<Route namespace="mdpi" data={{"path":"/:journal","categories":["journal"],"example":"/mdpi/analytica","parameters":{"journal":"Journal Name, get it from the journal homepage"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.mdpi.com/journal/:journal"]},"name":"Journal","maintainers":["Derekmini"],"location":"journal.ts"}} />
|
||||
|
||||
## National Bureau of Economic Research {#national-bureau-of-economic-research}
|
||||
|
||||
### All Papers {#national-bureau-of-economic-research-all-papers}
|
||||
|
||||
<Route data={{"path":["/papers","/news"],"categories":["journal"],"example":"/nber/papers","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":true},"radar":{"source":["nber.org/papers"]},"name":"All Papers","maintainers":[],"url":"nber.org/papers","description":"Papers that are published in this week.","location":"index.ts"}} />
|
||||
<Route namespace="nber" data={{"path":["/papers","/news"],"categories":["journal"],"example":"/nber/papers","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":true},"radar":{"source":["nber.org/papers"]},"name":"All Papers","maintainers":[],"url":"nber.org/papers","description":"Papers that are published in this week.","location":"index.ts"}} />
|
||||
|
||||
Papers that are published in this week.
|
||||
|
||||
### All Papers {#national-bureau-of-economic-research-all-papers}
|
||||
|
||||
<Route data={{"path":["/papers","/news"],"categories":["journal"],"example":"/nber/papers","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":true},"radar":{"source":["nber.org/papers"]},"name":"All Papers","maintainers":[],"url":"nber.org/papers","description":"Papers that are published in this week.","location":"index.ts"}} />
|
||||
<Route namespace="nber" data={{"path":["/papers","/news"],"categories":["journal"],"example":"/nber/papers","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":true},"radar":{"source":["nber.org/papers"]},"name":"All Papers","maintainers":[],"url":"nber.org/papers","description":"Papers that are published in this week.","location":"index.ts"}} />
|
||||
|
||||
Papers that are published in this week.
|
||||
|
||||
|
|
@ -138,17 +138,17 @@ You can get all short name of a journal from [https://www.nature.com/siteindex](
|
|||
|
||||
### Cover Story {#nature-journal-cover-story}
|
||||
|
||||
<Route data={{"path":"/cover","categories":["journal"],"example":"/nature/cover","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["nature.com/"]},"name":"Cover Story","maintainers":["y9c"],"url":"nature.com/","description":"Subscribe to the cover images of the Nature journals, and get the latest publication updates in time.","location":"cover.ts"}} />
|
||||
<Route namespace="nature" data={{"path":"/cover","categories":["journal"],"example":"/nature/cover","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["nature.com/"]},"name":"Cover Story","maintainers":["y9c"],"url":"nature.com/","description":"Subscribe to the cover images of the Nature journals, and get the latest publication updates in time.","location":"cover.ts"}} />
|
||||
|
||||
Subscribe to the cover images of the Nature journals, and get the latest publication updates in time.
|
||||
|
||||
### Journal List {#nature-journal-journal-list}
|
||||
|
||||
<Route data={{"path":"/siteindex","categories":["journal"],"example":"/nature/siteindex","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Journal List","maintainers":["TonyRL"],"location":"siteindex.ts"}} />
|
||||
<Route namespace="nature" data={{"path":"/siteindex","categories":["journal"],"example":"/nature/siteindex","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Journal List","maintainers":["TonyRL"],"location":"siteindex.ts"}} />
|
||||
|
||||
### Latest Research {#nature-journal-latest-research}
|
||||
|
||||
<Route data={{"path":"/research/:journal?","categories":["journal"],"example":"/nature/research/ng","parameters":{"journal":"short name for a journal, `nature` by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":true},"radar":{"source":["nature.com/:journal/research-articles","nature.com/:journal","nature.com/"],"target":"/research/:journal"},"name":"Latest Research","maintainers":["y9c","TonyRL"],"description":"| `:journal` | Full Name of the Journal | Route |\n | :-----------: | :-------------------------: | ---------------------------------------------------------------------------------- |\n | nature | Nature | [/nature/research/nature](https://rsshub.app/nature/research/nature) |\n | nbt | Nature Biotechnology | [/nature/research/nbt](https://rsshub.app/nature/research/nbt) |\n | neuro | Nature Neuroscience | [/nature/research/neuro](https://rsshub.app/nature/research/neuro) |\n | ng | Nature Genetics | [/nature/research/ng](https://rsshub.app/nature/research/ng) |\n | ni | Nature Immunology | [/nature/research/ni](https://rsshub.app/nature/research/ni) |\n | nmeth | Nature Method | [/nature/research/nmeth](https://rsshub.app/nature/research/nmeth) |\n | nchem | Nature Chemistry | [/nature/research/nchem](https://rsshub.app/nature/research/nchem) |\n | nmat | Nature Materials | [/nature/research/nmat](https://rsshub.app/nature/research/nmat) |\n | natmachintell | Nature Machine Intelligence | [/nature/research/natmachintell](https://rsshub.app/nature/research/natmachintell) |\n\n - Using router (`/nature/research/` + \"short name for a journal\") to query latest research paper for a certain journal of Nature Publishing Group.\n If the `:journal` parameter is blank, then latest research of Nature will return.\n - The journals from NPG are run by different group of people, and the website of may not be consitent for all the journals\n - Only abstract is rendered in some researches","location":"research.ts"}} />
|
||||
<Route namespace="nature" data={{"path":"/research/:journal?","categories":["journal"],"example":"/nature/research/ng","parameters":{"journal":"short name for a journal, `nature` by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":true},"radar":{"source":["nature.com/:journal/research-articles","nature.com/:journal","nature.com/"],"target":"/research/:journal"},"name":"Latest Research","maintainers":["y9c","TonyRL"],"description":"| `:journal` | Full Name of the Journal | Route |\n | :-----------: | :-------------------------: | ---------------------------------------------------------------------------------- |\n | nature | Nature | [/nature/research/nature](https://rsshub.app/nature/research/nature) |\n | nbt | Nature Biotechnology | [/nature/research/nbt](https://rsshub.app/nature/research/nbt) |\n | neuro | Nature Neuroscience | [/nature/research/neuro](https://rsshub.app/nature/research/neuro) |\n | ng | Nature Genetics | [/nature/research/ng](https://rsshub.app/nature/research/ng) |\n | ni | Nature Immunology | [/nature/research/ni](https://rsshub.app/nature/research/ni) |\n | nmeth | Nature Method | [/nature/research/nmeth](https://rsshub.app/nature/research/nmeth) |\n | nchem | Nature Chemistry | [/nature/research/nchem](https://rsshub.app/nature/research/nchem) |\n | nmat | Nature Materials | [/nature/research/nmat](https://rsshub.app/nature/research/nmat) |\n | natmachintell | Nature Machine Intelligence | [/nature/research/natmachintell](https://rsshub.app/nature/research/natmachintell) |\n\n - Using router (`/nature/research/` + \"short name for a journal\") to query latest research paper for a certain journal of Nature Publishing Group.\n If the `:journal` parameter is blank, then latest research of Nature will return.\n - The journals from NPG are run by different group of people, and the website of may not be consitent for all the journals\n - Only abstract is rendered in some researches","location":"research.ts"}} />
|
||||
|
||||
| `:journal` | Full Name of the Journal | Route |
|
||||
| :-----------: | :-------------------------: | ---------------------------------------------------------------------------------- |
|
||||
|
|
@ -169,11 +169,11 @@ Subscribe to the cover images of the Nature journals, and get the latest publica
|
|||
|
||||
### Nature News {#nature-journal-nature-news}
|
||||
|
||||
<Route data={{"path":"/news","categories":["journal"],"example":"/nature/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":true},"radar":{"source":["nature.com/latest-news","nature.com/news","nature.com/"]},"name":"Nature News","maintainers":["y9c","TonyRL"],"url":"nature.com/latest-news","location":"news.ts"}} />
|
||||
<Route namespace="nature" data={{"path":"/news","categories":["journal"],"example":"/nature/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":true},"radar":{"source":["nature.com/latest-news","nature.com/news","nature.com/"]},"name":"Nature News","maintainers":["y9c","TonyRL"],"url":"nature.com/latest-news","location":"news.ts"}} />
|
||||
|
||||
### Research Highlight {#nature-journal-research-highlight}
|
||||
|
||||
<Route data={{"path":"/highlight/:journal?","categories":["journal"],"example":"/nature/highlight","parameters":{"journal":"short name for a journal, `nature` by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":true},"radar":{"source":["nature.com/:journal/articles","nature.com/:journal","nature.com/"],"target":"/highlight/:journal"},"name":"Research Highlight","maintainers":[],"description":":::warning\n Only some journals are supported.\n :::","location":"highlight.ts"}} />
|
||||
<Route namespace="nature" data={{"path":"/highlight/:journal?","categories":["journal"],"example":"/nature/highlight","parameters":{"journal":"short name for a journal, `nature` by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":true},"radar":{"source":["nature.com/:journal/articles","nature.com/:journal","nature.com/"],"target":"/highlight/:journal"},"name":"Research Highlight","maintainers":[],"description":":::warning\n Only some journals are supported.\n :::","location":"highlight.ts"}} />
|
||||
|
||||
:::warning
|
||||
Only some journals are supported.
|
||||
|
|
@ -183,7 +183,7 @@ Only some journals are supported.
|
|||
|
||||
### Accepted papers {#network-and-distributed-system-security-ndss-symposium-accepted-papers}
|
||||
|
||||
<Route data={{"path":"/ndss","categories":["journal"],"example":"/ndss-symposium/ndss","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ndss-symposium.org/"]},"name":"Accepted papers","maintainers":["ZeddYu"],"url":"ndss-symposium.org/","description":"Return results from 2020","location":"ndss.ts"}} />
|
||||
<Route namespace="ndss-symposium" data={{"path":"/ndss","categories":["journal"],"example":"/ndss-symposium/ndss","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ndss-symposium.org/"]},"name":"Accepted papers","maintainers":["ZeddYu"],"url":"ndss-symposium.org/","description":"Return results from 2020","location":"ndss.ts"}} />
|
||||
|
||||
Return results from 2020
|
||||
|
||||
|
|
@ -191,7 +191,7 @@ Return results from 2020
|
|||
|
||||
### Oxford Academic {#oxford-university-press-oxford-academic}
|
||||
|
||||
<Route data={{"path":"/journals/:name","categories":["journal"],"example":"/oup/journals/adaptation","parameters":{"name":"short name for a journal, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["academic.oup.com/","academic.oup.com/:name/issue"]},"name":"Oxford Academic","maintainers":[],"url":"academic.oup.com/","description":"#### Journal {#oxford-university-press-oxford-academic-journal}","location":"index.ts"}} />
|
||||
<Route namespace="oup" data={{"path":"/journals/:name","categories":["journal"],"example":"/oup/journals/adaptation","parameters":{"name":"short name for a journal, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["academic.oup.com/","academic.oup.com/:name/issue"]},"name":"Oxford Academic","maintainers":[],"url":"academic.oup.com/","description":"#### Journal {#oxford-university-press-oxford-academic-journal}","location":"index.ts"}} />
|
||||
|
||||
#### Journal {#oxford-university-press-oxford-academic-journal}
|
||||
|
||||
|
|
@ -199,7 +199,7 @@ Return results from 2020
|
|||
|
||||
### Journal {#royal-society-of-chemistry-journal}
|
||||
|
||||
<Route data={{"path":"/journal/:id/:category?","categories":["journal"],"example":"/rsc/journal/ta","parameters":{"id":"Journal id, can be found in URL","category":"Category, see below, All Recent Articles by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Journal","maintainers":["nczitzk"],"description":":::tip\n All journals at [Current journals](https://pubs.rsc.org/en/journals)\n :::\n\n | All Recent Articles | Advance Articles |\n | ------------------- | ---------------- |\n | allrecentarticles | advancearticles |","location":"journal.ts"}} />
|
||||
<Route namespace="rsc" data={{"path":"/journal/:id/:category?","categories":["journal"],"example":"/rsc/journal/ta","parameters":{"id":"Journal id, can be found in URL","category":"Category, see below, All Recent Articles by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Journal","maintainers":["nczitzk"],"description":":::tip\n All journals at [Current journals](https://pubs.rsc.org/en/journals)\n :::\n\n | All Recent Articles | Advance Articles |\n | ------------------- | ---------------- |\n | allrecentarticles | advancearticles |","location":"journal.ts"}} />
|
||||
|
||||
:::tip
|
||||
All journals at [Current journals](https://pubs.rsc.org/en/journals)
|
||||
|
|
@ -213,13 +213,13 @@ All journals at [Current journals](https://pubs.rsc.org/en/journals)
|
|||
|
||||
### Blogs {#science-magazine-blogs}
|
||||
|
||||
<Route data={{"path":"/blogs/:name?","categories":["journal"],"example":"/science/blogs/pipeline","parameters":{"name":"Short name for the blog, get this from the url. Defaults to pipeline"},"features":{"requireConfig":false,"requirePuppeteer":true,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["science.org/blogs/:name"],"target":"/blogs/:name"},"name":"Blogs","maintainers":["TomHodson"],"description":"To subscribe to [IN THE PIPELINE by Derek Lowe’s](https://science.org/blogs/pipeline) or the [science editor's blog](https://science.org/blogs/editors-blog), use the name parameter `pipeline` or `editors-blog`.","location":"blogs.ts"}} />
|
||||
<Route namespace="science" data={{"path":"/blogs/:name?","categories":["journal"],"example":"/science/blogs/pipeline","parameters":{"name":"Short name for the blog, get this from the url. Defaults to pipeline"},"features":{"requireConfig":false,"requirePuppeteer":true,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["science.org/blogs/:name"],"target":"/blogs/:name"},"name":"Blogs","maintainers":["TomHodson"],"description":"To subscribe to [IN THE PIPELINE by Derek Lowe’s](https://science.org/blogs/pipeline) or the [science editor's blog](https://science.org/blogs/editors-blog), use the name parameter `pipeline` or `editors-blog`.","location":"blogs.ts"}} />
|
||||
|
||||
To subscribe to [IN THE PIPELINE by Derek Lowe’s](https://science.org/blogs/pipeline) or the [science editor's blog](https://science.org/blogs/editors-blog), use the name parameter `pipeline` or `editors-blog`.
|
||||
|
||||
### Cover Story {#science-magazine-cover-story}
|
||||
|
||||
<Route data={{"path":"/cover","categories":["journal"],"example":"/science/cover","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["science.org/"]},"name":"Cover Story","maintainers":["y9c","TonyRL"],"url":"science.org/","description":"Subscribe to the cover images of Science journals, and get the latest publication updates in time.\n\n Including 'Science', 'Science Advances', 'Science Immunology', 'Science Robotics', 'Science Signaling' and 'Science Translational Medicine'.","location":"cover.ts"}} />
|
||||
<Route namespace="science" data={{"path":"/cover","categories":["journal"],"example":"/science/cover","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["science.org/"]},"name":"Cover Story","maintainers":["y9c","TonyRL"],"url":"science.org/","description":"Subscribe to the cover images of Science journals, and get the latest publication updates in time.\n\n Including 'Science', 'Science Advances', 'Science Immunology', 'Science Robotics', 'Science Signaling' and 'Science Translational Medicine'.","location":"cover.ts"}} />
|
||||
|
||||
Subscribe to the cover images of Science journals, and get the latest publication updates in time.
|
||||
|
||||
|
|
@ -227,7 +227,7 @@ Including 'Science', 'Science Advances', 'Science Immunology', 'Science Robotics
|
|||
|
||||
### Current Issue {#science-magazine-current-issue}
|
||||
|
||||
<Route data={{"path":"/current/:journal?","categories":["journal"],"example":"/science/current/science","parameters":{"journal":"Short name for a journal"},"features":{"requireConfig":false,"requirePuppeteer":true,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":true},"radar":{"source":["science.org/journal/:journal","science.org/toc/:journal/current"],"target":"/current/:journal"},"name":"Current Issue","maintainers":["y9c","TonyRL"],"description":"| Short name | Full name of the journal | Route |\n | :---------: | :----------------------------: | ------------------------------------------------------------------------------ |\n | science | Science | [/science/current/science](https://rsshub.app/science/current/science) |\n | sciadv | Science Advances | [/science/current/sciadv](https://rsshub.app/science/current/sciadv) |\n | sciimmunol | Science Immunology | [/science/current/sciimmunol](https://rsshub.app/science/current/sciimmunol) |\n | scirobotics | Science Robotics | [/science/current/scirobotics](https://rsshub.app/science/current/scirobotics) |\n | signaling | Science Signaling | [/science/current/signaling](https://rsshub.app/science/current/signaling) |\n | stm | Science Translational Medicine | [/science/current/stm](https://rsshub.app/science/current/stm) |\n\n - Using route (`/science/current/` + \"short name for a journal\") to get current issue of a journal from AAAS.\n - Leaving it empty (`/science/current`) to get update from Science.","location":"current.ts"}} />
|
||||
<Route namespace="science" data={{"path":"/current/:journal?","categories":["journal"],"example":"/science/current/science","parameters":{"journal":"Short name for a journal"},"features":{"requireConfig":false,"requirePuppeteer":true,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":true},"radar":{"source":["science.org/journal/:journal","science.org/toc/:journal/current"],"target":"/current/:journal"},"name":"Current Issue","maintainers":["y9c","TonyRL"],"description":"| Short name | Full name of the journal | Route |\n | :---------: | :----------------------------: | ------------------------------------------------------------------------------ |\n | science | Science | [/science/current/science](https://rsshub.app/science/current/science) |\n | sciadv | Science Advances | [/science/current/sciadv](https://rsshub.app/science/current/sciadv) |\n | sciimmunol | Science Immunology | [/science/current/sciimmunol](https://rsshub.app/science/current/sciimmunol) |\n | scirobotics | Science Robotics | [/science/current/scirobotics](https://rsshub.app/science/current/scirobotics) |\n | signaling | Science Signaling | [/science/current/signaling](https://rsshub.app/science/current/signaling) |\n | stm | Science Translational Medicine | [/science/current/stm](https://rsshub.app/science/current/stm) |\n\n - Using route (`/science/current/` + \"short name for a journal\") to get current issue of a journal from AAAS.\n - Leaving it empty (`/science/current`) to get update from Science.","location":"current.ts"}} />
|
||||
|
||||
| Short name | Full name of the journal | Route |
|
||||
| :---------: | :----------------------------: | ------------------------------------------------------------------------------ |
|
||||
|
|
@ -243,7 +243,7 @@ Including 'Science', 'Science Advances', 'Science Immunology', 'Science Robotics
|
|||
|
||||
### First Release {#science-magazine-first-release}
|
||||
|
||||
<Route data={{"path":"/early/:journal?","categories":["journal"],"example":"/science/early","parameters":{"journal":"Short name for a journal"},"features":{"requireConfig":false,"requirePuppeteer":true,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":true},"radar":{"source":["science.org/journal/:journal","science.org/toc/:journal/0/0"],"target":"/early/:journal"},"name":"First Release","maintainers":["y9c","TonyRL"],"description":"*only Science, Science Immunology and Science Translational Medicine have first release*","location":"early.ts"}} />
|
||||
<Route namespace="science" data={{"path":"/early/:journal?","categories":["journal"],"example":"/science/early","parameters":{"journal":"Short name for a journal"},"features":{"requireConfig":false,"requirePuppeteer":true,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":true},"radar":{"source":["science.org/journal/:journal","science.org/toc/:journal/0/0"],"target":"/early/:journal"},"name":"First Release","maintainers":["y9c","TonyRL"],"description":"*only Science, Science Immunology and Science Translational Medicine have first release*","location":"early.ts"}} />
|
||||
|
||||
*only Science, Science Immunology and Science Translational Medicine have first release*
|
||||
|
||||
|
|
@ -251,19 +251,19 @@ Including 'Science', 'Science Advances', 'Science Immunology', 'Science Robotics
|
|||
|
||||
### Journal {#sciencedirect-journal}
|
||||
|
||||
<Route data={{"path":"/journal/:id","categories":["journal"],"example":"/sciencedirect/journal/research-policy","parameters":{"id":"Journal id, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["sciencedirect.com/journal/:id","sciencedirect.com/"]},"name":"Journal","maintainers":["nczitzk"],"location":"journal.ts"}} />
|
||||
<Route namespace="sciencedirect" data={{"path":"/journal/:id","categories":["journal"],"example":"/sciencedirect/journal/research-policy","parameters":{"id":"Journal id, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["sciencedirect.com/journal/:id","sciencedirect.com/"]},"name":"Journal","maintainers":["nczitzk"],"location":"journal.ts"}} />
|
||||
|
||||
## Springer {#springer}
|
||||
|
||||
### Journal {#springer-journal}
|
||||
|
||||
<Route data={{"path":"/journal/:journal","categories":["journal"],"example":"/springer/journal/10450","parameters":{"journal":"Journal Code, the number in the URL from the journal homepage"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.springer.com/journal/:journal/*"]},"name":"Journal","maintainers":["Derekmini","TonyRL"],"location":"journal.ts"}} />
|
||||
<Route namespace="springer" data={{"path":"/journal/:journal","categories":["journal"],"example":"/springer/journal/10450","parameters":{"journal":"Journal Code, the number in the URL from the journal homepage"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.springer.com/journal/:journal/*"]},"name":"Journal","maintainers":["Derekmini","TonyRL"],"location":"journal.ts"}} />
|
||||
|
||||
## Telecompaper {#telecompaper}
|
||||
|
||||
### News {#telecompaper-news}
|
||||
|
||||
<Route data={{"path":"/news/:caty/:year?/:country?/:type?","categories":["journal"],"example":"/telecompaper/news/mobile/2020/China/News","parameters":{"caty":"Category, see table below","year":"Year. The year in respective category page filter, `all` for unlimited year, empty by default","country":"Country or continent, `all` for unlimited country or continent, empty by default","type":"Type, can be found in the `Types` filter, `all` for unlimited type, unlimited by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"News","maintainers":["nczitzk"],"description":"Category\n\n | WIRELESS | BROADBAND | VIDEO | GENERAL | IT | INDUSTRY RESOURCES |\n | -------- | --------- | --------- | ------- | -- | ------------------ |\n | mobile | internet | boardcast | general | it | industry-resources |\n\n :::tip\n If `country` or `type` includes empty space, use `-` instead. For example, `United States` needs to be replaced with `United-States`, `White paper` needs to be replaced with `White-paper`\n\n Filters in [INDUSTRY RESOURCES](https://www.telecompaper.com/industry-resources) only provides `Content Type` which corresponds to `type`. `year` and `country` are not supported.\n :::","location":"news.ts"}} />
|
||||
<Route namespace="telecompaper" data={{"path":"/news/:caty/:year?/:country?/:type?","categories":["journal"],"example":"/telecompaper/news/mobile/2020/China/News","parameters":{"caty":"Category, see table below","year":"Year. The year in respective category page filter, `all` for unlimited year, empty by default","country":"Country or continent, `all` for unlimited country or continent, empty by default","type":"Type, can be found in the `Types` filter, `all` for unlimited type, unlimited by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"News","maintainers":["nczitzk"],"description":"Category\n\n | WIRELESS | BROADBAND | VIDEO | GENERAL | IT | INDUSTRY RESOURCES |\n | -------- | --------- | --------- | ------- | -- | ------------------ |\n | mobile | internet | boardcast | general | it | industry-resources |\n\n :::tip\n If `country` or `type` includes empty space, use `-` instead. For example, `United States` needs to be replaced with `United-States`, `White paper` needs to be replaced with `White-paper`\n\n Filters in [INDUSTRY RESOURCES](https://www.telecompaper.com/industry-resources) only provides `Content Type` which corresponds to `type`. `year` and `country` are not supported.\n :::","location":"news.ts"}} />
|
||||
|
||||
Category
|
||||
|
||||
|
|
@ -279,7 +279,7 @@ Filters in [INDUSTRY RESOURCES](https://www.telecompaper.com/industry-resources)
|
|||
|
||||
### Search {#telecompaper-search}
|
||||
|
||||
<Route data={{"path":"/search/:keyword?/:company?/:sort?/:period?","categories":["journal"],"example":"/telecompaper/search/Nokia","parameters":{"keyword":"Keyword","company":"Company name, empty by default","sort":"Sorting, see table below, `Date Descending` by default","period":"Date selection, Last 12 months by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Search","maintainers":["nczitzk"],"description":"Sorting\n\n | Date Ascending | Date Descending |\n | -------------- | --------------- |\n | 1 | 2 |\n\n Date selection\n\n | 1 month | 3 months | 6 months | 12 months | 24 months |\n | ------- | -------- | -------- | --------- | --------- |\n | 1 | 3 | 6 | 12 | 24 |","location":"search.ts"}} />
|
||||
<Route namespace="telecompaper" data={{"path":"/search/:keyword?/:company?/:sort?/:period?","categories":["journal"],"example":"/telecompaper/search/Nokia","parameters":{"keyword":"Keyword","company":"Company name, empty by default","sort":"Sorting, see table below, `Date Descending` by default","period":"Date selection, Last 12 months by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Search","maintainers":["nczitzk"],"description":"Sorting\n\n | Date Ascending | Date Descending |\n | -------------- | --------------- |\n | 1 | 2 |\n\n Date selection\n\n | 1 month | 3 months | 6 months | 12 months | 24 months |\n | ------- | -------- | -------- | --------- | --------- |\n | 1 | 3 | 6 | 12 | 24 |","location":"search.ts"}} />
|
||||
|
||||
Sorting
|
||||
|
||||
|
|
@ -297,19 +297,19 @@ Date selection
|
|||
|
||||
### Current Issue {#the-university-of-chicago-press-journals-current-issue}
|
||||
|
||||
<Route data={{"path":"/journals/current/:journal","categories":["journal"],"example":"/uchicago/journals/current/jpe","parameters":{"journal":"Journal id, can be found in URL. [Browse journals by title](https://www.journals.uchicago.edu/action/showPublications)"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["journals.uchicago.edu/toc/:journal/current","journals.uchicago.edu/journal/:journal"]},"name":"Current Issue","maintainers":["TonyRL"],"location":"current.ts"}} />
|
||||
<Route namespace="uchicago" data={{"path":"/journals/current/:journal","categories":["journal"],"example":"/uchicago/journals/current/jpe","parameters":{"journal":"Journal id, can be found in URL. [Browse journals by title](https://www.journals.uchicago.edu/action/showPublications)"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["journals.uchicago.edu/toc/:journal/current","journals.uchicago.edu/journal/:journal"]},"name":"Current Issue","maintainers":["TonyRL"],"location":"current.ts"}} />
|
||||
|
||||
## Trending Papers {#trending-papers}
|
||||
|
||||
### Trending Papers on arXiv {#trending-papers-trending-papers-on-arxiv}
|
||||
|
||||
<Route data={{"path":"/papers/:category?/:time?/:cited?","categories":["journal"],"example":"/trendingpapers/papers","parameters":{"category":"Category of papers, can be found in URL. `All categories` by default.","time":"Time like `24 hours` to specify the duration of ranking, can be found in URL. `Since beginning` by default.","cited":"Cited or uncited papers, can be found in URL. `Cited and uncited papers` by default."},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Trending Papers on arXiv","maintainers":["CookiePieWw"],"location":"papers.ts"}} />
|
||||
<Route namespace="trendingpapers" data={{"path":"/papers/:category?/:time?/:cited?","categories":["journal"],"example":"/trendingpapers/papers","parameters":{"category":"Category of papers, can be found in URL. `All categories` by default.","time":"Time like `24 hours` to specify the duration of ranking, can be found in URL. `Since beginning` by default.","cited":"Cited or uncited papers, can be found in URL. `Cited and uncited papers` by default."},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Trending Papers on arXiv","maintainers":["CookiePieWw"],"location":"papers.ts"}} />
|
||||
|
||||
## USENIX {#usenix}
|
||||
|
||||
### Security Symposia {#usenix-security-symposia}
|
||||
|
||||
<Route data={{"path":"/usenix-security-sympoium","categories":["journal"],"example":"/usenix/usenix-security-sympoium","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["usenix.org/conferences/all","usenix.org/conferences","usenix.org/"]},"name":"Security Symposia","maintainers":["ZeddYu"],"url":"usenix.org/conferences/all","description":"Return results from 2020","location":"usenix.ts"}} />
|
||||
<Route namespace="usenix" data={{"path":"/usenix-security-sympoium","categories":["journal"],"example":"/usenix/usenix-security-sympoium","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["usenix.org/conferences/all","usenix.org/conferences","usenix.org/"]},"name":"Security Symposia","maintainers":["ZeddYu"],"url":"usenix.org/conferences/all","description":"Return results from 2020","location":"usenix.ts"}} />
|
||||
|
||||
Return results from 2020
|
||||
|
||||
|
|
@ -317,13 +317,13 @@ Return results from 2020
|
|||
|
||||
### Journal {#x-mol-journal}
|
||||
|
||||
<Route data={{"path":"/paper/:type/:magazine","categories":["journal"],"example":"/x-mol/paper/0/9","parameters":{"type":"type","magazine":"magazine"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Journal","maintainers":["cssxsh"],"location":"paper.ts"}} />
|
||||
<Route namespace="x-mol" data={{"path":"/paper/:type/:magazine","categories":["journal"],"example":"/x-mol/paper/0/9","parameters":{"type":"type","magazine":"magazine"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Journal","maintainers":["cssxsh"],"location":"paper.ts"}} />
|
||||
|
||||
## 管理世界 {#guan-li-shi-jie}
|
||||
|
||||
### 分类 {#guan-li-shi-jie-fen-lei}
|
||||
|
||||
<Route data={{"path":"/:category?","categories":["journal"],"example":"/mvm","parameters":{"category":"分类,见下表,默认为本期要目"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["mwm.net.cn/web/:category","mwm.net.cn/"]},"name":"分类","maintainers":["nczitzk"],"description":"| 本期要目 | 网络首发 | 学术活动 | 通知公告 |\n | -------- | -------- | -------- | -------- |\n | bqym | wlsf | xshd | tzgg |","location":"index.ts"}} />
|
||||
<Route namespace="mvm" data={{"path":"/:category?","categories":["journal"],"example":"/mvm","parameters":{"category":"分类,见下表,默认为本期要目"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["mwm.net.cn/web/:category","mwm.net.cn/"]},"name":"分类","maintainers":["nczitzk"],"description":"| 本期要目 | 网络首发 | 学术活动 | 通知公告 |\n | -------- | -------- | -------- | -------- |\n | bqym | wlsf | xshd | tzgg |","location":"index.ts"}} />
|
||||
|
||||
| 本期要目 | 网络首发 | 学术活动 | 通知公告 |
|
||||
| -------- | -------- | -------- | -------- |
|
||||
|
|
@ -333,12 +333,12 @@ Return results from 2020
|
|||
|
||||
### Unknown {#zhong-guo-zhi-wang-unknown}
|
||||
|
||||
<Route data={{"path":"/author/:code","categories":["journal"],"example":"/cnki/author/000042423923","parameters":{"code":"作者对应code,可以在网址中得到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Unknown","maintainers":["harveyqiu","Derekmini"],"location":"author.ts"}} />
|
||||
<Route namespace="cnki" data={{"path":"/author/:code","categories":["journal"],"example":"/cnki/author/000042423923","parameters":{"code":"作者对应code,可以在网址中得到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Unknown","maintainers":["harveyqiu","Derekmini"],"location":"author.ts"}} />
|
||||
|
||||
### 期刊 {#zhong-guo-zhi-wang-qi-kan}
|
||||
|
||||
<Route data={{"path":"/journals/:name","categories":["journal"],"example":"/cnki/journals/LKGP","parameters":{"name":"期刊缩写,可以在网址中得到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["navi.cnki.net/knavi/journals/:name/detail"]},"name":"期刊","maintainers":["Fatpandac","Derekmini"],"location":"journals.ts"}} />
|
||||
<Route namespace="cnki" data={{"path":"/journals/:name","categories":["journal"],"example":"/cnki/journals/LKGP","parameters":{"name":"期刊缩写,可以在网址中得到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["navi.cnki.net/knavi/journals/:name/detail"]},"name":"期刊","maintainers":["Fatpandac","Derekmini"],"location":"journals.ts"}} />
|
||||
|
||||
### 网络首发 {#zhong-guo-zhi-wang-wang-luo-shou-fa}
|
||||
|
||||
<Route data={{"path":"/journals/debut/:name","categories":["journal"],"example":"/cnki/journals/debut/LKGP","parameters":{"name":"期刊缩写,可以在网址中得到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["navi.cnki.net/knavi/journals/:name/detail"]},"name":"网络首发","maintainers":["Fatpandac"],"location":"debut.ts"}} />
|
||||
<Route namespace="cnki" data={{"path":"/journals/debut/:name","categories":["journal"],"example":"/cnki/journals/debut/LKGP","parameters":{"name":"期刊缩写,可以在网址中得到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["navi.cnki.net/knavi/journals/:name/detail"]},"name":"网络首发","maintainers":["Fatpandac"],"location":"debut.ts"}} />
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
### 直播分区 {#bilibili-zhi-bo-fen-qu}
|
||||
|
||||
<Route data={{"path":"/live/area/:areaID/:order","categories":["live"],"example":"/bilibili/live/area/207/online","parameters":{"areaID":"分区 ID 分区增删较多, 可通过 [分区列表](https://api.live.bilibili.com/room/v1/Area/getList) 查询","order":"排序方式, live_time 开播时间, online 人气"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"直播分区","maintainers":["Qixingchen"],"description":":::warning\n 由于接口未提供开播时间,如果直播间未更换标题与分区,将视为一次。如果直播间更换分区与标题,将视为另一项\n :::","location":"live-area.ts"}} />
|
||||
<Route namespace="bilibili" data={{"path":"/live/area/:areaID/:order","categories":["live"],"example":"/bilibili/live/area/207/online","parameters":{"areaID":"分区 ID 分区增删较多, 可通过 [分区列表](https://api.live.bilibili.com/room/v1/Area/getList) 查询","order":"排序方式, live_time 开播时间, online 人气"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"直播分区","maintainers":["Qixingchen"],"description":":::warning\n 由于接口未提供开播时间,如果直播间未更换标题与分区,将视为一次。如果直播间更换分区与标题,将视为另一项\n :::","location":"live-area.ts"}} />
|
||||
|
||||
:::warning
|
||||
由于接口未提供开播时间,如果直播间未更换标题与分区,将视为一次。如果直播间更换分区与标题,将视为另一项
|
||||
|
|
@ -12,27 +12,27 @@
|
|||
|
||||
### 直播开播 {#bilibili-zhi-bo-kai-bo}
|
||||
|
||||
<Route data={{"path":"/live/room/:roomID","categories":["live"],"example":"/bilibili/live/room/3","parameters":{"roomID":"房间号, 可在直播间 URL 中找到, 长短号均可"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["live.bilibili.com/:roomID"]},"name":"直播开播","maintainers":["Qixingchen"],"location":"live-room.ts"}} />
|
||||
<Route namespace="bilibili" data={{"path":"/live/room/:roomID","categories":["live"],"example":"/bilibili/live/room/3","parameters":{"roomID":"房间号, 可在直播间 URL 中找到, 长短号均可"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["live.bilibili.com/:roomID"]},"name":"直播开播","maintainers":["Qixingchen"],"location":"live-room.ts"}} />
|
||||
|
||||
### 直播搜索 {#bilibili-zhi-bo-sou-suo}
|
||||
|
||||
<Route data={{"path":"/live/search/:key/:order","categories":["live"],"example":"/bilibili/live/search/dota/online","parameters":{"key":"搜索关键字","order":"排序方式, live_time 开播时间, online 人气"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"直播搜索","maintainers":["Qixingchen"],"location":"live-search.ts"}} />
|
||||
<Route namespace="bilibili" data={{"path":"/live/search/:key/:order","categories":["live"],"example":"/bilibili/live/search/dota/online","parameters":{"key":"搜索关键字","order":"排序方式, live_time 开播时间, online 人气"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"直播搜索","maintainers":["Qixingchen"],"location":"live-search.ts"}} />
|
||||
|
||||
## LiSA {#lisa}
|
||||
|
||||
### Latest Discography {#lisa-latest-discography}
|
||||
|
||||
<Route data={{"path":"/disco","categories":["live"],"example":"/lxixsxa/disco","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.lxixsxa.com/","www.lxixsxa.com/discography"]},"name":"Latest Discography","maintainers":["Kiotlin"],"url":"www.lxixsxa.com/","location":"discography.ts"}} />
|
||||
<Route namespace="lxixsxa" data={{"path":"/disco","categories":["live"],"example":"/lxixsxa/disco","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.lxixsxa.com/","www.lxixsxa.com/discography"]},"name":"Latest Discography","maintainers":["Kiotlin"],"url":"www.lxixsxa.com/","location":"discography.ts"}} />
|
||||
|
||||
### News {#lisa-news}
|
||||
|
||||
<Route data={{"path":"/info","categories":["live"],"example":"/lxixsxa/info","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.lxixsxa.com/","www.lxixsxa.com/info"]},"name":"News","maintainers":["Kiotlin"],"url":"www.lxixsxa.com/","location":"information.ts"}} />
|
||||
<Route namespace="lxixsxa" data={{"path":"/info","categories":["live"],"example":"/lxixsxa/info","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.lxixsxa.com/","www.lxixsxa.com/info"]},"name":"News","maintainers":["Kiotlin"],"url":"www.lxixsxa.com/","location":"information.ts"}} />
|
||||
|
||||
## Twitch {#twitch}
|
||||
|
||||
### Channel Video {#twitch-channel-video}
|
||||
|
||||
<Route data={{"path":"/video/:login/:filter?","categories":["live"],"example":"/twitch/video/riotgames/highlights","parameters":{"login":"Twitch username","filter":"Video type, Default to all"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.twitch.tv/:login/videos"],"target":"/video/:login"},"name":"Channel Video","maintainers":["hoilc"],"description":"| archive | highlights | all |\n| ----------------- | ----------------------------- | ---------- |\n| Recent broadcasts | Recent highlights and uploads | All videos |","location":"video.ts"}} />
|
||||
<Route namespace="twitch" data={{"path":"/video/:login/:filter?","categories":["live"],"example":"/twitch/video/riotgames/highlights","parameters":{"login":"Twitch username","filter":"Video type, Default to all"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.twitch.tv/:login/videos"],"target":"/video/:login"},"name":"Channel Video","maintainers":["hoilc"],"description":"| archive | highlights | all |\n| ----------------- | ----------------------------- | ---------- |\n| Recent broadcasts | Recent highlights and uploads | All videos |","location":"video.ts"}} />
|
||||
|
||||
| archive | highlights | all |
|
||||
| ----------------- | ----------------------------- | ---------- |
|
||||
|
|
@ -40,31 +40,31 @@
|
|||
|
||||
### Live {#twitch-live}
|
||||
|
||||
<Route data={{"path":"/live/:login","categories":["live"],"example":"/twitch/live/riotgames","parameters":{"login":"Twitch username"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Live","maintainers":["hoilc"],"location":"live.ts"}} />
|
||||
<Route namespace="twitch" data={{"path":"/live/:login","categories":["live"],"example":"/twitch/live/riotgames","parameters":{"login":"Twitch username"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Live","maintainers":["hoilc"],"location":"live.ts"}} />
|
||||
|
||||
### Stream Schedule {#twitch-stream-schedule}
|
||||
|
||||
<Route data={{"path":"/schedule/:login","categories":["live"],"example":"/twitch/schedule/riotgames","parameters":{"login":"Twitch username"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.twitch.tv/:login/schedule"]},"name":"Stream Schedule","maintainers":["hoilc"],"location":"schedule.ts"}} />
|
||||
<Route namespace="twitch" data={{"path":"/schedule/:login","categories":["live"],"example":"/twitch/schedule/riotgames","parameters":{"login":"Twitch username"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.twitch.tv/:login/schedule"]},"name":"Stream Schedule","maintainers":["hoilc"],"location":"schedule.ts"}} />
|
||||
|
||||
## Yoasobi Official {#yoasobi-official}
|
||||
|
||||
### Live {#yoasobi-official-live}
|
||||
|
||||
<Route data={{"path":"/live","categories":["live"],"example":"/yoasobi-music/live","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.yoasobi-music.jp/","www.yoasobi-music.jp/live"]},"name":"Live","maintainers":["Kiotlin"],"url":"www.yoasobi-music.jp/","location":"live.ts"}} />
|
||||
<Route namespace="yoasobi-music" data={{"path":"/live","categories":["live"],"example":"/yoasobi-music/live","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.yoasobi-music.jp/","www.yoasobi-music.jp/live"]},"name":"Live","maintainers":["Kiotlin"],"url":"www.yoasobi-music.jp/","location":"live.ts"}} />
|
||||
|
||||
### Media {#yoasobi-official-media}
|
||||
|
||||
<Route data={{"path":"/media","categories":["live"],"example":"/yoasobi-music/media","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.yoasobi-music.jp/","www.yoasobi-music.jp/media"]},"name":"Media","maintainers":["Kiotlin"],"url":"www.yoasobi-music.jp/","location":"media.ts"}} />
|
||||
<Route namespace="yoasobi-music" data={{"path":"/media","categories":["live"],"example":"/yoasobi-music/media","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.yoasobi-music.jp/","www.yoasobi-music.jp/media"]},"name":"Media","maintainers":["Kiotlin"],"url":"www.yoasobi-music.jp/","location":"media.ts"}} />
|
||||
|
||||
### News & Biography {#yoasobi-official-news-biography}
|
||||
|
||||
<Route data={{"path":"/info/:category?","categories":["live"],"example":"/yoasobi-music/info/news","parameters":{"category":"`news`, `biography`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.yoasobi-music.jp/","www.yoasobi-music.jp/:category"],"target":"/info/:category"},"name":"News & Biography","maintainers":[],"url":"www.yoasobi-music.jp/","location":"info.ts"}} />
|
||||
<Route namespace="yoasobi-music" data={{"path":"/info/:category?","categories":["live"],"example":"/yoasobi-music/info/news","parameters":{"category":"`news`, `biography`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.yoasobi-music.jp/","www.yoasobi-music.jp/:category"],"target":"/info/:category"},"name":"News & Biography","maintainers":[],"url":"www.yoasobi-music.jp/","location":"info.ts"}} />
|
||||
|
||||
## YouTube Live {#youtube-live}
|
||||
|
||||
### Live {#youtube-live-live}
|
||||
|
||||
<Route data={{"path":"/live/:username/:embed?","categories":["live"],"example":"/youtube/live/@GawrGura","parameters":{"username":"YouTuber id","embed":"Default to embed the video, set to any value to disable embedding"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Live","maintainers":["sussurr127"],"location":"live.ts"}} />
|
||||
<Route namespace="youtube" data={{"path":"/live/:username/:embed?","categories":["live"],"example":"/youtube/live/@GawrGura","parameters":{"username":"YouTuber id","embed":"Default to embed the video, set to any value to disable embedding"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Live","maintainers":["sussurr127"],"location":"live.ts"}} />
|
||||
|
||||
## 抖音直播 {#dou-yin-zhi-bo}
|
||||
|
||||
|
|
@ -84,16 +84,16 @@
|
|||
|
||||
### 直播间开播 {#dou-yin-zhi-bo-zhi-bo-jian-kai-bo}
|
||||
|
||||
<Route data={{"path":"/live/:rid","categories":["live"],"example":"/douyin/live/685317364746","parameters":{"rid":"直播间 id, 可在主播直播间页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":true,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["live.douyin.com/:rid"]},"name":"直播间开播","maintainers":["TonyRL"],"location":"live.ts"}} />
|
||||
<Route namespace="douyin" data={{"path":"/live/:rid","categories":["live"],"example":"/douyin/live/685317364746","parameters":{"rid":"直播间 id, 可在主播直播间页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":true,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["live.douyin.com/:rid"]},"name":"直播间开播","maintainers":["TonyRL"],"location":"live.ts"}} />
|
||||
|
||||
## 斗鱼直播 {#dou-yu-zhi-bo}
|
||||
|
||||
### 直播间开播 {#dou-yu-zhi-bo-zhi-bo-jian-kai-bo}
|
||||
|
||||
<Route data={{"path":"/room/:id","categories":["live"],"example":"/douyu/room/24422","parameters":{"id":"直播间 id, 可在主播直播间页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.douyu.com/:id","www.douyu.com/"]},"name":"直播间开播","maintainers":["DIYgod"],"location":"room.ts"}} />
|
||||
<Route namespace="douyu" data={{"path":"/room/:id","categories":["live"],"example":"/douyu/room/24422","parameters":{"id":"直播间 id, 可在主播直播间页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.douyu.com/:id","www.douyu.com/"]},"name":"直播间开播","maintainers":["DIYgod"],"location":"room.ts"}} />
|
||||
|
||||
## 浪 Play 直播 {#lang-play-zhi-bo}
|
||||
|
||||
### Unknown {#lang-play-zhi-bo-unknown}
|
||||
|
||||
<Route data={{"path":"/live/room/:id","categories":["live"],"example":"/lang/live/room/1352360","parameters":{"id":"直播间 id, 可在主播直播间页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["lang.live/room/:id"]},"name":"Unknown","maintainers":["MittWillson"],"location":"room.ts"}} />
|
||||
<Route namespace="lang" data={{"path":"/live/room/:id","categories":["live"],"example":"/lang/live/room/1352360","parameters":{"id":"直播间 id, 可在主播直播间页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["lang.live/room/:id"]},"name":"Unknown","maintainers":["MittWillson"],"location":"room.ts"}} />
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
### 论坛 {#2048-he-ji-di-lun-tan}
|
||||
|
||||
<Route data={{"path":"/:id?","categories":["multimedia"],"example":"/2048/2","parameters":{"id":"板块 ID, 见下表,默认为最新合集,即 `3`,亦可在 URL 中找到, 例如, `thread.php?fid-3.html`中, 板块 ID 为`3`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":true,"supportPodcast":false,"supportScihub":false},"name":"论坛","maintainers":["nczitzk"],"description":"| 最新合集 | 亞洲無碼 | 日本騎兵 | 歐美新片 | 國內原創 | 中字原創 | 三級寫真 |\n | -------- | -------- | -------- | -------- | -------- | -------- | -------- |\n | 3 | 4 | 5 | 13 | 15 | 16 | 18 |\n\n | 有碼.HD | 亞洲 SM.HD | 日韓 VR/3D | 歐美 VR/3D | S-cute / Mywife / G-area |\n | ------- | ---------- | ---------- | ---------- | ------------------------ |\n | 116 | 114 | 96 | 97 | 119 |\n\n | 網友自拍 | 亞洲激情 | 歐美激情 | 露出偷窺 | 高跟絲襪 | 卡通漫畫 | 原創达人 |\n | -------- | -------- | -------- | -------- | -------- | -------- | -------- |\n | 23 | 24 | 25 | 26 | 27 | 28 | 135 |\n\n | 唯美清純 | 网络正妹 | 亞洲正妹 | 素人正妹 | COSPLAY | 女优情报 | Gif 动图 |\n | -------- | -------- | -------- | -------- | ------- | -------- | -------- |\n | 21 | 274 | 276 | 277 | 278 | 29 | |\n\n | 獨家拍攝 | 稀有首發 | 网络见闻 | 主播實錄 | 珍稀套圖 | 名站同步 | 实用漫画 |\n | -------- | -------- | -------- | -------- | -------- | -------- | -------- |\n | 213 | 94 | 283 | 111 | 88 | 131 | 180 |\n\n | 网盘二区 | 网盘三区 | 分享福利 | 国产精选 | 高清福利 | 高清首发 | 多挂原创 |\n | -------- | -------- | -------- | -------- | -------- | -------- | -------- |\n | 72 | 272 | 195 | 280 | 79 | 216 | 76 |\n\n | 磁链迅雷 | 正片大片 | H-GAME | 有声小说 | 在线视频 | 在线快播影院 |\n | -------- | -------- | ------ | -------- | -------- | ------------ |\n | 43 | 67 | 66 | 55 | 78 | 279 |\n\n | 综合小说 | 人妻意淫 | 乱伦迷情 | 长篇连载 | 文学作者 | TXT 小说打包 |\n | -------- | -------- | -------- | -------- | -------- | ------------ |\n | 48 | 103 | 50 | 54 | 100 | 109 |\n\n | 聚友客栈 | 坛友自售 |\n | -------- | -------- |\n | 57 | 136 |","location":"index.ts"}} />
|
||||
<Route namespace="2048" data={{"path":"/:id?","categories":["multimedia"],"example":"/2048/2","parameters":{"id":"板块 ID, 见下表,默认为最新合集,即 `3`,亦可在 URL 中找到, 例如, `thread.php?fid-3.html`中, 板块 ID 为`3`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":true,"supportPodcast":false,"supportScihub":false},"name":"论坛","maintainers":["nczitzk"],"description":"| 最新合集 | 亞洲無碼 | 日本騎兵 | 歐美新片 | 國內原創 | 中字原創 | 三級寫真 |\n | -------- | -------- | -------- | -------- | -------- | -------- | -------- |\n | 3 | 4 | 5 | 13 | 15 | 16 | 18 |\n\n | 有碼.HD | 亞洲 SM.HD | 日韓 VR/3D | 歐美 VR/3D | S-cute / Mywife / G-area |\n | ------- | ---------- | ---------- | ---------- | ------------------------ |\n | 116 | 114 | 96 | 97 | 119 |\n\n | 網友自拍 | 亞洲激情 | 歐美激情 | 露出偷窺 | 高跟絲襪 | 卡通漫畫 | 原創达人 |\n | -------- | -------- | -------- | -------- | -------- | -------- | -------- |\n | 23 | 24 | 25 | 26 | 27 | 28 | 135 |\n\n | 唯美清純 | 网络正妹 | 亞洲正妹 | 素人正妹 | COSPLAY | 女优情报 | Gif 动图 |\n | -------- | -------- | -------- | -------- | ------- | -------- | -------- |\n | 21 | 274 | 276 | 277 | 278 | 29 | |\n\n | 獨家拍攝 | 稀有首發 | 网络见闻 | 主播實錄 | 珍稀套圖 | 名站同步 | 实用漫画 |\n | -------- | -------- | -------- | -------- | -------- | -------- | -------- |\n | 213 | 94 | 283 | 111 | 88 | 131 | 180 |\n\n | 网盘二区 | 网盘三区 | 分享福利 | 国产精选 | 高清福利 | 高清首发 | 多挂原创 |\n | -------- | -------- | -------- | -------- | -------- | -------- | -------- |\n | 72 | 272 | 195 | 280 | 79 | 216 | 76 |\n\n | 磁链迅雷 | 正片大片 | H-GAME | 有声小说 | 在线视频 | 在线快播影院 |\n | -------- | -------- | ------ | -------- | -------- | ------------ |\n | 43 | 67 | 66 | 55 | 78 | 279 |\n\n | 综合小说 | 人妻意淫 | 乱伦迷情 | 长篇连载 | 文学作者 | TXT 小说打包 |\n | -------- | -------- | -------- | -------- | -------- | ------------ |\n | 48 | 103 | 50 | 54 | 100 | 109 |\n\n | 聚友客栈 | 坛友自售 |\n | -------- | -------- |\n | 57 | 136 |","location":"index.ts"}} />
|
||||
|
||||
| 最新合集 | 亞洲無碼 | 日本騎兵 | 歐美新片 | 國內原創 | 中字原創 | 三級寫真 |
|
||||
| -------- | -------- | -------- | -------- | -------- | -------- | -------- |
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
|
||||
### 分类 {#4k-shi-jie-fen-lei}
|
||||
|
||||
<Route data={{"path":"/forum/:id?","categories":["multimedia"],"example":"/4ksj/forum","parameters":{"id":"分类 id,默认为最新4K电影"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"分类","maintainers":["nczitzk"],"description":":::tip\n 若订阅 [最新 4K 电影](https://www.4ksj.com/forum-2-1.html),网址为 `https://www.4ksj.com/forum-2-1.html`。截取 `https://www.4ksj.com/forum-` 到末尾 `.html` 的部分 `2-1` 作为参数,此时路由为 [`/4ksj/forum/2-1`](https://rsshub.app/4ksj/forum/2-1)。\n\n 若订阅子分类 [Dolby Vision 纪录片 4K 电影](https://www.4ksj.com/forum-4kdianying-s7-dianyingbiaozhun-3-dytypes-9-1.html),网址为 `https://www.4ksj.com/forum-4kdianying-s7-dianyingbiaozhun-3-dytypes-9-1.html`。截取 `https://www.4ksj.com/forum-` 到末尾 `.html` 的部分 `4kdianying-s7-dianyingbiaozhun-3-dytypes-9-1` 作为参数,此时路由为 [`/4ksj/forum/4kdianying-s7-dianyingbiaozhun-3-dytypes-9-1`](https://rsshub.app/4ksj/forum/4kdianying-s7-dianyingbiaozhun-3-dytypes-9-1)。\n :::","location":"forum.ts"}} />
|
||||
<Route namespace="4ksj" data={{"path":"/forum/:id?","categories":["multimedia"],"example":"/4ksj/forum","parameters":{"id":"分类 id,默认为最新4K电影"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"分类","maintainers":["nczitzk"],"description":":::tip\n 若订阅 [最新 4K 电影](https://www.4ksj.com/forum-2-1.html),网址为 `https://www.4ksj.com/forum-2-1.html`。截取 `https://www.4ksj.com/forum-` 到末尾 `.html` 的部分 `2-1` 作为参数,此时路由为 [`/4ksj/forum/2-1`](https://rsshub.app/4ksj/forum/2-1)。\n\n 若订阅子分类 [Dolby Vision 纪录片 4K 电影](https://www.4ksj.com/forum-4kdianying-s7-dianyingbiaozhun-3-dytypes-9-1.html),网址为 `https://www.4ksj.com/forum-4kdianying-s7-dianyingbiaozhun-3-dytypes-9-1.html`。截取 `https://www.4ksj.com/forum-` 到末尾 `.html` 的部分 `4kdianying-s7-dianyingbiaozhun-3-dytypes-9-1` 作为参数,此时路由为 [`/4ksj/forum/4kdianying-s7-dianyingbiaozhun-3-dytypes-9-1`](https://rsshub.app/4ksj/forum/4kdianying-s7-dianyingbiaozhun-3-dytypes-9-1)。\n :::","location":"forum.ts"}} />
|
||||
|
||||
:::tip
|
||||
若订阅 [最新 4K 电影](https://www.4ksj.com/forum-2-1.html),网址为 `https://www.4ksj.com/forum-2-1.html`。截取 `https://www.4ksj.com/forum-` 到末尾 `.html` 的部分 `2-1` 作为参数,此时路由为 [`/4ksj/forum/2-1`](https://rsshub.app/4ksj/forum/2-1)。
|
||||
|
|
@ -56,19 +56,19 @@
|
|||
|
||||
## 6v 电影 {#6v-dian-ying}
|
||||
|
||||
### 最新电视剧 {#6v-dian-ying-zui-xin-dian-shi-ju}
|
||||
|
||||
<Route data={{"path":"/latestTVSeries","categories":["multimedia"],"example":"/6v123/latestTVSeries","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":true,"supportPodcast":false,"supportScihub":false},"radar":{"source":["hao6v.com/","hao6v.com/gvod/dsj.html"]},"name":"最新电视剧","maintainers":["tc9011"],"url":"hao6v.com/","location":"latest-tvseries.ts"}} />
|
||||
|
||||
### 最新电影 {#6v-dian-ying-zui-xin-dian-ying}
|
||||
|
||||
<Route data={{"path":"/latestMovies","categories":["multimedia"],"example":"/6v123/latestMovies","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":true,"supportPodcast":false,"supportScihub":false},"radar":{"source":["hao6v.com/","hao6v.com/gvod/zx.html"]},"name":"最新电影","maintainers":["tc9011"],"url":"hao6v.com/","location":"latest-movies.ts"}} />
|
||||
<Route namespace="6v123" data={{"path":"/latestMovies","categories":["multimedia"],"example":"/6v123/latestMovies","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":true,"supportPodcast":false,"supportScihub":false},"radar":{"source":["hao6v.com/","hao6v.com/gvod/zx.html"]},"name":"最新电影","maintainers":["tc9011"],"url":"hao6v.com/","location":"latest-movies.ts"}} />
|
||||
|
||||
### 最新电视剧 {#6v-dian-ying-zui-xin-dian-shi-ju}
|
||||
|
||||
<Route namespace="6v123" data={{"path":"/latestTVSeries","categories":["multimedia"],"example":"/6v123/latestTVSeries","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":true,"supportPodcast":false,"supportScihub":false},"radar":{"source":["hao6v.com/","hao6v.com/gvod/dsj.html"]},"name":"最新电视剧","maintainers":["tc9011"],"url":"hao6v.com/","location":"latest-tvseries.ts"}} />
|
||||
|
||||
## 7mmtv {#7mmtv}
|
||||
|
||||
### Category {#7mmtv-category}
|
||||
|
||||
<Route data={{"path":"/:language?/:category?/:type?","categories":["multimedia"],"example":"/7mmtv/zh/censored_list/all","parameters":{"language":"Language, see below, `en` as English by default","category":"Category, see below, `censored_list` as Censored by default","type":"Server, see below, all server by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Category","maintainers":["nczitzk"],"description":"**Language**\n\n | English | 日本語 | 한국의 | 中文 |\n | ------- | ------ | ------ | ---- |\n | en | ja | ko | zh |\n\n **Category**\n\n | Chinese subtitles AV | Censored | Amateur | Uncensored | Asian self-timer | H comics |\n | -------------------- | -------------- | ---------------- | ---------------- | ---------------- | ------------ |\n | chinese_list | censored_list | amateurjav_list | uncensored_list | amateur_list | hcomic_list |\n\n | Chinese subtitles AV random | Censored random | Amateur random | Uncensored random | Asian self-timer random | H comics random |\n | --------------------------- | ---------------- | ------------------ | ------------------ | ----------------------- | --------------- |\n | chinese_random | censored_random | amateurjav_random | uncensored_random | amateur_random | hcomic_random |\n\n **Server**\n\n | All Server | fembed(Full DL) | streamsb(Full DL) | doodstream | streamtape(Full DL) | avgle | embedgram | videovard(Full DL) |\n | ---------- | --------------- | ----------------- | ---------- | ------------------- | ----- | --------- | ------------------ |\n | all | 21 | 30 | 28 | 29 | 17 | 34 | 33 |","location":"index.ts"}} />
|
||||
<Route namespace="7mmtv" data={{"path":"/:language?/:category?/:type?","categories":["multimedia"],"example":"/7mmtv/zh/censored_list/all","parameters":{"language":"Language, see below, `en` as English by default","category":"Category, see below, `censored_list` as Censored by default","type":"Server, see below, all server by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Category","maintainers":["nczitzk"],"description":"**Language**\n\n | English | 日本語 | 한국의 | 中文 |\n | ------- | ------ | ------ | ---- |\n | en | ja | ko | zh |\n\n **Category**\n\n | Chinese subtitles AV | Censored | Amateur | Uncensored | Asian self-timer | H comics |\n | -------------------- | -------------- | ---------------- | ---------------- | ---------------- | ------------ |\n | chinese_list | censored_list | amateurjav_list | uncensored_list | amateur_list | hcomic_list |\n\n | Chinese subtitles AV random | Censored random | Amateur random | Uncensored random | Asian self-timer random | H comics random |\n | --------------------------- | ---------------- | ------------------ | ------------------ | ----------------------- | --------------- |\n | chinese_random | censored_random | amateurjav_random | uncensored_random | amateur_random | hcomic_random |\n\n **Server**\n\n | All Server | fembed(Full DL) | streamsb(Full DL) | doodstream | streamtape(Full DL) | avgle | embedgram | videovard(Full DL) |\n | ---------- | --------------- | ----------------- | ---------- | ------------------- | ----- | --------- | ------------------ |\n | all | 21 | 30 | 28 | 29 | 17 | 34 | 33 |","location":"index.ts"}} />
|
||||
|
||||
**Language**
|
||||
|
||||
|
|
@ -100,11 +100,11 @@
|
|||
|
||||
### Author {#91porn-author}
|
||||
|
||||
<Route data={{"path":"/author/:uid/:lang?","categories":["multimedia"],"example":"/91porn/author/2d6d2iWm4vVCwqujAZbSrKt2QJCbbaObv9HQ21Zo8wGJWudWBg","parameters":{"uid":"Author ID, can be found in URL","lang":"Language, see above, `en_US` by default "},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["91porn.com/index.php"],"target":""},"name":"Author","maintainers":["TonyRL"],"url":"91porn.com/index.php","location":"author.ts"}} />
|
||||
<Route namespace="91porn" data={{"path":"/author/:uid/:lang?","categories":["multimedia"],"example":"/91porn/author/2d6d2iWm4vVCwqujAZbSrKt2QJCbbaObv9HQ21Zo8wGJWudWBg","parameters":{"uid":"Author ID, can be found in URL","lang":"Language, see above, `en_US` by default "},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["91porn.com/index.php"],"target":""},"name":"Author","maintainers":["TonyRL"],"url":"91porn.com/index.php","location":"author.ts"}} />
|
||||
|
||||
### Hot Video Today {#91porn-hot-video-today}
|
||||
|
||||
<Route data={{"path":"/:lang?","categories":["multimedia"],"example":"/91porn","parameters":{"lang":"Language, see below, `en_US` by default "},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["91porn.com/index.php"],"target":""},"name":"Hot Video Today","maintainers":["TonyRL"],"url":"91porn.com/index.php","description":"| English | 简体中文 | 繁體中文 |\n | ------- | -------- | -------- |\n | en_US | cn_CN | zh_ZH |","location":"index.ts"}} />
|
||||
<Route namespace="91porn" data={{"path":"/:lang?","categories":["multimedia"],"example":"/91porn","parameters":{"lang":"Language, see below, `en_US` by default "},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["91porn.com/index.php"],"target":""},"name":"Hot Video Today","maintainers":["TonyRL"],"url":"91porn.com/index.php","description":"| English | 简体中文 | 繁體中文 |\n | ------- | -------- | -------- |\n | en_US | cn_CN | zh_ZH |","location":"index.ts"}} />
|
||||
|
||||
| English | 简体中文 | 繁體中文 |
|
||||
| ------- | -------- | -------- |
|
||||
|
|
@ -114,21 +114,21 @@
|
|||
|
||||
### Tag {#bandcamp-tag}
|
||||
|
||||
<Route data={{"path":"/tag/:tag?","categories":["multimedia"],"example":"/bandcamp/tag/united-kingdom","parameters":{"tag":"Tag, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bandcamp.com/tag/:tag"],"target":"/tag/:tag"},"name":"Tag","maintainers":["nczitzk"],"location":"tag.ts"}} />
|
||||
<Route namespace="bandcamp" data={{"path":"/tag/:tag?","categories":["multimedia"],"example":"/bandcamp/tag/united-kingdom","parameters":{"tag":"Tag, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bandcamp.com/tag/:tag"],"target":"/tag/:tag"},"name":"Tag","maintainers":["nczitzk"],"location":"tag.ts"}} />
|
||||
|
||||
### Upcoming Live Streams {#bandcamp-upcoming-live-streams}
|
||||
|
||||
<Route data={{"path":"/live","categories":["multimedia"],"example":"/bandcamp/live","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bandcamp.com/live_schedule"]},"name":"Upcoming Live Streams","maintainers":["nczitzk"],"url":"bandcamp.com/live_schedule","location":"live.ts"}} />
|
||||
<Route namespace="bandcamp" data={{"path":"/live","categories":["multimedia"],"example":"/bandcamp/live","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bandcamp.com/live_schedule"]},"name":"Upcoming Live Streams","maintainers":["nczitzk"],"url":"bandcamp.com/live_schedule","location":"live.ts"}} />
|
||||
|
||||
### Weekly {#bandcamp-weekly}
|
||||
|
||||
<Route data={{"path":"/weekly","categories":["multimedia"],"example":"/bandcamp/weekly","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bandcamp.com/"]},"name":"Weekly","maintainers":["nczitzk"],"url":"bandcamp.com/","location":"weekly.ts"}} />
|
||||
<Route namespace="bandcamp" data={{"path":"/weekly","categories":["multimedia"],"example":"/bandcamp/weekly","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bandcamp.com/"]},"name":"Weekly","maintainers":["nczitzk"],"url":"bandcamp.com/","location":"weekly.ts"}} />
|
||||
|
||||
## BT 之家 {#bt-zhi-jia}
|
||||
|
||||
### 分类 {#bt-zhi-jia-fen-lei}
|
||||
|
||||
<Route data={{"path":"/:category?","categories":["multimedia"],"example":"/btzj","parameters":{"category":"分类,可在对应分类页 URL 中找到,默认为首页"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["btbtt20.com/"]},"name":"分类","maintainers":["nczitzk"],"url":"btbtt20.com/","description":":::tip\n 分类页中域名末尾到 `.htm` 前的字段即为对应分类,如 [电影](https://www.btbtt20.com/forum-index-fid-951.htm) `https://www.btbtt20.com/forum-index-fid-951.htm` 中域名末尾到 `.htm` 前的字段为 `forum-index-fid-951`,所以路由应为 [`/btzj/forum-index-fid-951`](https://rsshub.app/btzj/forum-index-fid-951)\n\n 部分分类页,如 [电影](https://www.btbtt20.com/forum-index-fid-951.htm)、[剧集](https://www.btbtt20.com/forum-index-fid-950.htm) 等,提供了更复杂的分类筛选。你可以将选项选中后,获得结果分类页 URL 中分类参数,构成路由。如选中分类 [高清电影 - 年份:2021 - 地区:欧美](https://www.btbtt20.com/forum-index-fid-1183-typeid1-0-typeid2-738-typeid3-10086-typeid4-0.htm) `https://www.btbtt20.com/forum-index-fid-1183-typeid1-0-typeid2-738-typeid3-10086-typeid4-0.htm` 中域名末尾到 `.htm` 前的字段为 `forum-index-fid-1183-typeid1-0-typeid2-738-typeid3-10086-typeid4-0`,所以路由应为 [`/btzj/forum-index-fid-1183-typeid1-0-typeid2-738-typeid3-10086-typeid4-0`](https://rsshub.app/btzj/forum-index-fid-1183-typeid1-0-typeid2-738-typeid3-10086-typeid4-0)\n :::\n\n 基础分类如下:\n\n | 交流 | 电影 | 剧集 | 高清电影 |\n | ------------------- | ------------------- | ------------------- | -------------------- |\n | forum-index-fid-975 | forum-index-fid-951 | forum-index-fid-950 | forum-index-fid-1183 |\n\n | 音乐 | 动漫 | 游戏 | 综艺 |\n | ------------------- | ------------------- | ------------------- | -------------------- |\n | forum-index-fid-953 | forum-index-fid-981 | forum-index-fid-955 | forum-index-fid-1106 |\n\n | 图书 | 美图 | 站务 | 科技 |\n | -------------------- | ------------------- | ----------------- | ------------------- |\n | forum-index-fid-1151 | forum-index-fid-957 | forum-index-fid-2 | forum-index-fid-952 |\n\n | 求助 | 音轨字幕 |\n | -------------------- | -------------------- |\n | forum-index-fid-1187 | forum-index-fid-1191 |\n\n :::tip\n BT 之家的域名会变更,本路由以 `https://www.btbtt20.com` 为默认域名,若该域名无法访问,可以通过在路由后方加上 `?domain=<域名>` 指定路由访问的域名。如指定域名为 `https://www.btbtt15.com`,则在 `/btzj` 后加上 `?domain=btbtt15.com` 即可,此时路由为 [`/btzj?domain=btbtt15.com`](https://rsshub.app/btzj?domain=btbtt15.com)\n\n 如果加入了分类参数,直接在分类参数后加入 `?domain=<域名>` 即可。如指定分类 [剧集](https://www.btbtt20.com/forum-index-fid-950.htm) `https://www.btbtt20.com/forum-index-fid-950.htm` 并指定域名为 `https://www.btbtt15.com`,即在 `/btzj/forum-index-fid-950` 后加上 `?domain=btbtt15.com`,此时路由为 [`/btzj/forum-index-fid-950?domain=btbtt15.com`](https://rsshub.app/btzj/forum-index-fid-950?domain=btbtt15.com)\n\n 目前,你可以选择的域名有 `btbtt10-20.com` 共 10 个,或 `88btbbt.com`,该站也提供了专用网址查询工具。详见 [此贴](https://www.btbtt20.com/thread-index-fid-2-tid-4550191.htm)\n :::","location":"index.ts"}} />
|
||||
<Route namespace="btzj" data={{"path":"/:category?","categories":["multimedia"],"example":"/btzj","parameters":{"category":"分类,可在对应分类页 URL 中找到,默认为首页"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["btbtt20.com/"]},"name":"分类","maintainers":["nczitzk"],"url":"btbtt20.com/","description":":::tip\n 分类页中域名末尾到 `.htm` 前的字段即为对应分类,如 [电影](https://www.btbtt20.com/forum-index-fid-951.htm) `https://www.btbtt20.com/forum-index-fid-951.htm` 中域名末尾到 `.htm` 前的字段为 `forum-index-fid-951`,所以路由应为 [`/btzj/forum-index-fid-951`](https://rsshub.app/btzj/forum-index-fid-951)\n\n 部分分类页,如 [电影](https://www.btbtt20.com/forum-index-fid-951.htm)、[剧集](https://www.btbtt20.com/forum-index-fid-950.htm) 等,提供了更复杂的分类筛选。你可以将选项选中后,获得结果分类页 URL 中分类参数,构成路由。如选中分类 [高清电影 - 年份:2021 - 地区:欧美](https://www.btbtt20.com/forum-index-fid-1183-typeid1-0-typeid2-738-typeid3-10086-typeid4-0.htm) `https://www.btbtt20.com/forum-index-fid-1183-typeid1-0-typeid2-738-typeid3-10086-typeid4-0.htm` 中域名末尾到 `.htm` 前的字段为 `forum-index-fid-1183-typeid1-0-typeid2-738-typeid3-10086-typeid4-0`,所以路由应为 [`/btzj/forum-index-fid-1183-typeid1-0-typeid2-738-typeid3-10086-typeid4-0`](https://rsshub.app/btzj/forum-index-fid-1183-typeid1-0-typeid2-738-typeid3-10086-typeid4-0)\n :::\n\n 基础分类如下:\n\n | 交流 | 电影 | 剧集 | 高清电影 |\n | ------------------- | ------------------- | ------------------- | -------------------- |\n | forum-index-fid-975 | forum-index-fid-951 | forum-index-fid-950 | forum-index-fid-1183 |\n\n | 音乐 | 动漫 | 游戏 | 综艺 |\n | ------------------- | ------------------- | ------------------- | -------------------- |\n | forum-index-fid-953 | forum-index-fid-981 | forum-index-fid-955 | forum-index-fid-1106 |\n\n | 图书 | 美图 | 站务 | 科技 |\n | -------------------- | ------------------- | ----------------- | ------------------- |\n | forum-index-fid-1151 | forum-index-fid-957 | forum-index-fid-2 | forum-index-fid-952 |\n\n | 求助 | 音轨字幕 |\n | -------------------- | -------------------- |\n | forum-index-fid-1187 | forum-index-fid-1191 |\n\n :::tip\n BT 之家的域名会变更,本路由以 `https://www.btbtt20.com` 为默认域名,若该域名无法访问,可以通过在路由后方加上 `?domain=<域名>` 指定路由访问的域名。如指定域名为 `https://www.btbtt15.com`,则在 `/btzj` 后加上 `?domain=btbtt15.com` 即可,此时路由为 [`/btzj?domain=btbtt15.com`](https://rsshub.app/btzj?domain=btbtt15.com)\n\n 如果加入了分类参数,直接在分类参数后加入 `?domain=<域名>` 即可。如指定分类 [剧集](https://www.btbtt20.com/forum-index-fid-950.htm) `https://www.btbtt20.com/forum-index-fid-950.htm` 并指定域名为 `https://www.btbtt15.com`,即在 `/btzj/forum-index-fid-950` 后加上 `?domain=btbtt15.com`,此时路由为 [`/btzj/forum-index-fid-950?domain=btbtt15.com`](https://rsshub.app/btzj/forum-index-fid-950?domain=btbtt15.com)\n\n 目前,你可以选择的域名有 `btbtt10-20.com` 共 10 个,或 `88btbbt.com`,该站也提供了专用网址查询工具。详见 [此贴](https://www.btbtt20.com/thread-index-fid-2-tid-4550191.htm)\n :::","location":"index.ts"}} />
|
||||
|
||||
:::tip
|
||||
分类页中域名末尾到 `.htm` 前的字段即为对应分类,如 [电影](https://www.btbtt20.com/forum-index-fid-951.htm) `https://www.btbtt20.com/forum-index-fid-951.htm` 中域名末尾到 `.htm` 前的字段为 `forum-index-fid-951`,所以路由应为 [`/btzj/forum-index-fid-951`](https://rsshub.app/btzj/forum-index-fid-951)
|
||||
|
|
@ -166,7 +166,7 @@ BT 之家的域名会变更,本路由以 `https://www.btbtt20.com` 为默认
|
|||
|
||||
### 搜索 {#bt-zhi-jia-1lou-zhan-sou-suo}
|
||||
|
||||
<Route data={{"path":"/:path?","categories":["multimedia"],"example":"/1lou/search-繁花.htm","parameters":{"path":"路径信息在URL里找到,主页为 index"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["1lou.me/:path"],"target":"/:path"},"name":"搜索","maintainers":["falling"],"description":":::tip\n 将 1lou.me/ 后的内容作为参数传入到 path 即可\n\n [www.1lou.me/search - 繁花.htm](http://www.1lou.me/search-繁花.htm) --> /1lou/search - 繁花.htm\n\n [www.1lou.me/forum-1.htm](http://www.1lou.me/forum-1.htm) --> /1lou/forum-1.htm\n\n [www.1lou.me/](http://www.1lou.me/) --> /1lou/\n :::","location":"index.ts"}} />
|
||||
<Route namespace="1lou" data={{"path":"/:path?","categories":["multimedia"],"example":"/1lou/search-繁花.htm","parameters":{"path":"路径信息在URL里找到,主页为 index"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["1lou.me/:path"],"target":"/:path"},"name":"搜索","maintainers":["falling"],"description":":::tip\n 将 1lou.me/ 后的内容作为参数传入到 path 即可\n\n [www.1lou.me/search - 繁花.htm](http://www.1lou.me/search-繁花.htm) --> /1lou/search - 繁花.htm\n\n [www.1lou.me/forum-1.htm](http://www.1lou.me/forum-1.htm) --> /1lou/forum-1.htm\n\n [www.1lou.me/](http://www.1lou.me/) --> /1lou/\n :::","location":"index.ts"}} />
|
||||
|
||||
:::tip
|
||||
将 1lou.me/ 后的内容作为参数传入到 path 即可
|
||||
|
|
@ -182,7 +182,7 @@ BT 之家的域名会变更,本路由以 `https://www.btbtt20.com` 为默认
|
|||
|
||||
### 栏目 {#cntv-lan-mu}
|
||||
|
||||
<Route data={{"path":"/:column","categories":["multimedia"],"example":"/cntv/TOPC1451528971114112","parameters":{"column":"栏目ID, 可在对应CNTV栏目页面找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["navi.cctv.com/"]},"name":"栏目","maintainers":["WhoIsSure","Fatpandac"],"url":"navi.cctv.com/","description":":::tip\n栏目 ID 查找示例:\n打开栏目具体某一期页面,F12 控制台输入`column_id`得到栏目 ID。\n:::\n\n 栏目\n\n | 新闻联播 | 新闻周刊 | 天下足球 |\n | -------------------- | -------------------- | -------------------- |\n | TOPC1451528971114112 | TOPC1451559180488841 | TOPC1451551777876756 |","location":"column.ts"}} />
|
||||
<Route namespace="cntv" data={{"path":"/:column","categories":["multimedia"],"example":"/cntv/TOPC1451528971114112","parameters":{"column":"栏目ID, 可在对应CNTV栏目页面找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["navi.cctv.com/"]},"name":"栏目","maintainers":["WhoIsSure","Fatpandac"],"url":"navi.cctv.com/","description":":::tip\n栏目 ID 查找示例:\n打开栏目具体某一期页面,F12 控制台输入`column_id`得到栏目 ID。\n:::\n\n 栏目\n\n | 新闻联播 | 新闻周刊 | 天下足球 |\n | -------------------- | -------------------- | -------------------- |\n | TOPC1451528971114112 | TOPC1451559180488841 | TOPC1451551777876756 |","location":"column.ts"}} />
|
||||
|
||||
:::tip
|
||||
栏目 ID 查找示例:
|
||||
|
|
@ -199,11 +199,11 @@ BT 之家的域名会变更,本路由以 `https://www.btbtt20.com` 为默认
|
|||
|
||||
### Artist {#coomer-artist}
|
||||
|
||||
<Route data={{"path":"/artist/:id","categories":["multimedia"],"example":"/coomer/artist/belledelphine","parameters":{"id":"Artist id, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["coomer.party/onlyfans/user/:id","coomer.party/"]},"name":"Artist","maintainers":["nczitzk"],"location":"artist.ts"}} />
|
||||
<Route namespace="coomer" data={{"path":"/artist/:id","categories":["multimedia"],"example":"/coomer/artist/belledelphine","parameters":{"id":"Artist id, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["coomer.party/onlyfans/user/:id","coomer.party/"]},"name":"Artist","maintainers":["nczitzk"],"location":"artist.ts"}} />
|
||||
|
||||
### Recent Posts {#coomer-recent-posts}
|
||||
|
||||
<Route data={{"path":"/posts","categories":["multimedia"],"example":"/coomer/posts","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["coomer.party/posts","coomer.party/"]},"name":"Recent Posts","maintainers":["nczitzk"],"url":"coomer.party/posts","location":"posts.ts"}} />
|
||||
<Route namespace="coomer" data={{"path":"/posts","categories":["multimedia"],"example":"/coomer/posts","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["coomer.party/posts","coomer.party/"]},"name":"Recent Posts","maintainers":["nczitzk"],"url":"coomer.party/posts","location":"posts.ts"}} />
|
||||
|
||||
## DoMP4 影视 {#domp4-ying-shi}
|
||||
|
||||
|
|
@ -219,7 +219,7 @@ BT 之家的域名会变更,本路由以 `https://www.btbtt20.com` 为默认
|
|||
|
||||
### 剧集订阅 {#domp4-ying-shi-ju-ji-ding-yue}
|
||||
|
||||
<Route data={{"path":"/detail/:id","categories":["multimedia"],"example":"/domp4/detail/LBTANI22222I","parameters":{"id":"从剧集详情页 URL 处获取,如:`https://www.mp4kan.com/html/LBTANI22222I.html`,取 `.html` 前面部分"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":true,"supportPodcast":false,"supportScihub":false},"radar":{"source":["domp4.cc/detail/:id"]},"name":"剧集订阅","maintainers":["savokiss"],"description":":::tip\n由于大部分详情页是 `/html/xxx.html`,还有部分是 `/detail/123.html`,所以此处做了兼容,id 取 `xxx` 或者 `123` 都可以。\n\n新增 `second` 参数,用于选择下载地址二(地址二不可用或者不填都默认地址一),用法: `/domp4/detail/LBTANI22222I?second=1`。\n:::","location":"detail.ts"}} />
|
||||
<Route namespace="domp4" data={{"path":"/detail/:id","categories":["multimedia"],"example":"/domp4/detail/LBTANI22222I","parameters":{"id":"从剧集详情页 URL 处获取,如:`https://www.mp4kan.com/html/LBTANI22222I.html`,取 `.html` 前面部分"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":true,"supportPodcast":false,"supportScihub":false},"radar":{"source":["domp4.cc/detail/:id"]},"name":"剧集订阅","maintainers":["savokiss"],"description":":::tip\n由于大部分详情页是 `/html/xxx.html`,还有部分是 `/detail/123.html`,所以此处做了兼容,id 取 `xxx` 或者 `123` 都可以。\n\n新增 `second` 参数,用于选择下载地址二(地址二不可用或者不填都默认地址一),用法: `/domp4/detail/LBTANI22222I?second=1`。\n:::","location":"detail.ts"}} />
|
||||
|
||||
:::tip
|
||||
由于大部分详情页是 `/html/xxx.html`,还有部分是 `/detail/123.html`,所以此处做了兼容,id 取 `xxx` 或者 `123` 都可以。
|
||||
|
|
@ -229,13 +229,13 @@ BT 之家的域名会变更,本路由以 `https://www.btbtt20.com` 为默认
|
|||
|
||||
### 最近更新 {#domp4-ying-shi-zui-jin-geng-xin}
|
||||
|
||||
<Route data={{"path":"/latest/:type?","categories":["multimedia"],"example":"/domp4/latest/vod","parameters":{"type":"`vod` 代表电影,`tv` 代表电视剧,默认 vod"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["domp4.cc/","domp4.cc/custom/update.html"]},"name":"最近更新","maintainers":["savokiss"],"url":"domp4.cc/","location":"latest.ts"}} />
|
||||
<Route namespace="domp4" data={{"path":"/latest/:type?","categories":["multimedia"],"example":"/domp4/latest/vod","parameters":{"type":"`vod` 代表电影,`tv` 代表电视剧,默认 vod"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["domp4.cc/","domp4.cc/custom/update.html"]},"name":"最近更新","maintainers":["savokiss"],"url":"domp4.cc/","location":"latest.ts"}} />
|
||||
|
||||
## FIX 字幕侠 {#fix-zi-mu-xia}
|
||||
|
||||
### 分类 {#fix-zi-mu-xia-fen-lei}
|
||||
|
||||
<Route data={{"path":"/:category?","categories":["multimedia"],"example":"/zimuxia","parameters":{"category":"分类,见下表,默认为 ALL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"分类","maintainers":["nczitzk"],"description":"| ALL | FIX 德语社 | 欧美剧集 | 欧美电影 | 综艺 & 纪录 | FIX 日语社 | FIX 韩语社 | FIX 法语社 |\n | --- | ---------- | -------- | -------- | ----------- | ---------- | ---------- | ---------- |\n | | 昆仑德语社 | 欧美剧集 | 欧美电影 | 综艺纪录 | fix 日语社 | fix 韩语社 | fix 法语社 |","location":"index.ts"}} />
|
||||
<Route namespace="zimuxia" data={{"path":"/:category?","categories":["multimedia"],"example":"/zimuxia","parameters":{"category":"分类,见下表,默认为 ALL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"分类","maintainers":["nczitzk"],"description":"| ALL | FIX 德语社 | 欧美剧集 | 欧美电影 | 综艺 & 纪录 | FIX 日语社 | FIX 韩语社 | FIX 法语社 |\n | --- | ---------- | -------- | -------- | ----------- | ---------- | ---------- | ---------- |\n | | 昆仑德语社 | 欧美剧集 | 欧美电影 | 综艺纪录 | fix 日语社 | fix 韩语社 | fix 法语社 |","location":"index.ts"}} />
|
||||
|
||||
| ALL | FIX 德语社 | 欧美剧集 | 欧美电影 | 综艺 & 纪录 | FIX 日语社 | FIX 韩语社 | FIX 法语社 |
|
||||
| --- | ---------- | -------- | -------- | ----------- | ---------- | ---------- | ---------- |
|
||||
|
|
@ -243,7 +243,7 @@ BT 之家的域名会变更,本路由以 `https://www.btbtt20.com` 为默认
|
|||
|
||||
### 剧集 {#fix-zi-mu-xia-ju-ji}
|
||||
|
||||
<Route data={{"path":"/portfolio/:id","categories":["multimedia"],"example":"/zimuxia/portfolio/我们这一天","parameters":{"id":"剧集名,可在剧集页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["zimuxia.cn/portfolio/:id"]},"name":"剧集","maintainers":["nczitzk"],"description":":::tip\n本路由以 `magnet` 为默认 linktype,可以通过在路由后方加上 `?linktype=链接类型` 指定导出的链接类型。比如路由为 [`/zimuxia/portfolio/我们这一天?linktype=baidu`](https://rsshub.app/zimuxia/portfolio/我们这一天?linktype=baidu) 来导出百度盘链接。目前,你可以选择的 `链接类型` 包括: `magnet`(默认), `all`(所有), `ed2k`(电驴), `baidu`(百度盘), `quark`(夸克盘), `115`(115 盘), `subhd`(字幕).\n:::","location":"portfolio.ts"}} />
|
||||
<Route namespace="zimuxia" data={{"path":"/portfolio/:id","categories":["multimedia"],"example":"/zimuxia/portfolio/我们这一天","parameters":{"id":"剧集名,可在剧集页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["zimuxia.cn/portfolio/:id"]},"name":"剧集","maintainers":["nczitzk"],"description":":::tip\n本路由以 `magnet` 为默认 linktype,可以通过在路由后方加上 `?linktype=链接类型` 指定导出的链接类型。比如路由为 [`/zimuxia/portfolio/我们这一天?linktype=baidu`](https://rsshub.app/zimuxia/portfolio/我们这一天?linktype=baidu) 来导出百度盘链接。目前,你可以选择的 `链接类型` 包括: `magnet`(默认), `all`(所有), `ed2k`(电驴), `baidu`(百度盘), `quark`(夸克盘), `115`(115 盘), `subhd`(字幕).\n:::","location":"portfolio.ts"}} />
|
||||
|
||||
:::tip
|
||||
本路由以 `magnet` 为默认 linktype,可以通过在路由后方加上 `?linktype=链接类型` 指定导出的链接类型。比如路由为 [`/zimuxia/portfolio/我们这一天?linktype=baidu`](https://rsshub.app/zimuxia/portfolio/我们这一天?linktype=baidu) 来导出百度盘链接。目前,你可以选择的 `链接类型` 包括: `magnet`(默认), `all`(所有), `ed2k`(电驴), `baidu`(百度盘), `quark`(夸克盘), `115`(115 盘), `subhd`(字幕).
|
||||
|
|
@ -267,7 +267,7 @@ JavDB 有多个备用域名,本路由默认使用永久域名 `https://javdb.c
|
|||
|
||||
### 分類 {#javdb-fen-lei}
|
||||
|
||||
<Route data={{"path":"/tags/:query?/:category?","categories":["multimedia"],"example":"/javdb/tags/c2=5&c10=1","parameters":{"query":"筛选,默认为 `c10=1`","category":"分类,见下表,默认为 `有碼`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["javdb.com/"],"target":""},"name":"分類","maintainers":["nczitzk"],"url":"javdb.com/","description":":::tip\n 在 [分類](https://javdb.com/tags) 中选定分类后,URL 中 `tags?` 后的字段即为筛选参数。\n\n 如 `https://javdb.com/tags?c2=5&c10=1` 中 `c2=5&c10=1` 为筛选参数。\n :::\n\n 分类\n\n | 有碼 | 無碼 | 歐美 |\n | -------- | ---------- | ------- |\n | censored | uncensored | western |","location":"tags.ts"}} />
|
||||
<Route namespace="javdb" data={{"path":"/tags/:query?/:category?","categories":["multimedia"],"example":"/javdb/tags/c2=5&c10=1","parameters":{"query":"筛选,默认为 `c10=1`","category":"分类,见下表,默认为 `有碼`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["javdb.com/"],"target":""},"name":"分類","maintainers":["nczitzk"],"url":"javdb.com/","description":":::tip\n 在 [分類](https://javdb.com/tags) 中选定分类后,URL 中 `tags?` 后的字段即为筛选参数。\n\n 如 `https://javdb.com/tags?c2=5&c10=1` 中 `c2=5&c10=1` 为筛选参数。\n :::\n\n 分类\n\n | 有碼 | 無碼 | 歐美 |\n | -------- | ---------- | ------- |\n | censored | uncensored | western |","location":"tags.ts"}} />
|
||||
|
||||
:::tip
|
||||
在 [分類](https://javdb.com/tags) 中选定分类后,URL 中 `tags?` 后的字段即为筛选参数。
|
||||
|
|
@ -283,7 +283,7 @@ JavDB 有多个备用域名,本路由默认使用永久域名 `https://javdb.c
|
|||
|
||||
### 排行榜 {#javdb-pai-hang-bang}
|
||||
|
||||
<Route data={{"path":"/rankings/:category?/:time?","categories":["multimedia"],"example":"/javdb/rankings","parameters":{"category":"分类,见下表,默认为 `有碼`","time":"时间,见下表,默认为 `日榜`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["javdb.com/"],"target":""},"name":"排行榜","maintainers":["nczitzk"],"url":"javdb.com/","description":"分类\n\n | 有碼 | 無碼 | 歐美 |\n | -------- | ---------- | ------- |\n | censored | uncensored | western |\n\n 时间\n\n | 日榜 | 週榜 | 月榜 |\n | ----- | ------ | ------- |\n | daily | weekly | monthly |","location":"rankings.ts"}} />
|
||||
<Route namespace="javdb" data={{"path":"/rankings/:category?/:time?","categories":["multimedia"],"example":"/javdb/rankings","parameters":{"category":"分类,见下表,默认为 `有碼`","time":"时间,见下表,默认为 `日榜`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["javdb.com/"],"target":""},"name":"排行榜","maintainers":["nczitzk"],"url":"javdb.com/","description":"分类\n\n | 有碼 | 無碼 | 歐美 |\n | -------- | ---------- | ------- |\n | censored | uncensored | western |\n\n 时间\n\n | 日榜 | 週榜 | 月榜 |\n | ----- | ------ | ------- |\n | daily | weekly | monthly |","location":"rankings.ts"}} />
|
||||
|
||||
分类
|
||||
|
||||
|
|
@ -299,7 +299,7 @@ JavDB 有多个备用域名,本路由默认使用永久域名 `https://javdb.c
|
|||
|
||||
### 片商 {#javdb-pian-shang}
|
||||
|
||||
<Route data={{"path":"/makers/:id/:filter?","categories":["multimedia"],"example":"/javdb/makers/7R","parameters":{"id":"编号,可在片商页 URL 中找到","filter":"过滤,见下表,默认为 `全部`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["javdb.com/"],"target":""},"name":"片商","maintainers":["nczitzk"],"url":"javdb.com/","description":"| 全部 | 可播放 | 單體作品 | 可下載 | 字幕 | 預覽圖 |\n | ---- | -------- | -------- | -------- | ----- | ------- |\n | | playable | single | download | cnsub | preview |\n\n 所有片商编号参见 [片商庫](https://javdb.com/makers)","location":"makers.ts"}} />
|
||||
<Route namespace="javdb" data={{"path":"/makers/:id/:filter?","categories":["multimedia"],"example":"/javdb/makers/7R","parameters":{"id":"编号,可在片商页 URL 中找到","filter":"过滤,见下表,默认为 `全部`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["javdb.com/"],"target":""},"name":"片商","maintainers":["nczitzk"],"url":"javdb.com/","description":"| 全部 | 可播放 | 單體作品 | 可下載 | 字幕 | 預覽圖 |\n | ---- | -------- | -------- | -------- | ----- | ------- |\n | | playable | single | download | cnsub | preview |\n\n 所有片商编号参见 [片商庫](https://javdb.com/makers)","location":"makers.ts"}} />
|
||||
|
||||
| 全部 | 可播放 | 單體作品 | 可下載 | 字幕 | 預覽圖 |
|
||||
| ---- | -------- | -------- | -------- | ----- | ------- |
|
||||
|
|
@ -309,7 +309,7 @@ JavDB 有多个备用域名,本路由默认使用永久域名 `https://javdb.c
|
|||
|
||||
### 搜索 {#javdb-sou-suo}
|
||||
|
||||
<Route data={{"path":"/search/:keyword?/:filter?/:sort?","categories":["multimedia"],"example":"/javdb/search/巨乳","parameters":{"keyword":"关键字,默认为空","filter":"过滤,见下表,默认为 `可播放`","sort":"排序,见下表,默认为 `按相关度排序`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["javdb.com/"],"target":""},"name":"搜索","maintainers":["nczitzk"],"url":"javdb.com/","description":"过滤\n\n | 全部 | 占位 | 可播放 | 單體作品 | 演員 | 片商 | 導演 | 系列 | 番號 | 可下載 | 字幕 | 預覽圖 |\n | ---- | ---- | -------- | -------- | ----- | ----- | -------- | ------ | ---- | -------- | ----- | ------- |\n | | none | playable | single | actor | maker | director | series | code | download | cnsub | preview |\n\n 排序\n\n | 按相关度排序 | 按发布时间排序 |\n | ------------ | -------------- |\n | 0 | 1 |","location":"search.ts"}} />
|
||||
<Route namespace="javdb" data={{"path":"/search/:keyword?/:filter?/:sort?","categories":["multimedia"],"example":"/javdb/search/巨乳","parameters":{"keyword":"关键字,默认为空","filter":"过滤,见下表,默认为 `可播放`","sort":"排序,见下表,默认为 `按相关度排序`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["javdb.com/"],"target":""},"name":"搜索","maintainers":["nczitzk"],"url":"javdb.com/","description":"过滤\n\n | 全部 | 占位 | 可播放 | 單體作品 | 演員 | 片商 | 導演 | 系列 | 番號 | 可下載 | 字幕 | 預覽圖 |\n | ---- | ---- | -------- | -------- | ----- | ----- | -------- | ------ | ---- | -------- | ----- | ------- |\n | | none | playable | single | actor | maker | director | series | code | download | cnsub | preview |\n\n 排序\n\n | 按相关度排序 | 按发布时间排序 |\n | ------------ | -------------- |\n | 0 | 1 |","location":"search.ts"}} />
|
||||
|
||||
过滤
|
||||
|
||||
|
|
@ -325,7 +325,7 @@ JavDB 有多个备用域名,本路由默认使用永久域名 `https://javdb.c
|
|||
|
||||
### 系列 {#javdb-xi-lie}
|
||||
|
||||
<Route data={{"path":"/series/:id/:filter?","categories":["multimedia"],"example":"/javdb/series/1NW","parameters":{"id":"编号,可在系列页 URL 中找到","filter":"过滤,见下表,默认为 `全部`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["javdb.com/"],"target":""},"name":"系列","maintainers":["nczitzk"],"url":"javdb.com/","description":"| 全部 | 可播放 | 單體作品 | 可下載 | 字幕 | 預覽圖 |\n | ---- | -------- | -------- | -------- | ----- | ------- |\n | | playable | single | download | cnsub | preview |\n\n 所有系列编号参见 [系列庫](https://javdb.com/series)","location":"series.ts"}} />
|
||||
<Route namespace="javdb" data={{"path":"/series/:id/:filter?","categories":["multimedia"],"example":"/javdb/series/1NW","parameters":{"id":"编号,可在系列页 URL 中找到","filter":"过滤,见下表,默认为 `全部`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["javdb.com/"],"target":""},"name":"系列","maintainers":["nczitzk"],"url":"javdb.com/","description":"| 全部 | 可播放 | 單體作品 | 可下載 | 字幕 | 預覽圖 |\n | ---- | -------- | -------- | -------- | ----- | ------- |\n | | playable | single | download | cnsub | preview |\n\n 所有系列编号参见 [系列庫](https://javdb.com/series)","location":"series.ts"}} />
|
||||
|
||||
| 全部 | 可播放 | 單體作品 | 可下載 | 字幕 | 預覽圖 |
|
||||
| ---- | -------- | -------- | -------- | ----- | ------- |
|
||||
|
|
@ -335,7 +335,7 @@ JavDB 有多个备用域名,本路由默认使用永久域名 `https://javdb.c
|
|||
|
||||
### 演員 {#javdb-yan-yuan}
|
||||
|
||||
<Route data={{"path":"/actors/:id/:filter?","categories":["multimedia"],"example":"/javdb/actors/R2Vg","parameters":{"id":"编号,可在演员页 URL 中找到","filter":"过滤,见下表,默认为 `全部`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["javdb.com/"],"target":""},"name":"演員","maintainers":["nczitzk"],"url":"javdb.com/","description":"| 全部 | 可播放 | 單體作品 | 可下載 | 含字幕 |\n | ---- | ------ | -------- | ------ | ------ |\n | | p | s | d | c |\n\n 所有演员编号参见 [演員庫](https://javdb.com/actors)","location":"actors.ts"}} />
|
||||
<Route namespace="javdb" data={{"path":"/actors/:id/:filter?","categories":["multimedia"],"example":"/javdb/actors/R2Vg","parameters":{"id":"编号,可在演员页 URL 中找到","filter":"过滤,见下表,默认为 `全部`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["javdb.com/"],"target":""},"name":"演員","maintainers":["nczitzk"],"url":"javdb.com/","description":"| 全部 | 可播放 | 單體作品 | 可下載 | 含字幕 |\n | ---- | ------ | -------- | ------ | ------ |\n | | p | s | d | c |\n\n 所有演员编号参见 [演員庫](https://javdb.com/actors)","location":"actors.ts"}} />
|
||||
|
||||
| 全部 | 可播放 | 單體作品 | 可下載 | 含字幕 |
|
||||
| ---- | ------ | -------- | ------ | ------ |
|
||||
|
|
@ -347,7 +347,7 @@ JavDB 有多个备用域名,本路由默认使用永久域名 `https://javdb.c
|
|||
|
||||
### Best Reviews {#javlibrary-best-reviews}
|
||||
|
||||
<Route data={{"path":"/bestreviews/:language?/:mode?","categories":["multimedia"],"example":"/javlibrary/bestreviews/en","parameters":{"language":"Language, see below, Japanese by default, as `ja`","mode":"Mode, see below, Last Month by default, as `1`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Best Reviews","maintainers":["nczitzk"],"description":"| Last Month | All Time |\n | ---------- | -------- |\n | 1 | 2 |","location":"bestreviews.ts"}} />
|
||||
<Route namespace="javlibrary" data={{"path":"/bestreviews/:language?/:mode?","categories":["multimedia"],"example":"/javlibrary/bestreviews/en","parameters":{"language":"Language, see below, Japanese by default, as `ja`","mode":"Mode, see below, Last Month by default, as `1`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Best Reviews","maintainers":["nczitzk"],"description":"| Last Month | All Time |\n | ---------- | -------- |\n | 1 | 2 |","location":"bestreviews.ts"}} />
|
||||
|
||||
| Last Month | All Time |
|
||||
| ---------- | -------- |
|
||||
|
|
@ -355,7 +355,7 @@ JavDB 有多个备用域名,本路由默认使用永久域名 `https://javdb.c
|
|||
|
||||
### Videos by makers {#javlibrary-videos-by-makers}
|
||||
|
||||
<Route data={{"path":"/videos/maker/:maker?/:language?/:mode?","categories":["multimedia"],"example":"/javlibrary/videos/maker/arlq/cn","parameters":{"maker":"Maker, S1 NO.1 STYLE by default, as `arlq`","language":"Language, see below, Japanese by default, as `ja`","mode":"Mode, see below, videos with comments (by date) by default, as `1`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Videos by makers","maintainers":[],"description":"| videos with comments (by date) | everything (by date) |\n | ------------------------------ | -------------------- |\n | 1 | 2 |","location":"maker.ts"}} />
|
||||
<Route namespace="javlibrary" data={{"path":"/videos/maker/:maker?/:language?/:mode?","categories":["multimedia"],"example":"/javlibrary/videos/maker/arlq/cn","parameters":{"maker":"Maker, S1 NO.1 STYLE by default, as `arlq`","language":"Language, see below, Japanese by default, as `ja`","mode":"Mode, see below, videos with comments (by date) by default, as `1`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Videos by makers","maintainers":[],"description":"| videos with comments (by date) | everything (by date) |\n | ------------------------------ | -------------------- |\n | 1 | 2 |","location":"maker.ts"}} />
|
||||
|
||||
| videos with comments (by date) | everything (by date) |
|
||||
| ------------------------------ | -------------------- |
|
||||
|
|
@ -363,7 +363,7 @@ JavDB 有多个备用域名,本路由默认使用永久域名 `https://javdb.c
|
|||
|
||||
### Videos by star {#javlibrary-videos-by-star}
|
||||
|
||||
<Route data={{"path":"/star/:id/:language?/:mode?","categories":["multimedia"],"example":"/javlibrary/star/abbds/en","parameters":{"id":"Star id, can be found in URL","language":"Language, see below, Japanese by default, as `ja`","mode":"Mode, see below, videos with comments (by date) by default, as `1`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Videos by star","maintainers":["nczitzk"],"description":"| videos with comments (by date) | everything (by date) |\n | ------------------------------ | -------------------- |\n | 1 | 2 |\n\n :::tip\n See [Ranking](https://www.javlibrary.com/en/star_mostfav.php) to view stars by ranks.\n\n See [Directory](https://www.javlibrary.com/en/star_list.php) to view all stars.\n :::","location":"star.ts"}} />
|
||||
<Route namespace="javlibrary" data={{"path":"/star/:id/:language?/:mode?","categories":["multimedia"],"example":"/javlibrary/star/abbds/en","parameters":{"id":"Star id, can be found in URL","language":"Language, see below, Japanese by default, as `ja`","mode":"Mode, see below, videos with comments (by date) by default, as `1`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Videos by star","maintainers":["nczitzk"],"description":"| videos with comments (by date) | everything (by date) |\n | ------------------------------ | -------------------- |\n | 1 | 2 |\n\n :::tip\n See [Ranking](https://www.javlibrary.com/en/star_mostfav.php) to view stars by ranks.\n\n See [Directory](https://www.javlibrary.com/en/star_list.php) to view all stars.\n :::","location":"star.ts"}} />
|
||||
|
||||
| videos with comments (by date) | everything (by date) |
|
||||
| ------------------------------ | -------------------- |
|
||||
|
|
@ -379,13 +379,13 @@ See [Directory](https://www.javlibrary.com/en/star_list.php) to view all stars.
|
|||
|
||||
### 最近更新 {#missav-com-zui-jin-geng-xin}
|
||||
|
||||
<Route data={{"path":"/new","categories":["multimedia"],"example":"/missav/new","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["missav.com/dm397/new","missav.com/new","missav.com/"]},"name":"最近更新","maintainers":["TonyRL"],"url":"missav.com/dm397/new","location":"new.ts"}} />
|
||||
<Route namespace="missav" data={{"path":"/new","categories":["multimedia"],"example":"/missav/new","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["missav.com/dm397/new","missav.com/new","missav.com/"]},"name":"最近更新","maintainers":["TonyRL"],"url":"missav.com/dm397/new","location":"new.ts"}} />
|
||||
|
||||
## Mixcloud {#mixcloud}
|
||||
|
||||
### User {#mixcloud-user}
|
||||
|
||||
<Route data={{"path":"/:username/:type?","categories":["multimedia"],"example":"/mixcloud/dholbach/uploads","parameters":{"username":"Username, can be found in URL","type":"Type, see below, uploads by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":true,"supportScihub":false},"name":"User","maintainers":["Misaka13514"],"description":"| Shows | Favorites | History | Stream |\n | ------- | --------- | ------- | ------ |\n | uploads | favorites | listens | stream |","location":"index.ts"}} />
|
||||
<Route namespace="mixcloud" data={{"path":"/:username/:type?","categories":["multimedia"],"example":"/mixcloud/dholbach/uploads","parameters":{"username":"Username, can be found in URL","type":"Type, see below, uploads by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":true,"supportScihub":false},"name":"User","maintainers":["Misaka13514"],"description":"| Shows | Favorites | History | Stream |\n | ------- | --------- | ------- | ------ |\n | uploads | favorites | listens | stream |","location":"index.ts"}} />
|
||||
|
||||
| Shows | Favorites | History | Stream |
|
||||
| ------- | --------- | ------- | ------ |
|
||||
|
|
@ -395,7 +395,7 @@ See [Directory](https://www.javlibrary.com/en/star_list.php) to view all stars.
|
|||
|
||||
### 指定剧集 {#new-zi-mu-zu-zhi-ding-ju-ji}
|
||||
|
||||
<Route data={{"path":"/:id?/:downLinkType?","categories":["multimedia"],"example":"/newzmz/qEzRyY3v","parameters":{"id":"剧集 id,可在剧集下载页 URL 中找到","downLinkType":"下载链接类型,默认为磁力链"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["newzmz.com/"],"target":""},"name":"指定剧集","maintainers":["nczitzk"],"url":"newzmz.com/","description":":::tip\n [雪国列车 (剧版)](https://nzmz.xyz/details-qEzRyY3v.html) 的下载页 URL 为 `https://v.ys99.xyz/view/qEzRyY3v.html`,即剧集 id 为 `qEzRyY3v`\n :::","location":"index.ts"}} />
|
||||
<Route namespace="newzmz" data={{"path":"/:id?/:downLinkType?","categories":["multimedia"],"example":"/newzmz/qEzRyY3v","parameters":{"id":"剧集 id,可在剧集下载页 URL 中找到","downLinkType":"下载链接类型,默认为磁力链"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["newzmz.com/"],"target":""},"name":"指定剧集","maintainers":["nczitzk"],"url":"newzmz.com/","description":":::tip\n [雪国列车 (剧版)](https://nzmz.xyz/details-qEzRyY3v.html) 的下载页 URL 为 `https://v.ys99.xyz/view/qEzRyY3v.html`,即剧集 id 为 `qEzRyY3v`\n :::","location":"index.ts"}} />
|
||||
|
||||
:::tip
|
||||
[雪国列车 (剧版)](https://nzmz.xyz/details-qEzRyY3v.html) 的下载页 URL 为 `https://v.ys99.xyz/view/qEzRyY3v.html`,即剧集 id 为 `qEzRyY3v`
|
||||
|
|
@ -405,73 +405,59 @@ See [Directory](https://www.javlibrary.com/en/star_list.php) to view all stars.
|
|||
|
||||
### Search Result {#nyaa-search-result}
|
||||
|
||||
<Route data={{"path":["/search/:query?","/user/:username?","/user/:username/search/:query?","/sukebei/search/:query?","/sukebei/user/:username?","/sukebei/user/:username/search/:query?"],"categories":["multimedia"],"example":"/nyaa/search/psycho-pass","parameters":{"query":"Search keyword"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":true,"supportPodcast":false,"supportScihub":false},"name":"Search Result","maintainers":["Lava-Swimmer","noname1776"],"location":"main.ts"}} />
|
||||
<Route namespace="nyaa" data={{"path":["/search/:query?","/user/:username?","/user/:username/search/:query?","/sukebei/search/:query?","/sukebei/user/:username?","/sukebei/user/:username/search/:query?"],"categories":["multimedia"],"example":"/nyaa/search/psycho-pass","parameters":{"query":"Search keyword"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":true,"supportPodcast":false,"supportScihub":false},"name":"Search Result","maintainers":["Lava-Swimmer","noname1776"],"location":"main.ts"}} />
|
||||
|
||||
### Search Result {#nyaa-search-result}
|
||||
|
||||
<Route data={{"path":["/search/:query?","/user/:username?","/user/:username/search/:query?","/sukebei/search/:query?","/sukebei/user/:username?","/sukebei/user/:username/search/:query?"],"categories":["multimedia"],"example":"/nyaa/search/psycho-pass","parameters":{"query":"Search keyword"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":true,"supportPodcast":false,"supportScihub":false},"name":"Search Result","maintainers":["Lava-Swimmer","noname1776"],"location":"main.ts"}} />
|
||||
<Route namespace="nyaa" data={{"path":["/search/:query?","/user/:username?","/user/:username/search/:query?","/sukebei/search/:query?","/sukebei/user/:username?","/sukebei/user/:username/search/:query?"],"categories":["multimedia"],"example":"/nyaa/search/psycho-pass","parameters":{"query":"Search keyword"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":true,"supportPodcast":false,"supportScihub":false},"name":"Search Result","maintainers":["Lava-Swimmer","noname1776"],"location":"main.ts"}} />
|
||||
|
||||
### Search Result {#nyaa-search-result}
|
||||
|
||||
<Route data={{"path":["/search/:query?","/user/:username?","/user/:username/search/:query?","/sukebei/search/:query?","/sukebei/user/:username?","/sukebei/user/:username/search/:query?"],"categories":["multimedia"],"example":"/nyaa/search/psycho-pass","parameters":{"query":"Search keyword"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":true,"supportPodcast":false,"supportScihub":false},"name":"Search Result","maintainers":["Lava-Swimmer","noname1776"],"location":"main.ts"}} />
|
||||
<Route namespace="nyaa" data={{"path":["/search/:query?","/user/:username?","/user/:username/search/:query?","/sukebei/search/:query?","/sukebei/user/:username?","/sukebei/user/:username/search/:query?"],"categories":["multimedia"],"example":"/nyaa/search/psycho-pass","parameters":{"query":"Search keyword"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":true,"supportPodcast":false,"supportScihub":false},"name":"Search Result","maintainers":["Lava-Swimmer","noname1776"],"location":"main.ts"}} />
|
||||
|
||||
### Search Result {#nyaa-search-result}
|
||||
|
||||
<Route data={{"path":["/search/:query?","/user/:username?","/user/:username/search/:query?","/sukebei/search/:query?","/sukebei/user/:username?","/sukebei/user/:username/search/:query?"],"categories":["multimedia"],"example":"/nyaa/search/psycho-pass","parameters":{"query":"Search keyword"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":true,"supportPodcast":false,"supportScihub":false},"name":"Search Result","maintainers":["Lava-Swimmer","noname1776"],"location":"main.ts"}} />
|
||||
<Route namespace="nyaa" data={{"path":["/search/:query?","/user/:username?","/user/:username/search/:query?","/sukebei/search/:query?","/sukebei/user/:username?","/sukebei/user/:username/search/:query?"],"categories":["multimedia"],"example":"/nyaa/search/psycho-pass","parameters":{"query":"Search keyword"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":true,"supportPodcast":false,"supportScihub":false},"name":"Search Result","maintainers":["Lava-Swimmer","noname1776"],"location":"main.ts"}} />
|
||||
|
||||
### Search Result {#nyaa-search-result}
|
||||
|
||||
<Route data={{"path":["/search/:query?","/user/:username?","/user/:username/search/:query?","/sukebei/search/:query?","/sukebei/user/:username?","/sukebei/user/:username/search/:query?"],"categories":["multimedia"],"example":"/nyaa/search/psycho-pass","parameters":{"query":"Search keyword"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":true,"supportPodcast":false,"supportScihub":false},"name":"Search Result","maintainers":["Lava-Swimmer","noname1776"],"location":"main.ts"}} />
|
||||
<Route namespace="nyaa" data={{"path":["/search/:query?","/user/:username?","/user/:username/search/:query?","/sukebei/search/:query?","/sukebei/user/:username?","/sukebei/user/:username/search/:query?"],"categories":["multimedia"],"example":"/nyaa/search/psycho-pass","parameters":{"query":"Search keyword"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":true,"supportPodcast":false,"supportScihub":false},"name":"Search Result","maintainers":["Lava-Swimmer","noname1776"],"location":"main.ts"}} />
|
||||
|
||||
### Search Result {#nyaa-search-result}
|
||||
|
||||
<Route data={{"path":["/search/:query?","/user/:username?","/user/:username/search/:query?","/sukebei/search/:query?","/sukebei/user/:username?","/sukebei/user/:username/search/:query?"],"categories":["multimedia"],"example":"/nyaa/search/psycho-pass","parameters":{"query":"Search keyword"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":true,"supportPodcast":false,"supportScihub":false},"name":"Search Result","maintainers":["Lava-Swimmer","noname1776"],"location":"main.ts"}} />
|
||||
<Route namespace="nyaa" data={{"path":["/search/:query?","/user/:username?","/user/:username/search/:query?","/sukebei/search/:query?","/sukebei/user/:username?","/sukebei/user/:username/search/:query?"],"categories":["multimedia"],"example":"/nyaa/search/psycho-pass","parameters":{"query":"Search keyword"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":true,"supportPodcast":false,"supportScihub":false},"name":"Search Result","maintainers":["Lava-Swimmer","noname1776"],"location":"main.ts"}} />
|
||||
|
||||
## OTOBANANA {#otobanana}
|
||||
|
||||
### Cast 音声投稿 {#otobanana-cast-yin-sheng-tou-gao}
|
||||
|
||||
<Route data={{"path":"/user/:id/cast","categories":["multimedia"],"example":"/otobanana/user/cee16401-96b1-420f-8188-abd4d33093f1/cast","parameters":{"id":"User ID, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":true,"supportScihub":false},"radar":{"source":["otobanana.com/user/:id/cast","otobanana.com/user/:id"]},"name":"Cast 音声投稿","maintainers":["TonyRL"],"location":"cast.ts"}} />
|
||||
<Route namespace="otobanana" data={{"path":"/user/:id/cast","categories":["multimedia"],"example":"/otobanana/user/cee16401-96b1-420f-8188-abd4d33093f1/cast","parameters":{"id":"User ID, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":true,"supportScihub":false},"radar":{"source":["otobanana.com/user/:id/cast","otobanana.com/user/:id"]},"name":"Cast 音声投稿","maintainers":["TonyRL"],"location":"cast.ts"}} />
|
||||
|
||||
### Livestream ライブ配信 {#otobanana-livestream-%E3%83%A9%E3%82%A4%E3%83%96-pei-xin}
|
||||
|
||||
<Route data={{"path":"/user/:id/livestream","categories":["multimedia"],"example":"/otobanana/user/cee16401-96b1-420f-8188-abd4d33093f1/livestream","parameters":{"id":"User ID, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["otobanana.com/user/:id/livestream","otobanana.com/user/:id"]},"name":"Livestream ライブ配信","maintainers":["TonyRL"],"location":"livestream.ts"}} />
|
||||
<Route namespace="otobanana" data={{"path":"/user/:id/livestream","categories":["multimedia"],"example":"/otobanana/user/cee16401-96b1-420f-8188-abd4d33093f1/livestream","parameters":{"id":"User ID, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["otobanana.com/user/:id/livestream","otobanana.com/user/:id"]},"name":"Livestream ライブ配信","maintainers":["TonyRL"],"location":"livestream.ts"}} />
|
||||
|
||||
### Timeline タイムライン {#otobanana-timeline-%E3%82%BF%E3%82%A4%E3%83%A0%E3%83%A9%E3%82%A4%E3%83%B3}
|
||||
|
||||
<Route data={{"path":"/user/:id","categories":["multimedia"],"example":"/otobanana/user/cee16401-96b1-420f-8188-abd4d33093f1","parameters":{"id":"User ID, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":true,"supportScihub":false},"radar":{"source":["otobanana.com/user/:id"]},"name":"Timeline タイムライン","maintainers":["TonyRL"],"location":"timeline.ts"}} />
|
||||
<Route namespace="otobanana" data={{"path":"/user/:id","categories":["multimedia"],"example":"/otobanana/user/cee16401-96b1-420f-8188-abd4d33093f1","parameters":{"id":"User ID, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":true,"supportScihub":false},"radar":{"source":["otobanana.com/user/:id"]},"name":"Timeline タイムライン","maintainers":["TonyRL"],"location":"timeline.ts"}} />
|
||||
|
||||
## PornHub {#pornhub}
|
||||
|
||||
### Category {#pornhub-category}
|
||||
|
||||
<Route data={{"path":"/category/:caty","categories":["multimedia"],"example":"/pornhub/category/popular-with-women","parameters":{"caty":"category, see [categories](https://www.pornhub.com/webmasters/categories)"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Category","maintainers":["nczitzk"],"location":"category.ts"}} />
|
||||
<Route namespace="pornhub" data={{"path":"/category/:caty","categories":["multimedia"],"example":"/pornhub/category/popular-with-women","parameters":{"caty":"category, see [categories](https://www.pornhub.com/webmasters/categories)"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Category","maintainers":["nczitzk"],"location":"category.ts"}} />
|
||||
|
||||
### Keyword Search {#pornhub-keyword-search}
|
||||
|
||||
<Route data={{"path":"/search/:keyword","categories":["multimedia"],"example":"/pornhub/search/stepsister","parameters":{"keyword":"keyword"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Keyword Search","maintainers":["nczitzk"],"location":"search.ts"}} />
|
||||
<Route namespace="pornhub" data={{"path":"/search/:keyword","categories":["multimedia"],"example":"/pornhub/search/stepsister","parameters":{"keyword":"keyword"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Keyword Search","maintainers":["nczitzk"],"location":"search.ts"}} />
|
||||
|
||||
### Users {#pornhub-users}
|
||||
|
||||
<Route data={{"path":"/:language?/users/:username","categories":["multimedia"],"example":"/pornhub/users/pornhubmodels","parameters":{"language":"language, see below","username":"username, part of the url e.g. `pornhub.com/users/pornhubmodels`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["pornhub.com/users/:username/*"],"target":"/users/:username"},"name":"Users","maintainers":["I2IMk","queensferryme"],"location":"users.ts"}} />
|
||||
|
||||
### Verified amateur / Model {#pornhub-verified-amateur-model}
|
||||
|
||||
<Route data={{"path":"/:language?/model/:username/:sort?","categories":["multimedia"],"example":"/pornhub/model/stacy-starando","parameters":{"language":"language, see below","username":"username, part of the url e.g. `pornhub.com/model/stacy-starando`","sort":"sorting method, see below"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["pornhub.com/model/:username/*"],"target":"/model/:username"},"name":"Verified amateur / Model","maintainers":["I2IMk","queensferryme"],"location":"model.ts"}} />
|
||||
|
||||
### Verified model / Pornstar {#pornhub-verified-model-pornstar}
|
||||
|
||||
<Route data={{"path":"/:language?/pornstar/:username/:sort?","categories":["multimedia"],"example":"/pornhub/pornstar/june-liu","parameters":{"language":"language, see below","username":"username, part of the url e.g. `pornhub.com/pornstar/june-liu`","sort":"sorting method, see below"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["pornhub.com/pornstar/:username/*"],"target":"/pornstar/:username"},"name":"Verified model / Pornstar","maintainers":["I2IMk","queensferryme"],"description":"**`sort`**\n\n | Most Recent | Most Viewed | Top Rated | Longest | Best |\n | ----------- | ----------- | --------- | ------- | ---- |\n | mr | mv | tr | lg | |","location":"pornstar.ts"}} />
|
||||
|
||||
**`sort`**
|
||||
|
||||
| Most Recent | Most Viewed | Top Rated | Longest | Best |
|
||||
| ----------- | ----------- | --------- | ------- | ---- |
|
||||
| mr | mv | tr | lg | |
|
||||
<Route namespace="pornhub" data={{"path":"/:language?/users/:username","categories":["multimedia"],"example":"/pornhub/users/pornhubmodels","parameters":{"language":"language, see below","username":"username, part of the url e.g. `pornhub.com/users/pornhubmodels`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["pornhub.com/users/:username/*"],"target":"/users/:username"},"name":"Users","maintainers":["I2IMk","queensferryme"],"location":"users.ts"}} />
|
||||
|
||||
### Video List {#pornhub-video-list}
|
||||
|
||||
<Route data={{"path":"/:language?/category_url/:url?","categories":["multimedia"],"example":"/pornhub/category_url/video%3Fc%3D15%26o%3Dmv%26t%3Dw%26cc%3Djp","parameters":{"language":"language, see below","url":"relative path after `pornhub.com/`, need to be URL encoded"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Video List","maintainers":["I2IMk","queensferryme"],"description":"**`language`**\n\n Refer to [Pornhub F.A.Qs](https://help.pornhub.com/hc/en-us/articles/360044327034-How-do-I-change-the-language-), English by default. For example:\n\n - `cn` (Chinese), for Pornhub in China [https://cn.pornhub.com](https://cn.pornhub.com);\n\n - `jp` (Japanese), for Pornhub in Japan [https://jp.pornhub.com](https://jp.pornhub.com) etc.","location":"category-url.ts"}} />
|
||||
<Route namespace="pornhub" data={{"path":"/:language?/category_url/:url?","categories":["multimedia"],"example":"/pornhub/category_url/video%3Fc%3D15%26o%3Dmv%26t%3Dw%26cc%3Djp","parameters":{"language":"language, see below","url":"relative path after `pornhub.com/`, need to be URL encoded"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Video List","maintainers":["I2IMk","queensferryme"],"description":"**`language`**\n\n Refer to [Pornhub F.A.Qs](https://help.pornhub.com/hc/en-us/articles/360044327034-How-do-I-change-the-language-), English by default. For example:\n\n - `cn` (Chinese), for Pornhub in China [https://cn.pornhub.com](https://cn.pornhub.com);\n\n - `jp` (Japanese), for Pornhub in Japan [https://jp.pornhub.com](https://jp.pornhub.com) etc.","location":"category-url.ts"}} />
|
||||
|
||||
**`language`**
|
||||
|
||||
|
|
@ -481,31 +467,45 @@ Refer to [Pornhub F.A.Qs](https://help.pornhub.com/hc/en-us/articles/36004432703
|
|||
|
||||
- `jp` (Japanese), for Pornhub in Japan [https://jp.pornhub.com](https://jp.pornhub.com) etc.
|
||||
|
||||
### Verified amateur / Model {#pornhub-verified-amateur-model}
|
||||
|
||||
<Route namespace="pornhub" data={{"path":"/:language?/model/:username/:sort?","categories":["multimedia"],"example":"/pornhub/model/stacy-starando","parameters":{"language":"language, see below","username":"username, part of the url e.g. `pornhub.com/model/stacy-starando`","sort":"sorting method, see below"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["pornhub.com/model/:username/*"],"target":"/model/:username"},"name":"Verified amateur / Model","maintainers":["I2IMk","queensferryme"],"location":"model.ts"}} />
|
||||
|
||||
### Verified model / Pornstar {#pornhub-verified-model-pornstar}
|
||||
|
||||
<Route namespace="pornhub" data={{"path":"/:language?/pornstar/:username/:sort?","categories":["multimedia"],"example":"/pornhub/pornstar/june-liu","parameters":{"language":"language, see below","username":"username, part of the url e.g. `pornhub.com/pornstar/june-liu`","sort":"sorting method, see below"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["pornhub.com/pornstar/:username/*"],"target":"/pornstar/:username"},"name":"Verified model / Pornstar","maintainers":["I2IMk","queensferryme"],"description":"**`sort`**\n\n | Most Recent | Most Viewed | Top Rated | Longest | Best |\n | ----------- | ----------- | --------- | ------- | ---- |\n | mr | mv | tr | lg | |","location":"pornstar.ts"}} />
|
||||
|
||||
**`sort`**
|
||||
|
||||
| Most Recent | Most Viewed | Top Rated | Longest | Best |
|
||||
| ----------- | ----------- | --------- | ------- | ---- |
|
||||
| mr | mv | tr | lg | |
|
||||
|
||||
## Spotify {#spotify}
|
||||
|
||||
### Artist Albums {#spotify-artist-albums}
|
||||
|
||||
<Route data={{"path":"/artist/:id","categories":["multimedia"],"example":"/spotify/artist/6k9TBCxyr4bXwZ8Y21Kwn1","parameters":{"id":"Artist ID"},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["open.spotify.com/artist/:id"]},"name":"Artist Albums","maintainers":["outloudvi"],"location":"artist.ts"}} />
|
||||
|
||||
### Personal Saved Tracks {#spotify-personal-saved-tracks}
|
||||
|
||||
<Route data={{"path":"/saved/:limit?","categories":["multimedia"],"example":"/spotify/saved/50","parameters":{"limit":"Track count, 50 by default"},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["open.spotify.com/collection/tracks"],"target":"/saved"},"name":"Personal Saved Tracks","maintainers":["outloudvi"],"url":"open.spotify.com/collection/tracks","location":"saved.ts"}} />
|
||||
<Route namespace="spotify" data={{"path":"/artist/:id","categories":["multimedia"],"example":"/spotify/artist/6k9TBCxyr4bXwZ8Y21Kwn1","parameters":{"id":"Artist ID"},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["open.spotify.com/artist/:id"]},"name":"Artist Albums","maintainers":["outloudvi"],"location":"artist.ts"}} />
|
||||
|
||||
### Personal Top Artists {#spotify-personal-top-artists}
|
||||
|
||||
<Route data={{"path":"/top/artists","categories":["multimedia"],"example":"/spotify/top/artists","parameters":{},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["open.spotify.com/"]},"name":"Personal Top Artists","maintainers":["outloudvi"],"url":"open.spotify.com/","location":"artists-top.ts"}} />
|
||||
|
||||
### Personal Top Tracks {#spotify-personal-top-tracks}
|
||||
|
||||
<Route data={{"path":"/top/tracks","categories":["multimedia"],"example":"/spotify/top/tracks","parameters":{},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["open.spotify.com/"]},"name":"Personal Top Tracks","maintainers":["outloudvi"],"url":"open.spotify.com/","location":"tracks-top.ts"}} />
|
||||
<Route namespace="spotify" data={{"path":"/top/artists","categories":["multimedia"],"example":"/spotify/top/artists","parameters":{},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["open.spotify.com/"]},"name":"Personal Top Artists","maintainers":["outloudvi"],"url":"open.spotify.com/","location":"artists-top.ts"}} />
|
||||
|
||||
### Playlist {#spotify-playlist}
|
||||
|
||||
<Route data={{"path":"/playlist/:id","categories":["multimedia"],"example":"/spotify/playlist/4UBVy1LttvodwivPUuwJk2","parameters":{"id":"Playlist ID"},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["open.spotify.com/playlist/:id"]},"name":"Playlist","maintainers":["outloudvi"],"location":"playlist.ts"}} />
|
||||
<Route namespace="spotify" data={{"path":"/playlist/:id","categories":["multimedia"],"example":"/spotify/playlist/4UBVy1LttvodwivPUuwJk2","parameters":{"id":"Playlist ID"},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["open.spotify.com/playlist/:id"]},"name":"Playlist","maintainers":["outloudvi"],"location":"playlist.ts"}} />
|
||||
|
||||
### Personal Saved Tracks {#spotify-personal-saved-tracks}
|
||||
|
||||
<Route namespace="spotify" data={{"path":"/saved/:limit?","categories":["multimedia"],"example":"/spotify/saved/50","parameters":{"limit":"Track count, 50 by default"},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["open.spotify.com/collection/tracks"],"target":"/saved"},"name":"Personal Saved Tracks","maintainers":["outloudvi"],"url":"open.spotify.com/collection/tracks","location":"saved.ts"}} />
|
||||
|
||||
### Personal Top Tracks {#spotify-personal-top-tracks}
|
||||
|
||||
<Route namespace="spotify" data={{"path":"/top/tracks","categories":["multimedia"],"example":"/spotify/top/tracks","parameters":{},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["open.spotify.com/"]},"name":"Personal Top Tracks","maintainers":["outloudvi"],"url":"open.spotify.com/","location":"tracks-top.ts"}} />
|
||||
|
||||
### Show {#spotify-show}
|
||||
|
||||
<Route data={{"path":"/show/:id","categories":["multimedia"],"example":"/spotify/show/5CfCWKI5pZ28U0uOzXkDHe","parameters":{"id":"Show ID"},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["open.spotify.com/show/:id"]},"name":"Show","maintainers":["caiohsramos"],"location":"show.ts"}} />
|
||||
<Route namespace="spotify" data={{"path":"/show/:id","categories":["multimedia"],"example":"/spotify/show/5CfCWKI5pZ28U0uOzXkDHe","parameters":{"id":"Show ID"},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["open.spotify.com/show/:id"]},"name":"Show","maintainers":["caiohsramos"],"location":"show.ts"}} />
|
||||
|
||||
## The Movie Database {#the-movie-database}
|
||||
|
||||
|
|
@ -515,11 +515,11 @@ Refer to [https://developers.themoviedb.org/3/getting-started/languages](https:/
|
|||
|
||||
### Collection {#the-movie-database-collection}
|
||||
|
||||
<Route data={{"path":"/collection/:id/:lang?","categories":["multimedia"],"example":"/themoviedb/collection/131292/en-US","parameters":{"id":"Collection ID","lang":"Language"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Collection","maintainers":["x2cf"],"location":"collection.ts"}} />
|
||||
<Route namespace="themoviedb" data={{"path":"/collection/:id/:lang?","categories":["multimedia"],"example":"/themoviedb/collection/131292/en-US","parameters":{"id":"Collection ID","lang":"Language"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Collection","maintainers":["x2cf"],"location":"collection.ts"}} />
|
||||
|
||||
### Sheet {#the-movie-database-sheet}
|
||||
|
||||
<Route data={{"path":"/:mediaType/:sheet/:lang?","categories":["multimedia"],"example":"/themoviedb/tv/top-rated/en-US","parameters":{"mediaType":"`movie` or `tv`","sheet":"Sheet, see below","lang":"Language"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Sheet","maintainers":["x2cf"],"description":"When `mediaType` is `tv`, `sheet` should be:\n\n | Airing Today | On TV | Top Rated |\n | ------------ | ---------- | --------- |\n | airing-today | on-the-air | top-rated |\n\n When `mediaType` is `movie`, `sheet` should be:\n\n | Now Playing | Upcoming | Top Rated |\n | ----------- | -------- | --------- |\n | now-playing | upcoming | top-rated |","location":"sheet.ts"}} />
|
||||
<Route namespace="themoviedb" data={{"path":"/:mediaType/:sheet/:lang?","categories":["multimedia"],"example":"/themoviedb/tv/top-rated/en-US","parameters":{"mediaType":"`movie` or `tv`","sheet":"Sheet, see below","lang":"Language"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Sheet","maintainers":["x2cf"],"description":"When `mediaType` is `tv`, `sheet` should be:\n\n | Airing Today | On TV | Top Rated |\n | ------------ | ---------- | --------- |\n | airing-today | on-the-air | top-rated |\n\n When `mediaType` is `movie`, `sheet` should be:\n\n | Now Playing | Upcoming | Top Rated |\n | ----------- | -------- | --------- |\n | now-playing | upcoming | top-rated |","location":"sheet.ts"}} />
|
||||
|
||||
When `mediaType` is `tv`, `sheet` should be:
|
||||
|
||||
|
|
@ -533,39 +533,39 @@ When `mediaType` is `movie`, `sheet` should be:
|
|||
| ----------- | -------- | --------- |
|
||||
| now-playing | upcoming | top-rated |
|
||||
|
||||
### Trending {#the-movie-database-trending}
|
||||
|
||||
<Route data={{"path":"/trending/:mediaType/:timeWindow/:lang?","categories":["multimedia"],"example":"/themoviedb/trending/tv/day/en-US","parameters":{"mediaType":"`movie` or `tv`","timeWindow":"`day` or `week`","lang":"Language"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Trending","maintainers":["x2cf"],"location":"trending.ts"}} />
|
||||
|
||||
### TV Show Episodes {#the-movie-database-tv-show-episodes}
|
||||
|
||||
<Route data={{"path":"/tv/:id/seasons/:seasonNumber/episodes/:lang?","categories":["multimedia"],"example":"/themoviedb/tv/70593/seasons/1/episodes/en-US","parameters":{"id":"TV show ID","seasonNumber":"Season number","lang":"Language"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"TV Show Episodes","maintainers":["x2cf"],"location":"episodes.ts"}} />
|
||||
<Route namespace="themoviedb" data={{"path":"/tv/:id/seasons/:seasonNumber/episodes/:lang?","categories":["multimedia"],"example":"/themoviedb/tv/70593/seasons/1/episodes/en-US","parameters":{"id":"TV show ID","seasonNumber":"Season number","lang":"Language"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"TV Show Episodes","maintainers":["x2cf"],"location":"episodes.ts"}} />
|
||||
|
||||
### TV Show Seasons {#the-movie-database-tv-show-seasons}
|
||||
|
||||
<Route data={{"path":"/tv/:id/seasons/:lang?","categories":["multimedia"],"example":"/themoviedb/tv/70593/seasons/en-US","parameters":{"id":"TV show ID","lang":"Language"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"TV Show Seasons","maintainers":["x2cf"],"location":"seasons.ts"}} />
|
||||
<Route namespace="themoviedb" data={{"path":"/tv/:id/seasons/:lang?","categories":["multimedia"],"example":"/themoviedb/tv/70593/seasons/en-US","parameters":{"id":"TV show ID","lang":"Language"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"TV Show Seasons","maintainers":["x2cf"],"location":"seasons.ts"}} />
|
||||
|
||||
### Trending {#the-movie-database-trending}
|
||||
|
||||
<Route namespace="themoviedb" data={{"path":"/trending/:mediaType/:timeWindow/:lang?","categories":["multimedia"],"example":"/themoviedb/trending/tv/day/en-US","parameters":{"mediaType":"`movie` or `tv`","timeWindow":"`day` or `week`","lang":"Language"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Trending","maintainers":["x2cf"],"location":"trending.ts"}} />
|
||||
|
||||
## U9A9 {#u9a9}
|
||||
|
||||
### Search {#u9a9-search}
|
||||
|
||||
<Route data={{"path":["/search/:keyword/:preview?","/:type?/:preview?"],"categories":["multimedia"],"example":"/u9a9/search/新片速递","parameters":{"keyword":"Search keyword","preview":"Show image preview, off by default, non empty value means on"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":true,"supportPodcast":false,"supportScihub":false},"name":"Search","maintainers":["storytellerF"],"location":"index.ts"}} />
|
||||
<Route namespace="u3c3" data={{"path":["/search/:keyword/:preview?","/:type?/:preview?"],"categories":["multimedia"],"example":"/u9a9/search/新片速递","parameters":{"keyword":"Search keyword","preview":"Show image preview, off by default, non empty value means on"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":true,"supportPodcast":false,"supportScihub":false},"name":"Search","maintainers":["storytellerF"],"location":"index.ts"}} />
|
||||
|
||||
### Search {#u9a9-search}
|
||||
|
||||
<Route data={{"path":["/search/:keyword/:preview?","/:type?/:preview?"],"categories":["multimedia"],"example":"/u9a9/search/新片速递","parameters":{"keyword":"Search keyword","preview":"Show image preview, off by default, non empty value means on"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":true,"supportPodcast":false,"supportScihub":false},"name":"Search","maintainers":["storytellerF"],"location":"index.ts"}} />
|
||||
<Route namespace="u3c3" data={{"path":["/search/:keyword/:preview?","/:type?/:preview?"],"categories":["multimedia"],"example":"/u9a9/search/新片速递","parameters":{"keyword":"Search keyword","preview":"Show image preview, off by default, non empty value means on"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":true,"supportPodcast":false,"supportScihub":false},"name":"Search","maintainers":["storytellerF"],"location":"index.ts"}} />
|
||||
|
||||
## 阿基米德 FM {#a-ji-mi-de-fm}
|
||||
|
||||
### 播客 {#a-ji-mi-de-fm-bo-ke}
|
||||
|
||||
<Route data={{"path":"/:id","categories":["multimedia"],"example":"/ajmide/10603594","parameters":{"id":"播客 id,可以从播客页面 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"播客","maintainers":["Fatpandac"],"location":"index.ts"}} />
|
||||
<Route namespace="ajmide" data={{"path":"/:id","categories":["multimedia"],"example":"/ajmide/10603594","parameters":{"id":"播客 id,可以从播客页面 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"播客","maintainers":["Fatpandac"],"location":"index.ts"}} />
|
||||
|
||||
## 爱奇艺 {#ai-qi-yi}
|
||||
|
||||
### 剧集 {#ai-qi-yi-ju-ji}
|
||||
|
||||
<Route data={{"path":"/album/:id","categories":["multimedia"],"example":"/iqiyi/album/神武天尊-2020-1b4lufwxd7h","parameters":{"id":"剧集 id, 可在该主页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"剧集","maintainers":["TonyRL"],"description":":::tip\n 可抓取內容根据服务器所在地区而定\n :::","location":"album.ts"}} />
|
||||
<Route namespace="iqiyi" data={{"path":"/album/:id","categories":["multimedia"],"example":"/iqiyi/album/神武天尊-2020-1b4lufwxd7h","parameters":{"id":"剧集 id, 可在该主页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"剧集","maintainers":["TonyRL"],"description":":::tip\n 可抓取內容根据服务器所在地区而定\n :::","location":"album.ts"}} />
|
||||
|
||||
:::tip
|
||||
可抓取內容根据服务器所在地区而定
|
||||
|
|
@ -573,7 +573,7 @@ When `mediaType` is `movie`, `sheet` should be:
|
|||
|
||||
### 用户视频 {#ai-qi-yi-yong-hu-shi-pin}
|
||||
|
||||
<Route data={{"path":"/user/video/:uid","categories":["multimedia"],"example":"/iqiyi/user/video/2289191062","parameters":{"uid":"用户名"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["iqiyi.com/u/:uid/*"]},"name":"用户视频","maintainers":["talengu","JimenezLi"],"location":"video.ts"}} />
|
||||
<Route namespace="iqiyi" data={{"path":"/user/video/:uid","categories":["multimedia"],"example":"/iqiyi/user/video/2289191062","parameters":{"uid":"用户名"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["iqiyi.com/u/:uid/*"]},"name":"用户视频","maintainers":["talengu","JimenezLi"],"location":"video.ts"}} />
|
||||
|
||||
## 哔嘀影视 {#bi-di-ying-shi}
|
||||
|
||||
|
|
@ -583,7 +583,7 @@ When `mediaType` is `movie`, `sheet` should be:
|
|||
|
||||
### 首页 {#bi-di-ying-shi-shou-ye}
|
||||
|
||||
<Route data={{"path":"/:caty?/:type?/:area?/:year?/:order?","categories":["multimedia"],"example":"/bdys","parameters":{"caty":"影视类型,见下表,默认为 `all` 即不限","type":"资源分类,见下表,默认为 `all` 即不限","area":"制片地区,见下表,默认为 `all` 即不限","year":"上映时间,此处填写年份不小于2000,默认为 `all` 即不限","order":"影视排序,见下表,默认为更新时间"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"首页","maintainers":["nczitzk"],"description":"#### 资源分类\n\n | 不限 | 电影 | 电视剧 |\n | ---- | ---- | ------ |\n | all | 0 | 1 |\n\n #### 影视类型\n\n | 不限 | 动作 | 爱情 | 喜剧 | 科幻 | 恐怖 |\n | ---- | ------- | ------ | ---- | ------ | ------ |\n | all | dongzuo | aiqing | xiju | kehuan | kongbu |\n\n | 战争 | 武侠 | 魔幻 | 剧情 | 动画 | 惊悚 |\n | --------- | ----- | ------ | ------ | ------- | -------- |\n | zhanzheng | wuxia | mohuan | juqing | donghua | jingsong |\n\n | 3D | 灾难 | 悬疑 | 警匪 | 文艺 | 青春 |\n | -- | ------ | ------ | ------- | ----- | -------- |\n | 3D | zainan | xuanyi | jingfei | wenyi | qingchun |\n\n | 冒险 | 犯罪 | 纪录 | 古装 | 奇幻 | 国语 |\n | ------- | ------ | ---- | -------- | ------ | ----- |\n | maoxian | fanzui | jilu | guzhuang | qihuan | guoyu |\n\n | 综艺 | 历史 | 运动 | 原创压制 |\n | ------ | ----- | ------- | ---------- |\n | zongyi | lishi | yundong | yuanchuang |\n\n | 美剧 | 韩剧 | 国产电视剧 | 日剧 | 英剧 | 德剧 |\n | ----- | ----- | ---------- | ---- | ------ | ---- |\n | meiju | hanju | guoju | riju | yingju | deju |\n\n | 俄剧 | 巴剧 | 加剧 | 西剧 | 意大利剧 | 泰剧 |\n | ---- | ---- | ----- | ------- | -------- | ----- |\n | eju | baju | jiaju | spanish | yidaliju | taiju |\n\n | 港台剧 | 法剧 | 澳剧 |\n | --------- | ---- | ---- |\n | gangtaiju | faju | aoju |\n\n #### 制片地区\n\n | 大陆 | 中国香港 | 中国台湾 |\n | ---- | -------- | -------- |\n\n | 美国 | 英国 | 日本 | 韩国 | 法国 |\n | ---- | ---- | ---- | ---- | ---- |\n\n | 印度 | 德国 | 西班牙 | 意大利 | 澳大利亚 |\n | ---- | ---- | ------ | ------ | -------- |\n\n | 比利时 | 瑞典 | 荷兰 | 丹麦 | 加拿大 | 俄罗斯 |\n | ------ | ---- | ---- | ---- | ------ | ------ |\n\n #### 影视排序\n\n | 更新时间 | 豆瓣评分 |\n | -------- | -------- |\n | 0 | 1 |","location":"index.ts"}} />
|
||||
<Route namespace="bdys" data={{"path":"/:caty?/:type?/:area?/:year?/:order?","categories":["multimedia"],"example":"/bdys","parameters":{"caty":"影视类型,见下表,默认为 `all` 即不限","type":"资源分类,见下表,默认为 `all` 即不限","area":"制片地区,见下表,默认为 `all` 即不限","year":"上映时间,此处填写年份不小于2000,默认为 `all` 即不限","order":"影视排序,见下表,默认为更新时间"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"首页","maintainers":["nczitzk"],"description":"#### 资源分类\n\n | 不限 | 电影 | 电视剧 |\n | ---- | ---- | ------ |\n | all | 0 | 1 |\n\n #### 影视类型\n\n | 不限 | 动作 | 爱情 | 喜剧 | 科幻 | 恐怖 |\n | ---- | ------- | ------ | ---- | ------ | ------ |\n | all | dongzuo | aiqing | xiju | kehuan | kongbu |\n\n | 战争 | 武侠 | 魔幻 | 剧情 | 动画 | 惊悚 |\n | --------- | ----- | ------ | ------ | ------- | -------- |\n | zhanzheng | wuxia | mohuan | juqing | donghua | jingsong |\n\n | 3D | 灾难 | 悬疑 | 警匪 | 文艺 | 青春 |\n | -- | ------ | ------ | ------- | ----- | -------- |\n | 3D | zainan | xuanyi | jingfei | wenyi | qingchun |\n\n | 冒险 | 犯罪 | 纪录 | 古装 | 奇幻 | 国语 |\n | ------- | ------ | ---- | -------- | ------ | ----- |\n | maoxian | fanzui | jilu | guzhuang | qihuan | guoyu |\n\n | 综艺 | 历史 | 运动 | 原创压制 |\n | ------ | ----- | ------- | ---------- |\n | zongyi | lishi | yundong | yuanchuang |\n\n | 美剧 | 韩剧 | 国产电视剧 | 日剧 | 英剧 | 德剧 |\n | ----- | ----- | ---------- | ---- | ------ | ---- |\n | meiju | hanju | guoju | riju | yingju | deju |\n\n | 俄剧 | 巴剧 | 加剧 | 西剧 | 意大利剧 | 泰剧 |\n | ---- | ---- | ----- | ------- | -------- | ----- |\n | eju | baju | jiaju | spanish | yidaliju | taiju |\n\n | 港台剧 | 法剧 | 澳剧 |\n | --------- | ---- | ---- |\n | gangtaiju | faju | aoju |\n\n #### 制片地区\n\n | 大陆 | 中国香港 | 中国台湾 |\n | ---- | -------- | -------- |\n\n | 美国 | 英国 | 日本 | 韩国 | 法国 |\n | ---- | ---- | ---- | ---- | ---- |\n\n | 印度 | 德国 | 西班牙 | 意大利 | 澳大利亚 |\n | ---- | ---- | ------ | ------ | -------- |\n\n | 比利时 | 瑞典 | 荷兰 | 丹麦 | 加拿大 | 俄罗斯 |\n | ------ | ---- | ---- | ---- | ------ | ------ |\n\n #### 影视排序\n\n | 更新时间 | 豆瓣评分 |\n | -------- | -------- |\n | 0 | 1 |","location":"index.ts"}} />
|
||||
|
||||
#### 资源分类 {#bi-di-ying-shi-shou-ye-zi-yuan-fen-lei}
|
||||
|
||||
|
|
@ -649,7 +649,7 @@ When `mediaType` is `movie`, `sheet` should be:
|
|||
|
||||
### 分区帖子 {#cao-liu-she-qu-fen-qu-tie-zi}
|
||||
|
||||
<Route data={{"path":"/:id/:type?","categories":["multimedia"],"example":"/t66y/20/2","parameters":{"id":"分区 id, 可在分区页 URL 中找到","type":"类型 id, 可在分区类型过滤后的 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"分区帖子","maintainers":["zhboner"],"description":"> 注意:并非所有的分区都有子类型,可以参考成人文学交流区的 `古典武侠` 这一子类型。\n\n | 亚洲无码原创区 | 亚洲有码原创区 | 欧美原创区 | 动漫原创区 | 国产原创区 |\n | -------------- | -------------- | ---------- | ---------- | ---------- |\n | 2 | 15 | 4 | 5 | 25 |\n\n | 中字原创区 | 转帖交流区 | HTTP 下载区 | 在线成人区 |\n | ---------- | ---------- | ----------- | ---------- |\n | 26 | 27 | 21 | 22 |\n\n | 技术讨论区 | 新时代的我们 | 达盖尔的旗帜 | 成人文学交流 |\n | ---------- | ------------ | ------------ | ------------ |\n | 7 | 8 | 16 | 20 |","location":"index.ts"}} />
|
||||
<Route namespace="t66y" data={{"path":"/:id/:type?","categories":["multimedia"],"example":"/t66y/20/2","parameters":{"id":"分区 id, 可在分区页 URL 中找到","type":"类型 id, 可在分区类型过滤后的 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"分区帖子","maintainers":["zhboner"],"description":"> 注意:并非所有的分区都有子类型,可以参考成人文学交流区的 `古典武侠` 这一子类型。\n\n | 亚洲无码原创区 | 亚洲有码原创区 | 欧美原创区 | 动漫原创区 | 国产原创区 |\n | -------------- | -------------- | ---------- | ---------- | ---------- |\n | 2 | 15 | 4 | 5 | 25 |\n\n | 中字原创区 | 转帖交流区 | HTTP 下载区 | 在线成人区 |\n | ---------- | ---------- | ----------- | ---------- |\n | 26 | 27 | 21 | 22 |\n\n | 技术讨论区 | 新时代的我们 | 达盖尔的旗帜 | 成人文学交流 |\n | ---------- | ------------ | ------------ | ------------ |\n | 7 | 8 | 16 | 20 |","location":"index.ts"}} />
|
||||
|
||||
> 注意:并非所有的分区都有子类型,可以参考成人文学交流区的 `古典武侠` 这一子类型。
|
||||
|
||||
|
|
@ -667,7 +667,7 @@ When `mediaType` is `movie`, `sheet` should be:
|
|||
|
||||
### 帖子跟踪 {#cao-liu-she-qu-tie-zi-gen-zong}
|
||||
|
||||
<Route data={{"path":"/post/:tid","categories":["multimedia"],"example":"/t66y/post/3286088","parameters":{"tid":"帖子 id, 可在帖子 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"帖子跟踪","maintainers":["cnzgray"],"description":":::tip\n 帖子 id 查找办法:\n\n 打开想跟踪的帖子,比如:`https://t66y.com/htm_data/20/1811/3286088.html` 其中 `3286088` 就是帖子 id。\n :::","location":"post.ts"}} />
|
||||
<Route namespace="t66y" data={{"path":"/post/:tid","categories":["multimedia"],"example":"/t66y/post/3286088","parameters":{"tid":"帖子 id, 可在帖子 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"帖子跟踪","maintainers":["cnzgray"],"description":":::tip\n 帖子 id 查找办法:\n\n 打开想跟踪的帖子,比如:`https://t66y.com/htm_data/20/1811/3286088.html` 其中 `3286088` 就是帖子 id。\n :::","location":"post.ts"}} />
|
||||
|
||||
:::tip
|
||||
帖子 id 查找办法:
|
||||
|
|
@ -679,17 +679,17 @@ When `mediaType` is `movie`, `sheet` should be:
|
|||
|
||||
### 播客 {#gu-shi-fm-bo-ke}
|
||||
|
||||
<Route data={{"path":"/episodes","categories":["multimedia"],"example":"/storyfm/episodes","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":true,"supportScihub":false},"radar":{"source":["storyfm.cn/episodes-list","storyfm.cn/"]},"name":"播客","maintainers":["nczitzk"],"url":"storyfm.cn/episodes-list","location":"episodes.ts"}} />
|
||||
<Route namespace="storyfm" data={{"path":"/episodes","categories":["multimedia"],"example":"/storyfm/episodes","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":true,"supportScihub":false},"radar":{"source":["storyfm.cn/episodes-list","storyfm.cn/"]},"name":"播客","maintainers":["nczitzk"],"url":"storyfm.cn/episodes-list","location":"episodes.ts"}} />
|
||||
|
||||
### 首页 {#gu-shi-fm-shou-ye}
|
||||
|
||||
<Route data={{"path":"/index","categories":["multimedia"],"example":"/storyfm/index","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["storyfm.cn/"]},"name":"首页","maintainers":["sanmmm"],"url":"storyfm.cn/","location":"index.ts"}} />
|
||||
<Route namespace="storyfm" data={{"path":"/index","categories":["multimedia"],"example":"/storyfm/index","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["storyfm.cn/"]},"name":"首页","maintainers":["sanmmm"],"url":"storyfm.cn/","location":"index.ts"}} />
|
||||
|
||||
## 片源网 {#pian-yuan-wang}
|
||||
|
||||
### 最新资源 {#pian-yuan-wang-zui-xin-zi-yuan}
|
||||
|
||||
<Route data={{"path":"/index/:media?","categories":["multimedia"],"example":"/pianyuan/index","parameters":{"media":"类别,见下表,默认为首页"},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["pianyuan.org/"],"target":"/index"},"name":"最新资源","maintainers":["greatcodeeer","jerry1119"],"url":"pianyuan.org/","description":"| 电影 | 剧集 |\n| ---- | ---- |\n| mv | tv |","location":"app.ts"}} />
|
||||
<Route namespace="pianyuan" data={{"path":"/index/:media?","categories":["multimedia"],"example":"/pianyuan/index","parameters":{"media":"类别,见下表,默认为首页"},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["pianyuan.org/"],"target":"/index"},"name":"最新资源","maintainers":["greatcodeeer","jerry1119"],"url":"pianyuan.org/","description":"| 电影 | 剧集 |\n| ---- | ---- |\n| mv | tv |","location":"app.ts"}} />
|
||||
|
||||
| 电影 | 剧集 |
|
||||
| ---- | ---- |
|
||||
|
|
@ -699,19 +699,19 @@ When `mediaType` is `movie`, `sheet` should be:
|
|||
|
||||
### 播客 {#qing-ting-fm-bo-ke}
|
||||
|
||||
<Route data={{"path":"/podcast/:id","categories":["multimedia"],"example":"/qingting/podcast/293411","parameters":{"id":"专辑id, 可在专辑页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":true,"supportScihub":false},"radar":{"source":["qingting.fm/channels/:id"]},"name":"播客","maintainers":["RookieZoe","huyyi"],"description":"获取的播放 URL 有效期只有 1 天,需要开启播客 APP 的自动下载功能。","location":"podcast.ts"}} />
|
||||
<Route namespace="qingting" data={{"path":"/podcast/:id","categories":["multimedia"],"example":"/qingting/podcast/293411","parameters":{"id":"专辑id, 可在专辑页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":true,"supportScihub":false},"radar":{"source":["qingting.fm/channels/:id"]},"name":"播客","maintainers":["RookieZoe","huyyi"],"description":"获取的播放 URL 有效期只有 1 天,需要开启播客 APP 的自动下载功能。","location":"podcast.ts"}} />
|
||||
|
||||
获取的播放 URL 有效期只有 1 天,需要开启播客 APP 的自动下载功能。
|
||||
|
||||
### 专辑 {#qing-ting-fm-zhuan-ji}
|
||||
|
||||
<Route data={{"path":"/channel/:id","categories":["multimedia"],"example":"/qingting/channel/293411","parameters":{"id":"专辑id, 可在专辑页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"专辑","maintainers":["nczitzk"],"location":"channel.ts"}} />
|
||||
<Route namespace="qingting" data={{"path":"/channel/:id","categories":["multimedia"],"example":"/qingting/channel/293411","parameters":{"id":"专辑id, 可在专辑页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"专辑","maintainers":["nczitzk"],"location":"channel.ts"}} />
|
||||
|
||||
## 秋爸日字 {#qiu-ba-ri-zi}
|
||||
|
||||
### 分类 {#qiu-ba-ri-zi-fen-lei}
|
||||
|
||||
<Route data={{"path":"/:category?","categories":["multimedia"],"example":"/qq88","parameters":{"category":"分类 id,见下表,默认为首页"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"分类","maintainers":["nczitzk"],"description":"| 首页 | オトナの土ドラ | 日剧 | 日剧 SP |\n | ---- | -------------- | ---- | ------- |\n | | 10 | 5 | 11 |","location":"index.ts"}} />
|
||||
<Route namespace="qq88" data={{"path":"/:category?","categories":["multimedia"],"example":"/qq88","parameters":{"category":"分类 id,见下表,默认为首页"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"分类","maintainers":["nczitzk"],"description":"| 首页 | オトナの土ドラ | 日剧 | 日剧 SP |\n | ---- | -------------- | ---- | ------- |\n | | 10 | 5 | 11 |","location":"index.ts"}} />
|
||||
|
||||
| 首页 | オトナの土ドラ | 日剧 | 日剧 SP |
|
||||
| ---- | -------------- | ---- | ------- |
|
||||
|
|
@ -721,11 +721,11 @@ When `mediaType` is `movie`, `sheet` should be:
|
|||
|
||||
### 今日播出 {#ren-ren-ying-shi-jin-ri-bo-chu}
|
||||
|
||||
<Route data={{"path":"/today","categories":["multimedia"],"example":"/yyets/today","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["yysub.net/tv/schedule","yysub.net/"]},"name":"今日播出","maintainers":["bao1991213"],"url":"yysub.net/tv/schedule","location":"today.ts"}} />
|
||||
<Route namespace="yyets" data={{"path":"/today","categories":["multimedia"],"example":"/yyets/today","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["yysub.net/tv/schedule","yysub.net/"]},"name":"今日播出","maintainers":["bao1991213"],"url":"yysub.net/tv/schedule","location":"today.ts"}} />
|
||||
|
||||
### 影视资讯 {#ren-ren-ying-shi-ying-shi-zi-xun}
|
||||
|
||||
<Route data={{"path":"/article/:type?","categories":["multimedia"],"example":"/yyets/article","parameters":{"type":"["},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"影视资讯","maintainers":["wb121017405"],"description":"| 全部 | 影视资讯 | 收视快报 | 人人影评 | 人人剧评 | 新剧评测 | 片单推荐 |\n | ---- | -------- | -------- | --------- | --------- | ----------- | -------- |\n | | news | report | m_review | t_review | new_review | recom |","location":"article.ts"}} />
|
||||
<Route namespace="yyets" data={{"path":"/article/:type?","categories":["multimedia"],"example":"/yyets/article","parameters":{"type":"["},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"影视资讯","maintainers":["wb121017405"],"description":"| 全部 | 影视资讯 | 收视快报 | 人人影评 | 人人剧评 | 新剧评测 | 片单推荐 |\n | ---- | -------- | -------- | --------- | --------- | ----------- | -------- |\n | | news | report | m_review | t_review | new_review | recom |","location":"article.ts"}} />
|
||||
|
||||
| 全部 | 影视资讯 | 收视快报 | 人人影评 | 人人剧评 | 新剧评测 | 片单推荐 |
|
||||
| ---- | -------- | -------- | --------- | --------- | ----------- | -------- |
|
||||
|
|
@ -735,13 +735,13 @@ When `mediaType` is `movie`, `sheet` should be:
|
|||
|
||||
### 作者文章 {#se-hua-tang-zuo-zhe-wen-zhang}
|
||||
|
||||
<Route data={{"path":"/user/:uid","categories":["multimedia"],"example":"/sehuatang/user/411096","parameters":{"uid":"用户 uid, 可在用户主页 URL 中找到"},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"作者文章","maintainers":["JamYiz"],"location":"user.ts"}} />
|
||||
<Route namespace="sehuatang" data={{"path":"/user/:uid","categories":["multimedia"],"example":"/sehuatang/user/411096","parameters":{"uid":"用户 uid, 可在用户主页 URL 中找到"},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"作者文章","maintainers":["JamYiz"],"location":"user.ts"}} />
|
||||
|
||||
## 听听 FM {#ting-ting-fm}
|
||||
|
||||
### 节目 {#ting-ting-fm-jie-mu}
|
||||
|
||||
<Route data={{"path":"/program/:programId","categories":["multimedia"],"example":"/tingtingfm/program/M7VJv6Jj4R","parameters":{"programId":"节目 ID,可以在 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":true,"supportScihub":false},"radar":{"source":["mobile.tingtingfm.com/v3/program/:programId"]},"name":"节目","maintainers":["TonyRL"],"location":"program.ts"}} />
|
||||
<Route namespace="tingtingfm" data={{"path":"/program/:programId","categories":["multimedia"],"example":"/tingtingfm/program/M7VJv6Jj4R","parameters":{"programId":"节目 ID,可以在 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":true,"supportScihub":false},"radar":{"source":["mobile.tingtingfm.com/v3/program/:programId"]},"name":"节目","maintainers":["TonyRL"],"location":"program.ts"}} />
|
||||
|
||||
## 网易公开课 {#wang-yi-gong-kai-ke}
|
||||
|
||||
|
|
@ -751,39 +751,39 @@ When `mediaType` is `movie`, `sheet` should be:
|
|||
|
||||
### 电台节目 {#wang-yi-gong-kai-ke-dian-tai-jie-mu}
|
||||
|
||||
<Route data={{"path":"/music/djradio/:id","categories":["multimedia"],"example":"/163/music/djradio/347317067","parameters":{"id":"节目 id, 可在电台节目页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":true,"supportScihub":false},"name":"电台节目","maintainers":["magic-akari"],"location":"music/djradio.ts"}} />
|
||||
|
||||
### 歌单歌曲 {#wang-yi-gong-kai-ke-ge-dan-ge-qu}
|
||||
|
||||
<Route data={{"path":"/music/playlist/:id","categories":["multimedia"],"example":"/163/music/playlist/35798529","parameters":{"id":"歌单 id, 可在歌单页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"歌单歌曲","maintainers":["DIYgod"],"location":"music/playlist.ts"}} />
|
||||
<Route namespace="163" data={{"path":"/music/djradio/:id","categories":["multimedia"],"example":"/163/music/djradio/347317067","parameters":{"id":"节目 id, 可在电台节目页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":true,"supportScihub":false},"name":"电台节目","maintainers":["magic-akari"],"location":"music/djradio.ts"}} />
|
||||
|
||||
### 歌手歌曲 {#wang-yi-gong-kai-ke-ge-shou-ge-qu}
|
||||
|
||||
<Route data={{"path":"/music/artist/songs/:id","categories":["multimedia"],"example":"/163/music/artist/songs/2116","parameters":{"id":"歌手 id, 可在歌手详情页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"歌手歌曲","maintainers":["ZhongMingKun"],"location":"music/artist-songs.ts"}} />
|
||||
<Route namespace="163" data={{"path":"/music/artist/songs/:id","categories":["multimedia"],"example":"/163/music/artist/songs/2116","parameters":{"id":"歌手 id, 可在歌手详情页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"歌手歌曲","maintainers":["ZhongMingKun"],"location":"music/artist-songs.ts"}} />
|
||||
|
||||
### 歌手专辑 {#wang-yi-gong-kai-ke-ge-shou-zhuan-ji}
|
||||
|
||||
<Route data={{"path":"/music/artist/:id","categories":["multimedia"],"example":"/163/music/artist/2116","parameters":{"id":"歌手 id, 可在歌手详情页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"歌手专辑","maintainers":["metowolf"],"location":"music/artist.ts"}} />
|
||||
<Route namespace="163" data={{"path":"/music/artist/:id","categories":["multimedia"],"example":"/163/music/artist/2116","parameters":{"id":"歌手 id, 可在歌手详情页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"歌手专辑","maintainers":["metowolf"],"location":"music/artist.ts"}} />
|
||||
|
||||
### 歌单歌曲 {#wang-yi-gong-kai-ke-ge-dan-ge-qu}
|
||||
|
||||
<Route namespace="163" data={{"path":"/music/playlist/:id","categories":["multimedia"],"example":"/163/music/playlist/35798529","parameters":{"id":"歌单 id, 可在歌单页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"歌单歌曲","maintainers":["DIYgod"],"location":"music/playlist.ts"}} />
|
||||
|
||||
### 用户歌单 {#wang-yi-gong-kai-ke-yong-hu-ge-dan}
|
||||
|
||||
<Route data={{"path":"/music/user/playlist/:uid","categories":["multimedia"],"example":"/163/music/user/playlist/45441555","parameters":{"uid":"用户 uid, 可在用户主页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"用户歌单","maintainers":["DIYgod"],"location":"music/userplaylist.ts"}} />
|
||||
<Route namespace="163" data={{"path":"/music/user/playlist/:uid","categories":["multimedia"],"example":"/163/music/user/playlist/45441555","parameters":{"uid":"用户 uid, 可在用户主页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"用户歌单","maintainers":["DIYgod"],"location":"music/userplaylist.ts"}} />
|
||||
|
||||
### 用户听歌排行 {#wang-yi-gong-kai-ke-yong-hu-ting-ge-pai-hang}
|
||||
|
||||
<Route data={{"path":"/music/user/playrecords/:uid/:type?","categories":["multimedia"],"example":"/163/music/user/playrecords/45441555/1","parameters":{"uid":"用户 uid, 可在用户主页 URL 中找到","type":"排行榜类型,0所有时间(默认),1最近一周"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"用户听歌排行","maintainers":["alfredcai"],"location":"music/userplayrecords.ts"}} />
|
||||
<Route namespace="163" data={{"path":"/music/user/playrecords/:uid/:type?","categories":["multimedia"],"example":"/163/music/user/playrecords/45441555/1","parameters":{"uid":"用户 uid, 可在用户主页 URL 中找到","type":"排行榜类型,0所有时间(默认),1最近一周"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"用户听歌排行","maintainers":["alfredcai"],"location":"music/userplayrecords.ts"}} />
|
||||
|
||||
## 西瓜视频 {#xi-gua-shi-pin}
|
||||
|
||||
### 用户视频投稿 {#xi-gua-shi-pin-yong-hu-shi-pin-tou-gao}
|
||||
|
||||
<Route data={{"path":"/user/video/:uid/:disableEmbed?","categories":["multimedia"],"example":"/ixigua/user/video/4234740937","parameters":{"uid":"用户 id, 可在用户主页中找到","disableEmbed":"默认为开启内嵌视频, 任意值为关闭"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ixigua.com/home/:uid"],"target":"/user/video/:uid"},"name":"用户视频投稿","maintainers":[],"location":"user-video.ts"}} />
|
||||
<Route namespace="ixigua" data={{"path":"/user/video/:uid/:disableEmbed?","categories":["multimedia"],"example":"/ixigua/user/video/4234740937","parameters":{"uid":"用户 id, 可在用户主页中找到","disableEmbed":"默认为开启内嵌视频, 任意值为关闭"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ixigua.com/home/:uid"],"target":"/user/video/:uid"},"name":"用户视频投稿","maintainers":[],"location":"user-video.ts"}} />
|
||||
|
||||
## 喜马拉雅 {#xi-ma-la-ya}
|
||||
|
||||
### 专辑(不输出 ShowNote) {#xi-ma-la-ya-zhuan-ji-bu-shu-chu-shownote}
|
||||
|
||||
<Route data={{"path":["/:type/:id/:all?","/:type/:id/:all/:shownote?"],"categories":["multimedia"],"example":"/ximalaya/album/299146","parameters":{"type":"专辑类型, 通常可以使用 `album`,可在对应专辑页面的 URL 中找到","id":"专辑 id, 可在对应专辑页面的 URL 中找到","all":"是否需要获取全部节目,填入 `1`、`true`、`all` 视为获取所有节目,填入其他则不获取。"},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":true,"supportScihub":false},"name":"专辑(不输出 ShowNote)","maintainers":["lengthmin","jjeejj","prnake"],"description":"目前喜马拉雅的 API 只能一集一集的获取各节目上的 ShowNote,会极大的占用系统资源,所以默认为不获取节目的 ShowNote。下方有一个新的路径可选获取 ShowNote。\n\n :::warning\n 专辑类型即 url 中的分类拼音,使用通用分类 `album` 通常是可行的,专辑 id 是跟在**分类拼音**后的那个 id, 不要输成某集的 id 了\n\n **付费内容需要配置好已购买账户的 token 才能收听,详情见部署页面的配置模块**\n :::","location":"album.ts"}} />
|
||||
<Route namespace="ximalaya" data={{"path":["/:type/:id/:all?","/:type/:id/:all/:shownote?"],"categories":["multimedia"],"example":"/ximalaya/album/299146","parameters":{"type":"专辑类型, 通常可以使用 `album`,可在对应专辑页面的 URL 中找到","id":"专辑 id, 可在对应专辑页面的 URL 中找到","all":"是否需要获取全部节目,填入 `1`、`true`、`all` 视为获取所有节目,填入其他则不获取。"},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":true,"supportScihub":false},"name":"专辑(不输出 ShowNote)","maintainers":["lengthmin","jjeejj","prnake"],"description":"目前喜马拉雅的 API 只能一集一集的获取各节目上的 ShowNote,会极大的占用系统资源,所以默认为不获取节目的 ShowNote。下方有一个新的路径可选获取 ShowNote。\n\n :::warning\n 专辑类型即 url 中的分类拼音,使用通用分类 `album` 通常是可行的,专辑 id 是跟在**分类拼音**后的那个 id, 不要输成某集的 id 了\n\n **付费内容需要配置好已购买账户的 token 才能收听,详情见部署页面的配置模块**\n :::","location":"album.ts"}} />
|
||||
|
||||
目前喜马拉雅的 API 只能一集一集的获取各节目上的 ShowNote,会极大的占用系统资源,所以默认为不获取节目的 ShowNote。下方有一个新的路径可选获取 ShowNote。
|
||||
|
||||
|
|
@ -795,7 +795,7 @@ When `mediaType` is `movie`, `sheet` should be:
|
|||
|
||||
### 专辑(不输出 ShowNote) {#xi-ma-la-ya-zhuan-ji-bu-shu-chu-shownote}
|
||||
|
||||
<Route data={{"path":["/:type/:id/:all?","/:type/:id/:all/:shownote?"],"categories":["multimedia"],"example":"/ximalaya/album/299146","parameters":{"type":"专辑类型, 通常可以使用 `album`,可在对应专辑页面的 URL 中找到","id":"专辑 id, 可在对应专辑页面的 URL 中找到","all":"是否需要获取全部节目,填入 `1`、`true`、`all` 视为获取所有节目,填入其他则不获取。"},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":true,"supportScihub":false},"name":"专辑(不输出 ShowNote)","maintainers":["lengthmin","jjeejj","prnake"],"description":"目前喜马拉雅的 API 只能一集一集的获取各节目上的 ShowNote,会极大的占用系统资源,所以默认为不获取节目的 ShowNote。下方有一个新的路径可选获取 ShowNote。\n\n :::warning\n 专辑类型即 url 中的分类拼音,使用通用分类 `album` 通常是可行的,专辑 id 是跟在**分类拼音**后的那个 id, 不要输成某集的 id 了\n\n **付费内容需要配置好已购买账户的 token 才能收听,详情见部署页面的配置模块**\n :::","location":"album.ts"}} />
|
||||
<Route namespace="ximalaya" data={{"path":["/:type/:id/:all?","/:type/:id/:all/:shownote?"],"categories":["multimedia"],"example":"/ximalaya/album/299146","parameters":{"type":"专辑类型, 通常可以使用 `album`,可在对应专辑页面的 URL 中找到","id":"专辑 id, 可在对应专辑页面的 URL 中找到","all":"是否需要获取全部节目,填入 `1`、`true`、`all` 视为获取所有节目,填入其他则不获取。"},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":true,"supportScihub":false},"name":"专辑(不输出 ShowNote)","maintainers":["lengthmin","jjeejj","prnake"],"description":"目前喜马拉雅的 API 只能一集一集的获取各节目上的 ShowNote,会极大的占用系统资源,所以默认为不获取节目的 ShowNote。下方有一个新的路径可选获取 ShowNote。\n\n :::warning\n 专辑类型即 url 中的分类拼音,使用通用分类 `album` 通常是可行的,专辑 id 是跟在**分类拼音**后的那个 id, 不要输成某集的 id 了\n\n **付费内容需要配置好已购买账户的 token 才能收听,详情见部署页面的配置模块**\n :::","location":"album.ts"}} />
|
||||
|
||||
目前喜马拉雅的 API 只能一集一集的获取各节目上的 ShowNote,会极大的占用系统资源,所以默认为不获取节目的 ShowNote。下方有一个新的路径可选获取 ShowNote。
|
||||
|
||||
|
|
@ -809,19 +809,19 @@ When `mediaType` is `movie`, `sheet` should be:
|
|||
|
||||
### 播客 {#xiao-yu-zhou-bo-ke}
|
||||
|
||||
<Route data={{"path":"/podcast/:id","categories":["multimedia"],"example":"/xiaoyuzhou/podcast/6021f949a789fca4eff4492c","parameters":{"id":"播客id,可以在小宇宙播客的 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["xiaoyuzhoufm.com/podcast/:id"]},"name":"播客","maintainers":["hondajojo","jtsang4"],"url":"xiaoyuzhoufm.com/","location":"podcast.ts"}} />
|
||||
<Route namespace="xiaoyuzhou" data={{"path":"/podcast/:id","categories":["multimedia"],"example":"/xiaoyuzhou/podcast/6021f949a789fca4eff4492c","parameters":{"id":"播客id,可以在小宇宙播客的 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["xiaoyuzhoufm.com/podcast/:id"]},"name":"播客","maintainers":["hondajojo","jtsang4"],"url":"xiaoyuzhoufm.com/","location":"podcast.ts"}} />
|
||||
|
||||
## 优酷 {#you-ku}
|
||||
|
||||
### 频道 {#you-ku-pin-dao}
|
||||
|
||||
<Route data={{"path":"/channel/:channelId/:embed?","categories":["multimedia"],"example":"/youku/channel/UNTg3MTM3OTcy","parameters":{"channelId":"频道 id","embed":"默认为开启内嵌视频, 任意值为关闭"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["i.youku.com/i/:id"],"target":"/channel/:id"},"name":"频道","maintainers":["xyqfer","Fatpandac"],"location":"channel.ts"}} />
|
||||
<Route namespace="youku" data={{"path":"/channel/:channelId/:embed?","categories":["multimedia"],"example":"/youku/channel/UNTg3MTM3OTcy","parameters":{"channelId":"频道 id","embed":"默认为开启内嵌视频, 任意值为关闭"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["i.youku.com/i/:id"],"target":"/channel/:id"},"name":"频道","maintainers":["xyqfer","Fatpandac"],"location":"channel.ts"}} />
|
||||
|
||||
## 云听 {#yun-ting}
|
||||
|
||||
### 节目 {#yun-ting-jie-mu}
|
||||
|
||||
<Route data={{"path":"/:id","categories":["multimedia"],"example":"/radio/1552135","parameters":{"id":"专辑 id,可在对应专辑页面的 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":true,"supportScihub":false},"name":"节目","maintainers":["kt286","nczitzk"],"description":"如果订阅 [共和国追梦人](http://www.radio.cn/pc-portal/sanji/detail.html?columnId=1552135),其 URL 为 `https://www.radio.cn/pc-portal/sanji/detail.html?columnId=1552135`,可以得到 `columnId` 为 `1552135`\n\n 所以对应路由为 [`/radio/1552135`](https://rsshub.app/radio/1552135)\n\n :::tip\n 该路由仅适用于更新时间较早的电台节目,如 [共和国追梦人](http://www.radio.cn/pc-portal/sanji/detail.html?columnId=1552135)\n\n 与适用于 [专辑](#yun-ting-zhuan-ji) 路由的专辑其 `columnId` 长度相比,它们的 `columnId` 长度较短\n :::","location":"index.ts"}} />
|
||||
<Route namespace="radio" data={{"path":"/:id","categories":["multimedia"],"example":"/radio/1552135","parameters":{"id":"专辑 id,可在对应专辑页面的 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":true,"supportScihub":false},"name":"节目","maintainers":["kt286","nczitzk"],"description":"如果订阅 [共和国追梦人](http://www.radio.cn/pc-portal/sanji/detail.html?columnId=1552135),其 URL 为 `https://www.radio.cn/pc-portal/sanji/detail.html?columnId=1552135`,可以得到 `columnId` 为 `1552135`\n\n 所以对应路由为 [`/radio/1552135`](https://rsshub.app/radio/1552135)\n\n :::tip\n 该路由仅适用于更新时间较早的电台节目,如 [共和国追梦人](http://www.radio.cn/pc-portal/sanji/detail.html?columnId=1552135)\n\n 与适用于 [专辑](#yun-ting-zhuan-ji) 路由的专辑其 `columnId` 长度相比,它们的 `columnId` 长度较短\n :::","location":"index.ts"}} />
|
||||
|
||||
如果订阅 [共和国追梦人](http://www.radio.cn/pc-portal/sanji/detail.html?columnId=1552135),其 URL 为 `https://www.radio.cn/pc-portal/sanji/detail.html?columnId=1552135`,可以得到 `columnId` 为 `1552135`
|
||||
|
||||
|
|
@ -835,7 +835,7 @@ When `mediaType` is `movie`, `sheet` should be:
|
|||
|
||||
### 直播 {#yun-ting-zhi-bo}
|
||||
|
||||
<Route data={{"path":"/zhibo/:id","categories":["multimedia"],"example":"/radio/zhibo/1395528","parameters":{"id":"直播 id,可在对应点播页面的 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":true,"supportScihub":false},"name":"直播","maintainers":["nczitzk"],"description":"如果订阅 [新闻和报纸摘要](http://www.radio.cn/pc-portal/sanji/zhibo_2.html?name=1395528),其 URL 为 `http://www.radio.cn/pc-portal/sanji/zhibo_2.html?name=1395528`,可以得到 `name` 为 `1395528`\n\n 所以对应路由为 [`/radio/zhibo/1395528`](https://rsshub.app/radio/zhibo/1395528)\n\n :::tip\n 查看更多电台直播节目,可前往 [电台直播](http://www.radio.cn/pc-portal/erji/radioStation.html)\n :::","location":"zhibo.ts"}} />
|
||||
<Route namespace="radio" data={{"path":"/zhibo/:id","categories":["multimedia"],"example":"/radio/zhibo/1395528","parameters":{"id":"直播 id,可在对应点播页面的 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":true,"supportScihub":false},"name":"直播","maintainers":["nczitzk"],"description":"如果订阅 [新闻和报纸摘要](http://www.radio.cn/pc-portal/sanji/zhibo_2.html?name=1395528),其 URL 为 `http://www.radio.cn/pc-portal/sanji/zhibo_2.html?name=1395528`,可以得到 `name` 为 `1395528`\n\n 所以对应路由为 [`/radio/zhibo/1395528`](https://rsshub.app/radio/zhibo/1395528)\n\n :::tip\n 查看更多电台直播节目,可前往 [电台直播](http://www.radio.cn/pc-portal/erji/radioStation.html)\n :::","location":"zhibo.ts"}} />
|
||||
|
||||
如果订阅 [新闻和报纸摘要](http://www.radio.cn/pc-portal/sanji/zhibo_2.html?name=1395528),其 URL 为 `http://www.radio.cn/pc-portal/sanji/zhibo_2.html?name=1395528`,可以得到 `name` 为 `1395528`
|
||||
|
||||
|
|
@ -847,7 +847,7 @@ When `mediaType` is `movie`, `sheet` should be:
|
|||
|
||||
### 专辑 {#yun-ting-zhuan-ji}
|
||||
|
||||
<Route data={{"path":"/album/:id","categories":["multimedia"],"example":"/radio/album/15682090498666","parameters":{"id":"专辑 id,可在对应专辑页面的 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":true,"supportScihub":false},"name":"专辑","maintainers":["nczitzk"],"description":"如果订阅 [中国相声榜](https://www.radio.cn/pc-portal/sanji/detail.html?columnId=15682090498666),其 URL 为 `https://www.radio.cn/pc-portal/sanji/detail.html?columnId=15682090498666`,可以得到 `columnId` 为 `15682090498666`\n\n 所以对应路由为 [`/radio/album/15682090498666`](https://rsshub.app/radio/album/15682090498666)\n\n :::tip\n 部分专辑不适用该路由,此时可以尝试 [节目](#yun-ting-jie-mu) 路由\n :::","location":"album.ts"}} />
|
||||
<Route namespace="radio" data={{"path":"/album/:id","categories":["multimedia"],"example":"/radio/album/15682090498666","parameters":{"id":"专辑 id,可在对应专辑页面的 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":true,"supportScihub":false},"name":"专辑","maintainers":["nczitzk"],"description":"如果订阅 [中国相声榜](https://www.radio.cn/pc-portal/sanji/detail.html?columnId=15682090498666),其 URL 为 `https://www.radio.cn/pc-portal/sanji/detail.html?columnId=15682090498666`,可以得到 `columnId` 为 `15682090498666`\n\n 所以对应路由为 [`/radio/album/15682090498666`](https://rsshub.app/radio/album/15682090498666)\n\n :::tip\n 部分专辑不适用该路由,此时可以尝试 [节目](#yun-ting-jie-mu) 路由\n :::","location":"album.ts"}} />
|
||||
|
||||
如果订阅 [中国相声榜](https://www.radio.cn/pc-portal/sanji/detail.html?columnId=15682090498666),其 URL 为 `https://www.radio.cn/pc-portal/sanji/detail.html?columnId=15682090498666`,可以得到 `columnId` 为 `15682090498666`
|
||||
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
|
|
@ -4,33 +4,33 @@
|
|||
|
||||
### 部落影集 {#500px-she-ying-she-qu-bu-luo-ying-ji}
|
||||
|
||||
<Route data={{"path":"/tribe/set/:id","categories":["picture"],"example":"/500px/tribe/set/f5de0b8aa6d54ec486f5e79616418001","parameters":{"id":"部落 ID"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"部落影集","maintainers":["TonyRL"],"location":"tribe-set.ts"}} />
|
||||
<Route namespace="500px" data={{"path":"/tribe/set/:id","categories":["picture"],"example":"/500px/tribe/set/f5de0b8aa6d54ec486f5e79616418001","parameters":{"id":"部落 ID"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"部落影集","maintainers":["TonyRL"],"location":"tribe-set.ts"}} />
|
||||
|
||||
### 摄影师作品 {#500px-she-ying-she-qu-she-ying-shi-zuo-pin}
|
||||
|
||||
<Route data={{"path":"/user/works/:id","categories":["picture"],"example":"/500px/user/works/hujunli","parameters":{"id":"摄影师 ID"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["500px.com.cn/:id","500px.com.cn/community/user-details/:id","500px.com.cn/community/user-details/:id/*"]},"name":"摄影师作品","maintainers":["TonyRL"],"location":"user.ts"}} />
|
||||
<Route namespace="500px" data={{"path":"/user/works/:id","categories":["picture"],"example":"/500px/user/works/hujunli","parameters":{"id":"摄影师 ID"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["500px.com.cn/:id","500px.com.cn/community/user-details/:id","500px.com.cn/community/user-details/:id/*"]},"name":"摄影师作品","maintainers":["TonyRL"],"location":"user.ts"}} />
|
||||
|
||||
## 8KCosplay {#8kcosplay}
|
||||
|
||||
### 标签 {#8kcosplay-biao-qian}
|
||||
|
||||
<Route data={{"path":"/tag/:tag","categories":["picture"],"example":"/8kcos/tag/cosplay","parameters":{"tag":"标签名"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["8kcosplay.com/tag/:tag"]},"name":"标签","maintainers":["KotoriK"],"url":"8kcosplay.com/","location":"tag.ts"}} />
|
||||
<Route namespace="8kcos" data={{"path":"/tag/:tag","categories":["picture"],"example":"/8kcos/tag/cosplay","parameters":{"tag":"标签名"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["8kcosplay.com/tag/:tag"]},"name":"标签","maintainers":["KotoriK"],"url":"8kcosplay.com/","location":"tag.ts"}} />
|
||||
|
||||
### 最新 {#8kcosplay-zui-xin}
|
||||
|
||||
<Route data={{"path":"/","categories":["picture"],"example":"/8kcos/","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["8kcosplay.com/"],"target":""},"name":"最新","maintainers":["KotoriK"],"url":"8kcosplay.com/","location":"latest.ts"}} />
|
||||
<Route namespace="8kcos" data={{"path":"/","categories":["picture"],"example":"/8kcos/","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["8kcosplay.com/"],"target":""},"name":"最新","maintainers":["KotoriK"],"url":"8kcosplay.com/","location":"latest.ts"}} />
|
||||
|
||||
## ArtStation {#artstation}
|
||||
|
||||
### Artist Profolio {#artstation-artist-profolio}
|
||||
|
||||
<Route data={{"path":"/:handle","categories":["picture"],"example":"/artstation/wlop","parameters":{"handle":"Artist handle, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.artstation.com/:handle"]},"name":"Artist Profolio","maintainers":["TonyRL"],"location":"user.ts"}} />
|
||||
<Route namespace="artstation" data={{"path":"/:handle","categories":["picture"],"example":"/artstation/wlop","parameters":{"handle":"Artist handle, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.artstation.com/:handle"]},"name":"Artist Profolio","maintainers":["TonyRL"],"location":"user.ts"}} />
|
||||
|
||||
## Booru {#booru}
|
||||
|
||||
### MMDArchive 标签查询 {#booru-mmdarchive-biao-qian-cha-xun}
|
||||
|
||||
<Route data={{"path":"/mmda/tags/:tags?","categories":["picture"],"example":"/booru/mmda/tags/full_body+blue_eyes","parameters":{"tags":"标签,多个标签使用空格 ` ` 或者 `%20` 连接,如需根据作者查询则在 `user:` 后接上作者名,如:`user:xxxx`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"MMDArchive 标签查询","maintainers":["N78Wy"],"description":"For example:\n\n - 默认查询 (什么 tag 都不加):`/booru/mmda/tags`\n - 默认查询单个 tag:`/booru/mmda/tags/full_body`\n - 默认查询多个 tag:`/booru/mmda/tags/full_body%20blue_eyes`\n - 默认查询根据作者查询:`/booru/mmda/tags/user:xxxx`","location":"mmda.ts"}} />
|
||||
<Route namespace="booru" data={{"path":"/mmda/tags/:tags?","categories":["picture"],"example":"/booru/mmda/tags/full_body+blue_eyes","parameters":{"tags":"标签,多个标签使用空格 ` ` 或者 `%20` 连接,如需根据作者查询则在 `user:` 后接上作者名,如:`user:xxxx`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"MMDArchive 标签查询","maintainers":["N78Wy"],"description":"For example:\n\n - 默认查询 (什么 tag 都不加):`/booru/mmda/tags`\n - 默认查询单个 tag:`/booru/mmda/tags/full_body`\n - 默认查询多个 tag:`/booru/mmda/tags/full_body%20blue_eyes`\n - 默认查询根据作者查询:`/booru/mmda/tags/user:xxxx`","location":"mmda.ts"}} />
|
||||
|
||||
For example:
|
||||
|
||||
|
|
@ -50,21 +50,21 @@ For RSS content, specify options in the `routeParams` parameter in query string
|
|||
|
||||
### Favorites {#e-hentai-favorites}
|
||||
|
||||
<Route data={{"path":"/favorites/:favcat?/:order?/:page?/:routeParams?","categories":["picture"],"example":"/ehentai/favorites/0/posted/1","parameters":{"favcat":"Favorites folder number","order":"`posted`(Sort by gallery release time) , `favorited`(Sort by time added to favorites)","page":"Page number","routeParams":"Additional parameters, see the table above"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":true,"supportPodcast":false,"supportScihub":false},"name":"Favorites","maintainers":["yindaheng98","syrinka"],"location":"favorites.ts"}} />
|
||||
<Route namespace="ehentai" data={{"path":"/favorites/:favcat?/:order?/:page?/:routeParams?","categories":["picture"],"example":"/ehentai/favorites/0/posted/1","parameters":{"favcat":"Favorites folder number","order":"`posted`(Sort by gallery release time) , `favorited`(Sort by time added to favorites)","page":"Page number","routeParams":"Additional parameters, see the table above"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":true,"supportPodcast":false,"supportScihub":false},"name":"Favorites","maintainers":["yindaheng98","syrinka"],"location":"favorites.ts"}} />
|
||||
|
||||
### Search {#e-hentai-search}
|
||||
|
||||
<Route data={{"path":"/search/:params?/:page?/:routeParams?","categories":["picture"],"example":"/ehentai/search/f_search=artist%3Amana%24/1","parameters":{"params":"Search parameters. You can copy the content after `https://e-hentai.org/?`","page":"Page number","routeParams":"Additional parameters, see the table above"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":true,"supportPodcast":false,"supportScihub":false},"name":"Search","maintainers":["yindaheng98","syrinka"],"location":"search.ts"}} />
|
||||
<Route namespace="ehentai" data={{"path":"/search/:params?/:page?/:routeParams?","categories":["picture"],"example":"/ehentai/search/f_search=artist%3Amana%24/1","parameters":{"params":"Search parameters. You can copy the content after `https://e-hentai.org/?`","page":"Page number","routeParams":"Additional parameters, see the table above"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":true,"supportPodcast":false,"supportScihub":false},"name":"Search","maintainers":["yindaheng98","syrinka"],"location":"search.ts"}} />
|
||||
|
||||
### Tag {#e-hentai-tag}
|
||||
|
||||
<Route data={{"path":"/tag/:tag/:page?/:routeParams?","categories":["picture"],"example":"/ehentai/tag/language:chinese/1","parameters":{"tag":"Tag","page":"Page number","routeParams":"Additional parameters, see the table above"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":true,"supportPodcast":false,"supportScihub":false},"name":"Tag","maintainers":["yindaheng98","syrinka"],"location":"tag.ts"}} />
|
||||
<Route namespace="ehentai" data={{"path":"/tag/:tag/:page?/:routeParams?","categories":["picture"],"example":"/ehentai/tag/language:chinese/1","parameters":{"tag":"Tag","page":"Page number","routeParams":"Additional parameters, see the table above"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":true,"supportPodcast":false,"supportScihub":false},"name":"Tag","maintainers":["yindaheng98","syrinka"],"location":"tag.ts"}} />
|
||||
|
||||
## Fantia {#fantia}
|
||||
|
||||
### Search {#fantia-search}
|
||||
|
||||
<Route data={{"path":"/search/:type?/:caty?/:period?/:order?/:rating?/:keyword?","categories":["picture"],"example":"/fantia/search/posts/all/daily","parameters":{"type":"Type, see the table below, `posts` by default","caty":"Category, see the table below, can also be found in search page URL, `すべてのクリエイター` by default","period":"Ranking period, see the table below, empty by default","order":"Sorting, see the table below, `更新の新しい順` by default","rating":"Rating, see the table below, `すべて` by default","keyword":"Keyword, empty by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Search","maintainers":[],"description":"Type\n\n | クリエイター | 投稿 | 商品 | コミッション |\n | ------------ | ----- | -------- | ------------ |\n | fanclubs | posts | products | commissions |\n\n Category\n\n | 分类 | 分类名 |\n | ---------------------- | ---------- |\n | イラスト | illust |\n | 漫画 | comic |\n | コスプレ | cosplay |\n | YouTuber・配信者 | youtuber |\n | Vtuber | vtuber |\n | 音声作品・ASMR | voice |\n | 声優・歌い手 | voiceactor |\n | アイドル | idol |\n | アニメ・映像・写真 | anime |\n | 3D | 3d |\n | ゲーム制作 | game |\n | 音楽 | music |\n | 小説 | novel |\n | ドール | doll |\n | アート・デザイン | art |\n | プログラム | program |\n | 創作・ハンドメイド | handmade |\n | 歴史・評論・情報 | history |\n | 鉄道・旅行・ミリタリー | railroad |\n | ショップ | shop |\n | その他 | other |\n\n Ranking period\n\n | デイリー | ウィークリー | マンスリー | 全期間 |\n | -------- | ------------ | ---------- | ------ |\n | daily | weekly | monthly | all |\n\n Sorting\n\n | 更新の新しい順 | 更新の古い順 | 投稿の新しい順 | 投稿の古い順 | お気に入り数順 |\n | -------------- | ------------ | -------------- | ------------ | -------------- |\n | updater | update_old | newer | create_old | popular |\n\n Rating\n\n | すべて | 一般のみ | R18 のみ |\n | ------ | -------- | -------- |\n | all | general | adult |","location":"search.ts"}} />
|
||||
<Route namespace="fantia" data={{"path":"/search/:type?/:caty?/:period?/:order?/:rating?/:keyword?","categories":["picture"],"example":"/fantia/search/posts/all/daily","parameters":{"type":"Type, see the table below, `posts` by default","caty":"Category, see the table below, can also be found in search page URL, `すべてのクリエイター` by default","period":"Ranking period, see the table below, empty by default","order":"Sorting, see the table below, `更新の新しい順` by default","rating":"Rating, see the table below, `すべて` by default","keyword":"Keyword, empty by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Search","maintainers":[],"description":"Type\n\n | クリエイター | 投稿 | 商品 | コミッション |\n | ------------ | ----- | -------- | ------------ |\n | fanclubs | posts | products | commissions |\n\n Category\n\n | 分类 | 分类名 |\n | ---------------------- | ---------- |\n | イラスト | illust |\n | 漫画 | comic |\n | コスプレ | cosplay |\n | YouTuber・配信者 | youtuber |\n | Vtuber | vtuber |\n | 音声作品・ASMR | voice |\n | 声優・歌い手 | voiceactor |\n | アイドル | idol |\n | アニメ・映像・写真 | anime |\n | 3D | 3d |\n | ゲーム制作 | game |\n | 音楽 | music |\n | 小説 | novel |\n | ドール | doll |\n | アート・デザイン | art |\n | プログラム | program |\n | 創作・ハンドメイド | handmade |\n | 歴史・評論・情報 | history |\n | 鉄道・旅行・ミリタリー | railroad |\n | ショップ | shop |\n | その他 | other |\n\n Ranking period\n\n | デイリー | ウィークリー | マンスリー | 全期間 |\n | -------- | ------------ | ---------- | ------ |\n | daily | weekly | monthly | all |\n\n Sorting\n\n | 更新の新しい順 | 更新の古い順 | 投稿の新しい順 | 投稿の古い順 | お気に入り数順 |\n | -------------- | ------------ | -------------- | ------------ | -------------- |\n | updater | update_old | newer | create_old | popular |\n\n Rating\n\n | すべて | 一般のみ | R18 のみ |\n | ------ | -------- | -------- |\n | all | general | adult |","location":"search.ts"}} />
|
||||
|
||||
Type
|
||||
|
||||
|
|
@ -118,34 +118,34 @@ Rating
|
|||
|
||||
### User Posts {#fantia-user-posts}
|
||||
|
||||
<Route data={{"path":"/user/:id","categories":["picture"],"example":"/fantia/user/3498","parameters":{"id":"User id, can be found in user profile URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["fantia.jp/fanclubs/:id"]},"name":"User Posts","maintainers":["nczitzk"],"location":"user.ts"}} />
|
||||
<Route namespace="fantia" data={{"path":"/user/:id","categories":["picture"],"example":"/fantia/user/3498","parameters":{"id":"User id, can be found in user profile URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["fantia.jp/fanclubs/:id"]},"name":"User Posts","maintainers":["nczitzk"],"location":"user.ts"}} />
|
||||
|
||||
## Google {#google}
|
||||
|
||||
### Public Albums {#google-public-albums}
|
||||
|
||||
<Route data={{"path":"/album/:id","categories":["picture"],"example":"/google/album/msFFnAzKmQmWj76EA","parameters":{"id":"album ID, can be found in URL, for example, `https://photos.app.goo.gl/msFFnAzKmQmWj76EA` to `msFFnAzKmQmWj76EA`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Public Albums","maintainers":["hoilc"],"location":"album.ts"}} />
|
||||
<Route namespace="google" data={{"path":"/album/:id","categories":["picture"],"example":"/google/album/msFFnAzKmQmWj76EA","parameters":{"id":"album ID, can be found in URL, for example, `https://photos.app.goo.gl/msFFnAzKmQmWj76EA` to `msFFnAzKmQmWj76EA`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Public Albums","maintainers":["hoilc"],"location":"album.ts"}} />
|
||||
|
||||
### Update {#google-update}
|
||||
|
||||
<Route data={{"path":"/doodles/:language?","categories":["picture"],"example":"/google/doodles/zh-CN","parameters":{"language":"Language, default to `zh-CN`, for other language values, you can get it from [Google Doodles official website](https://www.google.com/doodles)"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Update","maintainers":["xyqfer"],"location":"doodles.ts"}} />
|
||||
<Route namespace="google" data={{"path":"/doodles/:language?","categories":["picture"],"example":"/google/doodles/zh-CN","parameters":{"language":"Language, default to `zh-CN`, for other language values, you can get it from [Google Doodles official website](https://www.google.com/doodles)"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Update","maintainers":["xyqfer"],"location":"doodles.ts"}} />
|
||||
|
||||
## MM 范 {#mm-fan}
|
||||
|
||||
### 标签 {#mm-fan-biao-qian}
|
||||
|
||||
<Route data={{"path":"/tag/:tag","categories":["picture"],"example":"/95mm/tag/黑丝","parameters":{"tag":"标签,可在对应标签页中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["95mm.org/"]},"name":"标签","maintainers":["nczitzk"],"url":"95mm.org/","location":"tag.ts"}} />
|
||||
<Route namespace="95mm" data={{"path":"/tag/:tag","categories":["picture"],"example":"/95mm/tag/黑丝","parameters":{"tag":"标签,可在对应标签页中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["95mm.org/"]},"name":"标签","maintainers":["nczitzk"],"url":"95mm.org/","location":"tag.ts"}} />
|
||||
|
||||
### 分类 {#mm-fan-fen-lei}
|
||||
|
||||
<Route data={{"path":"/tab/:tab?","categories":["picture"],"example":"/95mm/tab/热门","parameters":{"tab":"分类,见下表,默认为最新"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["95mm.org/"]},"name":"分类","maintainers":["nczitzk"],"url":"95mm.org/","description":"| 最新 | 热门 | 校花 | 森系 | 清纯 | 童颜 | 嫩模 | 少女 |\n | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- |","location":"tab.ts"}} />
|
||||
<Route namespace="95mm" data={{"path":"/tab/:tab?","categories":["picture"],"example":"/95mm/tab/热门","parameters":{"tab":"分类,见下表,默认为最新"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["95mm.org/"]},"name":"分类","maintainers":["nczitzk"],"url":"95mm.org/","description":"| 最新 | 热门 | 校花 | 森系 | 清纯 | 童颜 | 嫩模 | 少女 |\n | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- |","location":"tab.ts"}} />
|
||||
|
||||
| 最新 | 热门 | 校花 | 森系 | 清纯 | 童颜 | 嫩模 | 少女 |
|
||||
| ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- |
|
||||
|
||||
### 集合 {#mm-fan-ji-he}
|
||||
|
||||
<Route data={{"path":"/category/:category","categories":["picture"],"example":"/95mm/category/1","parameters":{"category":"集合,见下表"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["95mm.org/"]},"name":"集合","maintainers":["nczitzk"],"url":"95mm.org/","description":"| 清纯唯美 | 摄影私房 | 明星写真 | 三次元 | 异域美景 | 性感妖姬 | 游戏主题 | 美女壁纸 |\n | -------- | -------- | -------- | ------ | -------- | -------- | -------- | -------- |\n | 1 | 2 | 4 | 5 | 6 | 7 | 9 | 11 |","location":"category.ts"}} />
|
||||
<Route namespace="95mm" data={{"path":"/category/:category","categories":["picture"],"example":"/95mm/category/1","parameters":{"category":"集合,见下表"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["95mm.org/"]},"name":"集合","maintainers":["nczitzk"],"url":"95mm.org/","description":"| 清纯唯美 | 摄影私房 | 明星写真 | 三次元 | 异域美景 | 性感妖姬 | 游戏主题 | 美女壁纸 |\n | -------- | -------- | -------- | ------ | -------- | -------- | -------- | -------- |\n | 1 | 2 | 4 | 5 | 6 | 7 | 9 | 11 |","location":"category.ts"}} />
|
||||
|
||||
| 清纯唯美 | 摄影私房 | 明星写真 | 三次元 | 异域美景 | 性感妖姬 | 游戏主题 | 美女壁纸 |
|
||||
| -------- | -------- | -------- | ------ | -------- | -------- | -------- | -------- |
|
||||
|
|
@ -155,25 +155,25 @@ Rating
|
|||
|
||||
### Cheng Kung University Mirror {#nasa-astronomy-picture-of-the-day-cheng-kung-university-mirror}
|
||||
|
||||
<Route data={{"path":"/apod-ncku","categories":["picture"],"example":"/nasa/apod-ncku","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["apod.nasa.govundefined"]},"name":"Cheng Kung University Mirror","maintainers":["nczitzk","williamgateszhao"],"url":"apod.nasa.govundefined","location":"apod-ncku.ts"}} />
|
||||
|
||||
### NASA {#nasa-astronomy-picture-of-the-day-nasa}
|
||||
|
||||
<Route data={{"path":"/apod","categories":["picture"],"example":"/nasa/apod","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["apod.nasa.govundefined"]},"name":"NASA","maintainers":["nczitzk","williamgateszhao"],"url":"apod.nasa.govundefined","location":"apod.ts"}} />
|
||||
<Route namespace="nasa" data={{"path":"/apod-ncku","categories":["picture"],"example":"/nasa/apod-ncku","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["apod.nasa.govundefined"]},"name":"Cheng Kung University Mirror","maintainers":["nczitzk","williamgateszhao"],"url":"apod.nasa.govundefined","location":"apod-ncku.ts"}} />
|
||||
|
||||
### NASA 中文 {#nasa-astronomy-picture-of-the-day-nasa-zhong-wen}
|
||||
|
||||
<Route data={{"path":"/apod-cn","categories":["picture"],"example":"/nasa/apod-cn","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["apod.nasa.govundefined"]},"name":"NASA 中文","maintainers":["nczitzk","williamgateszhao"],"url":"apod.nasa.govundefined","description":":::tip\n [NASA 中文](https://www.nasachina.cn/) 提供了每日天文图的中英双语图文说明,但在更新上偶尔略有一两天的延迟。\n :::","location":"apod-cn.ts"}} />
|
||||
<Route namespace="nasa" data={{"path":"/apod-cn","categories":["picture"],"example":"/nasa/apod-cn","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["apod.nasa.govundefined"]},"name":"NASA 中文","maintainers":["nczitzk","williamgateszhao"],"url":"apod.nasa.govundefined","description":":::tip\n [NASA 中文](https://www.nasachina.cn/) 提供了每日天文图的中英双语图文说明,但在更新上偶尔略有一两天的延迟。\n :::","location":"apod-cn.ts"}} />
|
||||
|
||||
:::tip
|
||||
[NASA 中文](https://www.nasachina.cn/) 提供了每日天文图的中英双语图文说明,但在更新上偶尔略有一两天的延迟。
|
||||
:::
|
||||
|
||||
### NASA {#nasa-astronomy-picture-of-the-day-nasa}
|
||||
|
||||
<Route namespace="nasa" data={{"path":"/apod","categories":["picture"],"example":"/nasa/apod","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["apod.nasa.govundefined"]},"name":"NASA","maintainers":["nczitzk","williamgateszhao"],"url":"apod.nasa.govundefined","location":"apod.ts"}} />
|
||||
|
||||
## Pixabay {#pixabay}
|
||||
|
||||
### Search {#pixabay-search}
|
||||
|
||||
<Route data={{"path":"/search/:q/:order?","categories":["picture"],"example":"/pixabay/search/cat","parameters":{"q":"Search term","order":"Order, `popular` or `latest`, `latest` by default"},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["pixabay.com/:searchType/search/:q"],"target":"/search/:q"},"name":"Search","maintainers":["TonyRL"],"location":"search.ts"}} />
|
||||
<Route namespace="pixabay" data={{"path":"/search/:q/:order?","categories":["picture"],"example":"/pixabay/search/cat","parameters":{"q":"Search term","order":"Order, `popular` or `latest`, `latest` by default"},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["pixabay.com/:searchType/search/:q"],"target":"/search/:q"},"name":"Search","maintainers":["TonyRL"],"location":"search.ts"}} />
|
||||
|
||||
## wallhaven {#wallhaven}
|
||||
|
||||
|
|
@ -187,7 +187,7 @@ For example [Latest Wallpapers](https://wallhaven.cc/latest), the route turning
|
|||
|
||||
### Search {#wallhaven-search}
|
||||
|
||||
<Route data={{"path":["/search/:filter?/:needDetails?","/:filter?/:needDetails?"],"categories":["picture"],"example":"/wallhaven/search/categories=110&purity=110&sorting=date_added&order=desc","parameters":{"filter":"Filter, empty by default","needDetails":"Need Details, `true`/`yes` as yes, no by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["wallhaven.cc/"]},"name":"Search","maintainers":["nczitzk","Fatpandac"],"url":"wallhaven.cc/","description":":::tip\n Subscribe pages starting with `https://wallhaven.cc/search`, fill the text after `?` as `filter` in the route. The following is an example:\n\n The text after `?` is `q=id%3A711&sorting=random&ref=fp&seed=8g0dgd` for [Wallpaper Search: #landscape - wallhaven.cc](https://wallhaven.cc/search?q=id%3A711&sorting=random&ref=fp&seed=8g0dgd), so the route is [/wallhaven/q=id%3A711&sorting=random&ref=fp&seed=8g0dgd](https://rsshub.app/wallhaven/q=id%3A711&sorting=random&ref=fp&seed=8g0dgd)\n :::","location":"index.ts"}} />
|
||||
<Route namespace="wallhaven" data={{"path":["/search/:filter?/:needDetails?","/:filter?/:needDetails?"],"categories":["picture"],"example":"/wallhaven/search/categories=110&purity=110&sorting=date_added&order=desc","parameters":{"filter":"Filter, empty by default","needDetails":"Need Details, `true`/`yes` as yes, no by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["wallhaven.cc/"]},"name":"Search","maintainers":["nczitzk","Fatpandac"],"url":"wallhaven.cc/","description":":::tip\n Subscribe pages starting with `https://wallhaven.cc/search`, fill the text after `?` as `filter` in the route. The following is an example:\n\n The text after `?` is `q=id%3A711&sorting=random&ref=fp&seed=8g0dgd` for [Wallpaper Search: #landscape - wallhaven.cc](https://wallhaven.cc/search?q=id%3A711&sorting=random&ref=fp&seed=8g0dgd), so the route is [/wallhaven/q=id%3A711&sorting=random&ref=fp&seed=8g0dgd](https://rsshub.app/wallhaven/q=id%3A711&sorting=random&ref=fp&seed=8g0dgd)\n :::","location":"index.ts"}} />
|
||||
|
||||
:::tip
|
||||
Subscribe pages starting with `https://wallhaven.cc/search`, fill the text after `?` as `filter` in the route. The following is an example:
|
||||
|
|
@ -197,7 +197,7 @@ The text after `?` is `q=id%3A711&sorting=random&ref=fp&seed=8g0dgd` for [Wallpa
|
|||
|
||||
### Search {#wallhaven-search}
|
||||
|
||||
<Route data={{"path":["/search/:filter?/:needDetails?","/:filter?/:needDetails?"],"categories":["picture"],"example":"/wallhaven/search/categories=110&purity=110&sorting=date_added&order=desc","parameters":{"filter":"Filter, empty by default","needDetails":"Need Details, `true`/`yes` as yes, no by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["wallhaven.cc/"]},"name":"Search","maintainers":["nczitzk","Fatpandac"],"url":"wallhaven.cc/","description":":::tip\n Subscribe pages starting with `https://wallhaven.cc/search`, fill the text after `?` as `filter` in the route. The following is an example:\n\n The text after `?` is `q=id%3A711&sorting=random&ref=fp&seed=8g0dgd` for [Wallpaper Search: #landscape - wallhaven.cc](https://wallhaven.cc/search?q=id%3A711&sorting=random&ref=fp&seed=8g0dgd), so the route is [/wallhaven/q=id%3A711&sorting=random&ref=fp&seed=8g0dgd](https://rsshub.app/wallhaven/q=id%3A711&sorting=random&ref=fp&seed=8g0dgd)\n :::","location":"index.ts"}} />
|
||||
<Route namespace="wallhaven" data={{"path":["/search/:filter?/:needDetails?","/:filter?/:needDetails?"],"categories":["picture"],"example":"/wallhaven/search/categories=110&purity=110&sorting=date_added&order=desc","parameters":{"filter":"Filter, empty by default","needDetails":"Need Details, `true`/`yes` as yes, no by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["wallhaven.cc/"]},"name":"Search","maintainers":["nczitzk","Fatpandac"],"url":"wallhaven.cc/","description":":::tip\n Subscribe pages starting with `https://wallhaven.cc/search`, fill the text after `?` as `filter` in the route. The following is an example:\n\n The text after `?` is `q=id%3A711&sorting=random&ref=fp&seed=8g0dgd` for [Wallpaper Search: #landscape - wallhaven.cc](https://wallhaven.cc/search?q=id%3A711&sorting=random&ref=fp&seed=8g0dgd), so the route is [/wallhaven/q=id%3A711&sorting=random&ref=fp&seed=8g0dgd](https://rsshub.app/wallhaven/q=id%3A711&sorting=random&ref=fp&seed=8g0dgd)\n :::","location":"index.ts"}} />
|
||||
|
||||
:::tip
|
||||
Subscribe pages starting with `https://wallhaven.cc/search`, fill the text after `?` as `filter` in the route. The following is an example:
|
||||
|
|
@ -209,26 +209,26 @@ The text after `?` is `q=id%3A711&sorting=random&ref=fp&seed=8g0dgd` for [Wallpa
|
|||
|
||||
### 每日一图 {#bei-jing-tian-wen-guan-mei-ri-yi-tu}
|
||||
|
||||
<Route data={{"path":"/apod","categories":["picture"],"example":"/bjp/apod","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bjp.org.cn/APOD/today.shtml","bjp.org.cn/APOD/list.shtml","bjp.org.cn/"]},"name":"每日一图","maintainers":["HenryQW"],"url":"bjp.org.cn/APOD/today.shtml","location":"apod.ts"}} />
|
||||
<Route namespace="bjp" data={{"path":"/apod","categories":["picture"],"example":"/bjp/apod","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bjp.org.cn/APOD/today.shtml","bjp.org.cn/APOD/list.shtml","bjp.org.cn/"]},"name":"每日一图","maintainers":["HenryQW"],"url":"bjp.org.cn/APOD/today.shtml","location":"apod.ts"}} />
|
||||
|
||||
## 国家地理 {#guo-jia-di-li}
|
||||
|
||||
### 每日一图 {#guo-jia-di-li-mei-ri-yi-tu}
|
||||
|
||||
<Route data={{"path":"/dailyphoto","categories":["picture"],"example":"/natgeo/dailyphoto","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["nationalgeographic.com/photo-of-the-day/*","nationalgeographic.com/"]},"name":"每日一图","maintainers":["LogicJake","OrangeEd1t","TonyRL"],"url":"nationalgeographic.com/photo-of-the-day/*","location":"dailyphoto.ts"}} />
|
||||
<Route namespace="natgeo" data={{"path":"/dailyphoto","categories":["picture"],"example":"/natgeo/dailyphoto","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["nationalgeographic.com/photo-of-the-day/*","nationalgeographic.com/"]},"name":"每日一图","maintainers":["LogicJake","OrangeEd1t","TonyRL"],"url":"nationalgeographic.com/photo-of-the-day/*","location":"dailyphoto.ts"}} />
|
||||
|
||||
## 喷嚏 {#pen-ti}
|
||||
|
||||
### 图卦 {#pen-ti-tu-gua}
|
||||
|
||||
<Route data={{"path":"/tugua","categories":["picture"],"example":"/dapenti/tugua","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"图卦","maintainers":["tgly307"],"location":"tugua.ts"}} />
|
||||
<Route namespace="dapenti" data={{"path":"/tugua","categories":["picture"],"example":"/dapenti/tugua","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"图卦","maintainers":["tgly307"],"location":"tugua.ts"}} />
|
||||
|
||||
### 主题 {#pen-ti-zhu-ti}
|
||||
|
||||
<Route data={{"path":"/subject/:id","categories":["picture"],"example":"/dapenti/subject/184","parameters":{"id":"主题 id"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"主题","maintainers":["xyqfer"],"location":"subject.ts"}} />
|
||||
<Route namespace="dapenti" data={{"path":"/subject/:id","categories":["picture"],"example":"/dapenti/subject/184","parameters":{"id":"主题 id"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"主题","maintainers":["xyqfer"],"location":"subject.ts"}} />
|
||||
|
||||
## 奇葩买家秀 {#qi-pa-mai-jia-xiu}
|
||||
|
||||
### Unknown {#qi-pa-mai-jia-xiu-unknown}
|
||||
|
||||
<Route data={{"path":"/:cate?","categories":["picture"],"example":"/qipamaijia/fuli","parameters":{"cate":"频道名,可在对应网址中找到,默认为最新"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["qipamaijia.com/","qipamaijia.com/:cate"],"target":"/:cate"},"name":"Unknown","maintainers":["Fatpandac","nczitzk"],"url":"qipamaijia.com/","location":"index.ts"}} />
|
||||
<Route namespace="qipamaijia" data={{"path":"/:cate?","categories":["picture"],"example":"/qipamaijia/fuli","parameters":{"cate":"频道名,可在对应网址中找到,默认为最新"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["qipamaijia.com/","qipamaijia.com/:cate"],"target":"/:cate"},"name":"Unknown","maintainers":["Fatpandac","nczitzk"],"url":"qipamaijia.com/","location":"index.ts"}} />
|
||||
|
|
|
|||
|
|
@ -4,25 +4,25 @@
|
|||
|
||||
### Kindle Software Updates {#amazon-kindle-software-updates}
|
||||
|
||||
<Route data={{"path":"/kindle/software-updates","categories":["program-update"],"example":"/amazon/kindle/software-updates","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Kindle Software Updates","maintainers":["EthanWng97"],"location":"kindle-software-updates.ts"}} />
|
||||
<Route namespace="amazon" data={{"path":"/kindle/software-updates","categories":["program-update"],"example":"/amazon/kindle/software-updates","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Kindle Software Updates","maintainers":["EthanWng97"],"location":"kindle-software-updates.ts"}} />
|
||||
|
||||
## Android {#android}
|
||||
|
||||
### SDK Platform Tools release notes {#android-sdk-platform-tools-release-notes}
|
||||
|
||||
<Route data={{"path":"/platform-tools-releases","categories":["program-update"],"example":"/android/platform-tools-releases","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["developer.android.com/studio/releases/platform-tools","developer.android.com/"]},"name":"SDK Platform Tools release notes","maintainers":["nczitzk"],"url":"developer.android.com/studio/releases/platform-tools","location":"platform-tools-releases.ts"}} />
|
||||
<Route namespace="android" data={{"path":"/platform-tools-releases","categories":["program-update"],"example":"/android/platform-tools-releases","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["developer.android.com/studio/releases/platform-tools","developer.android.com/"]},"name":"SDK Platform Tools release notes","maintainers":["nczitzk"],"url":"developer.android.com/studio/releases/platform-tools","location":"platform-tools-releases.ts"}} />
|
||||
|
||||
## APKPure {#apkpure}
|
||||
|
||||
### Versions {#apkpure-versions}
|
||||
|
||||
<Route data={{"path":"/versions/:pkg/:region?","categories":["program-update"],"example":"/apkpure/versions/jp.co.craftegg.band/jp","parameters":{"pkg":"Package name","region":"Region code, `en` by default"},"features":{"requireConfig":false,"requirePuppeteer":true,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Versions","maintainers":["maple3142"],"location":"versions.ts"}} />
|
||||
<Route namespace="apkpure" data={{"path":"/versions/:pkg/:region?","categories":["program-update"],"example":"/apkpure/versions/jp.co.craftegg.band/jp","parameters":{"pkg":"Package name","region":"Region code, `en` by default"},"features":{"requireConfig":false,"requirePuppeteer":true,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Versions","maintainers":["maple3142"],"location":"versions.ts"}} />
|
||||
|
||||
## App Center {#app-center}
|
||||
|
||||
### Release {#app-center-release}
|
||||
|
||||
<Route data={{"path":"/release/:user/:app/:distribution_group","categories":["program-update"],"example":"/app-center/release/cloudflare/1.1.1.1-windows/beta","parameters":{"user":"User","app":"App name","distribution_group":"Distribution group"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["install.appcenter.ms/users/:user/apps/:app/distribution_groups/:distribution_group","install.appcenter.ms/orgs/:user/apps/:app/distribution_groups/:distribution_group"]},"name":"Release","maintainers":["Rongronggg9"],"description":":::tip\n The parameters can be extracted from the Release page URL: `https://install.appcenter.ms/users/:user/apps/:app/distribution_groups/:distribution_group`\n :::","location":"release.ts"}} />
|
||||
<Route namespace="app-center" data={{"path":"/release/:user/:app/:distribution_group","categories":["program-update"],"example":"/app-center/release/cloudflare/1.1.1.1-windows/beta","parameters":{"user":"User","app":"App name","distribution_group":"Distribution group"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["install.appcenter.ms/users/:user/apps/:app/distribution_groups/:distribution_group","install.appcenter.ms/orgs/:user/apps/:app/distribution_groups/:distribution_group"]},"name":"Release","maintainers":["Rongronggg9"],"description":":::tip\n The parameters can be extracted from the Release page URL: `https://install.appcenter.ms/users/:user/apps/:app/distribution_groups/:distribution_group`\n :::","location":"release.ts"}} />
|
||||
|
||||
:::tip
|
||||
The parameters can be extracted from the Release page URL: `https://install.appcenter.ms/users/:user/apps/:app/distribution_groups/:distribution_group`
|
||||
|
|
@ -32,21 +32,21 @@ The parameters can be extracted from the Release page URL: `https://install.appc
|
|||
|
||||
### In-App-Purchase Price Drop Alert {#app-store-mac-app-store-in-app-purchase-price-drop-alert}
|
||||
|
||||
<Route data={{"path":"/iap/:country/:id","categories":["program-update"],"example":"/appstore/iap/us/id953286746","parameters":{"country":"App Store Country, obtain from the app URL https://apps.apple.com/us/app/id953286746, in this case, `us`","id":"App Store app id, obtain from the app URL https://apps.apple.com/us/app/id953286746, in this case, `id953286746`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"In-App-Purchase Price Drop Alert","maintainers":["HenryQW"],"location":"in-app-purchase.ts"}} />
|
||||
<Route namespace="appstore" data={{"path":"/iap/:country/:id","categories":["program-update"],"example":"/appstore/iap/us/id953286746","parameters":{"country":"App Store Country, obtain from the app URL https://apps.apple.com/us/app/id953286746, in this case, `us`","id":"App Store app id, obtain from the app URL https://apps.apple.com/us/app/id953286746, in this case, `id953286746`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"In-App-Purchase Price Drop Alert","maintainers":["HenryQW"],"location":"in-app-purchase.ts"}} />
|
||||
|
||||
### Price Drop {#app-store-mac-app-store-price-drop}
|
||||
|
||||
<Route data={{"path":"/price/:country/:type/:id","categories":["program-update"],"example":"/appstore/price/us/mac/id1152443474","parameters":{"country":"App Store Country, obtain from the app URL https://apps.apple.com/us/app/id1152443474, in this case, `us`","type":"App type,either `iOS` or `mac`","id":"App Store app id, obtain from the app URL https://apps.apple.com/us/app/id1152443474, in this case, `id1152443474`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["apps.apple.com/"]},"name":"Price Drop","maintainers":["HenryQW"],"url":"apps.apple.com/","location":"price.ts"}} />
|
||||
<Route namespace="appstore" data={{"path":"/price/:country/:type/:id","categories":["program-update"],"example":"/appstore/price/us/mac/id1152443474","parameters":{"country":"App Store Country, obtain from the app URL https://apps.apple.com/us/app/id1152443474, in this case, `us`","type":"App type,either `iOS` or `mac`","id":"App Store app id, obtain from the app URL https://apps.apple.com/us/app/id1152443474, in this case, `id1152443474`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["apps.apple.com/"]},"name":"Price Drop","maintainers":["HenryQW"],"url":"apps.apple.com/","location":"price.ts"}} />
|
||||
|
||||
### 每日精品限免 / 促销应用(鲜面连线 by AppSo) {#app-store-mac-app-store-mei-ri-jing-pin-xian-mian-cu-xiao-ying-yong-xian-mian-lian-xian-by-appso}
|
||||
|
||||
<Route data={{"path":"/xianmian","categories":["program-update"],"example":"/appstore/xianmian","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["app.so/xianmian"]},"name":"每日精品限免 / 促销应用(鲜面连线 by AppSo)","maintainers":["Andiedie"],"url":"app.so/xianmian","location":"xianmian.ts"}} />
|
||||
<Route namespace="appstore" data={{"path":"/xianmian","categories":["program-update"],"example":"/appstore/xianmian","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["app.so/xianmian"]},"name":"每日精品限免 / 促销应用(鲜面连线 by AppSo)","maintainers":["Andiedie"],"url":"app.so/xianmian","location":"xianmian.ts"}} />
|
||||
|
||||
## Apple {#apple}
|
||||
|
||||
### App Update {#apple-app-update}
|
||||
|
||||
<Route data={{"path":"/apps/update/:country/:id/:platform?","categories":["program-update"],"example":"/apple/apps/update/us/id408709785","parameters":{"country":"App Store Country, obtain from the app URL, see below","id":"App id, obtain from the app URL","platform":"App Platform, see below, all by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["apps.apple.com/:country/app/:appSlug/:id","apps.apple.com/:country/app/:id"],"target":"/apps/update/:country/:id"},"name":"App Update","maintainers":["EkkoG","nczitzk"],"description":"| All | iOS | macOS | tvOS |\n | --- | --- | ----- | ---- |\n | | iOS | macOS | tvOS |\n\n :::tip\n For example, the URL of [GarageBand](https://apps.apple.com/us/app/messages/id408709785) in the App Store is `https://apps.apple.com/us/app/messages/id408709785`. In this case, the `App Store Country` parameter for the route is `us`, and the `App id` parameter is `id1146560473`. So the route should be [`/apple/apps/update/us/id408709785`](https://rsshub.app/apple/apps/update/us/id408709785).\n :::","location":"apps.ts"}} />
|
||||
<Route namespace="apple" data={{"path":"/apps/update/:country/:id/:platform?","categories":["program-update"],"example":"/apple/apps/update/us/id408709785","parameters":{"country":"App Store Country, obtain from the app URL, see below","id":"App id, obtain from the app URL","platform":"App Platform, see below, all by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["apps.apple.com/:country/app/:appSlug/:id","apps.apple.com/:country/app/:id"],"target":"/apps/update/:country/:id"},"name":"App Update","maintainers":["EkkoG","nczitzk"],"description":"| All | iOS | macOS | tvOS |\n | --- | --- | ----- | ---- |\n | | iOS | macOS | tvOS |\n\n :::tip\n For example, the URL of [GarageBand](https://apps.apple.com/us/app/messages/id408709785) in the App Store is `https://apps.apple.com/us/app/messages/id408709785`. In this case, the `App Store Country` parameter for the route is `us`, and the `App id` parameter is `id1146560473`. So the route should be [`/apple/apps/update/us/id408709785`](https://rsshub.app/apple/apps/update/us/id408709785).\n :::","location":"apps.ts"}} />
|
||||
|
||||
| All | iOS | macOS | tvOS |
|
||||
| --- | --- | ----- | ---- |
|
||||
|
|
@ -60,17 +60,17 @@ For example, the URL of [GarageBand](https://apps.apple.com/us/app/messages/id40
|
|||
|
||||
### BIOS {#asus-bios}
|
||||
|
||||
<Route data={{"path":"/bios/:model","categories":["program-update"],"example":"/asus/bios/RT-AX88U","parameters":{"model":"Model, can be found in product page"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["asus.com.cn/"]},"name":"BIOS","maintainers":["Fatpandac"],"url":"asus.com.cn/","location":"bios.ts"}} />
|
||||
<Route namespace="asus" data={{"path":"/bios/:model","categories":["program-update"],"example":"/asus/bios/RT-AX88U","parameters":{"model":"Model, can be found in product page"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["asus.com.cn/"]},"name":"BIOS","maintainers":["Fatpandac"],"url":"asus.com.cn/","location":"bios.ts"}} />
|
||||
|
||||
### GPU Tweak {#asus-gpu-tweak}
|
||||
|
||||
<Route data={{"path":"/gpu-tweak","categories":["program-update"],"example":"/asus/gpu-tweak","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["asus.com/campaign/GPU-Tweak-III/*","asus.com/"]},"name":"GPU Tweak","maintainers":["TonyRL"],"url":"asus.com/campaign/GPU-Tweak-III/*","location":"gpu-tweak.ts"}} />
|
||||
<Route namespace="asus" data={{"path":"/gpu-tweak","categories":["program-update"],"example":"/asus/gpu-tweak","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["asus.com/campaign/GPU-Tweak-III/*","asus.com/"]},"name":"GPU Tweak","maintainers":["TonyRL"],"url":"asus.com/campaign/GPU-Tweak-III/*","location":"gpu-tweak.ts"}} />
|
||||
|
||||
## Bilibili {#bilibili}
|
||||
|
||||
### 更新情报 {#bilibili-geng-xin-qing-bao}
|
||||
|
||||
<Route data={{"path":"/app/:id?","categories":["program-update"],"example":"/bilibili/app/android","parameters":{"id":"客户端 id,见下表,默认为安卓版"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"更新情报","maintainers":["nczitzk"],"description":"| 安卓版 | iPhone 版 | iPad HD 版 | UWP 版 | TV 版 |\n| ------- | --------- | ---------- | ------ | ---------------- |\n| android | iphone | ipad | win | android_tv_yst |","location":"app.ts"}} />
|
||||
<Route namespace="bilibili" data={{"path":"/app/:id?","categories":["program-update"],"example":"/bilibili/app/android","parameters":{"id":"客户端 id,见下表,默认为安卓版"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"更新情报","maintainers":["nczitzk"],"description":"| 安卓版 | iPhone 版 | iPad HD 版 | UWP 版 | TV 版 |\n| ------- | --------- | ---------- | ------ | ---------------- |\n| android | iphone | ipad | win | android_tv_yst |","location":"app.ts"}} />
|
||||
|
||||
| 安卓版 | iPhone 版 | iPad HD 版 | UWP 版 | TV 版 |
|
||||
| ------- | --------- | ---------- | ------ | ---------------- |
|
||||
|
|
@ -80,23 +80,23 @@ For example, the URL of [GarageBand](https://apps.apple.com/us/app/messages/id40
|
|||
|
||||
### BlueStacks 5 Release Notes {#bluestacks-bluestacks-5-release-notes}
|
||||
|
||||
<Route data={{"path":"/release/5","categories":["program-update"],"example":"/bluestacks/release/5","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":true,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bluestacks.com/hc/en-us/articles/360056960211-Release-Notes-BlueStacks-5","bluestacks.com/"]},"name":"BlueStacks 5 Release Notes","maintainers":["TonyRL"],"url":"bluestacks.com/hc/en-us/articles/360056960211-Release-Notes-BlueStacks-5","location":"release.ts"}} />
|
||||
<Route namespace="bluestacks" data={{"path":"/release/5","categories":["program-update"],"example":"/bluestacks/release/5","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":true,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bluestacks.com/hc/en-us/articles/360056960211-Release-Notes-BlueStacks-5","bluestacks.com/"]},"name":"BlueStacks 5 Release Notes","maintainers":["TonyRL"],"url":"bluestacks.com/hc/en-us/articles/360056960211-Release-Notes-BlueStacks-5","location":"release.ts"}} />
|
||||
|
||||
## Brave {#brave}
|
||||
|
||||
### Release Notes {#brave-release-notes}
|
||||
|
||||
<Route data={{"path":"/latest","categories":["program-update"],"example":"/brave/latest","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["brave.com/latest","brave.com/"]},"name":"Release Notes","maintainers":["nczitzk"],"url":"brave.com/latest","location":"latest.ts"}} />
|
||||
<Route namespace="brave" data={{"path":"/latest","categories":["program-update"],"example":"/brave/latest","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["brave.com/latest","brave.com/"]},"name":"Release Notes","maintainers":["nczitzk"],"url":"brave.com/latest","location":"latest.ts"}} />
|
||||
|
||||
## Civitai {#civitai}
|
||||
|
||||
### Latest models {#civitai-latest-models}
|
||||
|
||||
<Route data={{"path":"/models","categories":["program-update"],"example":"/civitai/models","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["civitai.com/"]},"name":"Latest models","maintainers":["DIYgod"],"url":"civitai.com/","location":"models.ts"}} />
|
||||
<Route namespace="civitai" data={{"path":"/models","categories":["program-update"],"example":"/civitai/models","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["civitai.com/"]},"name":"Latest models","maintainers":["DIYgod"],"url":"civitai.com/","location":"models.ts"}} />
|
||||
|
||||
### Model discussions {#civitai-model-discussions}
|
||||
|
||||
<Route data={{"path":"/discussions/:modelId","categories":["program-update"],"example":"/civitai/discussions/4384","parameters":{"modelId":"N"},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["civitai.com/models/:modelId"]},"name":"Model discussions","maintainers":["DIYgod"],"description":":::warning\nNeed to configure `CIVITAI_COOKIE` to obtain image information of NSFW models.\n:::","location":"discussions.ts"}} />
|
||||
<Route namespace="civitai" data={{"path":"/discussions/:modelId","categories":["program-update"],"example":"/civitai/discussions/4384","parameters":{"modelId":"N"},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["civitai.com/models/:modelId"]},"name":"Model discussions","maintainers":["DIYgod"],"description":":::warning\nNeed to configure `CIVITAI_COOKIE` to obtain image information of NSFW models.\n:::","location":"discussions.ts"}} />
|
||||
|
||||
:::warning
|
||||
Need to configure `CIVITAI_COOKIE` to obtain image information of NSFW models.
|
||||
|
|
@ -106,13 +106,13 @@ Need to configure `CIVITAI_COOKIE` to obtain image information of NSFW models.
|
|||
|
||||
### News {#cpuid-news}
|
||||
|
||||
<Route data={{"path":"/news","categories":["program-update"],"example":"/cpuid/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["cpuid.com/news.html","cpuid.com/"]},"name":"News","maintainers":[],"url":"cpuid.com/news.html","location":"news.ts"}} />
|
||||
<Route namespace="cpuid" data={{"path":"/news","categories":["program-update"],"example":"/cpuid/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["cpuid.com/news.html","cpuid.com/"]},"name":"News","maintainers":[],"url":"cpuid.com/news.html","location":"news.ts"}} />
|
||||
|
||||
## Docker Hub {#docker-hub}
|
||||
|
||||
### Image New Build {#docker-hub-image-new-build}
|
||||
|
||||
<Route data={{"path":"/build/:owner/:image/:tag?","categories":["program-update"],"example":"/dockerhub/build/wangqiru/ttrss","parameters":{"owner":"Image owner","image":"Image name","tag":"Image tag,default to latest"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Image New Build","maintainers":["HenryQW"],"description":":::warning\n The owner of the official image fills in the library, for example: [https://rsshub.app/dockerhub/build/library/mysql](https://rsshub.app/dockerhub/build/library/mysql)\n :::","location":"build.ts"}} />
|
||||
<Route namespace="dockerhub" data={{"path":"/build/:owner/:image/:tag?","categories":["program-update"],"example":"/dockerhub/build/wangqiru/ttrss","parameters":{"owner":"Image owner","image":"Image name","tag":"Image tag,default to latest"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Image New Build","maintainers":["HenryQW"],"description":":::warning\n The owner of the official image fills in the library, for example: [https://rsshub.app/dockerhub/build/library/mysql](https://rsshub.app/dockerhub/build/library/mysql)\n :::","location":"build.ts"}} />
|
||||
|
||||
:::warning
|
||||
The owner of the official image fills in the library, for example: [https://rsshub.app/dockerhub/build/library/mysql](https://rsshub.app/dockerhub/build/library/mysql)
|
||||
|
|
@ -120,7 +120,7 @@ The owner of the official image fills in the library, for example: [https://rssh
|
|||
|
||||
### Image New Tag {#docker-hub-image-new-tag}
|
||||
|
||||
<Route data={{"path":"/tag/:owner/:image/:limits?","categories":["program-update"],"example":"/dockerhub/tag/library/mariadb","parameters":{"owner":"Image owner","image":"Image name","limits":"Tag count, 10 by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Image New Tag","maintainers":[],"description":":::warning\n Use `library` as the `owner` for official images, such as [https://rsshub.app/dockerhub/tag/library/mysql](https://rsshub.app/dockerhub/tag/library/mysql)\n :::","location":"tag.ts"}} />
|
||||
<Route namespace="dockerhub" data={{"path":"/tag/:owner/:image/:limits?","categories":["program-update"],"example":"/dockerhub/tag/library/mariadb","parameters":{"owner":"Image owner","image":"Image name","limits":"Tag count, 10 by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Image New Tag","maintainers":[],"description":":::warning\n Use `library` as the `owner` for official images, such as [https://rsshub.app/dockerhub/tag/library/mysql](https://rsshub.app/dockerhub/tag/library/mysql)\n :::","location":"tag.ts"}} />
|
||||
|
||||
:::warning
|
||||
Use `library` as the `owner` for official images, such as [https://rsshub.app/dockerhub/tag/library/mysql](https://rsshub.app/dockerhub/tag/library/mysql)
|
||||
|
|
@ -130,7 +130,7 @@ Use `library` as the `owner` for official images, such as [https://rsshub.app/do
|
|||
|
||||
### Changelog {#eagle-changelog}
|
||||
|
||||
<Route data={{"path":"/changelog/:language?","categories":["program-update"],"example":"/eagle/changelog/en","parameters":{"language":"Language, see list, default to be `cn`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Changelog","maintainers":["tigercubden"],"description":"Language\n\n | Simplified Chinese | Traditional Chinese | English |\n | ------------------ | ------------------- | ------- |\n | cn | tw | en |","location":"changelog.ts"}} />
|
||||
<Route namespace="eagle" data={{"path":"/changelog/:language?","categories":["program-update"],"example":"/eagle/changelog/en","parameters":{"language":"Language, see list, default to be `cn`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Changelog","maintainers":["tigercubden"],"description":"Language\n\n | Simplified Chinese | Traditional Chinese | English |\n | ------------------ | ------------------- | ------- |\n | cn | tw | en |","location":"changelog.ts"}} />
|
||||
|
||||
Language
|
||||
|
||||
|
|
@ -142,35 +142,35 @@ Language
|
|||
|
||||
### App Update {#f-droid-app-update}
|
||||
|
||||
<Route data={{"path":"/apprelease/:app","categories":["program-update"],"example":"/f-droid/apprelease/com.termux","parameters":{"app":"App's package name"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["f-droid.org/en/packages/:app/"]},"name":"App Update","maintainers":["garywill"],"location":"apprelease.ts"}} />
|
||||
<Route namespace="f-droid" data={{"path":"/apprelease/:app","categories":["program-update"],"example":"/f-droid/apprelease/com.termux","parameters":{"app":"App's package name"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["f-droid.org/en/packages/:app/"]},"name":"App Update","maintainers":["garywill"],"location":"apprelease.ts"}} />
|
||||
|
||||
## FossHub {#fosshub}
|
||||
|
||||
### Software Update {#fosshub-software-update}
|
||||
|
||||
<Route data={{"path":"/:id","categories":["program-update"],"example":"/fosshub/qBittorrent","parameters":{"id":"Software id, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Software Update","maintainers":["nczitzk"],"location":"index.ts"}} />
|
||||
<Route namespace="fosshub" data={{"path":"/:id","categories":["program-update"],"example":"/fosshub/qBittorrent","parameters":{"id":"Software id, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Software Update","maintainers":["nczitzk"],"location":"index.ts"}} />
|
||||
|
||||
## GoFans {#gofans}
|
||||
|
||||
### 最新限免 / 促销应用 {#gofans-zui-xin-xian-mian-cu-xiao-ying-yong}
|
||||
|
||||
<Route data={{"path":"/:kind?","categories":["program-update"],"example":"/gofans","parameters":{"kind":"Platform, either `macos` or `ios`, empty means both (default)"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"最新限免 / 促销应用","maintainers":["HenryQW"],"location":"index.ts"}} />
|
||||
<Route namespace="gofans" data={{"path":"/:kind?","categories":["program-update"],"example":"/gofans","parameters":{"kind":"Platform, either `macos` or `ios`, empty means both (default)"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"最新限免 / 促销应用","maintainers":["HenryQW"],"location":"index.ts"}} />
|
||||
|
||||
## Google {#google}
|
||||
|
||||
### Extension Update {#google-extension-update}
|
||||
|
||||
<Route data={{"path":"/chrome/extension/:id","categories":["program-update"],"example":"/google/chrome/extension/kefjpfngnndepjbopdmoebkipbgkggaa","parameters":{"id":"Extension id, can be found in extension url"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["chromewebstore.google.com/detail/:name/:id"]},"name":"Extension Update","maintainers":["DIYgod"],"location":"extension.ts"}} />
|
||||
<Route namespace="google" data={{"path":"/chrome/extension/:id","categories":["program-update"],"example":"/google/chrome/extension/kefjpfngnndepjbopdmoebkipbgkggaa","parameters":{"id":"Extension id, can be found in extension url"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["chromewebstore.google.com/detail/:name/:id"]},"name":"Extension Update","maintainers":["DIYgod"],"location":"extension.ts"}} />
|
||||
|
||||
## Greasy Fork {#greasy-fork}
|
||||
|
||||
### Script Feedback {#greasy-fork-script-feedback}
|
||||
|
||||
<Route data={{"path":"/scripts/:script/feedback","categories":["program-update"],"example":"/greasyfork/scripts/431691-bypass-all-shortlinks/feedback","parameters":{"script":"Script id, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["greasyfork.org/:language/scripts/:script/feedback"]},"name":"Script Feedback","maintainers":["miles170"],"location":"feedback.ts"}} />
|
||||
<Route namespace="greasyfork" data={{"path":"/scripts/:script/feedback","categories":["program-update"],"example":"/greasyfork/scripts/431691-bypass-all-shortlinks/feedback","parameters":{"script":"Script id, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["greasyfork.org/:language/scripts/:script/feedback"]},"name":"Script Feedback","maintainers":["miles170"],"location":"feedback.ts"}} />
|
||||
|
||||
### Script Update {#greasy-fork-script-update}
|
||||
|
||||
<Route data={{"path":["/:language/:domain?","/scripts/sort/:sort/:language?"],"categories":["program-update"],"example":"/greasyfork/en/google.com","parameters":{"language":"language, located on the top right corner of Greasy Fork's search page, set to `all` for including all languages","domain":"the script's target domain"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["greasyfork.org/:language","greasyfork.org/:language/scripts/by-site/:domain?"]},"name":"Script Update","maintainers":["imlonghao","miles170"],"description":"| Sort | Description |\n| --------------- | -------------- |\n| today | Daily installs |\n| total_installs | Total installs |\n| ratings | Ratings |\n| created | Created date |\n| updated | Updated date |\n| name | Name |","location":"scripts.ts"}} />
|
||||
<Route namespace="greasyfork" data={{"path":["/:language/:domain?","/scripts/sort/:sort/:language?"],"categories":["program-update"],"example":"/greasyfork/en/google.com","parameters":{"language":"language, located on the top right corner of Greasy Fork's search page, set to `all` for including all languages","domain":"the script's target domain"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["greasyfork.org/:language","greasyfork.org/:language/scripts/by-site/:domain?"]},"name":"Script Update","maintainers":["imlonghao","miles170"],"description":"| Sort | Description |\n| --------------- | -------------- |\n| today | Daily installs |\n| total_installs | Total installs |\n| ratings | Ratings |\n| created | Created date |\n| updated | Updated date |\n| name | Name |","location":"scripts.ts"}} />
|
||||
|
||||
| Sort | Description |
|
||||
| --------------- | -------------- |
|
||||
|
|
@ -183,7 +183,7 @@ Language
|
|||
|
||||
### Script Update {#greasy-fork-script-update}
|
||||
|
||||
<Route data={{"path":["/:language/:domain?","/scripts/sort/:sort/:language?"],"categories":["program-update"],"example":"/greasyfork/en/google.com","parameters":{"language":"language, located on the top right corner of Greasy Fork's search page, set to `all` for including all languages","domain":"the script's target domain"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["greasyfork.org/:language","greasyfork.org/:language/scripts/by-site/:domain?"]},"name":"Script Update","maintainers":["imlonghao","miles170"],"description":"| Sort | Description |\n| --------------- | -------------- |\n| today | Daily installs |\n| total_installs | Total installs |\n| ratings | Ratings |\n| created | Created date |\n| updated | Updated date |\n| name | Name |","location":"scripts.ts"}} />
|
||||
<Route namespace="greasyfork" data={{"path":["/:language/:domain?","/scripts/sort/:sort/:language?"],"categories":["program-update"],"example":"/greasyfork/en/google.com","parameters":{"language":"language, located on the top right corner of Greasy Fork's search page, set to `all` for including all languages","domain":"the script's target domain"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["greasyfork.org/:language","greasyfork.org/:language/scripts/by-site/:domain?"]},"name":"Script Update","maintainers":["imlonghao","miles170"],"description":"| Sort | Description |\n| --------------- | -------------- |\n| today | Daily installs |\n| total_installs | Total installs |\n| ratings | Ratings |\n| created | Created date |\n| updated | Updated date |\n| name | Name |","location":"scripts.ts"}} />
|
||||
|
||||
| Sort | Description |
|
||||
| --------------- | -------------- |
|
||||
|
|
@ -196,13 +196,13 @@ Language
|
|||
|
||||
### Script Version History {#greasy-fork-script-version-history}
|
||||
|
||||
<Route data={{"path":"/scripts/:script/versions","categories":["program-update"],"example":"/greasyfork/scripts/431691-bypass-all-shortlinks/versions","parameters":{"script":"Script id, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["greasyfork.org/:language/scripts/:script/versions"]},"name":"Script Version History","maintainers":["miles170"],"location":"versions.ts"}} />
|
||||
<Route namespace="greasyfork" data={{"path":"/scripts/:script/versions","categories":["program-update"],"example":"/greasyfork/scripts/431691-bypass-all-shortlinks/versions","parameters":{"script":"Script id, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["greasyfork.org/:language/scripts/:script/versions"]},"name":"Script Version History","maintainers":["miles170"],"location":"versions.ts"}} />
|
||||
|
||||
## iFi audio {#ifi-audio}
|
||||
|
||||
### Download Hub {#ifi-audio-download-hub}
|
||||
|
||||
<Route data={{"path":"/download/:val/:id","categories":["program-update"],"example":"/ifi-audio/download/1503007035/44472","parameters":{"val":"product val","id":"product id"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Download Hub","maintainers":["EthanWng97"],"description":":::warning\n1. Open [https://ifi-audio.com/download-hub](https://ifi-audio.com/download-hub) and the Network panel\n2. Select the device and the corresponding serial number in the website and click Search\n3. Find the last request named `https://ifi-audio.com/wp-admin/admin-ajax.php` in the Network panel, find out the val and id in the Payload panel, and fill in the url\n:::","location":"download.ts"}} />
|
||||
<Route namespace="ifi-audio" data={{"path":"/download/:val/:id","categories":["program-update"],"example":"/ifi-audio/download/1503007035/44472","parameters":{"val":"product val","id":"product id"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Download Hub","maintainers":["EthanWng97"],"description":":::warning\n1. Open [https://ifi-audio.com/download-hub](https://ifi-audio.com/download-hub) and the Network panel\n2. Select the device and the corresponding serial number in the website and click Search\n3. Find the last request named `https://ifi-audio.com/wp-admin/admin-ajax.php` in the Network panel, find out the val and id in the Payload panel, and fill in the url\n:::","location":"download.ts"}} />
|
||||
|
||||
:::warning
|
||||
1. Open [https://ifi-audio.com/download-hub](https://ifi-audio.com/download-hub) and the Network panel
|
||||
|
|
@ -214,49 +214,49 @@ Language
|
|||
|
||||
### Changelog {#imagemagick-changelog}
|
||||
|
||||
<Route data={{"path":"/changelog","categories":["program-update"],"example":"/imagemagick/changelog","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["imagemagick.org/script/download.php","imagemagick.org/script","imagemagick.org/"]},"name":"Changelog","maintainers":["nczitzk"],"url":"imagemagick.org/script/download.php","location":"changelog.ts"}} />
|
||||
<Route namespace="imagemagick" data={{"path":"/changelog","categories":["program-update"],"example":"/imagemagick/changelog","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["imagemagick.org/script/download.php","imagemagick.org/script","imagemagick.org/"]},"name":"Changelog","maintainers":["nczitzk"],"url":"imagemagick.org/script/download.php","location":"changelog.ts"}} />
|
||||
|
||||
## Infuse {#infuse}
|
||||
|
||||
### Release Notes {#infuse-release-notes}
|
||||
|
||||
<Route data={{"path":"/:os","categories":["program-update"],"example":"/firecore/ios","parameters":{"os":"`ios`,`tvos`,`macos`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Release Notes","maintainers":["NathanDai"],"location":"index.ts"}} />
|
||||
<Route namespace="firecore" data={{"path":"/:os","categories":["program-update"],"example":"/firecore/ios","parameters":{"os":"`ios`,`tvos`,`macos`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Release Notes","maintainers":["NathanDai"],"location":"index.ts"}} />
|
||||
|
||||
## MacUpdate {#macupdate}
|
||||
|
||||
### Update {#macupdate-update}
|
||||
|
||||
<Route data={{"path":"/app/:appId/:appSlug?","categories":["program-update"],"example":"/macupdate/app/11942","parameters":{"appId":"Application unique ID, can be found in URL","appSlug":"Application slug, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["macupdate.com/app/mac/:appId/:appSlug"]},"name":"Update","maintainers":["TonyRL"],"location":"app.ts"}} />
|
||||
<Route namespace="macupdate" data={{"path":"/app/:appId/:appSlug?","categories":["program-update"],"example":"/macupdate/app/11942","parameters":{"appId":"Application unique ID, can be found in URL","appSlug":"Application slug, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["macupdate.com/app/mac/:appId/:appSlug"]},"name":"Update","maintainers":["TonyRL"],"location":"app.ts"}} />
|
||||
|
||||
## Microsoft Edge {#microsoft-edge}
|
||||
|
||||
### Addons Update {#microsoft-edge-addons-update}
|
||||
|
||||
<Route data={{"path":"/edge/addon/:crxid","categories":["program-update"],"example":"/microsoft/edge/addon/gangkeiaobmjcjokiofpkfpcobpbmnln","parameters":{"crxid":"Addon id, can be found in addon url"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["microsoftedge.microsoft.com/addons/detail/:name/:crxid"]},"name":"Addons Update","maintainers":["hoilc","DIYgod"],"location":"addon.ts"}} />
|
||||
<Route namespace="microsoft" data={{"path":"/edge/addon/:crxid","categories":["program-update"],"example":"/microsoft/edge/addon/gangkeiaobmjcjokiofpkfpcobpbmnln","parameters":{"crxid":"Addon id, can be found in addon url"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["microsoftedge.microsoft.com/addons/detail/:name/:crxid"]},"name":"Addons Update","maintainers":["hoilc","DIYgod"],"location":"addon.ts"}} />
|
||||
|
||||
## Mozilla {#mozilla}
|
||||
|
||||
### Add-ons Update {#mozilla-add-ons-update}
|
||||
|
||||
<Route data={{"path":"/addons/:id","categories":["program-update"],"example":"/firefox/addons/rsshub-radar","parameters":{"id":"Add-ons id, can be found in add-ons url"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["addons.mozilla.org/:lang/firefox/addon/:id/versions","addons.mozilla.org/:lang/firefox/addon/:id"]},"name":"Add-ons Update","maintainers":["DIYgod"],"location":"addons.ts"}} />
|
||||
<Route namespace="firefox" data={{"path":"/addons/:id","categories":["program-update"],"example":"/firefox/addons/rsshub-radar","parameters":{"id":"Add-ons id, can be found in add-ons url"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["addons.mozilla.org/:lang/firefox/addon/:id/versions","addons.mozilla.org/:lang/firefox/addon/:id"]},"name":"Add-ons Update","maintainers":["DIYgod"],"location":"addons.ts"}} />
|
||||
|
||||
## Neat Download Manager {#neat-download-manager}
|
||||
|
||||
### Download {#neat-download-manager-download}
|
||||
|
||||
<Route data={{"path":"/download/:os?","categories":["program-update"],"example":"/neatdownloadmanager/download","parameters":{"os":"Operating system, windows or macos, all by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["neatdownloadmanager.com/index.php","neatdownloadmanager.com/"]},"name":"Download","maintainers":["nczitzk"],"url":"neatdownloadmanager.com/index.php","location":"download.ts"}} />
|
||||
<Route namespace="neatdownloadmanager" data={{"path":"/download/:os?","categories":["program-update"],"example":"/neatdownloadmanager/download","parameters":{"os":"Operating system, windows or macos, all by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["neatdownloadmanager.com/index.php","neatdownloadmanager.com/"]},"name":"Download","maintainers":["nczitzk"],"url":"neatdownloadmanager.com/index.php","location":"download.ts"}} />
|
||||
|
||||
## Not a Tesla App {#not-a-tesla-app}
|
||||
|
||||
### Tesla Software Updates {#not-a-tesla-app-tesla-software-updates}
|
||||
|
||||
<Route data={{"path":"/ota","categories":["program-update"],"example":"/notateslaapp/ota","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["notateslaapp.com/software-updates/history","notateslaapp.com/software-updates","notateslaapp.com/"]},"name":"Tesla Software Updates","maintainers":["mrbruce516"],"url":"notateslaapp.com/software-updates/history","location":"update.ts"}} />
|
||||
<Route namespace="notateslaapp" data={{"path":"/ota","categories":["program-update"],"example":"/notateslaapp/ota","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["notateslaapp.com/software-updates/history","notateslaapp.com/software-updates","notateslaapp.com/"]},"name":"Tesla Software Updates","maintainers":["mrbruce516"],"url":"notateslaapp.com/software-updates/history","location":"update.ts"}} />
|
||||
|
||||
## O\&O Software {#o-o-software}
|
||||
|
||||
### Changelog {#o-o-software-changelog}
|
||||
|
||||
<Route data={{"path":"/changelog/:id","categories":["program-update"],"example":"/oo-software/changelog/shutup10","parameters":{"id":"Software id, see below, shutup10 by default, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Changelog","maintainers":["nczitzk"],"description":"| Software | Id |\n | --------------- | ----------- |\n | O&O ShutUp10++ | shutup10 |\n | O&O AppBuster | ooappbuster |\n | O&O Lanytix | oolanytix |\n | O&O DeskInfo | oodeskinfo |","location":"changelog.ts"}} />
|
||||
<Route namespace="oo-software" data={{"path":"/changelog/:id","categories":["program-update"],"example":"/oo-software/changelog/shutup10","parameters":{"id":"Software id, see below, shutup10 by default, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Changelog","maintainers":["nczitzk"],"description":"| Software | Id |\n | --------------- | ----------- |\n | O&O ShutUp10++ | shutup10 |\n | O&O AppBuster | ooappbuster |\n | O&O Lanytix | oolanytix |\n | O&O DeskInfo | oodeskinfo |","location":"changelog.ts"}} />
|
||||
|
||||
| Software | Id |
|
||||
| --------------- | ----------- |
|
||||
|
|
@ -269,37 +269,37 @@ Language
|
|||
|
||||
### Release Notes {#postman-release-notes}
|
||||
|
||||
<Route data={{"path":"/release-notes","categories":["program-update"],"example":"/postman/release-notes","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["postman.com/downloads/release-notes","postman.com/"]},"name":"Release Notes","maintainers":["nczitzk"],"url":"postman.com/downloads/release-notes","location":"release-notes.ts"}} />
|
||||
<Route namespace="postman" data={{"path":"/release-notes","categories":["program-update"],"example":"/postman/release-notes","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["postman.com/downloads/release-notes","postman.com/"]},"name":"Release Notes","maintainers":["nczitzk"],"url":"postman.com/downloads/release-notes","location":"release-notes.ts"}} />
|
||||
|
||||
## PuTTY {#putty}
|
||||
|
||||
### Change Log {#putty-change-log}
|
||||
|
||||
<Route data={{"path":"/changes","categories":["program-update"],"example":"/putty/changes","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.chiark.greenend.org.uk/~sgtatham/putty/changes.html","www.chiark.greenend.org.uk/"]},"name":"Change Log","maintainers":["nczitzk"],"url":"www.chiark.greenend.org.uk/~sgtatham/putty/changes.html","location":"changes.ts"}} />
|
||||
<Route namespace="putty" data={{"path":"/changes","categories":["program-update"],"example":"/putty/changes","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.chiark.greenend.org.uk/~sgtatham/putty/changes.html","www.chiark.greenend.org.uk/"]},"name":"Change Log","maintainers":["nczitzk"],"url":"www.chiark.greenend.org.uk/~sgtatham/putty/changes.html","location":"changes.ts"}} />
|
||||
|
||||
## qBittorrent {#qbittorrent}
|
||||
|
||||
### News {#qbittorrent-news}
|
||||
|
||||
<Route data={{"path":"/news","categories":["program-update"],"example":"/qbittorrent/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["qbittorrent.org/news.php","qbittorrent.org/"]},"name":"News","maintainers":["TonyRL"],"url":"qbittorrent.org/news.php","location":"news.ts"}} />
|
||||
<Route namespace="qbittorrent" data={{"path":"/news","categories":["program-update"],"example":"/qbittorrent/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["qbittorrent.org/news.php","qbittorrent.org/"]},"name":"News","maintainers":["TonyRL"],"url":"qbittorrent.org/news.php","location":"news.ts"}} />
|
||||
|
||||
## RemNote {#remnote}
|
||||
|
||||
### Changelog {#remnote-changelog}
|
||||
|
||||
<Route data={{"path":"/changelog","categories":["program-update"],"example":"/remnote/changelog","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["remnote.com/changelog","remnote.com/"]},"name":"Changelog","maintainers":["TonyRL","amakerlife"],"url":"remnote.com/changelog","location":"changelog.ts"}} />
|
||||
<Route namespace="remnote" data={{"path":"/changelog","categories":["program-update"],"example":"/remnote/changelog","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["remnote.com/changelog","remnote.com/"]},"name":"Changelog","maintainers":["TonyRL","amakerlife"],"url":"remnote.com/changelog","location":"changelog.ts"}} />
|
||||
|
||||
## RSSHub {#rsshub}
|
||||
|
||||
### New routes {#rsshub-new-routes}
|
||||
|
||||
<Route data={{"path":"/routes/:lang?","categories":["program-update"],"example":"/rsshub/routes/en","parameters":{"lang":"Language, `zh` means Chinese docs, other values or null means English docs, `en` by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["docs.rsshub.app/*"],"target":"/routes"},"name":"New routes","maintainers":["DIYgod"],"url":"docs.rsshub.app/*","location":"routes.ts"}} />
|
||||
<Route namespace="rsshub" data={{"path":"/routes/:lang?","categories":["program-update"],"example":"/rsshub/routes/en","parameters":{"lang":"Language, `zh` means Chinese docs, other values or null means English docs, `en` by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["docs.rsshub.app/*"],"target":"/routes"},"name":"New routes","maintainers":["DIYgod"],"url":"docs.rsshub.app/*","location":"routes.ts"}} />
|
||||
|
||||
## Sony {#sony}
|
||||
|
||||
### Software Downloads {#sony-software-downloads}
|
||||
|
||||
<Route data={{"path":"/downloads/:productType/:productId","categories":["program-update"],"example":"/sony/downloads/product/nw-wm1am2","parameters":{"productType":"product type","productId":"product id"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["sony.com/electronics/support/:productType/:productId/downloads"]},"name":"Software Downloads","maintainers":["EthanWng97"],"description":":::tip\n Open `https://www.sony.com/electronics/support` and search for the corresponding product, such as `Sony A7M4`, the website corresponding to which is `https://www.sony.com/electronics/support/e-mount-body-ilce-7-series/ilce-7m4/downloads`, where `productType` is `e-mount-body-ilce-7-series` and `productId` is `ilce-7m4`.\n :::","location":"downloads.ts"}} />
|
||||
<Route namespace="sony" data={{"path":"/downloads/:productType/:productId","categories":["program-update"],"example":"/sony/downloads/product/nw-wm1am2","parameters":{"productType":"product type","productId":"product id"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["sony.com/electronics/support/:productType/:productId/downloads"]},"name":"Software Downloads","maintainers":["EthanWng97"],"description":":::tip\n Open `https://www.sony.com/electronics/support` and search for the corresponding product, such as `Sony A7M4`, the website corresponding to which is `https://www.sony.com/electronics/support/e-mount-body-ilce-7-series/ilce-7m4/downloads`, where `productType` is `e-mount-body-ilce-7-series` and `productId` is `ilce-7m4`.\n :::","location":"downloads.ts"}} />
|
||||
|
||||
:::tip
|
||||
Open `https://www.sony.com/electronics/support` and search for the corresponding product, such as `Sony A7M4`, the website corresponding to which is `https://www.sony.com/electronics/support/e-mount-body-ilce-7-series/ilce-7m4/downloads`, where `productType` is `e-mount-body-ilce-7-series` and `productId` is `ilce-7m4`.
|
||||
|
|
@ -309,7 +309,7 @@ Open `https://www.sony.com/electronics/support` and search for the corresponding
|
|||
|
||||
### Software {#sourceforge-software}
|
||||
|
||||
<Route data={{"path":"/:routeParams?","categories":["program-update"],"example":"/sourceforge/topic=artificial-intelligence&os=windows","parameters":{"routeParams":"route params, see below"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Software","maintainers":["JimenezLi"],"description":"For some URL like [https://sourceforge.net/directory/artificial-intelligence/windows/](https://sourceforge.net/directory/artificial-intelligence/windows/), it is equal to [https://sourceforge.net/directory/?topic=artificial-intelligence&os=windows\"](https://sourceforge.net/directory/?topic=artificial-intelligence&os=windows), thus subscribing to `/sourceforge/topic=artificial-intelligence&os=windows`.\n\n URL params can duplicate, such as `/sourceforge/topic=artificial-intelligence&os=windows&os=linux`.","location":"index.ts"}} />
|
||||
<Route namespace="sourceforge" data={{"path":"/:routeParams?","categories":["program-update"],"example":"/sourceforge/topic=artificial-intelligence&os=windows","parameters":{"routeParams":"route params, see below"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Software","maintainers":["JimenezLi"],"description":"For some URL like [https://sourceforge.net/directory/artificial-intelligence/windows/](https://sourceforge.net/directory/artificial-intelligence/windows/), it is equal to [https://sourceforge.net/directory/?topic=artificial-intelligence&os=windows\"](https://sourceforge.net/directory/?topic=artificial-intelligence&os=windows), thus subscribing to `/sourceforge/topic=artificial-intelligence&os=windows`.\n\n URL params can duplicate, such as `/sourceforge/topic=artificial-intelligence&os=windows&os=linux`.","location":"index.ts"}} />
|
||||
|
||||
For some URL like [https://sourceforge.net/directory/artificial-intelligence/windows/](https://sourceforge.net/directory/artificial-intelligence/windows/), it is equal to [https://sourceforge.net/directory/?topic=artificial-intelligence\&os=windows"](https://sourceforge.net/directory/?topic=artificial-intelligence\&os=windows), thus subscribing to `/sourceforge/topic=artificial-intelligence&os=windows`.
|
||||
|
||||
|
|
@ -319,56 +319,56 @@ URL params can duplicate, such as `/sourceforge/topic=artificial-intelligence&os
|
|||
|
||||
### Desktop releases and release notes {#tradingview-desktop-releases-and-release-notes}
|
||||
|
||||
<Route data={{"path":"/desktop","categories":["program-update"],"example":"/tradingview/desktop","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["tradingview.com/support/solutions/43000673888-tradingview-desktop-releases-and-release-notes/"]},"name":"Desktop releases and release notes","maintainers":["nczitzk"],"url":"tradingview.com/support/solutions/43000673888-tradingview-desktop-releases-and-release-notes/","location":"desktop.ts"}} />
|
||||
<Route namespace="tradingview" data={{"path":"/desktop","categories":["program-update"],"example":"/tradingview/desktop","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["tradingview.com/support/solutions/43000673888-tradingview-desktop-releases-and-release-notes/"]},"name":"Desktop releases and release notes","maintainers":["nczitzk"],"url":"tradingview.com/support/solutions/43000673888-tradingview-desktop-releases-and-release-notes/","location":"desktop.ts"}} />
|
||||
|
||||
## Typora {#typora}
|
||||
|
||||
### Changelog {#typora-changelog}
|
||||
|
||||
<Route data={{"path":"/changelog","categories":["program-update"],"example":"/typora/changelog","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["support.typora.io/"]},"name":"Changelog","maintainers":["cnzgray"],"url":"support.typora.io/","location":"changelog.ts"}} />
|
||||
<Route namespace="typora" data={{"path":"/changelog","categories":["program-update"],"example":"/typora/changelog","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["support.typora.io/"]},"name":"Changelog","maintainers":["cnzgray"],"url":"support.typora.io/","location":"changelog.ts"}} />
|
||||
|
||||
### Dev Release Changelog {#typora-dev-release-changelog}
|
||||
|
||||
<Route data={{"path":"/changelog/dev","categories":["program-update"],"example":"/typora/changelog/dev","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["support.typora.io/"],"target":"/changelog"},"name":"Dev Release Changelog","maintainers":["nczitzk"],"url":"support.typora.io/","location":"changelog-dev.ts"}} />
|
||||
<Route namespace="typora" data={{"path":"/changelog/dev","categories":["program-update"],"example":"/typora/changelog/dev","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["support.typora.io/"],"target":"/changelog"},"name":"Dev Release Changelog","maintainers":["nczitzk"],"url":"support.typora.io/","location":"changelog-dev.ts"}} />
|
||||
|
||||
## Unraid {#unraid}
|
||||
|
||||
### Community Apps {#unraid-community-apps}
|
||||
|
||||
<Route data={{"path":"/community-apps","categories":["program-update"],"example":"/unraid/community-apps","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["unraid.net/community/apps"]},"name":"Community Apps","maintainers":["KTachibanaM"],"url":"unraid.net/community/apps","location":"community-apps.ts"}} />
|
||||
<Route namespace="unraid" data={{"path":"/community-apps","categories":["program-update"],"example":"/unraid/community-apps","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["unraid.net/community/apps"]},"name":"Community Apps","maintainers":["KTachibanaM"],"url":"unraid.net/community/apps","location":"community-apps.ts"}} />
|
||||
|
||||
## Western Digital {#western-digital}
|
||||
|
||||
### Download {#western-digital-download}
|
||||
|
||||
<Route data={{"path":"/download/:id?","categories":["program-update"],"example":"/wdc/download/279","parameters":{"id":"Software id, can be found in URL, 279 as Western Digital Dashboard by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Download","maintainers":[],"location":"download.ts"}} />
|
||||
<Route namespace="wdc" data={{"path":"/download/:id?","categories":["program-update"],"example":"/wdc/download/279","parameters":{"id":"Software id, can be found in URL, 279 as Western Digital Dashboard by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Download","maintainers":[],"location":"download.ts"}} />
|
||||
|
||||
## winstall {#winstall}
|
||||
|
||||
### Apps Update {#winstall-apps-update}
|
||||
|
||||
<Route data={{"path":"/:appId","categories":["program-update"],"example":"/winstall/Mozilla.Firefox","parameters":{"appId":"Application ID"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["winstall.app/apps/:appId"]},"name":"Apps Update","maintainers":["TonyRL"],"location":"update.ts"}} />
|
||||
<Route namespace="winstall" data={{"path":"/:appId","categories":["program-update"],"example":"/winstall/Mozilla.Firefox","parameters":{"appId":"Application ID"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["winstall.app/apps/:appId"]},"name":"Apps Update","maintainers":["TonyRL"],"location":"update.ts"}} />
|
||||
|
||||
## WizTree {#wiztree}
|
||||
|
||||
### What's New {#wiztree-what-s-new}
|
||||
|
||||
<Route data={{"path":"/whats-new","categories":["program-update"],"example":"/diskanalyzer/whats-new","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["diskanalyzer.com/whats-new","diskanalyzer.com/"]},"name":"What's New","maintainers":["nczitzk"],"url":"diskanalyzer.com/whats-new","location":"whats-new.ts"}} />
|
||||
<Route namespace="diskanalyzer" data={{"path":"/whats-new","categories":["program-update"],"example":"/diskanalyzer/whats-new","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["diskanalyzer.com/whats-new","diskanalyzer.com/"]},"name":"What's New","maintainers":["nczitzk"],"url":"diskanalyzer.com/whats-new","location":"whats-new.ts"}} />
|
||||
|
||||
## WziFile {#wzifile}
|
||||
|
||||
### Version History {#wzifile-version-history}
|
||||
|
||||
<Route data={{"path":"/updates","categories":["program-update"],"example":"/wizfile/updates","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["antibody-software.com/wizfile/download"]},"name":"Version History","maintainers":["Fatpandac"],"url":"antibody-software.com/wizfile/download","location":"index.ts"}} />
|
||||
<Route namespace="wizfile" data={{"path":"/updates","categories":["program-update"],"example":"/wizfile/updates","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["antibody-software.com/wizfile/download"]},"name":"Version History","maintainers":["Fatpandac"],"url":"antibody-software.com/wizfile/download","location":"index.ts"}} />
|
||||
|
||||
## Zotero {#zotero}
|
||||
|
||||
### Version History {#zotero-version-history}
|
||||
|
||||
<Route data={{"path":"/versions","categories":["program-update"],"example":"/zotero/versions","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["zotero.org/","zotero.org/support/changelog"]},"name":"Version History","maintainers":["jasongzy"],"url":"zotero.org/","location":"versions.ts"}} />
|
||||
<Route namespace="zotero" data={{"path":"/versions","categories":["program-update"],"example":"/zotero/versions","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["zotero.org/","zotero.org/support/changelog"]},"name":"Version History","maintainers":["jasongzy"],"url":"zotero.org/","location":"versions.ts"}} />
|
||||
|
||||
## 王者荣耀 {#wang-zhe-rong-yao}
|
||||
|
||||
### 更新日志 {#wang-zhe-rong-yao-geng-xin-ri-zhi}
|
||||
|
||||
<Route data={{"path":"/qq/sdk/changelog/:platform","categories":["program-update"],"example":"/tencent/qq/sdk/changelog/iOS","parameters":{"platform":"平台,iOS / Android"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"更新日志","maintainers":["nuomi1"],"location":"qq/sdk/changelog.ts"}} />
|
||||
<Route namespace="tencent" data={{"path":"/qq/sdk/changelog/:platform","categories":["program-update"],"example":"/tencent/qq/sdk/changelog/iOS","parameters":{"platform":"平台,iOS / Android"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"更新日志","maintainers":["nuomi1"],"location":"qq/sdk/changelog.ts"}} />
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
### Topics {#a-list-apart-topics}
|
||||
|
||||
<Route data={{"path":"/:topic","categories":["programming"],"example":"/alistapart/application-development","parameters":{"topic":"Any Topic or from the table below. Defaults to All Articles"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["alistapart.com/blog/topic/:topic"]},"name":"Topics","maintainers":["Rjnishant530"],"url":"alistapart.com/articles/","description":"You have the option to utilize the main heading or use individual categories as topics for the path.\n\n | **Code** | *code* |\n | --------------------------- | ------------------------- |\n | **Application Development** | *application-development* |\n | **Browsers** | *browsers* |\n | **CSS** | *css* |\n | **HTML** | *html* |\n | **JavaScript** | *javascript* |\n | **The Server Side** | *the-server-side* |\n\n | **Content** | *content* |\n | -------------------- | ------------------ |\n | **Community** | *community* |\n | **Content Strategy** | *content-strategy* |\n | **Writing** | *writing* |\n\n | **Design** | *design* |\n | -------------------------- | ---------------------- |\n | **Brand Identity** | *brand-identity* |\n | **Graphic Design** | *graphic-design* |\n | **Layout & Grids** | *layout-grids* |\n | **Mobile/Multidevice** | *mobile-multidevice* |\n | **Responsive Design** | *responsive-design* |\n | **Typography & Web Fonts** | *typography-web-fonts* |\n\n | **Industry & Business** | *industry-business* |\n | ----------------------- | ------------------- |\n | **Business** | *business* |\n | **Career** | *career* |\n | **Industry** | *industry* |\n | **State of the Web** | *state-of-the-web* |\n\n | **Process** | *process* |\n | ---------------------- | -------------------- |\n | **Creativity** | *creativity* |\n | **Project Management** | *project-management* |\n | **Web Strategy** | *web-strategy* |\n | **Workflow & Tools** | *workflow-tools* |\n\n | **User Experience** | *user-experience* |\n | ---------------------------- | -------------------------- |\n | **Accessibility** | *accessibility* |\n | **Information Architecture** | *information-architecture* |\n | **Interaction Design** | *interaction-design* |\n | **Usability** | *usability* |\n | **User Research** | *user-research* |","location":"topic.ts"}} />
|
||||
<Route namespace="alistapart" data={{"path":"/:topic","categories":["programming"],"example":"/alistapart/application-development","parameters":{"topic":"Any Topic or from the table below. Defaults to All Articles"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["alistapart.com/blog/topic/:topic"]},"name":"Topics","maintainers":["Rjnishant530"],"url":"alistapart.com/articles/","description":"You have the option to utilize the main heading or use individual categories as topics for the path.\n\n | **Code** | *code* |\n | --------------------------- | ------------------------- |\n | **Application Development** | *application-development* |\n | **Browsers** | *browsers* |\n | **CSS** | *css* |\n | **HTML** | *html* |\n | **JavaScript** | *javascript* |\n | **The Server Side** | *the-server-side* |\n\n | **Content** | *content* |\n | -------------------- | ------------------ |\n | **Community** | *community* |\n | **Content Strategy** | *content-strategy* |\n | **Writing** | *writing* |\n\n | **Design** | *design* |\n | -------------------------- | ---------------------- |\n | **Brand Identity** | *brand-identity* |\n | **Graphic Design** | *graphic-design* |\n | **Layout & Grids** | *layout-grids* |\n | **Mobile/Multidevice** | *mobile-multidevice* |\n | **Responsive Design** | *responsive-design* |\n | **Typography & Web Fonts** | *typography-web-fonts* |\n\n | **Industry & Business** | *industry-business* |\n | ----------------------- | ------------------- |\n | **Business** | *business* |\n | **Career** | *career* |\n | **Industry** | *industry* |\n | **State of the Web** | *state-of-the-web* |\n\n | **Process** | *process* |\n | ---------------------- | -------------------- |\n | **Creativity** | *creativity* |\n | **Project Management** | *project-management* |\n | **Web Strategy** | *web-strategy* |\n | **Workflow & Tools** | *workflow-tools* |\n\n | **User Experience** | *user-experience* |\n | ---------------------------- | -------------------------- |\n | **Accessibility** | *accessibility* |\n | **Information Architecture** | *information-architecture* |\n | **Interaction Design** | *interaction-design* |\n | **Usability** | *usability* |\n | **User Research** | *user-research* |","location":"topic.ts"}} />
|
||||
|
||||
You have the option to utilize the main heading or use individual categories as topics for the path.
|
||||
|
||||
|
|
@ -58,13 +58,13 @@ You have the option to utilize the main heading or use individual categories as
|
|||
|
||||
### Platform Software {#alternativeto-platform-software}
|
||||
|
||||
<Route data={{"path":"/platform/:name/:routeParams?","categories":["programming"],"example":"/alternativeto/platform/firefox","parameters":{"name":"Platform name","routeParams":"Filters of software type"},"features":{"requireConfig":false,"requirePuppeteer":true,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.alternativeto.net/platform/:name"],"target":"/platform/:name"},"name":"Platform Software","maintainers":["JimenezLi"],"description":"> routeParms can be copied from original site URL, example: `/alternativeto/platform/firefox/license=free`","location":"platform.ts"}} />
|
||||
<Route namespace="alternativeto" data={{"path":"/platform/:name/:routeParams?","categories":["programming"],"example":"/alternativeto/platform/firefox","parameters":{"name":"Platform name","routeParams":"Filters of software type"},"features":{"requireConfig":false,"requirePuppeteer":true,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.alternativeto.net/platform/:name"],"target":"/platform/:name"},"name":"Platform Software","maintainers":["JimenezLi"],"description":"> routeParms can be copied from original site URL, example: `/alternativeto/platform/firefox/license=free`","location":"platform.ts"}} />
|
||||
|
||||
> routeParms can be copied from original site URL, example: `/alternativeto/platform/firefox/license=free`
|
||||
|
||||
### Software Alternatives {#alternativeto-software-alternatives}
|
||||
|
||||
<Route data={{"path":"/software/:name/:routeParams?","categories":["programming"],"example":"/alternativeto/software/cpp","parameters":{"name":"Software name","routeParams":"Filters of software type"},"features":{"requireConfig":false,"requirePuppeteer":true,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.alternativeto.net/software/:name"],"target":"/software/:name"},"name":"Software Alternatives","maintainers":["JimenezLi"],"description":"> routeParms can be copied from original site URL, example: `/alternativeto/software/cpp/license=opensource&platform=windows`","location":"software.ts"}} />
|
||||
<Route namespace="alternativeto" data={{"path":"/software/:name/:routeParams?","categories":["programming"],"example":"/alternativeto/software/cpp","parameters":{"name":"Software name","routeParams":"Filters of software type"},"features":{"requireConfig":false,"requirePuppeteer":true,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.alternativeto.net/software/:name"],"target":"/software/:name"},"name":"Software Alternatives","maintainers":["JimenezLi"],"description":"> routeParms can be copied from original site URL, example: `/alternativeto/software/cpp/license=opensource&platform=windows`","location":"software.ts"}} />
|
||||
|
||||
> routeParms can be copied from original site URL, example: `/alternativeto/software/cpp/license=opensource&platform=windows`
|
||||
|
||||
|
|
@ -72,7 +72,7 @@ You have the option to utilize the main heading or use individual categories as
|
|||
|
||||
### Contests Archive {#atcoder-contests-archive}
|
||||
|
||||
<Route data={{"path":"/contest/:language?/:rated?/:category?/:keyword?","categories":["programming"],"example":"/atcoder/contest","parameters":{"language":"Language, `jp` as Japanese or `en` as English, English by default","rated":"Rated Range, see below, all by default","category":"Category, see below, all by default","keyword":"Keyword"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Contests Archive","maintainers":["nczitzk"],"description":"Rated Range\n\n | ABC Class (Rated for ~1999) | ARC Class (Rated for ~2799) | AGC Class (Rated for ~9999) |\n | ---------------------------- | ---------------------------- | ---------------------------- |\n | 1 | 2 | 3 |\n\n Category\n\n | All | AtCoder Typical Contest | PAST Archive | Unofficial(unrated) |\n | --- | ----------------------- | ------------ | ------------------- |\n | 0 | 6 | 50 | 101 |\n\n | JOI Archive | Sponsored Tournament | Sponsored Parallel(rated) |\n | ----------- | -------------------- | ------------------------- |\n | 200 | 1000 | 1001 |\n\n | Sponsored Parallel(unrated) | Optimization Contest |\n | --------------------------- | -------------------- |\n | 1002 | 1200 |","location":"contest.ts"}} />
|
||||
<Route namespace="atcoder" data={{"path":"/contest/:language?/:rated?/:category?/:keyword?","categories":["programming"],"example":"/atcoder/contest","parameters":{"language":"Language, `jp` as Japanese or `en` as English, English by default","rated":"Rated Range, see below, all by default","category":"Category, see below, all by default","keyword":"Keyword"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Contests Archive","maintainers":["nczitzk"],"description":"Rated Range\n\n | ABC Class (Rated for ~1999) | ARC Class (Rated for ~2799) | AGC Class (Rated for ~9999) |\n | ---------------------------- | ---------------------------- | ---------------------------- |\n | 1 | 2 | 3 |\n\n Category\n\n | All | AtCoder Typical Contest | PAST Archive | Unofficial(unrated) |\n | --- | ----------------------- | ------------ | ------------------- |\n | 0 | 6 | 50 | 101 |\n\n | JOI Archive | Sponsored Tournament | Sponsored Parallel(rated) |\n | ----------- | -------------------- | ------------------------- |\n | 200 | 1000 | 1001 |\n\n | Sponsored Parallel(unrated) | Optimization Contest |\n | --------------------------- | -------------------- |\n | 1002 | 1200 |","location":"contest.ts"}} />
|
||||
|
||||
Rated Range
|
||||
|
||||
|
|
@ -96,35 +96,35 @@ Category
|
|||
|
||||
### Posts {#atcoder-posts}
|
||||
|
||||
<Route data={{"path":"/post/:language?/:keyword?","categories":["programming"],"example":"/atcoder/post","parameters":{"language":"Language, `jp` as Japanese or `en` as English, English by default","keyword":"Keyword"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Posts","maintainers":["nczitzk"],"location":"post.ts"}} />
|
||||
<Route namespace="atcoder" data={{"path":"/post/:language?/:keyword?","categories":["programming"],"example":"/atcoder/post","parameters":{"language":"Language, `jp` as Japanese or `en` as English, English by default","keyword":"Keyword"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Posts","maintainers":["nczitzk"],"location":"post.ts"}} />
|
||||
|
||||
## BBC News Labs {#bbc-news-labs}
|
||||
|
||||
### News {#bbc-news-labs-news}
|
||||
|
||||
<Route data={{"path":"/news","categories":["programming"],"example":"/bbcnewslabs/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bbcnewslabs.co.uk/"]},"name":"News","maintainers":["elxy"],"url":"bbcnewslabs.co.uk/","location":"news.ts"}} />
|
||||
<Route namespace="bbcnewslabs" data={{"path":"/news","categories":["programming"],"example":"/bbcnewslabs/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bbcnewslabs.co.uk/"]},"name":"News","maintainers":["elxy"],"url":"bbcnewslabs.co.uk/","location":"news.ts"}} />
|
||||
|
||||
## Bitbucket {#bitbucket}
|
||||
|
||||
### Commits {#bitbucket-commits}
|
||||
|
||||
<Route data={{"path":"/commits/:workspace/:repo_slug","categories":["programming"],"example":"/bitbucket/commits/blaze-lib/blaze","parameters":{"workspace":"Workspace","repo_slug":"Repository"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bitbucket.com/commits/:workspace/:repo_slug"]},"name":"Commits","maintainers":["AuroraDysis"],"location":"commits.ts"}} />
|
||||
<Route namespace="bitbucket" data={{"path":"/commits/:workspace/:repo_slug","categories":["programming"],"example":"/bitbucket/commits/blaze-lib/blaze","parameters":{"workspace":"Workspace","repo_slug":"Repository"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bitbucket.com/commits/:workspace/:repo_slug"]},"name":"Commits","maintainers":["AuroraDysis"],"location":"commits.ts"}} />
|
||||
|
||||
### Tags {#bitbucket-tags}
|
||||
|
||||
<Route data={{"path":"/tags/:workspace/:repo_slug","categories":["programming"],"example":"/bitbucket/tags/blaze-lib/blaze","parameters":{"workspace":"Workspace","repo_slug":"Repository"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Tags","maintainers":["AuroraDysis"],"location":"tags.ts"}} />
|
||||
<Route namespace="bitbucket" data={{"path":"/tags/:workspace/:repo_slug","categories":["programming"],"example":"/bitbucket/tags/blaze-lib/blaze","parameters":{"workspace":"Workspace","repo_slug":"Repository"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Tags","maintainers":["AuroraDysis"],"location":"tags.ts"}} />
|
||||
|
||||
## Bitmovin {#bitmovin}
|
||||
|
||||
### Blog {#bitmovin-blog}
|
||||
|
||||
<Route data={{"path":"/blog","categories":["programming"],"example":"/bitmovin/blog","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bitmovin.com/blog","bitmovin.com/"]},"name":"Blog","maintainers":["elxy"],"url":"bitmovin.com/blog","location":"blog.ts"}} />
|
||||
<Route namespace="bitmovin" data={{"path":"/blog","categories":["programming"],"example":"/bitmovin/blog","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bitmovin.com/blog","bitmovin.com/"]},"name":"Blog","maintainers":["elxy"],"url":"bitmovin.com/blog","location":"blog.ts"}} />
|
||||
|
||||
## CNCF {#cncf}
|
||||
|
||||
### Category {#cncf-category}
|
||||
|
||||
<Route data={{"path":"/:cate?","categories":["programming"],"example":"/cncf","parameters":{"cate":"blog by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Category","maintainers":["Fatpandac"],"description":"| Blog | News | Announcements | Reports |\n | ---- | ---- | ------------- | ------- |\n | blog | news | announcements | reports |","location":"index.ts"}} />
|
||||
<Route namespace="cncf" data={{"path":"/:cate?","categories":["programming"],"example":"/cncf","parameters":{"cate":"blog by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Category","maintainers":["Fatpandac"],"description":"| Blog | News | Announcements | Reports |\n | ---- | ---- | ------------- | ------- |\n | blog | news | announcements | reports |","location":"index.ts"}} />
|
||||
|
||||
| Blog | News | Announcements | Reports |
|
||||
| ---- | ---- | ------------- | ------- |
|
||||
|
|
@ -134,41 +134,41 @@ Category
|
|||
|
||||
### Latest contests {#codeforces-latest-contests}
|
||||
|
||||
<Route data={{"path":"/contests","categories":["programming"],"example":"/codeforces/contests","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.codeforces.com/contests"]},"name":"Latest contests","maintainers":["Fatpandac"],"url":"www.codeforces.com/contests","location":"contests.ts"}} />
|
||||
<Route namespace="codeforces" data={{"path":"/contests","categories":["programming"],"example":"/codeforces/contests","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.codeforces.com/contests"]},"name":"Latest contests","maintainers":["Fatpandac"],"url":"www.codeforces.com/contests","location":"contests.ts"}} />
|
||||
|
||||
### Recent actions {#codeforces-recent-actions}
|
||||
|
||||
<Route data={{"path":"/recent-actions/:minrating?","categories":["programming"],"example":"/codeforces/recent-actions","parameters":{"minrating":"The minimum blog/comment rating required. Default: 1"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["codeforces.com/recent-actions"],"target":"/recent-actions"},"name":"Recent actions","maintainers":[],"url":"codeforces.com/recent-actions","location":"recent-actions.ts"}} />
|
||||
<Route namespace="codeforces" data={{"path":"/recent-actions/:minrating?","categories":["programming"],"example":"/codeforces/recent-actions","parameters":{"minrating":"The minimum blog/comment rating required. Default: 1"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["codeforces.com/recent-actions"],"target":"/recent-actions"},"name":"Recent actions","maintainers":[],"url":"codeforces.com/recent-actions","location":"recent-actions.ts"}} />
|
||||
|
||||
## deeplearning.ai {#deeplearning-ai}
|
||||
|
||||
### TheBatch 周报 {#deeplearning-ai-thebatch-zhou-bao}
|
||||
|
||||
<Route data={{"path":"/thebatch","categories":["programming"],"example":"/deeplearning/thebatch","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.deeplearning.ai/thebatch","www.deeplearning.ai/"]},"name":"TheBatch 周报","maintainers":["nczitzk","juvenn"],"url":"www.deeplearning.ai/thebatch","location":"thebatch.ts"}} />
|
||||
<Route namespace="deeplearning" data={{"path":"/thebatch","categories":["programming"],"example":"/deeplearning/thebatch","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.deeplearning.ai/thebatch","www.deeplearning.ai/"]},"name":"TheBatch 周报","maintainers":["nczitzk","juvenn"],"url":"www.deeplearning.ai/thebatch","location":"thebatch.ts"}} />
|
||||
|
||||
## gihyo.jp {#gihyo-jp}
|
||||
|
||||
### Series {#gihyo-jp-series}
|
||||
|
||||
<Route data={{"path":"/list/group/:id","categories":["programming"],"example":"/gihyo/list/group/Ubuntu-Weekly-Recipe","parameters":{"id":"Series"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["gihyo.jp/list/group/:id"]},"name":"Series","maintainers":["masakichi"],"location":"group.ts"}} />
|
||||
<Route namespace="gihyo" data={{"path":"/list/group/:id","categories":["programming"],"example":"/gihyo/list/group/Ubuntu-Weekly-Recipe","parameters":{"id":"Series"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["gihyo.jp/list/group/:id"]},"name":"Series","maintainers":["masakichi"],"location":"group.ts"}} />
|
||||
|
||||
## Gitee {#gitee}
|
||||
|
||||
### 仓库 Releases {#gitee-cang-ku-releases}
|
||||
### 仓库提交 {#gitee-cang-ku-ti-jiao}
|
||||
|
||||
<Route data={{"path":"/releases/:owner/:repo","categories":["programming"],"example":"/gitee/releases/y_project/RuoYi","parameters":{"owner":"用户名","repo":"仓库名"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["gitee.com/:owner/:repo/releases"]},"name":"仓库 Releases","maintainers":["TonyRL"],"location":"repos/releases.ts"}} />
|
||||
<Route namespace="gitee" data={{"path":"/commits/:owner/:repo","categories":["programming"],"example":"/gitee/commits/y_project/RuoYi","parameters":{"owner":"用户名","repo":"仓库名"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["gitee.com/:owner/:repo/commits"]},"name":"仓库提交","maintainers":["TonyRL"],"location":"repos/commits.ts"}} />
|
||||
|
||||
### 仓库动态 {#gitee-cang-ku-dong-tai}
|
||||
|
||||
<Route data={{"path":"/events/:owner/:repo","categories":["programming"],"example":"/gitee/events/y_project/RuoYi","parameters":{"owner":"用户名","repo":"仓库名"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["gitee.com/:owner/:repo"]},"name":"仓库动态","maintainers":["TonyRL"],"location":"repos/events.ts"}} />
|
||||
<Route namespace="gitee" data={{"path":"/events/:owner/:repo","categories":["programming"],"example":"/gitee/events/y_project/RuoYi","parameters":{"owner":"用户名","repo":"仓库名"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["gitee.com/:owner/:repo"]},"name":"仓库动态","maintainers":["TonyRL"],"location":"repos/events.ts"}} />
|
||||
|
||||
### 仓库提交 {#gitee-cang-ku-ti-jiao}
|
||||
### 仓库 Releases {#gitee-cang-ku-releases}
|
||||
|
||||
<Route data={{"path":"/commits/:owner/:repo","categories":["programming"],"example":"/gitee/commits/y_project/RuoYi","parameters":{"owner":"用户名","repo":"仓库名"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["gitee.com/:owner/:repo/commits"]},"name":"仓库提交","maintainers":["TonyRL"],"location":"repos/commits.ts"}} />
|
||||
<Route namespace="gitee" data={{"path":"/releases/:owner/:repo","categories":["programming"],"example":"/gitee/releases/y_project/RuoYi","parameters":{"owner":"用户名","repo":"仓库名"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["gitee.com/:owner/:repo/releases"]},"name":"仓库 Releases","maintainers":["TonyRL"],"location":"repos/releases.ts"}} />
|
||||
|
||||
### 用户公开动态 {#gitee-yong-hu-gong-kai-dong-tai}
|
||||
|
||||
<Route data={{"path":"/events/:username","categories":["programming"],"example":"/gitee/events/y_project","parameters":{"username":"用户名"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["gitee.com/:username"]},"name":"用户公开动态","maintainers":["TonyRL"],"location":"users/events.ts"}} />
|
||||
<Route namespace="gitee" data={{"path":"/events/:username","categories":["programming"],"example":"/gitee/events/y_project","parameters":{"username":"用户名"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["gitee.com/:username"]},"name":"用户公开动态","maintainers":["TonyRL"],"location":"users/events.ts"}} />
|
||||
|
||||
## GitHub {#github}
|
||||
|
||||
|
|
@ -184,39 +184,39 @@ GitHub provides some official RSS feeds:
|
|||
|
||||
### Gist Commits {#github-gist-commits}
|
||||
|
||||
<Route data={{"path":"/gist/:gistId","categories":["programming"],"example":"/github/gist/d2c152bb7179d07015f336b1a0582679","parameters":{"gistId":"Gist ID"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["gist.github.com/:owner/:gistId/revisions","gist.github.com/:owner/:gistId/stargazers","gist.github.com/:owner/:gistId/forks","gist.github.com/:owner/:gistId"]},"name":"Gist Commits","maintainers":["TonyRL"],"location":"gist.ts"}} />
|
||||
<Route namespace="github" data={{"path":"/gist/:gistId","categories":["programming"],"example":"/github/gist/d2c152bb7179d07015f336b1a0582679","parameters":{"gistId":"Gist ID"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["gist.github.com/:owner/:gistId/revisions","gist.github.com/:owner/:gistId/stargazers","gist.github.com/:owner/:gistId/forks","gist.github.com/:owner/:gistId"]},"name":"Gist Commits","maintainers":["TonyRL"],"location":"gist.ts"}} />
|
||||
|
||||
### Notifications {#github-notifications}
|
||||
|
||||
<Route data={{"path":"/notifications","categories":["programming"],"example":"/github/notifications","parameters":{},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["github.com/notifications"]},"name":"Notifications","maintainers":["zhzy0077"],"url":"github.com/notifications","location":"notifications.ts"}} />
|
||||
<Route namespace="github" data={{"path":"/notifications","categories":["programming"],"example":"/github/notifications","parameters":{},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["github.com/notifications"]},"name":"Notifications","maintainers":["zhzy0077"],"url":"github.com/notifications","location":"notifications.ts"}} />
|
||||
|
||||
### Repo Branches {#github-repo-branches}
|
||||
|
||||
<Route data={{"path":"/branches/:user/:repo","categories":["programming"],"example":"/github/branches/DIYgod/RSSHub","parameters":{"user":"User name","repo":"Repo name"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["github.com/:user/:repo/branches","github.com/:user/:repo"]},"name":"Repo Branches","maintainers":["max-arnold"],"location":"branches.ts"}} />
|
||||
<Route namespace="github" data={{"path":"/branches/:user/:repo","categories":["programming"],"example":"/github/branches/DIYgod/RSSHub","parameters":{"user":"User name","repo":"Repo name"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["github.com/:user/:repo/branches","github.com/:user/:repo"]},"name":"Repo Branches","maintainers":["max-arnold"],"location":"branches.ts"}} />
|
||||
|
||||
### Repo Contributors {#github-repo-contributors}
|
||||
|
||||
<Route data={{"path":"/contributors/:user/:repo/:order?/:anon?","categories":["programming"],"example":"/github/contributors/DIYgod/RSSHub","parameters":{"user":"User name","repo":"Repo name","order":"Sort order by commit numbers, desc and asc (descending by default)","anon":"Show anonymous users. Defaults to no, use any values for yes."},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["github.com/:user/:repo/graphs/contributors","github.com/:user/:repo"],"target":"/contributors/:user/:repo"},"name":"Repo Contributors","maintainers":["zoenglinghou"],"location":"contributors.ts"}} />
|
||||
<Route namespace="github" data={{"path":"/contributors/:user/:repo/:order?/:anon?","categories":["programming"],"example":"/github/contributors/DIYgod/RSSHub","parameters":{"user":"User name","repo":"Repo name","order":"Sort order by commit numbers, desc and asc (descending by default)","anon":"Show anonymous users. Defaults to no, use any values for yes."},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["github.com/:user/:repo/graphs/contributors","github.com/:user/:repo"],"target":"/contributors/:user/:repo"},"name":"Repo Contributors","maintainers":["zoenglinghou"],"location":"contributors.ts"}} />
|
||||
|
||||
### Repo Issues {#github-repo-issues}
|
||||
|
||||
<Route data={{"path":"/issue/:user/:repo/:state?/:labels?","categories":["programming"],"example":"/github/issue/vuejs/core/all/wontfix","parameters":{"user":"GitHub username","repo":"GitHub repo name","state":"the state of the issues. Can be either `open`, `closed`, or `all`. Default: `open`.","labels":"a list of comma separated label names"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["github.com/:user/:repo/issues","github.com/:user/:repo/issues/:id","github.com/:user/:repo"],"target":"/issue/:user/:repo"},"name":"Repo Issues","maintainers":["HenryQW","AndreyMZ"],"location":"issue.ts"}} />
|
||||
<Route namespace="github" data={{"path":"/issue/:user/:repo/:state?/:labels?","categories":["programming"],"example":"/github/issue/vuejs/core/all/wontfix","parameters":{"user":"GitHub username","repo":"GitHub repo name","state":"the state of the issues. Can be either `open`, `closed`, or `all`. Default: `open`.","labels":"a list of comma separated label names"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["github.com/:user/:repo/issues","github.com/:user/:repo/issues/:id","github.com/:user/:repo"],"target":"/issue/:user/:repo"},"name":"Repo Issues","maintainers":["HenryQW","AndreyMZ"],"location":"issue.ts"}} />
|
||||
|
||||
### Repo Pull Requests {#github-repo-pull-requests}
|
||||
|
||||
<Route data={{"path":"/pull/:user/:repo/:state?/:labels?","categories":["programming"],"example":"/github/pull/DIYgod/RSSHub","parameters":{"user":"User name","repo":"Repo name","state":"the state of pull requests. Can be either `open`, `closed`, or `all`. Default: `open`.","labels":"a list of comma separated label names"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["github.com/:user/:repo/pulls","github.com/:user/:repo/pulls/:id","github.com/:user/:repo"],"target":"/pull/:user/:repo"},"name":"Repo Pull Requests","maintainers":[],"location":"pulls.ts"}} />
|
||||
<Route namespace="github" data={{"path":"/pull/:user/:repo/:state?/:labels?","categories":["programming"],"example":"/github/pull/DIYgod/RSSHub","parameters":{"user":"User name","repo":"Repo name","state":"the state of pull requests. Can be either `open`, `closed`, or `all`. Default: `open`.","labels":"a list of comma separated label names"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["github.com/:user/:repo/pulls","github.com/:user/:repo/pulls/:id","github.com/:user/:repo"],"target":"/pull/:user/:repo"},"name":"Repo Pull Requests","maintainers":[],"location":"pulls.ts"}} />
|
||||
|
||||
### Repo Pulse {#github-repo-pulse}
|
||||
|
||||
<Route data={{"path":"/pulse/:user/:repo/:period?","categories":["programming"],"example":"/github/pulse/DIYgod/RSSHub","parameters":{"user":"User name","repo":"Repo name","period":"Time frame, selected from a repository's Pulse/Insights page. Possible values are: `daily`, `halfweekly`, `weekly`, or `monthly`. Default: `weekly`. If your RSS client supports it, consider aligning the polling frequency of the feed to the period."},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["github.com/:user/:repo/pulse","github.com/:user/:repo/pulse/:period"]},"name":"Repo Pulse","maintainers":["jameschensmith"],"location":"pulse.ts"}} />
|
||||
<Route namespace="github" data={{"path":"/pulse/:user/:repo/:period?","categories":["programming"],"example":"/github/pulse/DIYgod/RSSHub","parameters":{"user":"User name","repo":"Repo name","period":"Time frame, selected from a repository's Pulse/Insights page. Possible values are: `daily`, `halfweekly`, `weekly`, or `monthly`. Default: `weekly`. If your RSS client supports it, consider aligning the polling frequency of the feed to the period."},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["github.com/:user/:repo/pulse","github.com/:user/:repo/pulse/:period"]},"name":"Repo Pulse","maintainers":["jameschensmith"],"location":"pulse.ts"}} />
|
||||
|
||||
### Repo Stars {#github-repo-stars}
|
||||
|
||||
<Route data={{"path":"/stars/:user/:repo","categories":["programming"],"example":"/github/stars/DIYGod/RSSHub","parameters":{"user":"GitHub username","repo":"GitHub repo name"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["github.com/:user/:repo/stargazers","github.com/:user/:repo"]},"name":"Repo Stars","maintainers":["HenryQW"],"location":"star.ts"}} />
|
||||
<Route namespace="github" data={{"path":"/stars/:user/:repo","categories":["programming"],"example":"/github/stars/DIYGod/RSSHub","parameters":{"user":"GitHub username","repo":"GitHub repo name"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["github.com/:user/:repo/stargazers","github.com/:user/:repo"]},"name":"Repo Stars","maintainers":["HenryQW"],"location":"star.ts"}} />
|
||||
|
||||
### Search Result {#github-search-result}
|
||||
|
||||
<Route data={{"path":"/search/:query/:sort?/:order?","categories":["programming"],"example":"/github/search/RSSHub/bestmatch/desc","parameters":{"query":"search keyword","sort":"Sort options (default to bestmatch)","order":"Sort order, desc and asc (desc descending by default)"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Search Result","maintainers":["LogicJake"],"description":"| Sort options | sort |\n | ---------------- | --------- |\n | Best match | bestmatch |\n | Most stars | stars |\n | Most forks | forks |\n | Recently updated | updated |","location":"search.ts"}} />
|
||||
<Route namespace="github" data={{"path":"/search/:query/:sort?/:order?","categories":["programming"],"example":"/github/search/RSSHub/bestmatch/desc","parameters":{"query":"search keyword","sort":"Sort options (default to bestmatch)","order":"Sort order, desc and asc (desc descending by default)"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Search Result","maintainers":["LogicJake"],"description":"| Sort options | sort |\n | ---------------- | --------- |\n | Best match | bestmatch |\n | Most stars | stars |\n | Most forks | forks |\n | Recently updated | updated |","location":"search.ts"}} />
|
||||
|
||||
| Sort options | sort |
|
||||
| ---------------- | --------- |
|
||||
|
|
@ -227,7 +227,7 @@ GitHub provides some official RSS feeds:
|
|||
|
||||
### Topics {#github-topics}
|
||||
|
||||
<Route data={{"path":"/topics/:name/:qs?","categories":["programming"],"example":"/github/topics/framework","parameters":{"name":"Topic name, which can be found in the URL of the corresponding [Topics Page](https://github.com/topics/framework)","qs":"Query string, like `l=php&o=desc&s=stars`. Details listed as follows:"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["github.com/topics"]},"name":"Topics","maintainers":["queensferryme"],"url":"github.com/topics","description":"| Parameter | Description | Values |\n | --------- | ---------------- | ------------------------------------------------------------------------------------------------------------------------------- |\n | `l` | Language | For instance `php`, which can be found in the URL of the corresponding [Topics page](https://github.com/topics/framework?l=php) |\n | `o` | Sorting Order | `asc`, `desc` |\n | `s` | Sorting Criteria | `stars`, `forks`, `updated` |\n\n For instance, the `/github/topics/framework/l=php&o=desc&s=stars` route will generate the RSS feed corresponding to this [page](https://github.com/topics/framework?l=php&o=desc&s=stars).","location":"topic.ts"}} />
|
||||
<Route namespace="github" data={{"path":"/topics/:name/:qs?","categories":["programming"],"example":"/github/topics/framework","parameters":{"name":"Topic name, which can be found in the URL of the corresponding [Topics Page](https://github.com/topics/framework)","qs":"Query string, like `l=php&o=desc&s=stars`. Details listed as follows:"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["github.com/topics"]},"name":"Topics","maintainers":["queensferryme"],"url":"github.com/topics","description":"| Parameter | Description | Values |\n | --------- | ---------------- | ------------------------------------------------------------------------------------------------------------------------------- |\n | `l` | Language | For instance `php`, which can be found in the URL of the corresponding [Topics page](https://github.com/topics/framework?l=php) |\n | `o` | Sorting Order | `asc`, `desc` |\n | `s` | Sorting Criteria | `stars`, `forks`, `updated` |\n\n For instance, the `/github/topics/framework/l=php&o=desc&s=stars` route will generate the RSS feed corresponding to this [page](https://github.com/topics/framework?l=php&o=desc&s=stars).","location":"topic.ts"}} />
|
||||
|
||||
| Parameter | Description | Values |
|
||||
| --------- | ---------------- | ------------------------------------------------------------------------------------------------------------------------------- |
|
||||
|
|
@ -239,63 +239,63 @@ For instance, the `/github/topics/framework/l=php&o=desc&s=stars` route will gen
|
|||
|
||||
### Trending {#github-trending}
|
||||
|
||||
<Route data={{"path":"/trending/:since/:language/:spoken_language?","categories":["programming"],"example":"/github/trending/daily/javascript/en","parameters":{"since":"time frame, available in [Trending page](https://github.com/trending/javascript?since=monthly) 's URL, possible values are: `daily`, `weekly` or `monthly`","language":"the feed language, available in [Trending page](https://github.com/trending/javascript?since=monthly) 's URL, don't filter option is `any`","spoken_language":"natural language, available in [Trending page](https://github.com/trending/javascript?since=monthly) 's URL"},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["github.com/trending"],"target":"/trending/:since"},"name":"Trending","maintainers":["DIYgod","jameschensmith"],"url":"github.com/trending","location":"trending.ts"}} />
|
||||
<Route namespace="github" data={{"path":"/trending/:since/:language/:spoken_language?","categories":["programming"],"example":"/github/trending/daily/javascript/en","parameters":{"since":"time frame, available in [Trending page](https://github.com/trending/javascript?since=monthly) 's URL, possible values are: `daily`, `weekly` or `monthly`","language":"the feed language, available in [Trending page](https://github.com/trending/javascript?since=monthly) 's URL, don't filter option is `any`","spoken_language":"natural language, available in [Trending page](https://github.com/trending/javascript?since=monthly) 's URL"},"features":{"requireConfig":true,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["github.com/trending"],"target":"/trending/:since"},"name":"Trending","maintainers":["DIYgod","jameschensmith"],"url":"github.com/trending","location":"trending.ts"}} />
|
||||
|
||||
### User Followers {#github-user-followers}
|
||||
|
||||
<Route data={{"path":"/user/followers/:user","categories":["programming"],"example":"/github/user/followers/HenryQW","parameters":{"user":"GitHub username"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["github.com/:user"]},"name":"User Followers","maintainers":["HenryQW"],"location":"follower.ts"}} />
|
||||
<Route namespace="github" data={{"path":"/user/followers/:user","categories":["programming"],"example":"/github/user/followers/HenryQW","parameters":{"user":"GitHub username"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["github.com/:user"]},"name":"User Followers","maintainers":["HenryQW"],"location":"follower.ts"}} />
|
||||
|
||||
### User Repo {#github-user-repo}
|
||||
|
||||
<Route data={{"path":"/repos/:user","categories":["programming"],"example":"/github/repos/DIYgod","parameters":{"user":"GitHub username"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["github.com/:user"]},"name":"User Repo","maintainers":["DIYgod"],"location":"repos.ts"}} />
|
||||
<Route namespace="github" data={{"path":"/repos/:user","categories":["programming"],"example":"/github/repos/DIYgod","parameters":{"user":"GitHub username"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["github.com/:user"]},"name":"User Repo","maintainers":["DIYgod"],"location":"repos.ts"}} />
|
||||
|
||||
### User Starred Repositories {#github-user-starred-repositories}
|
||||
|
||||
<Route data={{"path":"/starred_repos/:user","categories":["programming"],"example":"/github/starred_repos/DIYgod","parameters":{"user":"User name"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["github.com/:user"]},"name":"User Starred Repositories","maintainers":["LanceZhu"],"location":"starred-repos.ts"}} />
|
||||
<Route namespace="github" data={{"path":"/starred_repos/:user","categories":["programming"],"example":"/github/starred_repos/DIYgod","parameters":{"user":"User name"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["github.com/:user"]},"name":"User Starred Repositories","maintainers":["LanceZhu"],"location":"starred-repos.ts"}} />
|
||||
|
||||
### Wiki History {#github-wiki-history}
|
||||
|
||||
<Route data={{"path":"/wiki/:user/:repo/:page?","categories":["programming"],"example":"/github/wiki/flutter/flutter/Roadmap","parameters":{"user":"User / Org name","repo":"Repo name","page":"Page slug, can be found in URL, empty means Home"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["github.com/:user/:repo/wiki/:page/_history","github.com/:user/:repo/wiki/:page","github.com/:user/:repo/wiki/_history","github.com/:user/:repo/wiki"],"target":"/wiki/:user/:repo/:page"},"name":"Wiki History","maintainers":["TonyRL"],"location":"wiki.ts"}} />
|
||||
<Route namespace="github" data={{"path":"/wiki/:user/:repo/:page?","categories":["programming"],"example":"/github/wiki/flutter/flutter/Roadmap","parameters":{"user":"User / Org name","repo":"Repo name","page":"Page slug, can be found in URL, empty means Home"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["github.com/:user/:repo/wiki/:page/_history","github.com/:user/:repo/wiki/:page","github.com/:user/:repo/wiki/_history","github.com/:user/:repo/wiki"],"target":"/wiki/:user/:repo/:page"},"name":"Wiki History","maintainers":["TonyRL"],"location":"wiki.ts"}} />
|
||||
|
||||
## Gitpod {#gitpod}
|
||||
|
||||
### Blog {#gitpod-blog}
|
||||
|
||||
<Route data={{"path":"/blog","categories":["programming"],"example":"/gitpod/blog","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["gitpod.io/blog","gitpod.io/"]},"name":"Blog","maintainers":["TonyRL"],"url":"gitpod.io/blog","location":"blog.ts"}} />
|
||||
<Route namespace="gitpod" data={{"path":"/blog","categories":["programming"],"example":"/gitpod/blog","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["gitpod.io/blog","gitpod.io/"]},"name":"Blog","maintainers":["TonyRL"],"url":"gitpod.io/blog","location":"blog.ts"}} />
|
||||
|
||||
### Changelog {#gitpod-changelog}
|
||||
|
||||
<Route data={{"path":"/changelog","categories":["programming"],"example":"/gitpod/changelog","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["gitpod.io/changelog","gitpod.io/"]},"name":"Changelog","maintainers":["TonyRL"],"url":"gitpod.io/changelog","location":"changelog.ts"}} />
|
||||
<Route namespace="gitpod" data={{"path":"/changelog","categories":["programming"],"example":"/gitpod/changelog","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["gitpod.io/changelog","gitpod.io/"]},"name":"Changelog","maintainers":["TonyRL"],"url":"gitpod.io/changelog","location":"changelog.ts"}} />
|
||||
|
||||
## Go 语言中文网 {#go-yu-yan-zhong-wen-wang}
|
||||
|
||||
### 板块 {#go-yu-yan-zhong-wen-wang-ban-kuai}
|
||||
|
||||
<Route data={{"path":"/go/:id?","categories":["programming"],"example":"/studygolang/go/daily","parameters":{"id":"板块 id,默认为周刊"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["studygolang.com/go/:id","studygolang.com/"]},"name":"板块","maintainers":["nczitzk"],"location":"go.ts"}} />
|
||||
<Route namespace="studygolang" data={{"path":"/go/:id?","categories":["programming"],"example":"/studygolang/go/daily","parameters":{"id":"板块 id,默认为周刊"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["studygolang.com/go/:id","studygolang.com/"]},"name":"板块","maintainers":["nczitzk"],"location":"go.ts"}} />
|
||||
|
||||
### 招聘 {#go-yu-yan-zhong-wen-wang-zhao-pin}
|
||||
|
||||
<Route data={{"path":"/jobs","categories":["programming"],"example":"/studygolang/jobs","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"招聘","maintainers":["CcccFz","nczitzk"],"location":"jobs.ts"}} />
|
||||
<Route namespace="studygolang" data={{"path":"/jobs","categories":["programming"],"example":"/studygolang/jobs","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"招聘","maintainers":["CcccFz","nczitzk"],"location":"jobs.ts"}} />
|
||||
|
||||
### 周刊 {#go-yu-yan-zhong-wen-wang-zhou-kan}
|
||||
|
||||
<Route data={{"path":"/weekly","categories":["programming"],"example":"/studygolang/weekly","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"周刊","maintainers":["CWeilet","nczitzk"],"location":"weekly.ts"}} />
|
||||
<Route namespace="studygolang" data={{"path":"/weekly","categories":["programming"],"example":"/studygolang/weekly","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"周刊","maintainers":["CWeilet","nczitzk"],"location":"weekly.ts"}} />
|
||||
|
||||
## GoCN {#gocn}
|
||||
|
||||
### 每日新闻 {#gocn-mei-ri-xin-wen}
|
||||
|
||||
<Route data={{"path":"/topics","categories":["programming"],"example":"/gocn/topics","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["gocn.vip/"]},"name":"每日新闻","maintainers":["AtlanCI","CcccFz"],"url":"gocn.vip/","location":"topics.ts"}} />
|
||||
<Route namespace="gocn" data={{"path":"/topics","categories":["programming"],"example":"/gocn/topics","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["gocn.vip/"]},"name":"每日新闻","maintainers":["AtlanCI","CcccFz"],"url":"gocn.vip/","location":"topics.ts"}} />
|
||||
|
||||
### 招聘 {#gocn-zhao-pin}
|
||||
|
||||
<Route data={{"path":"/jobs","categories":["programming"],"example":"/gocn/jobs","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["gocn.vip/"]},"name":"招聘","maintainers":["AtlanCI","CcccFz"],"url":"gocn.vip/","location":"jobs.ts"}} />
|
||||
<Route namespace="gocn" data={{"path":"/jobs","categories":["programming"],"example":"/gocn/jobs","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["gocn.vip/"]},"name":"招聘","maintainers":["AtlanCI","CcccFz"],"url":"gocn.vip/","location":"jobs.ts"}} />
|
||||
|
||||
## Hacker News {#hacker-news}
|
||||
|
||||
### 用户 {#hacker-news-yong-hu}
|
||||
|
||||
<Route data={{"path":"/:section?/:type?/:user?","categories":["programming"],"example":"/hackernews/threads/comments_list/dang","parameters":{"section":"内容分区,见上表,默认为 `index`","type":"链接类型,见上表,默认为 `sources`","user":"设定用户,只在 `threads` 和 `submitted` 分区有效"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ycombinator.com/:section","ycombinator.com/"]},"name":"用户","maintainers":["nczitzk","xie-dongping"],"description":"订阅特定用户的内容","location":"index.ts"}} />
|
||||
<Route namespace="hackernews" data={{"path":"/:section?/:type?/:user?","categories":["programming"],"example":"/hackernews/threads/comments_list/dang","parameters":{"section":"内容分区,见上表,默认为 `index`","type":"链接类型,见上表,默认为 `sources`","user":"设定用户,只在 `threads` 和 `submitted` 分区有效"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ycombinator.com/:section","ycombinator.com/"]},"name":"用户","maintainers":["nczitzk","xie-dongping"],"description":"订阅特定用户的内容","location":"index.ts"}} />
|
||||
|
||||
订阅特定用户的内容
|
||||
|
||||
|
|
@ -303,11 +303,11 @@ For instance, the `/github/topics/framework/l=php&o=desc&s=stars` route will gen
|
|||
|
||||
### 搜索 {#hacking8-sou-suo}
|
||||
|
||||
<Route data={{"path":"/search/:keyword?","categories":["programming"],"example":"/hacking8/search/rsshub","parameters":{"keyword":"关键字,默认为空"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["hacking8.com/index/:category","hacking8.com/"],"target":"/:category?"},"name":"搜索","maintainers":["nczitzk"],"location":"search.ts"}} />
|
||||
<Route namespace="hacking8" data={{"path":"/search/:keyword?","categories":["programming"],"example":"/hacking8/search/rsshub","parameters":{"keyword":"关键字,默认为空"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["hacking8.com/index/:category","hacking8.com/"],"target":"/:category?"},"name":"搜索","maintainers":["nczitzk"],"location":"search.ts"}} />
|
||||
|
||||
### 信息流 {#hacking8-xin-xi-liu}
|
||||
|
||||
<Route data={{"path":"/:category?","categories":["programming"],"example":"/hacking8","parameters":{"category":"分类,见下表,默认为最近更新"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["hacking8.com/index/:category","hacking8.com/"]},"name":"信息流","maintainers":["nczitzk"],"description":"| 推荐 | 最近更新 | 漏洞 / PoC 监控 | PDF |\n | ----- | -------- | --------------- | --- |\n | likes | index | vul-poc | pdf |","location":"index.ts"}} />
|
||||
<Route namespace="hacking8" data={{"path":"/:category?","categories":["programming"],"example":"/hacking8","parameters":{"category":"分类,见下表,默认为最近更新"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["hacking8.com/index/:category","hacking8.com/"]},"name":"信息流","maintainers":["nczitzk"],"description":"| 推荐 | 最近更新 | 漏洞 / PoC 监控 | PDF |\n | ----- | -------- | --------------- | --- |\n | likes | index | vul-poc | pdf |","location":"index.ts"}} />
|
||||
|
||||
| 推荐 | 最近更新 | 漏洞 / PoC 监控 | PDF |
|
||||
| ----- | -------- | --------------- | --- |
|
||||
|
|
@ -317,13 +317,13 @@ For instance, the `/github/topics/framework/l=php&o=desc&s=stars` route will gen
|
|||
|
||||
### Profile {#hackmd-profile}
|
||||
|
||||
<Route data={{"path":"/profile/:path","categories":["programming"],"example":"/hackmd/profile/hackmd","parameters":{"path":"userpath or teampath"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Profile","maintainers":["Yukaii","kaiix"],"location":"profile.ts"}} />
|
||||
<Route namespace="hackmd" data={{"path":"/profile/:path","categories":["programming"],"example":"/hackmd/profile/hackmd","parameters":{"path":"userpath or teampath"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Profile","maintainers":["Yukaii","kaiix"],"location":"profile.ts"}} />
|
||||
|
||||
## HelloGitHub {#hellogithub}
|
||||
|
||||
### 文章 {#hellogithub-wen-zhang}
|
||||
|
||||
<Route data={{"path":["/article/:sort?/:id?","/:sort?/:id?"],"categories":["programming"],"example":"/hellogithub/article","parameters":{"sort":"排序方式,见下表,默认为 `hot`,即热门","id":"标签 id,可在对应标签页 URL 中找到,默认为全部标签"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"文章","maintainers":["moke8","nczitzk"],"description":"| 热门 | 最近 |\n | ---- | ---- |\n | hot | last |","location":"index.ts"}} />
|
||||
<Route namespace="hellogithub" data={{"path":["/article/:sort?/:id?","/:sort?/:id?"],"categories":["programming"],"example":"/hellogithub/article","parameters":{"sort":"排序方式,见下表,默认为 `hot`,即热门","id":"标签 id,可在对应标签页 URL 中找到,默认为全部标签"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"文章","maintainers":["moke8","nczitzk"],"description":"| 热门 | 最近 |\n | ---- | ---- |\n | hot | last |","location":"index.ts"}} />
|
||||
|
||||
| 热门 | 最近 |
|
||||
| ---- | ---- |
|
||||
|
|
@ -331,7 +331,7 @@ For instance, the `/github/topics/framework/l=php&o=desc&s=stars` route will gen
|
|||
|
||||
### 文章 {#hellogithub-wen-zhang}
|
||||
|
||||
<Route data={{"path":["/article/:sort?/:id?","/:sort?/:id?"],"categories":["programming"],"example":"/hellogithub/article","parameters":{"sort":"排序方式,见下表,默认为 `hot`,即热门","id":"标签 id,可在对应标签页 URL 中找到,默认为全部标签"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"文章","maintainers":["moke8","nczitzk"],"description":"| 热门 | 最近 |\n | ---- | ---- |\n | hot | last |","location":"index.ts"}} />
|
||||
<Route namespace="hellogithub" data={{"path":["/article/:sort?/:id?","/:sort?/:id?"],"categories":["programming"],"example":"/hellogithub/article","parameters":{"sort":"排序方式,见下表,默认为 `hot`,即热门","id":"标签 id,可在对应标签页 URL 中找到,默认为全部标签"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"文章","maintainers":["moke8","nczitzk"],"description":"| 热门 | 最近 |\n | ---- | ---- |\n | hot | last |","location":"index.ts"}} />
|
||||
|
||||
| 热门 | 最近 |
|
||||
| ---- | ---- |
|
||||
|
|
@ -341,23 +341,23 @@ For instance, the `/github/topics/framework/l=php&o=desc&s=stars` route will gen
|
|||
|
||||
### Hex-Rays News {#hex-rays-hex-rays-news}
|
||||
|
||||
<Route data={{"path":"/news","categories":["programming"],"example":"/hex-rays/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["hex-rays.com/","hex-rays.com/blog"]},"name":"Hex-Rays News","maintainers":["hellodword ","TonyRL"],"url":"hex-rays.com/","location":"index.ts"}} />
|
||||
<Route namespace="hex-rays" data={{"path":"/news","categories":["programming"],"example":"/hex-rays/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["hex-rays.com/","hex-rays.com/blog"]},"name":"Hex-Rays News","maintainers":["hellodword ","TonyRL"],"url":"hex-rays.com/","location":"index.ts"}} />
|
||||
|
||||
## Huggingface {#huggingface}
|
||||
|
||||
### Daily Papers {#huggingface-daily-papers}
|
||||
|
||||
<Route data={{"path":"/daily-papers","categories":["programming"],"example":"/huggingface/daily-papers","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["huggingface.co/papers","huggingface.co/"]},"name":"Daily Papers","maintainers":["zeyugao"],"url":"huggingface.co/papers","location":"daily-papers.ts"}} />
|
||||
<Route namespace="huggingface" data={{"path":"/daily-papers","categories":["programming"],"example":"/huggingface/daily-papers","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["huggingface.co/papers","huggingface.co/"]},"name":"Daily Papers","maintainers":["zeyugao"],"url":"huggingface.co/papers","location":"daily-papers.ts"}} />
|
||||
|
||||
### 中文博客 {#huggingface-zhong-wen-bo-ke}
|
||||
|
||||
<Route data={{"path":"/blog-zh","categories":["programming"],"example":"/huggingface/blog-zh","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["huggingface.co/blog/zh","huggingface.co/"]},"name":"中文博客","maintainers":["zcf0508"],"url":"huggingface.co/blog/zh","location":"blog-zh.ts"}} />
|
||||
<Route namespace="huggingface" data={{"path":"/blog-zh","categories":["programming"],"example":"/huggingface/blog-zh","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["huggingface.co/blog/zh","huggingface.co/"]},"name":"中文博客","maintainers":["zcf0508"],"url":"huggingface.co/blog/zh","location":"blog-zh.ts"}} />
|
||||
|
||||
## Issue Hunt {#issue-hunt}
|
||||
|
||||
### Project Funded {#issue-hunt-project-funded}
|
||||
|
||||
<Route data={{"path":"/funded/:username/:repo","categories":["programming"],"example":"/issuehunt/funded/DIYgod/RSSHub","parameters":{"username":"Github user/org","repo":"Repository name"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Project Funded","maintainers":["running-grass"],"location":"funded.ts"}} />
|
||||
<Route namespace="issuehunt" data={{"path":"/funded/:username/:repo","categories":["programming"],"example":"/issuehunt/funded/DIYgod/RSSHub","parameters":{"username":"Github user/org","repo":"Repository name"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Project Funded","maintainers":["running-grass"],"location":"funded.ts"}} />
|
||||
|
||||
## Kong API 网关平台 {#kong-api-wang-guan-ping-tai}
|
||||
|
||||
|
|
@ -365,37 +365,37 @@ For instance, the `/github/topics/framework/l=php&o=desc&s=stars` route will gen
|
|||
|
||||
### 博客最新文章 {#kong-api-wang-guan-ping-tai-bo-ke-zui-xin-wen-zhang}
|
||||
|
||||
<Route data={{"path":"/blog-posts","categories":["programming"],"example":"/konghq/blog-posts","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["konghq.com/blog/*"]},"name":"博客最新文章","maintainers":["piglei"],"url":"konghq.com/blog/*","location":"blog-posts.ts"}} />
|
||||
<Route namespace="konghq" data={{"path":"/blog-posts","categories":["programming"],"example":"/konghq/blog-posts","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["konghq.com/blog/*"]},"name":"博客最新文章","maintainers":["piglei"],"url":"konghq.com/blog/*","location":"blog-posts.ts"}} />
|
||||
|
||||
## LeetCode {#leetcode}
|
||||
|
||||
### Articles {#leetcode-articles}
|
||||
|
||||
<Route data={{"path":"/articles","categories":["programming"],"example":"/leetcode/articles","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["leetcode.com/articles"]},"name":"Articles","maintainers":["LogicJake"],"url":"leetcode.com/articles","location":"articles.ts"}} />
|
||||
<Route namespace="leetcode" data={{"path":"/articles","categories":["programming"],"example":"/leetcode/articles","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["leetcode.com/articles"]},"name":"Articles","maintainers":["LogicJake"],"url":"leetcode.com/articles","location":"articles.ts"}} />
|
||||
|
||||
## ModelScope 魔搭社区 {#modelscope-mo-da-she-qu}
|
||||
|
||||
### DevPress 官方社区 {#modelscope-mo-da-she-qu-devpress-guan-fang-she-qu}
|
||||
|
||||
<Route namespace="modelscope" data={{"path":"/community","categories":["programming"],"example":"/modelscope/community","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["community.modelscope.cn/"]},"name":"DevPress 官方社区","maintainers":["TonyRL"],"url":"community.modelscope.cn/","location":"community.ts"}} />
|
||||
|
||||
### 创空间 {#modelscope-mo-da-she-qu-chuang-kong-jian}
|
||||
|
||||
<Route data={{"path":"/studios","categories":["programming"],"example":"/modelscope/studios","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["modelscope.cn/studios"]},"name":"创空间","maintainers":["TonyRL"],"url":"modelscope.cn/studios","location":"studios.ts"}} />
|
||||
<Route namespace="modelscope" data={{"path":"/studios","categories":["programming"],"example":"/modelscope/studios","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["modelscope.cn/studios"]},"name":"创空间","maintainers":["TonyRL"],"url":"modelscope.cn/studios","location":"studios.ts"}} />
|
||||
|
||||
### 模型库 {#modelscope-mo-da-she-qu-mo-xing-ku}
|
||||
|
||||
<Route data={{"path":"/models","categories":["programming"],"example":"/modelscope/models","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["modelscope.cn/models"]},"name":"模型库","maintainers":["TonyRL"],"url":"modelscope.cn/models","location":"models.ts"}} />
|
||||
<Route namespace="modelscope" data={{"path":"/models","categories":["programming"],"example":"/modelscope/models","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["modelscope.cn/models"]},"name":"模型库","maintainers":["TonyRL"],"url":"modelscope.cn/models","location":"models.ts"}} />
|
||||
|
||||
### 数据集 {#modelscope-mo-da-she-qu-shu-ju-ji}
|
||||
|
||||
<Route data={{"path":"/datasets","categories":["programming"],"example":"/modelscope/datasets","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["modelscope.cn/datasets"]},"name":"数据集","maintainers":["TonyRL"],"url":"modelscope.cn/datasets","location":"datasets.ts"}} />
|
||||
|
||||
### DevPress 官方社区 {#modelscope-mo-da-she-qu-devpress-guan-fang-she-qu}
|
||||
|
||||
<Route data={{"path":"/community","categories":["programming"],"example":"/modelscope/community","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["community.modelscope.cn/"]},"name":"DevPress 官方社区","maintainers":["TonyRL"],"url":"community.modelscope.cn/","location":"community.ts"}} />
|
||||
<Route namespace="modelscope" data={{"path":"/datasets","categories":["programming"],"example":"/modelscope/datasets","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["modelscope.cn/datasets"]},"name":"数据集","maintainers":["TonyRL"],"url":"modelscope.cn/datasets","location":"datasets.ts"}} />
|
||||
|
||||
## MySQL {#mysql}
|
||||
|
||||
### Release Notes {#mysql-release-notes}
|
||||
|
||||
<Route data={{"path":"/release/:version?","categories":["programming"],"example":"/mysql/release/8.0","parameters":{"version":"Version, see below, 8.0 by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Release Notes","maintainers":["nczitzk"],"description":"| 8.0 | 5.7 | 5.6 |\n | --- | --- | --- |","location":"release.ts"}} />
|
||||
<Route namespace="mysql" data={{"path":"/release/:version?","categories":["programming"],"example":"/mysql/release/8.0","parameters":{"version":"Version, see below, 8.0 by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Release Notes","maintainers":["nczitzk"],"description":"| 8.0 | 5.7 | 5.6 |\n | --- | --- | --- |","location":"release.ts"}} />
|
||||
|
||||
| 8.0 | 5.7 | 5.6 |
|
||||
| --- | --- | --- |
|
||||
|
|
@ -404,7 +404,7 @@ For instance, the `/github/topics/framework/l=php&o=desc&s=stars` route will gen
|
|||
|
||||
### News {#node-js-news}
|
||||
|
||||
<Route data={{"path":"/blog/:language?","categories":["programming"],"example":"/nodejs/blog","parameters":{"language":"Language, see below, en by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["nodejs.org/:language/blog","nodejs.org/"]},"name":"News","maintainers":["nczitzk"],"description":"| العربية | Catalan | Deutsch | Español | زبان فارسی |\n | ------- | ------- | ------- | ------- | ---------- |\n | ar | ca | de | es | fa |\n\n | Français | Galego | Italiano | 日本語 | 한국어 |\n | -------- | ------ | -------- | ------ | ------ |\n | fr | gl | it | ja | ko |\n\n | Português do Brasil | limba română | Русский | Türkçe | Українська |\n | ------------------- | ------------ | ------- | ------ | ---------- |\n | pt-br | ro | ru | tr | uk |\n\n | 简体中文 | 繁體中文 |\n | -------- | -------- |\n | zh-cn | zh-tw |","location":"blog.ts"}} />
|
||||
<Route namespace="nodejs" data={{"path":"/blog/:language?","categories":["programming"],"example":"/nodejs/blog","parameters":{"language":"Language, see below, en by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["nodejs.org/:language/blog","nodejs.org/"]},"name":"News","maintainers":["nczitzk"],"description":"| العربية | Catalan | Deutsch | Español | زبان فارسی |\n | ------- | ------- | ------- | ------- | ---------- |\n | ar | ca | de | es | fa |\n\n | Français | Galego | Italiano | 日本語 | 한국어 |\n | -------- | ------ | -------- | ------ | ------ |\n | fr | gl | it | ja | ko |\n\n | Português do Brasil | limba română | Русский | Türkçe | Українська |\n | ------------------- | ------------ | ------- | ------ | ---------- |\n | pt-br | ro | ru | tr | uk |\n\n | 简体中文 | 繁體中文 |\n | -------- | -------- |\n | zh-cn | zh-tw |","location":"blog.ts"}} />
|
||||
|
||||
| العربية | Catalan | Deutsch | Español | زبان فارسی |
|
||||
| ------- | ------- | ------- | ------- | ---------- |
|
||||
|
|
@ -426,7 +426,7 @@ For instance, the `/github/topics/framework/l=php&o=desc&s=stars` route will gen
|
|||
|
||||
### 动作分享 {#quicker-dong-zuo-fen-xiang}
|
||||
|
||||
<Route data={{"path":"/share/:category?","categories":["programming"],"example":"/quicker/share/Recent","parameters":{"category":"分类,见下表,默认为动作库最新更新"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["getquicker.net/Share/:category","getquicker.net/"]},"name":"动作分享","maintainers":["nczitzk"],"description":"| 动作库最新更新 | 动作库最多赞 | 动作库新动作 | 动作库最近赞 |\n | -------------- | ------------ | ------------ | ------------ |\n | Recent | Recommended | NewActions | RecentLiked |\n\n | 子程序 | 扩展热键 | 文本指令 |\n | ----------- | --------- | ------------ |\n | SubPrograms | PowerKeys | TextCommands |","location":"share.ts"}} />
|
||||
<Route namespace="quicker" data={{"path":"/share/:category?","categories":["programming"],"example":"/quicker/share/Recent","parameters":{"category":"分类,见下表,默认为动作库最新更新"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["getquicker.net/Share/:category","getquicker.net/"]},"name":"动作分享","maintainers":["nczitzk"],"description":"| 动作库最新更新 | 动作库最多赞 | 动作库新动作 | 动作库最近赞 |\n | -------------- | ------------ | ------------ | ------------ |\n | Recent | Recommended | NewActions | RecentLiked |\n\n | 子程序 | 扩展热键 | 文本指令 |\n | ----------- | --------- | ------------ |\n | SubPrograms | PowerKeys | TextCommands |","location":"share.ts"}} />
|
||||
|
||||
| 动作库最新更新 | 动作库最多赞 | 动作库新动作 | 动作库最近赞 |
|
||||
| -------------- | ------------ | ------------ | ------------ |
|
||||
|
|
@ -438,7 +438,7 @@ For instance, the `/github/topics/framework/l=php&o=desc&s=stars` route will gen
|
|||
|
||||
### 讨论区 {#quicker-tao-lun-qu}
|
||||
|
||||
<Route data={{"path":"/qa/:category?/:state?","categories":["programming"],"example":"/quicker/qa","parameters":{"category":"分类,见下表,默认为全部","state":"状态,见下表,默认为全部"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"讨论区","maintainers":["Cesaryuan","nczitzk"],"description":"分类\n\n | 使用问题 | 动作开发 | BUG 反馈 | 功能建议 |\n | -------- | -------- | -------- | -------- |\n | 1 | 9 | 3 | 4 |\n\n | 动作需求 | 经验创意 | 动作推荐 | 信息发布 |\n | -------- | -------- | -------- | -------- |\n | 6 | 2 | 7 | 5 |\n\n | 随便聊聊 | 异常报告 | 全部 |\n | -------- | -------- | ---- |\n | 8 | 10 | all |\n\n 状态\n\n | 全部 | 精华 | 已归档 |\n | ---- | ------ | ------- |\n | | digest | achived |","location":"qa.ts"}} />
|
||||
<Route namespace="quicker" data={{"path":"/qa/:category?/:state?","categories":["programming"],"example":"/quicker/qa","parameters":{"category":"分类,见下表,默认为全部","state":"状态,见下表,默认为全部"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"讨论区","maintainers":["Cesaryuan","nczitzk"],"description":"分类\n\n | 使用问题 | 动作开发 | BUG 反馈 | 功能建议 |\n | -------- | -------- | -------- | -------- |\n | 1 | 9 | 3 | 4 |\n\n | 动作需求 | 经验创意 | 动作推荐 | 信息发布 |\n | -------- | -------- | -------- | -------- |\n | 6 | 2 | 7 | 5 |\n\n | 随便聊聊 | 异常报告 | 全部 |\n | -------- | -------- | ---- |\n | 8 | 10 | all |\n\n 状态\n\n | 全部 | 精华 | 已归档 |\n | ---- | ------ | ------- |\n | | digest | achived |","location":"qa.ts"}} />
|
||||
|
||||
分类
|
||||
|
||||
|
|
@ -462,7 +462,7 @@ For instance, the `/github/topics/framework/l=php&o=desc&s=stars` route will gen
|
|||
|
||||
### 用户更新 {#quicker-yong-hu-geng-xin}
|
||||
|
||||
<Route data={{"path":"/user/:category/:id","categories":["programming"],"example":"/quicker/user/Actions/3-CL","parameters":{"category":"分类,见下表","id":"用户 id,可在对应用户页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"用户更新","maintainers":["Cesaryuan","nczitzk"],"description":"| 动作 | 子程序 | 动作单 |\n | ------- | ----------- | ----------- |\n | Actions | SubPrograms | ActionLists |","location":"user.ts"}} />
|
||||
<Route namespace="quicker" data={{"path":"/user/:category/:id","categories":["programming"],"example":"/quicker/user/Actions/3-CL","parameters":{"category":"分类,见下表","id":"用户 id,可在对应用户页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"用户更新","maintainers":["Cesaryuan","nczitzk"],"description":"| 动作 | 子程序 | 动作单 |\n | ------- | ----------- | ----------- |\n | Actions | SubPrograms | ActionLists |","location":"user.ts"}} />
|
||||
|
||||
| 动作 | 子程序 | 动作单 |
|
||||
| ------- | ----------- | ----------- |
|
||||
|
|
@ -472,33 +472,33 @@ For instance, the `/github/topics/framework/l=php&o=desc&s=stars` route will gen
|
|||
|
||||
### 招聘 {#rust-yu-yan-zhong-wen-she-qu-zhao-pin}
|
||||
|
||||
<Route data={{"path":"/jobs","categories":["programming"],"example":"/rustcc/jobs","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["rustcc.cn/"]},"name":"招聘","maintainers":["CcccFz"],"url":"rustcc.cn/","location":"jobs.ts"}} />
|
||||
<Route namespace="rustcc" data={{"path":"/jobs","categories":["programming"],"example":"/rustcc/jobs","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["rustcc.cn/"]},"name":"招聘","maintainers":["CcccFz"],"url":"rustcc.cn/","location":"jobs.ts"}} />
|
||||
|
||||
## SecWiki - 安全维基 {#secwiki-an-quan-wei-ji}
|
||||
|
||||
### 最新周刊 {#secwiki-an-quan-wei-ji-zui-xin-zhou-kan}
|
||||
|
||||
<Route data={{"path":"/weekly","categories":["programming"],"example":"/sec-wiki/weekly","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"最新周刊","maintainers":["p7e4"],"location":"weekly.ts"}} />
|
||||
<Route namespace="sec-wiki" data={{"path":"/weekly","categories":["programming"],"example":"/sec-wiki/weekly","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"最新周刊","maintainers":["p7e4"],"location":"weekly.ts"}} />
|
||||
|
||||
## SegmentFault {#segmentfault}
|
||||
|
||||
### 博客 {#segmentfault-bo-ke}
|
||||
|
||||
<Route data={{"path":"/blogs/:tag","categories":["programming"],"example":"/segmentfault/blogs/go","parameters":{"tag":"标签名称,在 [标签](https://segmentfault.com/tags) 中可以找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["segmentfault.com/t/:tag/blogs"]},"name":"博客","maintainers":["shiluanzzz"],"location":"blogs.ts"}} />
|
||||
<Route namespace="segmentfault" data={{"path":"/blogs/:tag","categories":["programming"],"example":"/segmentfault/blogs/go","parameters":{"tag":"标签名称,在 [标签](https://segmentfault.com/tags) 中可以找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["segmentfault.com/t/:tag/blogs"]},"name":"博客","maintainers":["shiluanzzz"],"location":"blogs.ts"}} />
|
||||
|
||||
### 频道 {#segmentfault-pin-dao}
|
||||
|
||||
<Route data={{"path":"/channel/:name","categories":["programming"],"example":"/segmentfault/channel/frontend","parameters":{"name":"频道名称,在频道 URL 可以找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["segmentfault.com/channel/:name"]},"name":"频道","maintainers":["LogicJake","Fatpandac"],"location":"channel.ts"}} />
|
||||
<Route namespace="segmentfault" data={{"path":"/channel/:name","categories":["programming"],"example":"/segmentfault/channel/frontend","parameters":{"name":"频道名称,在频道 URL 可以找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["segmentfault.com/channel/:name"]},"name":"频道","maintainers":["LogicJake","Fatpandac"],"location":"channel.ts"}} />
|
||||
|
||||
### 用户 {#segmentfault-yong-hu}
|
||||
|
||||
<Route data={{"path":"/user/:name","categories":["programming"],"example":"/segmentfault/user/minnanitkong","parameters":{"name":"用户 Id,用户详情页 URL 可以找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["segmentfault.com/u/:name"]},"name":"用户","maintainers":["leyuuu","Fatpandac"],"location":"user.ts"}} />
|
||||
<Route namespace="segmentfault" data={{"path":"/user/:name","categories":["programming"],"example":"/segmentfault/user/minnanitkong","parameters":{"name":"用户 Id,用户详情页 URL 可以找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["segmentfault.com/u/:name"]},"name":"用户","maintainers":["leyuuu","Fatpandac"],"location":"user.ts"}} />
|
||||
|
||||
## Smashing Magazine {#smashing-magazine}
|
||||
|
||||
### Category {#smashing-magazine-category}
|
||||
|
||||
<Route data={{"path":"/:category?","categories":["programming"],"example":"/smashingmagazine/react","parameters":{"category":"Find in URL or Table below"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["smashingmagazine.com/category/:category"],"target":"/:category"},"name":"Category","maintainers":["Rjnishant530"],"url":"smashingmagazine.com/articles/","description":"| **Category** | |\n | ------------------ | ------------------ |\n | Accessibility | accessibility |\n | Best practices | best-practices |\n | Business | business |\n | Career | career |\n | Checklists | checklists |\n | CSS | css |\n | Data Visualization | data-visualization |\n | Design | design |\n | Design Patterns | design-patterns |\n | Design Systems | design-systems |\n | E-Commerce | e-commerce |\n | Figma | figma |\n | Freebies | freebies |\n | HTML | html |\n | Illustrator | illustrator |\n | Inspiration | inspiration |\n | JavaScript | javascript |\n | Mobile | mobile |\n | Performance | performance |\n | Privacy | privacy |\n | React | react |\n | Responsive Design | responsive-design |\n | Round-Ups | round-ups |\n | SEO | seo |\n | Typography | typography |\n | Tools | tools |\n | UI | ui |\n | Usability | usability |\n | UX | ux |\n | Vue | vue |\n | Wallpapers | wallpapers |\n | Web Design | web-design |\n | Workflow | workflow |","location":"category.ts"}} />
|
||||
<Route namespace="smashingmagazine" data={{"path":"/:category?","categories":["programming"],"example":"/smashingmagazine/react","parameters":{"category":"Find in URL or Table below"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["smashingmagazine.com/category/:category"],"target":"/:category"},"name":"Category","maintainers":["Rjnishant530"],"url":"smashingmagazine.com/articles/","description":"| **Category** | |\n | ------------------ | ------------------ |\n | Accessibility | accessibility |\n | Best practices | best-practices |\n | Business | business |\n | Career | career |\n | Checklists | checklists |\n | CSS | css |\n | Data Visualization | data-visualization |\n | Design | design |\n | Design Patterns | design-patterns |\n | Design Systems | design-systems |\n | E-Commerce | e-commerce |\n | Figma | figma |\n | Freebies | freebies |\n | HTML | html |\n | Illustrator | illustrator |\n | Inspiration | inspiration |\n | JavaScript | javascript |\n | Mobile | mobile |\n | Performance | performance |\n | Privacy | privacy |\n | React | react |\n | Responsive Design | responsive-design |\n | Round-Ups | round-ups |\n | SEO | seo |\n | Typography | typography |\n | Tools | tools |\n | UI | ui |\n | Usability | usability |\n | UX | ux |\n | Vue | vue |\n | Wallpapers | wallpapers |\n | Web Design | web-design |\n | Workflow | workflow |","location":"category.ts"}} />
|
||||
|
||||
| **Category** | |
|
||||
| ------------------ | ------------------ |
|
||||
|
|
@ -540,7 +540,7 @@ For instance, the `/github/topics/framework/l=php&o=desc&s=stars` route will gen
|
|||
|
||||
### 公告 {#a-li-yun-gong-gao}
|
||||
|
||||
<Route data={{"path":"/notice/:type?","categories":["programming"],"example":"/aliyun/notice","parameters":{"type":"N"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"公告","maintainers":["muzea"],"description":"| 类型 | type |\n | -------- | ---- |\n | 全部 | |\n | 升级公告 | 1 |\n | 安全公告 | 2 |\n | 备案公告 | 3 |\n | 其他 | 4 |","location":"notice.ts"}} />
|
||||
<Route namespace="aliyun" data={{"path":"/notice/:type?","categories":["programming"],"example":"/aliyun/notice","parameters":{"type":"N"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"公告","maintainers":["muzea"],"description":"| 类型 | type |\n | -------- | ---- |\n | 全部 | |\n | 升级公告 | 1 |\n | 安全公告 | 2 |\n | 备案公告 | 3 |\n | 其他 | 4 |","location":"notice.ts"}} />
|
||||
|
||||
| 类型 | type |
|
||||
| -------- | ---- |
|
||||
|
|
@ -552,11 +552,11 @@ For instance, the `/github/topics/framework/l=php&o=desc&s=stars` route will gen
|
|||
|
||||
### 开发者社区 - 主题 {#a-li-yun-kai-fa-zhe-she-qu-zhu-ti}
|
||||
|
||||
<Route data={{"path":"/developer/group/:type","categories":["programming"],"example":"/aliyun/developer/group/alitech","parameters":{"type":"对应技术领域分类"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["developer.aliyun.com/group/:type"]},"name":"开发者社区 - 主题","maintainers":["umm233"],"location":"developer/group.ts"}} />
|
||||
<Route namespace="aliyun" data={{"path":"/developer/group/:type","categories":["programming"],"example":"/aliyun/developer/group/alitech","parameters":{"type":"对应技术领域分类"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["developer.aliyun.com/group/:type"]},"name":"开发者社区 - 主题","maintainers":["umm233"],"location":"developer/group.ts"}} />
|
||||
|
||||
### 数据库内核月报 {#a-li-yun-shu-ju-ku-nei-he-yue-bao}
|
||||
|
||||
<Route data={{"path":"/database_month","categories":["programming"],"example":"/aliyun/database_month","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["mysql.taobao.org/monthly","mysql.taobao.org/"]},"name":"数据库内核月报","maintainers":["junbaor"],"url":"mysql.taobao.org/monthly","location":"database-month.ts"}} />
|
||||
<Route namespace="aliyun" data={{"path":"/database_month","categories":["programming"],"example":"/aliyun/database_month","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["mysql.taobao.org/monthly","mysql.taobao.org/"]},"name":"数据库内核月报","maintainers":["junbaor"],"url":"mysql.taobao.org/monthly","location":"database-month.ts"}} />
|
||||
|
||||
## 安全客 {#an-quan-ke}
|
||||
|
||||
|
|
@ -566,7 +566,7 @@ For instance, the `/github/topics/framework/l=php&o=desc&s=stars` route will gen
|
|||
|
||||
### 分类订阅 {#an-quan-ke-fen-lei-ding-yue}
|
||||
|
||||
<Route data={{"path":"/:category/:fulltext?","categories":["programming"],"example":"/anquanke/week","parameters":{"category":"分类订阅","fulltext":"是否获取全文,如需获取全文参数传入 `quanwen` 或 `fulltext`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"分类订阅","maintainers":["qwertyuiop6"],"description":"| 360 网络安全周报 | 活动 | 知识 | 资讯 | 招聘 | 工具 |\n | ---------------- | -------- | --------- | ---- | ---- | ---- |\n | week | activity | knowledge | news | job | tool |","location":"category.ts"}} />
|
||||
<Route namespace="anquanke" data={{"path":"/:category/:fulltext?","categories":["programming"],"example":"/anquanke/week","parameters":{"category":"分类订阅","fulltext":"是否获取全文,如需获取全文参数传入 `quanwen` 或 `fulltext`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"分类订阅","maintainers":["qwertyuiop6"],"description":"| 360 网络安全周报 | 活动 | 知识 | 资讯 | 招聘 | 工具 |\n | ---------------- | -------- | --------- | ---- | ---- | ---- |\n | week | activity | knowledge | news | job | tool |","location":"category.ts"}} />
|
||||
|
||||
| 360 网络安全周报 | 活动 | 知识 | 资讯 | 招聘 | 工具 |
|
||||
| ---------------- | -------- | --------- | ---- | ---- | ---- |
|
||||
|
|
@ -576,27 +576,27 @@ For instance, the `/github/topics/framework/l=php&o=desc&s=stars` route will gen
|
|||
|
||||
### 分类 {#an-quan-nei-can-fen-lei}
|
||||
|
||||
<Route data={{"path":"/category/:category?","categories":["programming"],"example":"/secrss/category/产业趋势","parameters":{"category":"N"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"分类","maintainers":["XinRoom","SunBK201"],"location":"category.ts"}} />
|
||||
<Route namespace="secrss" data={{"path":"/category/:category?","categories":["programming"],"example":"/secrss/category/产业趋势","parameters":{"category":"N"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"分类","maintainers":["XinRoom","SunBK201"],"location":"category.ts"}} />
|
||||
|
||||
### 作者 {#an-quan-nei-can-zuo-zhe}
|
||||
|
||||
<Route data={{"path":"/author/:author","categories":["programming"],"example":"/secrss/author/网络安全威胁和漏洞信息共享平台","parameters":{"author":"N"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"作者","maintainers":["XinRoom","SunBK201"],"location":"author.ts"}} />
|
||||
<Route namespace="secrss" data={{"path":"/author/:author","categories":["programming"],"example":"/secrss/author/网络安全威胁和漏洞信息共享平台","parameters":{"author":"N"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"作者","maintainers":["XinRoom","SunBK201"],"location":"author.ts"}} />
|
||||
|
||||
## 北京智源人工智能研究院 {#bei-jing-zhi-yuan-ren-gong-zhi-neng-yan-jiu-yuan}
|
||||
|
||||
### 智源社区 - 活动 {#bei-jing-zhi-yuan-ren-gong-zhi-neng-yan-jiu-yuan-zhi-yuan-she-qu-huo-dong}
|
||||
|
||||
<Route data={{"path":"/hub/events","categories":["programming"],"example":"/baai/hub/events","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["hub.baai.ac.cn/events","hub.baai.ac.cn/"]},"name":"智源社区 - 活动","maintainers":["TonyRL"],"url":"hub.baai.ac.cn/events","location":"events.ts"}} />
|
||||
|
||||
### 智源社区 - 评论 {#bei-jing-zhi-yuan-ren-gong-zhi-neng-yan-jiu-yuan-zhi-yuan-she-qu-ping-lun}
|
||||
|
||||
<Route data={{"path":"/hub/comments","categories":["programming"],"example":"/baai/hub/comments","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["hub.baai.ac.cn/comments","hub.baai.ac.cn/"]},"name":"智源社区 - 评论","maintainers":["TonyRL"],"url":"hub.baai.ac.cn/comments","location":"comments.ts"}} />
|
||||
<Route namespace="baai" data={{"path":"/hub/comments","categories":["programming"],"example":"/baai/hub/comments","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["hub.baai.ac.cn/comments","hub.baai.ac.cn/"]},"name":"智源社区 - 评论","maintainers":["TonyRL"],"url":"hub.baai.ac.cn/comments","location":"comments.ts"}} />
|
||||
|
||||
### 智源社区 - 活动 {#bei-jing-zhi-yuan-ren-gong-zhi-neng-yan-jiu-yuan-zhi-yuan-she-qu-huo-dong}
|
||||
|
||||
<Route namespace="baai" data={{"path":"/hub/events","categories":["programming"],"example":"/baai/hub/events","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["hub.baai.ac.cn/events","hub.baai.ac.cn/"]},"name":"智源社区 - 活动","maintainers":["TonyRL"],"url":"hub.baai.ac.cn/events","location":"events.ts"}} />
|
||||
|
||||
## 登链社区 {#deng-lian-she-qu}
|
||||
|
||||
### 文章 {#deng-lian-she-qu-wen-zhang}
|
||||
|
||||
<Route data={{"path":"/posts/:cid/:sort?","categories":["programming"],"example":"/learnblockchain/posts/DApp/newest","parameters":{"cid":"分类id,更多分类可以论坛的URL找到","sort":"排序方式,默认精选"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"文章","maintainers":["running-grass"],"description":"| id | 分类 |\n | -------- | ------------ |\n | all | 全部 |\n | DApp | 去中心化应用 |\n | chains | 公链 |\n | 联盟链 | 联盟链 |\n | scaling | Layer2 |\n | langs | 编程语言 |\n | security | 安全 |\n | dst | 存储 |\n | basic | 理论研究 |\n | other | 其他 |\n\n | id | 排序方式 |\n | -------- | ----------- |\n | newest | 最新 |\n | featured | 精选 (默认) |\n | featured | 最赞 |\n | hottest | 最热 |","location":"posts.ts"}} />
|
||||
<Route namespace="learnblockchain" data={{"path":"/posts/:cid/:sort?","categories":["programming"],"example":"/learnblockchain/posts/DApp/newest","parameters":{"cid":"分类id,更多分类可以论坛的URL找到","sort":"排序方式,默认精选"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"文章","maintainers":["running-grass"],"description":"| id | 分类 |\n | -------- | ------------ |\n | all | 全部 |\n | DApp | 去中心化应用 |\n | chains | 公链 |\n | 联盟链 | 联盟链 |\n | scaling | Layer2 |\n | langs | 编程语言 |\n | security | 安全 |\n | dst | 存储 |\n | basic | 理论研究 |\n | other | 其他 |\n\n | id | 排序方式 |\n | -------- | ----------- |\n | newest | 最新 |\n | featured | 精选 (默认) |\n | featured | 最赞 |\n | hottest | 最热 |","location":"posts.ts"}} />
|
||||
|
||||
| id | 分类 |
|
||||
| -------- | ------------ |
|
||||
|
|
@ -622,7 +622,7 @@ For instance, the `/github/topics/framework/l=php&o=desc&s=stars` route will gen
|
|||
|
||||
### 频道、专栏、用户 {#ji-shu-she-qu-pin-dao-zhuan-lan-yong-hu}
|
||||
|
||||
<Route data={{"path":"/:type/:name?","categories":["programming"],"example":"/aijishu/channel/ai","parameters":{"type":"文章类型,可以取值如下","name":"名字,取自URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"频道、专栏、用户","maintainers":[],"description":"| type | 说明 |\n | ------- | ---- |\n | channel | 频道 |\n | blog | 专栏 |\n | u | 用户 |","location":"index.ts"}} />
|
||||
<Route namespace="aijishu" data={{"path":"/:type/:name?","categories":["programming"],"example":"/aijishu/channel/ai","parameters":{"type":"文章类型,可以取值如下","name":"名字,取自URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"频道、专栏、用户","maintainers":[],"description":"| type | 说明 |\n | ------- | ---- |\n | channel | 频道 |\n | blog | 专栏 |\n | u | 用户 |","location":"index.ts"}} />
|
||||
|
||||
| type | 说明 |
|
||||
| ------- | ---- |
|
||||
|
|
@ -634,15 +634,15 @@ For instance, the `/github/topics/framework/l=php&o=desc&s=stars` route will gen
|
|||
|
||||
### 标签 {#jue-jin-biao-qian}
|
||||
|
||||
<Route data={{"path":"/tag/:tag","categories":["programming"],"example":"/juejin/tag/JavaScript","parameters":{"tag":"标签名,可在标签 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["juejin.cn/tag/:tag"]},"name":"标签","maintainers":["isheng5"],"location":"tag.ts"}} />
|
||||
<Route namespace="juejin" data={{"path":"/tag/:tag","categories":["programming"],"example":"/juejin/tag/JavaScript","parameters":{"tag":"标签名,可在标签 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["juejin.cn/tag/:tag"]},"name":"标签","maintainers":["isheng5"],"location":"tag.ts"}} />
|
||||
|
||||
### 单个收藏夹 {#jue-jin-dan-ge-shou-cang-jia}
|
||||
|
||||
<Route data={{"path":"/collection/:collectionId","categories":["programming"],"example":"/juejin/collection/6845243180586123271","parameters":{"collectionId":"收藏夹唯一标志符, 在浏览器地址栏URL中能够找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["juejin.cn/collection/:collectionId"]},"name":"单个收藏夹","maintainers":["isQ"],"location":"collection.ts"}} />
|
||||
<Route namespace="juejin" data={{"path":"/collection/:collectionId","categories":["programming"],"example":"/juejin/collection/6845243180586123271","parameters":{"collectionId":"收藏夹唯一标志符, 在浏览器地址栏URL中能够找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["juejin.cn/collection/:collectionId"]},"name":"单个收藏夹","maintainers":["isQ"],"location":"collection.ts"}} />
|
||||
|
||||
### 沸点 {#jue-jin-fei-dian}
|
||||
|
||||
<Route data={{"path":"/pins/:type?","categories":["programming"],"example":"/juejin/pins/6824710202487472141","parameters":{"type":"默认为 recommend,见下表"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"沸点","maintainers":["xyqfer","laampui"],"description":"| 推荐 | 热门 | 上班摸鱼 | 内推招聘 | 一图胜千言 | 今天学到了 | 每天一道算法题 | 开发工具推荐 | 树洞一下 |\n | --------- | ---- | ------------------- | ------------------- | ------------------- | ------------------- | ------------------- | ------------------- | ------------------- |\n | recommend | hot | 6824710203301167112 | 6819970850532360206 | 6824710202487472141 | 6824710202562969614 | 6824710202378436621 | 6824710202000932877 | 6824710203112423437 |","location":"pins.ts"}} />
|
||||
<Route namespace="juejin" data={{"path":"/pins/:type?","categories":["programming"],"example":"/juejin/pins/6824710202487472141","parameters":{"type":"默认为 recommend,见下表"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"沸点","maintainers":["xyqfer","laampui"],"description":"| 推荐 | 热门 | 上班摸鱼 | 内推招聘 | 一图胜千言 | 今天学到了 | 每天一道算法题 | 开发工具推荐 | 树洞一下 |\n | --------- | ---- | ------------------- | ------------------- | ------------------- | ------------------- | ------------------- | ------------------- | ------------------- |\n | recommend | hot | 6824710203301167112 | 6819970850532360206 | 6824710202487472141 | 6824710202562969614 | 6824710202378436621 | 6824710202000932877 | 6824710203112423437 |","location":"pins.ts"}} />
|
||||
|
||||
| 推荐 | 热门 | 上班摸鱼 | 内推招聘 | 一图胜千言 | 今天学到了 | 每天一道算法题 | 开发工具推荐 | 树洞一下 |
|
||||
| --------- | ---- | ------------------- | ------------------- | ------------------- | ------------------- | ------------------- | ------------------- | ------------------- |
|
||||
|
|
@ -650,7 +650,7 @@ For instance, the `/github/topics/framework/l=php&o=desc&s=stars` route will gen
|
|||
|
||||
### 分类 {#jue-jin-fen-lei}
|
||||
|
||||
<Route data={{"path":"/category/:category","categories":["programming"],"example":"/juejin/category/frontend","parameters":{"category":"分类名"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"分类","maintainers":["DIYgod"],"description":"| 后端 | 前端 | Android | iOS | 人工智能 | 开发工具 | 代码人生 | 阅读 |\n | ------- | -------- | ------- | --- | -------- | -------- | -------- | ------- |\n | backend | frontend | android | ios | ai | freebie | career | article |","location":"category.ts"}} />
|
||||
<Route namespace="juejin" data={{"path":"/category/:category","categories":["programming"],"example":"/juejin/category/frontend","parameters":{"category":"分类名"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"分类","maintainers":["DIYgod"],"description":"| 后端 | 前端 | Android | iOS | 人工智能 | 开发工具 | 代码人生 | 阅读 |\n | ------- | -------- | ------- | --- | -------- | -------- | -------- | ------- |\n | backend | frontend | android | ios | ai | freebie | career | article |","location":"category.ts"}} />
|
||||
|
||||
| 后端 | 前端 | Android | iOS | 人工智能 | 开发工具 | 代码人生 | 阅读 |
|
||||
| ------- | -------- | ------- | --- | -------- | -------- | -------- | ------- |
|
||||
|
|
@ -658,7 +658,7 @@ For instance, the `/github/topics/framework/l=php&o=desc&s=stars` route will gen
|
|||
|
||||
### 热门 {#jue-jin-re-men}
|
||||
|
||||
<Route data={{"path":"/trending/:category/:type","categories":["programming"],"example":"/juejin/trending/ios/monthly","parameters":{"category":"分类名","type":"类型"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"热门","maintainers":["moaix"],"description":"| category | 标签 |\n | -------- | -------- |\n | android | Android |\n | frontend | 前端 |\n | ios | iOS |\n | backend | 后端 |\n | design | 设计 |\n | product | 产品 |\n | freebie | 工具资源 |\n | article | 阅读 |\n | ai | 人工智能 |\n | devops | 运维 |\n | all | 全部 |\n\n | type | 类型 |\n | ---------- | -------- |\n | weekly | 本周最热 |\n | monthly | 本月最热 |\n | historical | 历史最热 |","location":"trending.ts"}} />
|
||||
<Route namespace="juejin" data={{"path":"/trending/:category/:type","categories":["programming"],"example":"/juejin/trending/ios/monthly","parameters":{"category":"分类名","type":"类型"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"热门","maintainers":["moaix"],"description":"| category | 标签 |\n | -------- | -------- |\n | android | Android |\n | frontend | 前端 |\n | ios | iOS |\n | backend | 后端 |\n | design | 设计 |\n | product | 产品 |\n | freebie | 工具资源 |\n | article | 阅读 |\n | ai | 人工智能 |\n | devops | 运维 |\n | all | 全部 |\n\n | type | 类型 |\n | ---------- | -------- |\n | weekly | 本周最热 |\n | monthly | 本月最热 |\n | historical | 历史最热 |","location":"trending.ts"}} />
|
||||
|
||||
| category | 标签 |
|
||||
| -------- | -------- |
|
||||
|
|
@ -682,39 +682,39 @@ For instance, the `/github/topics/framework/l=php&o=desc&s=stars` route will gen
|
|||
|
||||
### 收藏集 {#jue-jin-shou-cang-ji}
|
||||
|
||||
<Route data={{"path":"/collections/:userId","categories":["programming"],"example":"/juejin/collections/1697301682482439","parameters":{"userId":"用户唯一标志符, 在浏览器地址栏URL中能够找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["juejin.cn/user/:id","juejin.cn/user/:id/collections"],"target":"/collections/:id"},"name":"收藏集","maintainers":["isQ"],"location":"favorites.ts"}} />
|
||||
<Route namespace="juejin" data={{"path":"/collections/:userId","categories":["programming"],"example":"/juejin/collections/1697301682482439","parameters":{"userId":"用户唯一标志符, 在浏览器地址栏URL中能够找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["juejin.cn/user/:id","juejin.cn/user/:id/collections"],"target":"/collections/:id"},"name":"收藏集","maintainers":["isQ"],"location":"favorites.ts"}} />
|
||||
|
||||
### 小册 {#jue-jin-xiao-ce}
|
||||
|
||||
<Route data={{"path":"/books","categories":["programming"],"example":"/juejin/books","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["juejin.cn/books"]},"name":"小册","maintainers":["xyqfer"],"url":"juejin.cn/books","description":"> 掘金小册需要付费订阅,RSS 仅做更新提醒,不含付费内容.","location":"books.ts"}} />
|
||||
<Route namespace="juejin" data={{"path":"/books","categories":["programming"],"example":"/juejin/books","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["juejin.cn/books"]},"name":"小册","maintainers":["xyqfer"],"url":"juejin.cn/books","description":"> 掘金小册需要付费订阅,RSS 仅做更新提醒,不含付费内容.","location":"books.ts"}} />
|
||||
|
||||
> 掘金小册需要付费订阅,RSS 仅做更新提醒,不含付费内容.
|
||||
|
||||
### 用户文章 {#jue-jin-yong-hu-wen-zhang}
|
||||
|
||||
<Route data={{"path":"/posts/:id","categories":["programming"],"example":"/juejin/posts/3051900006845944","parameters":{"id":"用户 id, 可在用户页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["juejin.cn/user/:id","juejin.cn/user/:id/posts"]},"name":"用户文章","maintainers":["Maecenas"],"location":"posts.ts"}} />
|
||||
<Route namespace="juejin" data={{"path":"/posts/:id","categories":["programming"],"example":"/juejin/posts/3051900006845944","parameters":{"id":"用户 id, 可在用户页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["juejin.cn/user/:id","juejin.cn/user/:id/posts"]},"name":"用户文章","maintainers":["Maecenas"],"location":"posts.ts"}} />
|
||||
|
||||
### 专栏 {#jue-jin-zhuan-lan}
|
||||
|
||||
<Route data={{"path":"/column/:id","categories":["programming"],"example":"/juejin/column/6960559453037199391","parameters":{"id":"专栏 id, 可在专栏页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["juejin.cn/column/:id"]},"name":"专栏","maintainers":["xiangzy1"],"location":"column.ts"}} />
|
||||
<Route namespace="juejin" data={{"path":"/column/:id","categories":["programming"],"example":"/juejin/column/6960559453037199391","parameters":{"id":"专栏 id, 可在专栏页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["juejin.cn/column/:id"]},"name":"专栏","maintainers":["xiangzy1"],"location":"column.ts"}} />
|
||||
|
||||
## 开源中国 {#kai-yuan-zhong-guo}
|
||||
|
||||
### 数字型账号用户博客 {#kai-yuan-zhong-guo-shu-zi-xing-zhang-hao-yong-hu-bo-ke}
|
||||
|
||||
<Route data={{"path":["/u/:uid","/user/:id"],"categories":["programming"],"example":"/oschina/u/3920392","parameters":{"uid":"用户 id,可通过查看用户博客网址得到,以 u/数字结尾,数字即为 id"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["my.oschina.net/u/:uid"]},"name":"数字型账号用户博客","maintainers":[],"location":"user.ts"}} />
|
||||
<Route namespace="oschina" data={{"path":["/u/:uid","/user/:id"],"categories":["programming"],"example":"/oschina/u/3920392","parameters":{"uid":"用户 id,可通过查看用户博客网址得到,以 u/数字结尾,数字即为 id"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["my.oschina.net/u/:uid"]},"name":"数字型账号用户博客","maintainers":[],"location":"user.ts"}} />
|
||||
|
||||
### 数字型账号用户博客 {#kai-yuan-zhong-guo-shu-zi-xing-zhang-hao-yong-hu-bo-ke}
|
||||
|
||||
<Route data={{"path":["/u/:uid","/user/:id"],"categories":["programming"],"example":"/oschina/u/3920392","parameters":{"uid":"用户 id,可通过查看用户博客网址得到,以 u/数字结尾,数字即为 id"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["my.oschina.net/u/:uid"]},"name":"数字型账号用户博客","maintainers":[],"location":"user.ts"}} />
|
||||
<Route namespace="oschina" data={{"path":["/u/:uid","/user/:id"],"categories":["programming"],"example":"/oschina/u/3920392","parameters":{"uid":"用户 id,可通过查看用户博客网址得到,以 u/数字结尾,数字即为 id"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["my.oschina.net/u/:uid"]},"name":"数字型账号用户博客","maintainers":[],"location":"user.ts"}} />
|
||||
|
||||
### 问答主题 {#kai-yuan-zhong-guo-wen-da-zhu-ti}
|
||||
|
||||
<Route data={{"path":"/topic/:topic","categories":["programming"],"example":"/oschina/topic/weekly-news","parameters":{"topic":"主题名,可从 [全部主题](https://www.oschina.net/question/topics) 进入主题页,在 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["oschina.net/question/topic/:topic"]},"name":"问答主题","maintainers":["loveely7"],"location":"topic.ts"}} />
|
||||
<Route namespace="oschina" data={{"path":"/topic/:topic","categories":["programming"],"example":"/oschina/topic/weekly-news","parameters":{"topic":"主题名,可从 [全部主题](https://www.oschina.net/question/topics) 进入主题页,在 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["oschina.net/question/topic/:topic"]},"name":"问答主题","maintainers":["loveely7"],"location":"topic.ts"}} />
|
||||
|
||||
### 资讯 {#kai-yuan-zhong-guo-zi-xun}
|
||||
|
||||
<Route data={{"path":"/news/:category?","categories":["programming"],"example":"/oschina/news/project","parameters":{"category":"板块名"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["oschina.net/news/:category"],"target":"/news/:category"},"name":"资讯","maintainers":["tgly307","zengxs"],"description":"| [综合资讯][osc_gen] | [软件更新资讯][osc_proj] | [行业资讯][osc_ind] | [编程语言资讯][osc_pl] |\n | ------------------- | ------------------------ | ------------------- | ---------------------- |\n | industry | project | industry-news | programming |\n\n 订阅 [全部板块资讯][osc_all] 可以使用 [https://rsshub.app/oschina/news](https://rsshub.app/oschina/news)\n\n [osc_all]: https://www.oschina.net/news \"开源中国 - 全部资讯\"\n\n [osc_gen]: https://www.oschina.net/news/industry \"开源中国 - 综合资讯\"\n\n [osc_proj]: https://www.oschina.net/news/project \"开源中国 - 软件更新资讯\"\n\n [osc_ind]: https://www.oschina.net/news/industry-news \"开源中国 - 行业资讯\"\n\n [osc_pl]: https://www.oschina.net/news/programming \"开源中国 - 编程语言资讯\"","location":"news.ts"}} />
|
||||
<Route namespace="oschina" data={{"path":"/news/:category?","categories":["programming"],"example":"/oschina/news/project","parameters":{"category":"板块名"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["oschina.net/news/:category"],"target":"/news/:category"},"name":"资讯","maintainers":["tgly307","zengxs"],"description":"| [综合资讯][osc_gen] | [软件更新资讯][osc_proj] | [行业资讯][osc_ind] | [编程语言资讯][osc_pl] |\n | ------------------- | ------------------------ | ------------------- | ---------------------- |\n | industry | project | industry-news | programming |\n\n 订阅 [全部板块资讯][osc_all] 可以使用 [https://rsshub.app/oschina/news](https://rsshub.app/oschina/news)\n\n [osc_all]: https://www.oschina.net/news \"开源中国 - 全部资讯\"\n\n [osc_gen]: https://www.oschina.net/news/industry \"开源中国 - 综合资讯\"\n\n [osc_proj]: https://www.oschina.net/news/project \"开源中国 - 软件更新资讯\"\n\n [osc_ind]: https://www.oschina.net/news/industry-news \"开源中国 - 行业资讯\"\n\n [osc_pl]: https://www.oschina.net/news/programming \"开源中国 - 编程语言资讯\"","location":"news.ts"}} />
|
||||
|
||||
| [综合资讯][osc_gen] | [软件更新资讯][osc_proj] | [行业资讯][osc_ind] | [编程语言资讯][osc_pl] |
|
||||
| ------------------- | ------------------------ | ------------------- | ---------------------- |
|
||||
|
|
@ -736,45 +736,45 @@ For instance, the `/github/topics/framework/l=php&o=desc&s=stars` route will gen
|
|||
|
||||
### 技术社区 {#lan-qiao-yun-ke-ji-shu-she-qu}
|
||||
|
||||
<Route data={{"path":"/questions/:id","categories":["programming"],"example":"/lanqiao/questions/2","parameters":{"id":"topic_id 主题 `id` 可在社区板块 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["lanqiao.cn/questions/","lanqiao.cn/questions/topics/:id"]},"name":"技术社区","maintainers":["huhuhang"],"url":"lanqiao.cn/questions/","location":"questions.ts"}} />
|
||||
<Route namespace="lanqiao" data={{"path":"/questions/:id","categories":["programming"],"example":"/lanqiao/questions/2","parameters":{"id":"topic_id 主题 `id` 可在社区板块 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["lanqiao.cn/questions/","lanqiao.cn/questions/topics/:id"]},"name":"技术社区","maintainers":["huhuhang"],"url":"lanqiao.cn/questions/","location":"questions.ts"}} />
|
||||
|
||||
### 全站发布的课程 {#lan-qiao-yun-ke-quan-zhan-fa-bu-de-ke-cheng}
|
||||
|
||||
<Route data={{"path":"/courses/:sort/:tag","categories":["programming"],"example":"/lanqiao/courses/latest/all","parameters":{"sort":"排序规则 sort, 默认(`default`)、最新(`latest`)、最热(`hotest`)","tag":"课程标签 `tag`,可在该页面找到:https://www.lanqiao.cn/courses/"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"全站发布的课程","maintainers":["huhuhang"],"location":"courses.ts"}} />
|
||||
<Route namespace="lanqiao" data={{"path":"/courses/:sort/:tag","categories":["programming"],"example":"/lanqiao/courses/latest/all","parameters":{"sort":"排序规则 sort, 默认(`default`)、最新(`latest`)、最热(`hotest`)","tag":"课程标签 `tag`,可在该页面找到:https://www.lanqiao.cn/courses/"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"全站发布的课程","maintainers":["huhuhang"],"location":"courses.ts"}} />
|
||||
|
||||
### 作者发布的课程 {#lan-qiao-yun-ke-zuo-zhe-fa-bu-de-ke-cheng}
|
||||
|
||||
<Route data={{"path":"/author/:uid","categories":["programming"],"example":"/lanqiao/author/1701267","parameters":{"uid":"作者 `uid` 可在作者主页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["lanqiao.cn/users/:uid"]},"name":"作者发布的课程","maintainers":["huhuhang"],"location":"author.ts"}} />
|
||||
<Route namespace="lanqiao" data={{"path":"/author/:uid","categories":["programming"],"example":"/lanqiao/author/1701267","parameters":{"uid":"作者 `uid` 可在作者主页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["lanqiao.cn/users/:uid"]},"name":"作者发布的课程","maintainers":["huhuhang"],"location":"author.ts"}} />
|
||||
|
||||
## 洛谷 {#luo-gu}
|
||||
|
||||
### 比赛列表 {#luo-gu-bi-sai-lie-biao}
|
||||
|
||||
<Route data={{"path":"/contest","categories":["programming"],"example":"/luogu/contest","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["luogu.com.cn/contest/list","luogu.com.cn/"]},"name":"比赛列表","maintainers":["prnake"],"url":"luogu.com.cn/contest/list","location":"contest.ts"}} />
|
||||
<Route namespace="luogu" data={{"path":"/contest","categories":["programming"],"example":"/luogu/contest","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["luogu.com.cn/contest/list","luogu.com.cn/"]},"name":"比赛列表","maintainers":["prnake"],"url":"luogu.com.cn/contest/list","location":"contest.ts"}} />
|
||||
|
||||
### 日报 {#luo-gu-ri-bao}
|
||||
|
||||
<Route data={{"path":"/daily/:id?","categories":["programming"],"example":"/luogu/daily","parameters":{"id":"年度日报所在帖子 id,可在 URL 中找到,不填默认为 `47327`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["luogu.com.cn/discuss/47327","luogu.com.cn/"],"target":"/daily"},"name":"日报","maintainers":["LogicJake ","prnake ","nczitzk"],"url":"luogu.com.cn/discuss/47327","location":"daily.ts"}} />
|
||||
<Route namespace="luogu" data={{"path":"/daily/:id?","categories":["programming"],"example":"/luogu/daily","parameters":{"id":"年度日报所在帖子 id,可在 URL 中找到,不填默认为 `47327`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["luogu.com.cn/discuss/47327","luogu.com.cn/"],"target":"/daily"},"name":"日报","maintainers":["LogicJake ","prnake ","nczitzk"],"url":"luogu.com.cn/discuss/47327","location":"daily.ts"}} />
|
||||
|
||||
### 用户博客 {#luo-gu-yong-hu-bo-ke}
|
||||
|
||||
<Route data={{"path":"/user/blog/:name","categories":["programming"],"example":"/luogu/user/blog/ftiasch","parameters":{"name":"博客名称"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["luogu.com.cn/blog/:name"]},"name":"用户博客","maintainers":[],"location":"user-blog.ts"}} />
|
||||
<Route namespace="luogu" data={{"path":"/user/blog/:name","categories":["programming"],"example":"/luogu/user/blog/ftiasch","parameters":{"name":"博客名称"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["luogu.com.cn/blog/:name"]},"name":"用户博客","maintainers":[],"location":"user-blog.ts"}} />
|
||||
|
||||
### 用户动态 {#luo-gu-yong-hu-dong-tai}
|
||||
|
||||
<Route data={{"path":"/user/feed/:uid","categories":["programming"],"example":"/luogu/user/feed/1","parameters":{"uid":"用户 UID"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["luogu.com.cn/user/:uid"]},"name":"用户动态","maintainers":["solstice23"],"location":"user-feed.ts"}} />
|
||||
<Route namespace="luogu" data={{"path":"/user/feed/:uid","categories":["programming"],"example":"/luogu/user/feed/1","parameters":{"uid":"用户 UID"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["luogu.com.cn/user/:uid"]},"name":"用户动态","maintainers":["solstice23"],"location":"user-feed.ts"}} />
|
||||
|
||||
## 墨天轮 {#mo-tian-lun}
|
||||
|
||||
### 合辑 {#mo-tian-lun-he-ji}
|
||||
|
||||
<Route data={{"path":"/topic/:id","categories":["programming"],"example":"/modb/topic/44158","parameters":{"id":"合辑序号"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"合辑","maintainers":["yueneiqi"],"location":"topic.ts"}} />
|
||||
<Route namespace="modb" data={{"path":"/topic/:id","categories":["programming"],"example":"/modb/topic/44158","parameters":{"id":"合辑序号"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"合辑","maintainers":["yueneiqi"],"location":"topic.ts"}} />
|
||||
|
||||
## 前端早早聊 {#qian-duan-zao-zao-liao}
|
||||
|
||||
### 文章 {#qian-duan-zao-zao-liao-wen-zhang}
|
||||
|
||||
<Route data={{"path":"/article/:type?","categories":["programming"],"example":"/zaozao/article/quality","parameters":{"type":"文章分类"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.zaozao.run/article/:type"],"target":"/article/:type"},"name":"文章","maintainers":["shaomingbo"],"description":"| 精品推荐 | 技术干货 | 职场成长 | 社区动态 | 组件物料 | 行业动态 |\n | --------- | -------- | -------- | --------- | -------- | -------- |\n | recommend | quality | growth | community | material | industry |","location":"article.ts"}} />
|
||||
<Route namespace="zaozao" data={{"path":"/article/:type?","categories":["programming"],"example":"/zaozao/article/quality","parameters":{"type":"文章分类"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.zaozao.run/article/:type"],"target":"/article/:type"},"name":"文章","maintainers":["shaomingbo"],"description":"| 精品推荐 | 技术干货 | 职场成长 | 社区动态 | 组件物料 | 行业动态 |\n | --------- | -------- | -------- | --------- | -------- | -------- |\n | recommend | quality | growth | community | material | industry |","location":"article.ts"}} />
|
||||
|
||||
| 精品推荐 | 技术干货 | 职场成长 | 社区动态 | 组件物料 | 行业动态 |
|
||||
| --------- | -------- | -------- | --------- | -------- | -------- |
|
||||
|
|
@ -788,10 +788,10 @@ For instance, the `/github/topics/framework/l=php&o=desc&s=stars` route will gen
|
|||
|
||||
### 公众平台系统公告栏目 {#wei-xin-xiao-cheng-xu-gong-zhong-ping-tai-xi-tong-gong-gao-lan-mu}
|
||||
|
||||
<Route data={{"path":"/announce","categories":["programming"],"example":"/wechat/announce","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["mp.weixin.qq.com/cgi-bin/announce"]},"name":"公众平台系统公告栏目","maintainers":["xyqfer"],"url":"mp.weixin.qq.com/cgi-bin/announce","location":"announce.ts"}} />
|
||||
<Route namespace="wechat" data={{"path":"/announce","categories":["programming"],"example":"/wechat/announce","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["mp.weixin.qq.com/cgi-bin/announce"]},"name":"公众平台系统公告栏目","maintainers":["xyqfer"],"url":"mp.weixin.qq.com/cgi-bin/announce","location":"announce.ts"}} />
|
||||
|
||||
## 印记中文 {#yin-ji-zhong-wen}
|
||||
|
||||
### Unknown {#yin-ji-zhong-wen-unknown}
|
||||
|
||||
<Route data={{"path":"/weekly/:category?","categories":["programming"],"example":"/docschina/weekly","parameters":{"category":"周刊分类,见下表,默认为js"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Unknown","maintainers":["daijinru","hestudy"],"location":"weekly.ts"}} />
|
||||
<Route namespace="docschina" data={{"path":"/weekly/:category?","categories":["programming"],"example":"/docschina/weekly","parameters":{"category":"周刊分类,见下表,默认为js"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Unknown","maintainers":["daijinru","hestudy"],"location":"weekly.ts"}} />
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
### chapter {#hameln-chapter}
|
||||
|
||||
<Route data={{"path":"/chapter/:id","categories":["reading"],"example":"/hameln/chapter/264928","parameters":{"id":"Novel id, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["syosetu.org/novel/:id"]},"name":"chapter","maintainers":["huangliangshusheng"],"description":"Eg: [https://syosetu.org/novel/264928](https://syosetu.org/novel/264928)","location":"chapter.ts"}} />
|
||||
<Route namespace="hameln" data={{"path":"/chapter/:id","categories":["reading"],"example":"/hameln/chapter/264928","parameters":{"id":"Novel id, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["syosetu.org/novel/:id"]},"name":"chapter","maintainers":["huangliangshusheng"],"description":"Eg: [https://syosetu.org/novel/264928](https://syosetu.org/novel/264928)","location":"chapter.ts"}} />
|
||||
|
||||
Eg: [https://syosetu.org/novel/264928](https://syosetu.org/novel/264928)
|
||||
|
||||
|
|
@ -12,19 +12,19 @@ Eg: [https://syosetu.org/novel/264928](https://syosetu.org/novel/264928)
|
|||
|
||||
### RSS {#inoreader-rss}
|
||||
|
||||
<Route data={{"path":"/rss/:user/:tag","categories":["reading"],"example":"/inoreader/rss/1005137674/user-favorites","parameters":{"user":"user id, the interger after user/ in the example URL","tag":"tag, the string after tag/ in the example URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"RSS","maintainers":["EthanWng97"],"location":"rss.ts"}} />
|
||||
<Route namespace="inoreader" data={{"path":"/rss/:user/:tag","categories":["reading"],"example":"/inoreader/rss/1005137674/user-favorites","parameters":{"user":"user id, the interger after user/ in the example URL","tag":"tag, the string after tag/ in the example URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"RSS","maintainers":["EthanWng97"],"location":"rss.ts"}} />
|
||||
|
||||
## Literotica {#literotica}
|
||||
|
||||
### New Stories {#literotica-new-stories}
|
||||
|
||||
<Route data={{"path":"/new","categories":["reading"],"example":"/literotica/new","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["literotica.com/"]},"name":"New Stories","maintainers":["nczitzk"],"url":"literotica.com/","location":"new.ts"}} />
|
||||
<Route namespace="literotica" data={{"path":"/new","categories":["reading"],"example":"/literotica/new","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["literotica.com/"]},"name":"New Stories","maintainers":["nczitzk"],"url":"literotica.com/","location":"new.ts"}} />
|
||||
|
||||
## MagazineLib {#magazinelib}
|
||||
|
||||
### Latest Magazine {#magazinelib-latest-magazine}
|
||||
|
||||
<Route data={{"path":"/latest-magazine/:query?","categories":["reading"],"example":"/magazinelib/latest-magazine/new+yorker","parameters":{"query":"query, search page querystring"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Latest Magazine","maintainers":["EthanWng97"],"description":"For instance, when doing search at [https://magazinelib.com](https://magazinelib.com) and you get url `https://magazinelib.com/?s=new+yorker`, the query is `new+yorker`","location":"latest-magazine.ts"}} />
|
||||
<Route namespace="magazinelib" data={{"path":"/latest-magazine/:query?","categories":["reading"],"example":"/magazinelib/latest-magazine/new+yorker","parameters":{"query":"query, search page querystring"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Latest Magazine","maintainers":["EthanWng97"],"description":"For instance, when doing search at [https://magazinelib.com](https://magazinelib.com) and you get url `https://magazinelib.com/?s=new+yorker`, the query is `new+yorker`","location":"latest-magazine.ts"}} />
|
||||
|
||||
For instance, when doing search at [https://magazinelib.com](https://magazinelib.com) and you get url `https://magazinelib.com/?s=new+yorker`, the query is `new+yorker`
|
||||
|
||||
|
|
@ -32,23 +32,23 @@ For instance, when doing search at [https://magazinelib.com](https://magazinelib
|
|||
|
||||
### Articles {#penguin-random-house-articles}
|
||||
|
||||
<Route data={{"path":"/articles","categories":["reading"],"example":"/penguin-random-house/articles","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["penguinrandomhouse.com/articles"]},"name":"Articles","maintainers":["StevenRCE0"],"url":"penguinrandomhouse.com/articles","location":"articles.ts"}} />
|
||||
<Route namespace="penguin-random-house" data={{"path":"/articles","categories":["reading"],"example":"/penguin-random-house/articles","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["penguinrandomhouse.com/articles"]},"name":"Articles","maintainers":["StevenRCE0"],"url":"penguinrandomhouse.com/articles","location":"articles.ts"}} />
|
||||
|
||||
### Book Lists {#penguin-random-house-book-lists}
|
||||
|
||||
<Route data={{"path":"/the-read-down","categories":["reading"],"example":"/penguin-random-house/the-read-down","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["penguinrandomhouse.com/the-read-down"]},"name":"Book Lists","maintainers":["StevenRCE0"],"url":"penguinrandomhouse.com/the-read-down","location":"thereaddown.ts"}} />
|
||||
<Route namespace="penguin-random-house" data={{"path":"/the-read-down","categories":["reading"],"example":"/penguin-random-house/the-read-down","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["penguinrandomhouse.com/the-read-down"]},"name":"Book Lists","maintainers":["StevenRCE0"],"url":"penguinrandomhouse.com/the-read-down","location":"thereaddown.ts"}} />
|
||||
|
||||
## SF 轻小说 {#sf-qing-xiao-shuo}
|
||||
|
||||
### 章节 {#sf-qing-xiao-shuo-zhang-jie}
|
||||
|
||||
<Route data={{"path":"/novel/chapter/:id","categories":["reading"],"example":"/sfacg/novel/chapter/672431","parameters":{"id":"小说 id, 可在对应小说页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["book.sfacg.com/Novel/:id/*"]},"name":"章节","maintainers":["keocheung"],"location":"novel-chapter.ts"}} />
|
||||
<Route namespace="sfacg" data={{"path":"/novel/chapter/:id","categories":["reading"],"example":"/sfacg/novel/chapter/672431","parameters":{"id":"小说 id, 可在对应小说页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["book.sfacg.com/Novel/:id/*"]},"name":"章节","maintainers":["keocheung"],"location":"novel-chapter.ts"}} />
|
||||
|
||||
## SoBooks {#sobooks}
|
||||
|
||||
### 标签 {#sobooks-biao-qian}
|
||||
|
||||
<Route data={{"path":"/tag/:id?","categories":["reading"],"example":"/sobooks/tag/小说","parameters":{"id":"标签, 见下表,默认为小说"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["sobooks.net/books/tag/:tag"],"target":"/tag/:tag"},"name":"标签","maintainers":["nczitzk"],"description":"热门标签\n\n | 小说 | 文学 | 历史 | 日本 | 科普 | 管理 | 推理 | 社会 | 经济 |\n | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ------ |\n | 传记 | 美国 | 悬疑 | 哲学 | 心理 | 商业 | 金融 | 思维 | 经典 |\n | 随笔 | 投资 | 文化 | 励志 | 科幻 | 成长 | 中国 | 英国 | 政治 |\n | 漫画 | 纪实 | 艺术 | 科学 | 生活 | 职场 | 散文 | 法国 | 互联网 |\n | 营销 | 奇幻 | 二战 | 股票 | 女性 | 德国 | 学习 | 战争 | 创业 |\n | 绘本 | 名著 | 爱情 | 军事 | 理财 | 教育 | 世界 | 人物 | 沟通 |","location":"tag.ts"}} />
|
||||
<Route namespace="sobooks" data={{"path":"/tag/:id?","categories":["reading"],"example":"/sobooks/tag/小说","parameters":{"id":"标签, 见下表,默认为小说"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["sobooks.net/books/tag/:tag"],"target":"/tag/:tag"},"name":"标签","maintainers":["nczitzk"],"description":"热门标签\n\n | 小说 | 文学 | 历史 | 日本 | 科普 | 管理 | 推理 | 社会 | 经济 |\n | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ------ |\n | 传记 | 美国 | 悬疑 | 哲学 | 心理 | 商业 | 金融 | 思维 | 经典 |\n | 随笔 | 投资 | 文化 | 励志 | 科幻 | 成长 | 中国 | 英国 | 政治 |\n | 漫画 | 纪实 | 艺术 | 科学 | 生活 | 职场 | 散文 | 法国 | 互联网 |\n | 营销 | 奇幻 | 二战 | 股票 | 女性 | 德国 | 学习 | 战争 | 创业 |\n | 绘本 | 名著 | 爱情 | 军事 | 理财 | 教育 | 世界 | 人物 | 沟通 |","location":"tag.ts"}} />
|
||||
|
||||
热门标签
|
||||
|
||||
|
|
@ -62,11 +62,11 @@ For instance, when doing search at [https://magazinelib.com](https://magazinelib
|
|||
|
||||
### 归档 {#sobooks-gui-dang}
|
||||
|
||||
<Route data={{"path":"/date/:date?","categories":["reading"],"example":"/sobooks/date/2020-11","parameters":{"date":"日期,见例子,默认为当前年月"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["sobooks.net/:category"],"target":"/:category"},"name":"归档","maintainers":["nczitzk"],"location":"date.ts"}} />
|
||||
<Route namespace="sobooks" data={{"path":"/date/:date?","categories":["reading"],"example":"/sobooks/date/2020-11","parameters":{"date":"日期,见例子,默认为当前年月"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["sobooks.net/:category"],"target":"/:category"},"name":"归档","maintainers":["nczitzk"],"location":"date.ts"}} />
|
||||
|
||||
### 首页 {#sobooks-shou-ye}
|
||||
|
||||
<Route data={{"path":"/:category?","categories":["reading"],"example":"/sobooks","parameters":{"category":"分类, 见下表"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["sobooks.net/:category"],"target":"/:category"},"name":"首页","maintainers":["nczitzk"],"description":"| 分类 | 分类名 |\n | -------- | ---------------- |\n | 小说文学 | xiaoshuowenxue |\n | 历史传记 | lishizhuanji |\n | 人文社科 | renwensheke |\n | 励志成功 | lizhichenggong |\n | 经济管理 | jingjiguanli |\n | 学习教育 | xuexijiaoyu |\n | 生活时尚 | shenghuoshishang |\n | 英文原版 | yingwenyuanban |","location":"index.ts"}} />
|
||||
<Route namespace="sobooks" data={{"path":"/:category?","categories":["reading"],"example":"/sobooks","parameters":{"category":"分类, 见下表"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["sobooks.net/:category"],"target":"/:category"},"name":"首页","maintainers":["nczitzk"],"description":"| 分类 | 分类名 |\n | -------- | ---------------- |\n | 小说文学 | xiaoshuowenxue |\n | 历史传记 | lishizhuanji |\n | 人文社科 | renwensheke |\n | 励志成功 | lizhichenggong |\n | 经济管理 | jingjiguanli |\n | 学习教育 | xuexijiaoyu |\n | 生活时尚 | shenghuoshishang |\n | 英文原版 | yingwenyuanban |","location":"index.ts"}} />
|
||||
|
||||
| 分类 | 分类名 |
|
||||
| -------- | ---------------- |
|
||||
|
|
@ -83,7 +83,7 @@ For instance, when doing search at [https://magazinelib.com](https://magazinelib
|
|||
|
||||
### chapter {#syosetu-chapter}
|
||||
|
||||
<Route data={{"path":"/chapter/:id","categories":["reading"],"example":"/syosetu/chapter/n1976ey","parameters":{"id":"Novel id, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["novel18.syosetu.com/:id"]},"name":"chapter","maintainers":["huangliangshusheng"],"description":"Eg: `https://ncode.syosetu.com/n1976ey/`","location":"chapter.ts"}} />
|
||||
<Route namespace="syosetu" data={{"path":"/chapter/:id","categories":["reading"],"example":"/syosetu/chapter/n1976ey","parameters":{"id":"Novel id, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["novel18.syosetu.com/:id"]},"name":"chapter","maintainers":["huangliangshusheng"],"description":"Eg: `https://ncode.syosetu.com/n1976ey/`","location":"chapter.ts"}} />
|
||||
|
||||
Eg: `https://ncode.syosetu.com/n1976ey/`
|
||||
|
||||
|
|
@ -91,18 +91,18 @@ Eg: `https://ncode.syosetu.com/n1976ey/`
|
|||
|
||||
### 栏目 {#ai-si-xiang-lan-mu}
|
||||
|
||||
<Route data={{"path":"/column/:id","categories":["reading"],"example":"/aisixiang/column/722","parameters":{"id":"栏目 ID, 可在对应栏目 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"栏目","maintainers":["HenryQW","nczitzk"],"location":"column.ts"}} />
|
||||
<Route namespace="aisixiang" data={{"path":"/column/:id","categories":["reading"],"example":"/aisixiang/column/722","parameters":{"id":"栏目 ID, 可在对应栏目 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"栏目","maintainers":["HenryQW","nczitzk"],"location":"column.ts"}} />
|
||||
|
||||
### 思想库(专栏) {#ai-si-xiang-si-xiang-ku-zhuan-lan}
|
||||
|
||||
<Route data={{"path":"/thinktank/:id/:type?","categories":["reading"],"example":"/aisixiang/thinktank/WuQine/论文","parameters":{"id":"专栏 ID,一般为作者拼音,可在URL中找到","type":"栏目类型,参考下表,默认为全部"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"思想库(专栏)","maintainers":["hoilc","nczitzk"],"description":"| 论文 | 时评 | 随笔 | 演讲 | 访谈 | 著作 | 读书 | 史论 | 译作 | 诗歌 | 书信 | 科学 |\n | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- |","location":"thinktank.ts"}} />
|
||||
<Route namespace="aisixiang" data={{"path":"/thinktank/:id/:type?","categories":["reading"],"example":"/aisixiang/thinktank/WuQine/论文","parameters":{"id":"专栏 ID,一般为作者拼音,可在URL中找到","type":"栏目类型,参考下表,默认为全部"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"思想库(专栏)","maintainers":["hoilc","nczitzk"],"description":"| 论文 | 时评 | 随笔 | 演讲 | 访谈 | 著作 | 读书 | 史论 | 译作 | 诗歌 | 书信 | 科学 |\n | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- |","location":"thinktank.ts"}} />
|
||||
|
||||
| 论文 | 时评 | 随笔 | 演讲 | 访谈 | 著作 | 读书 | 史论 | 译作 | 诗歌 | 书信 | 科学 |
|
||||
| ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- |
|
||||
|
||||
### 专题 {#ai-si-xiang-zhuan-ti}
|
||||
|
||||
<Route data={{"path":"/zhuanti/:id","categories":["reading"],"example":"/aisixiang/zhuanti/211","parameters":{"id":"专题 ID, 可在对应专题 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"专题","maintainers":["nczitzk"],"description":":::tip\n 更多专题请见 [关键词](http://www.aisixiang.com/zhuanti/)\n :::","location":"zhuanti.ts"}} />
|
||||
<Route namespace="aisixiang" data={{"path":"/zhuanti/:id","categories":["reading"],"example":"/aisixiang/zhuanti/211","parameters":{"id":"专题 ID, 可在对应专题 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"专题","maintainers":["nczitzk"],"description":":::tip\n 更多专题请见 [关键词](http://www.aisixiang.com/zhuanti/)\n :::","location":"zhuanti.ts"}} />
|
||||
|
||||
:::tip
|
||||
更多专题请见 [关键词](http://www.aisixiang.com/zhuanti/)
|
||||
|
|
@ -112,7 +112,7 @@ Eg: `https://ncode.syosetu.com/n1976ey/`
|
|||
|
||||
### 期刊 {#chao-xing-qi-kan}
|
||||
|
||||
<Route data={{"path":"/qk/:id/:needContent?","categories":["reading"],"example":"/chaoxing/qk/6b5c39b3dd84352be512e29df0297437","parameters":{"id":"期刊 id,可在期刊页 URL 中找到","needContent":"需要获取文章全文,填写 true/yes 表示需要,默认需要"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"期刊","maintainers":["nczitzk"],"description":":::tip\n 全部期刊可以在 [这里](http://qk.chaoxing.com/space/index) 找到,你也可以从 [学科分类](https://qikan.chaoxing.com/jourclassify) 和 [期刊导航](https://qikan.chaoxing.com/search/openmag) 中发现更多期刊。\n\n 如订阅 [**上海文艺**](http://m.chaoxing.com/mqk/list?sw=&mags=6b5c39b3dd84352be512e29df0297437&isort=20&from=space),其 URL 为 `http://m.chaoxing.com/mqk/list?mags=6b5c39b3dd84352be512e29df0297437`。`6b5c39b3dd84352be512e29df0297437` 即为期刊 id,所得路由为 [`/chaoxing/qk/6b5c39b3dd84352be512e29df0297437`](https://rsshub.app/chaoxing/qk/6b5c39b3dd84352be512e29df0297437)\n :::\n\n :::warning\n 你可以设置参数 **需要获取文章全文** 为 `true` `yes` `t` `y` 等值(或者忽略这个参数),RSS 的条目会携带期刊中的 **文章全文**,而不仅仅是 **文章概要**。但因为发起访问请求过多会被该网站屏蔽,你可以将其关闭(设置该参数为 `false` `no` `f` `n` 等值),这将会大大减少请求次数从而更难触发网站的反爬机制。\n\n 路由默认会获取 **30** 个条目。在路由后指定 `?limit=<条目数量>` 减少或增加单次获取条目数量,同样可以减少请求次数,如设置为一次获取 **10** 个条目,路由可以更改为 [`/chaoxing/qk/6b5c39b3dd84352be512e29df0297437?limit=10`](https://rsshub.app/chaoxing/qk/6b5c39b3dd84352be512e29df0297437?limit=10)\n\n 在根据上文设置 **需要获取文章全文** 为不需要时,你可以将 `limit` 值增大,从而获取更多的条目,此时因为不获取全文也不会触发反爬机制,如 [`/chaoxing/qk/6b5c39b3dd84352be512e29df0297437/false?limit=100`](https://rsshub.app/chaoxing/qk/6b5c39b3dd84352be512e29df0297437/false?limit=100)\n :::","location":"qk.ts"}} />
|
||||
<Route namespace="chaoxing" data={{"path":"/qk/:id/:needContent?","categories":["reading"],"example":"/chaoxing/qk/6b5c39b3dd84352be512e29df0297437","parameters":{"id":"期刊 id,可在期刊页 URL 中找到","needContent":"需要获取文章全文,填写 true/yes 表示需要,默认需要"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"期刊","maintainers":["nczitzk"],"description":":::tip\n 全部期刊可以在 [这里](http://qk.chaoxing.com/space/index) 找到,你也可以从 [学科分类](https://qikan.chaoxing.com/jourclassify) 和 [期刊导航](https://qikan.chaoxing.com/search/openmag) 中发现更多期刊。\n\n 如订阅 [**上海文艺**](http://m.chaoxing.com/mqk/list?sw=&mags=6b5c39b3dd84352be512e29df0297437&isort=20&from=space),其 URL 为 `http://m.chaoxing.com/mqk/list?mags=6b5c39b3dd84352be512e29df0297437`。`6b5c39b3dd84352be512e29df0297437` 即为期刊 id,所得路由为 [`/chaoxing/qk/6b5c39b3dd84352be512e29df0297437`](https://rsshub.app/chaoxing/qk/6b5c39b3dd84352be512e29df0297437)\n :::\n\n :::warning\n 你可以设置参数 **需要获取文章全文** 为 `true` `yes` `t` `y` 等值(或者忽略这个参数),RSS 的条目会携带期刊中的 **文章全文**,而不仅仅是 **文章概要**。但因为发起访问请求过多会被该网站屏蔽,你可以将其关闭(设置该参数为 `false` `no` `f` `n` 等值),这将会大大减少请求次数从而更难触发网站的反爬机制。\n\n 路由默认会获取 **30** 个条目。在路由后指定 `?limit=<条目数量>` 减少或增加单次获取条目数量,同样可以减少请求次数,如设置为一次获取 **10** 个条目,路由可以更改为 [`/chaoxing/qk/6b5c39b3dd84352be512e29df0297437?limit=10`](https://rsshub.app/chaoxing/qk/6b5c39b3dd84352be512e29df0297437?limit=10)\n\n 在根据上文设置 **需要获取文章全文** 为不需要时,你可以将 `limit` 值增大,从而获取更多的条目,此时因为不获取全文也不会触发反爬机制,如 [`/chaoxing/qk/6b5c39b3dd84352be512e29df0297437/false?limit=100`](https://rsshub.app/chaoxing/qk/6b5c39b3dd84352be512e29df0297437/false?limit=100)\n :::","location":"qk.ts"}} />
|
||||
|
||||
:::tip
|
||||
全部期刊可以在 [这里](http://qk.chaoxing.com/space/index) 找到,你也可以从 [学科分类](https://qikan.chaoxing.com/jourclassify) 和 [期刊导航](https://qikan.chaoxing.com/search/openmag) 中发现更多期刊。
|
||||
|
|
@ -132,41 +132,41 @@ Eg: `https://ncode.syosetu.com/n1976ey/`
|
|||
|
||||
### 章节 {#ci-wei-mao-zhang-jie}
|
||||
|
||||
<Route data={{"path":"/chapter/:id","categories":["reading"],"example":"/ciweimao/chapter/100043404","parameters":{"id":"小说 id, 可在对应小说页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["wap.ciweimao.com/book/:id"]},"name":"章节","maintainers":["keocheung"],"location":"chapter.ts"}} />
|
||||
<Route namespace="ciweimao" data={{"path":"/chapter/:id","categories":["reading"],"example":"/ciweimao/chapter/100043404","parameters":{"id":"小说 id, 可在对应小说页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["wap.ciweimao.com/book/:id"]},"name":"章节","maintainers":["keocheung"],"location":"chapter.ts"}} />
|
||||
|
||||
## 東立出版社 {#dong-li-chu-ban-she}
|
||||
|
||||
### 新聞 {#dong-li-chu-ban-she-xin-wen}
|
||||
|
||||
<Route data={{"path":"/news/:type","categories":["reading"],"example":"/tongli/news/6","parameters":{"type":"分類,可以在“新聞”鏈接中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"新聞","maintainers":["CokeMine"],"location":"news.ts"}} />
|
||||
<Route namespace="tongli" data={{"path":"/news/:type","categories":["reading"],"example":"/tongli/news/6","parameters":{"type":"分類,可以在“新聞”鏈接中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"新聞","maintainers":["CokeMine"],"location":"news.ts"}} />
|
||||
|
||||
## 欢乐书客 {#huan-le-shu-ke}
|
||||
|
||||
### 章节 {#huan-le-shu-ke-zhang-jie}
|
||||
|
||||
<Route data={{"path":"/chapter/:id","categories":["reading"],"example":"/hbooker/chapter/100113279","parameters":{"id":"小说 id, 可在对应小说页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["hbooker.com/book/:id"]},"name":"章节","maintainers":["keocheung"],"location":"chapter.ts"}} />
|
||||
<Route namespace="hbooker" data={{"path":"/chapter/:id","categories":["reading"],"example":"/hbooker/chapter/100113279","parameters":{"id":"小说 id, 可在对应小说页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["hbooker.com/book/:id"]},"name":"章节","maintainers":["keocheung"],"location":"chapter.ts"}} />
|
||||
|
||||
## 晋江文学城 {#jin-jiang-wen-xue-cheng}
|
||||
|
||||
### 作品 {#jin-jiang-wen-xue-cheng-zuo-pin}
|
||||
|
||||
<Route data={{"path":"/book/:id?","categories":["reading"],"example":"/jjwxc/book/7013024","parameters":{"id":"作品 id,可在对应作品页中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"作品","maintainers":["nczitzk"],"location":"book.ts"}} />
|
||||
|
||||
### 作者最新作品 {#jin-jiang-wen-xue-cheng-zuo-zhe-zui-xin-zuo-pin}
|
||||
|
||||
<Route data={{"path":"/author/:id?","categories":["reading"],"example":"/jjwxc/author/4364484","parameters":{"id":"作者 id,可在对应作者页中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"作者最新作品","maintainers":["nczitzk"],"location":"author.ts"}} />
|
||||
<Route namespace="jjwxc" data={{"path":"/author/:id?","categories":["reading"],"example":"/jjwxc/author/4364484","parameters":{"id":"作者 id,可在对应作者页中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"作者最新作品","maintainers":["nczitzk"],"location":"author.ts"}} />
|
||||
|
||||
### 作品 {#jin-jiang-wen-xue-cheng-zuo-pin}
|
||||
|
||||
<Route namespace="jjwxc" data={{"path":"/book/:id?","categories":["reading"],"example":"/jjwxc/book/7013024","parameters":{"id":"作品 id,可在对应作品页中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"作品","maintainers":["nczitzk"],"location":"book.ts"}} />
|
||||
|
||||
## 哩哔轻小说 {#li-bi-qing-xiao-shuo}
|
||||
|
||||
### 小说更新 {#li-bi-qing-xiao-shuo-xiao-shuo-geng-xin}
|
||||
|
||||
<Route data={{"path":"/novel/:id","categories":["reading"],"example":"/linovelib/novel/2547","parameters":{"id":"小说 id,对应书架开始阅读 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"小说更新","maintainers":["misakicoca"],"location":"novel.ts"}} />
|
||||
<Route namespace="linovelib" data={{"path":"/novel/:id","categories":["reading"],"example":"/linovelib/novel/2547","parameters":{"id":"小说 id,对应书架开始阅读 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"小说更新","maintainers":["misakicoca"],"location":"novel.ts"}} />
|
||||
|
||||
## 明月中文网 {#ming-yue-zhong-wen-wang}
|
||||
|
||||
### 榜单 {#ming-yue-zhong-wen-wang-bang-dan}
|
||||
|
||||
<Route data={{"path":"/top/:category?","categories":["reading"],"example":"/56kog/top/weekvisit","parameters":{"category":"分类,见下表,默认为周点击榜"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"榜单","maintainers":["nczitzk"],"description":"| [周点击榜](https://www.56kog.com/top/weekvisit.html) | [总收藏榜](https://www.56kog.com/top/goodnum.html) | [最新 入库](https://www.56kog.com/top/postdate.html) |\n | ---------------------------------------------------- | -------------------------------------------------- | ---------------------------------------------------- |\n | weekvisit | goodnum | postdate |","location":"top.ts"}} />
|
||||
<Route namespace="56kog" data={{"path":"/top/:category?","categories":["reading"],"example":"/56kog/top/weekvisit","parameters":{"category":"分类,见下表,默认为周点击榜"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"榜单","maintainers":["nczitzk"],"description":"| [周点击榜](https://www.56kog.com/top/weekvisit.html) | [总收藏榜](https://www.56kog.com/top/goodnum.html) | [最新 入库](https://www.56kog.com/top/postdate.html) |\n | ---------------------------------------------------- | -------------------------------------------------- | ---------------------------------------------------- |\n | weekvisit | goodnum | postdate |","location":"top.ts"}} />
|
||||
|
||||
| [周点击榜](https://www.56kog.com/top/weekvisit.html) | [总收藏榜](https://www.56kog.com/top/goodnum.html) | [最新 入库](https://www.56kog.com/top/postdate.html) |
|
||||
| ---------------------------------------------------- | -------------------------------------------------- | ---------------------------------------------------- |
|
||||
|
|
@ -174,7 +174,7 @@ Eg: `https://ncode.syosetu.com/n1976ey/`
|
|||
|
||||
### 分类 {#ming-yue-zhong-wen-wang-fen-lei}
|
||||
|
||||
<Route data={{"path":"/class/:category?","categories":["reading"],"example":"/56kog/class/1_1","parameters":{"category":"分类,见下表,默认为玄幻魔法"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"分类","maintainers":["nczitzk"],"description":"| [玄幻魔法](https://www.56kog.com/class/1_1.html) | [武侠修真](https://www.56kog.com/class/2_1.html) | [历史军事](https://www.56kog.com/class/4_1.html) | [侦探推理](https://www.56kog.com/class/5_1.html) | [网游动漫](https://www.56kog.com/class/6_1.html) |\n | ------------------------------------------------ | ------------------------------------------------ | ------------------------------------------------ | ------------------------------------------------ | ------------------------------------------------ |\n | 1_1 | 2_1 | 4_1 | 5_1 | 6_1 |\n\n | [恐怖灵异](https://www.56kog.com/class/8_1.html) | [都市言情](https://www.56kog.com/class/3_1.html) | [科幻](https://www.56kog.com/class/7_1.html) | [女生小说](https://www.56kog.com/class/9_1.html) | [其他](https://www.56kog.com/class/10_1.html) |\n | ------------------------------------------------ | ------------------------------------------------ | -------------------------------------------- | ------------------------------------------------ | --------------------------------------------- |\n | 8_1 | 3_1 | 7_1 | 9_1 | 10_1 |","location":"class.ts"}} />
|
||||
<Route namespace="56kog" data={{"path":"/class/:category?","categories":["reading"],"example":"/56kog/class/1_1","parameters":{"category":"分类,见下表,默认为玄幻魔法"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"分类","maintainers":["nczitzk"],"description":"| [玄幻魔法](https://www.56kog.com/class/1_1.html) | [武侠修真](https://www.56kog.com/class/2_1.html) | [历史军事](https://www.56kog.com/class/4_1.html) | [侦探推理](https://www.56kog.com/class/5_1.html) | [网游动漫](https://www.56kog.com/class/6_1.html) |\n | ------------------------------------------------ | ------------------------------------------------ | ------------------------------------------------ | ------------------------------------------------ | ------------------------------------------------ |\n | 1_1 | 2_1 | 4_1 | 5_1 | 6_1 |\n\n | [恐怖灵异](https://www.56kog.com/class/8_1.html) | [都市言情](https://www.56kog.com/class/3_1.html) | [科幻](https://www.56kog.com/class/7_1.html) | [女生小说](https://www.56kog.com/class/9_1.html) | [其他](https://www.56kog.com/class/10_1.html) |\n | ------------------------------------------------ | ------------------------------------------------ | -------------------------------------------- | ------------------------------------------------ | --------------------------------------------- |\n | 8_1 | 3_1 | 7_1 | 9_1 | 10_1 |","location":"class.ts"}} />
|
||||
|
||||
| [玄幻魔法](https://www.56kog.com/class/1_1.html) | [武侠修真](https://www.56kog.com/class/2_1.html) | [历史军事](https://www.56kog.com/class/4_1.html) | [侦探推理](https://www.56kog.com/class/5_1.html) | [网游动漫](https://www.56kog.com/class/6_1.html) |
|
||||
| ------------------------------------------------ | ------------------------------------------------ | ------------------------------------------------ | ------------------------------------------------ | ------------------------------------------------ |
|
||||
|
|
@ -188,45 +188,45 @@ Eg: `https://ncode.syosetu.com/n1976ey/`
|
|||
|
||||
### 讨论区 {#qi-dian-tao-lun-qu}
|
||||
|
||||
<Route data={{"path":"/forum/:id","categories":["reading"],"example":"/qidian/forum/1010400217","parameters":{"id":"小说 id, 可在对应小说页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["book.qidian.com/info/:id"]},"name":"讨论区","maintainers":["fuzy112"],"location":"forum.ts"}} />
|
||||
|
||||
### 限时免费 {#qi-dian-xian-shi-mian-fei}
|
||||
|
||||
<Route data={{"path":"/free/:type?","categories":["reading"],"example":"/qidian/free","parameters":{"type":"默认不填为起点中文网,填 mm 为起点女生网"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.qidian.com/free"],"target":"/free"},"name":"限时免费","maintainers":["LogicJake"],"url":"www.qidian.com/free","location":"free.ts"}} />
|
||||
<Route namespace="qidian" data={{"path":"/forum/:id","categories":["reading"],"example":"/qidian/forum/1010400217","parameters":{"id":"小说 id, 可在对应小说页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["book.qidian.com/info/:id"]},"name":"讨论区","maintainers":["fuzy112"],"location":"forum.ts"}} />
|
||||
|
||||
### 限时免费下期预告 {#qi-dian-xian-shi-mian-fei-xia-qi-yu-gao}
|
||||
|
||||
<Route data={{"path":"/free-next/:type?","categories":["reading"],"example":"/qidian/free-next","parameters":{"type":"默认不填为起点中文网,填 mm 为起点女生网"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.qidian.com/free"],"target":"/free"},"name":"限时免费下期预告","maintainers":["LogicJake"],"url":"www.qidian.com/free","location":"free-next.ts"}} />
|
||||
<Route namespace="qidian" data={{"path":"/free-next/:type?","categories":["reading"],"example":"/qidian/free-next","parameters":{"type":"默认不填为起点中文网,填 mm 为起点女生网"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.qidian.com/free"],"target":"/free"},"name":"限时免费下期预告","maintainers":["LogicJake"],"url":"www.qidian.com/free","location":"free-next.ts"}} />
|
||||
|
||||
### 限时免费 {#qi-dian-xian-shi-mian-fei}
|
||||
|
||||
<Route namespace="qidian" data={{"path":"/free/:type?","categories":["reading"],"example":"/qidian/free","parameters":{"type":"默认不填为起点中文网,填 mm 为起点女生网"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.qidian.com/free"],"target":"/free"},"name":"限时免费","maintainers":["LogicJake"],"url":"www.qidian.com/free","location":"free.ts"}} />
|
||||
|
||||
### 章节 {#qi-dian-zhang-jie}
|
||||
|
||||
<Route data={{"path":"/chapter/:id","categories":["reading"],"example":"/qidian/chapter/1010400217","parameters":{"id":"小说 id, 可在对应小说页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["book.qidian.com/info/:id"]},"name":"章节","maintainers":["fuzy112"],"location":"chapter.ts"}} />
|
||||
<Route namespace="qidian" data={{"path":"/chapter/:id","categories":["reading"],"example":"/qidian/chapter/1010400217","parameters":{"id":"小说 id, 可在对应小说页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["book.qidian.com/info/:id"]},"name":"章节","maintainers":["fuzy112"],"location":"chapter.ts"}} />
|
||||
|
||||
### 作者 {#qi-dian-zuo-zhe}
|
||||
|
||||
<Route data={{"path":"/author/:id","categories":["reading"],"example":"/qidian/author/9639927","parameters":{"id":"作者 id, 可在作者页面 URL 找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["my.qidian.com/author/:id"]},"name":"作者","maintainers":["miles170"],"location":"author.ts"}} />
|
||||
<Route namespace="qidian" data={{"path":"/author/:id","categories":["reading"],"example":"/qidian/author/9639927","parameters":{"id":"作者 id, 可在作者页面 URL 找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["my.qidian.com/author/:id"]},"name":"作者","maintainers":["miles170"],"location":"author.ts"}} />
|
||||
|
||||
## 轻小说文库 {#qing-xiao-shuo-wen-ku}
|
||||
|
||||
### 章节 {#qing-xiao-shuo-wen-ku-zhang-jie}
|
||||
|
||||
<Route data={{"path":"/chapter/:id","categories":["reading"],"example":"/wenku8/chapter/74","parameters":{"id":"小说 id, 可在对应小说页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"章节","maintainers":["zsakvo"],"location":"chapter.ts"}} />
|
||||
<Route namespace="wenku8" data={{"path":"/chapter/:id","categories":["reading"],"example":"/wenku8/chapter/74","parameters":{"id":"小说 id, 可在对应小说页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"章节","maintainers":["zsakvo"],"location":"chapter.ts"}} />
|
||||
|
||||
### 最新卷 {#qing-xiao-shuo-wen-ku-zui-xin-juan}
|
||||
|
||||
<Route data={{"path":"/volume/:id","categories":["reading"],"example":"/wenku8/volume/1163","parameters":{"id":"小说 id, 可在对应小说页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"最新卷","maintainers":["huangliangshusheng"],"location":"volume.ts"}} />
|
||||
<Route namespace="wenku8" data={{"path":"/volume/:id","categories":["reading"],"example":"/wenku8/volume/1163","parameters":{"id":"小说 id, 可在对应小说页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"最新卷","maintainers":["huangliangshusheng"],"location":"volume.ts"}} />
|
||||
|
||||
## 日本語多読道場 {#ri-ben-yu-duo-du-dao-chang}
|
||||
|
||||
### 等级 {#ri-ben-yu-duo-du-dao-chang-deng-ji}
|
||||
|
||||
<Route data={{"path":"/:level?","categories":["reading"],"example":"/yomujp/n1","parameters":{"level":"等级,n1~n6,为空默认全部"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["yomujp.com/","yomujp.com/:level"],"target":"/:level"},"name":"等级","maintainers":["eternasuno"],"url":"yomujp.com/","location":"level.ts"}} />
|
||||
<Route namespace="yomujp" data={{"path":"/:level?","categories":["reading"],"example":"/yomujp/n1","parameters":{"level":"等级,n1~n6,为空默认全部"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["yomujp.com/","yomujp.com/:level"],"target":"/:level"},"name":"等级","maintainers":["eternasuno"],"url":"yomujp.com/","location":"level.ts"}} />
|
||||
|
||||
## 书伴 {#shu-ban}
|
||||
|
||||
### 分类 {#shu-ban-fen-lei}
|
||||
|
||||
<Route data={{"path":"/:category","categories":["reading"],"example":"/bookfere/skills","parameters":{"category":"分类名"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"分类","maintainers":["OdinZhang"],"description":"| 每周一书 | 使用技巧 | 图书推荐 | 新闻速递 | 精选短文 |\n | -------- | -------- | -------- | -------- | -------- |\n | weekly | skills | books | news | essay |","location":"category.ts"}} />
|
||||
<Route namespace="bookfere" data={{"path":"/:category","categories":["reading"],"example":"/bookfere/skills","parameters":{"category":"分类名"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"分类","maintainers":["OdinZhang"],"description":"| 每周一书 | 使用技巧 | 图书推荐 | 新闻速递 | 精选短文 |\n | -------- | -------- | -------- | -------- | -------- |\n | weekly | skills | books | news | essay |","location":"category.ts"}} />
|
||||
|
||||
| 每周一书 | 使用技巧 | 图书推荐 | 新闻速递 | 精选短文 |
|
||||
| -------- | -------- | -------- | -------- | -------- |
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
### 分类 {#0818-tuan-fen-lei}
|
||||
|
||||
<Route data={{"path":"/:listId?","categories":["shopping"],"example":"/0818tuan","parameters":{"listId":"活动分类,见下表,默认为 `1`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"分类","maintainers":["TonyRL"],"description":"| 最新线报 | 实测活动 | 优惠券 |\n | -------- | -------- | ------ |\n | 1 | 2 | 3 |","location":"index.ts"}} />
|
||||
<Route namespace="0818tuan" data={{"path":"/:listId?","categories":["shopping"],"example":"/0818tuan","parameters":{"listId":"活动分类,见下表,默认为 `1`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"分类","maintainers":["TonyRL"],"description":"| 最新线报 | 实测活动 | 优惠券 |\n | -------- | -------- | ------ |\n | 1 | 2 | 3 |","location":"index.ts"}} />
|
||||
|
||||
| 最新线报 | 实测活动 | 优惠券 |
|
||||
| -------- | -------- | ------ |
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
### New Arrivals {#arcteryx-new-arrivals}
|
||||
|
||||
<Route data={{"path":"/new-arrivals/:country/:gender","categories":["shopping"],"example":"/arcteryx/new-arrivals/us/mens","parameters":{"country":"country","gender":"gender"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["arcteryx.com/:country/en/c/:gender/new-arrivals"]},"name":"New Arrivals","maintainers":["EthanWng97"],"description":"Country\n\n | United States | Canada | United Kingdom |\n | ------------- | ------ | -------------- |\n | us | ca | gb |\n\n gender\n\n | male | female |\n | ---- | ------ |\n | mens | womens |\n\n :::tip\n Parameter `country` can be found within the url of `Arcteryx` website.\n :::","location":"new-arrivals.ts"}} />
|
||||
<Route namespace="arcteryx" data={{"path":"/new-arrivals/:country/:gender","categories":["shopping"],"example":"/arcteryx/new-arrivals/us/mens","parameters":{"country":"country","gender":"gender"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["arcteryx.com/:country/en/c/:gender/new-arrivals"]},"name":"New Arrivals","maintainers":["EthanWng97"],"description":"Country\n\n | United States | Canada | United Kingdom |\n | ------------- | ------ | -------------- |\n | us | ca | gb |\n\n gender\n\n | male | female |\n | ---- | ------ |\n | mens | womens |\n\n :::tip\n Parameter `country` can be found within the url of `Arcteryx` website.\n :::","location":"new-arrivals.ts"}} />
|
||||
|
||||
Country
|
||||
|
||||
|
|
@ -34,7 +34,7 @@ Parameter `country` can be found within the url of `Arcteryx` website.
|
|||
|
||||
### Outlet {#arcteryx-outlet}
|
||||
|
||||
<Route data={{"path":"/outlet/:country/:gender","categories":["shopping"],"example":"/arcteryx/outlet/us/mens","parameters":{"country":"country","gender":"gender"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["outlet.arcteryx.com/:country/en/c/:gender"]},"name":"Outlet","maintainers":["EthanWng97"],"description":"Country\n\n | United States | Canada | United Kingdom |\n | ------------- | ------ | -------------- |\n | us | ca | gb |\n\n gender\n\n | male | female |\n | ---- | ------ |\n | mens | womens |\n\n :::tip\n Parameter `country` can be found within the url of `Arcteryx` website.\n :::","location":"outlet.ts"}} />
|
||||
<Route namespace="arcteryx" data={{"path":"/outlet/:country/:gender","categories":["shopping"],"example":"/arcteryx/outlet/us/mens","parameters":{"country":"country","gender":"gender"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["outlet.arcteryx.com/:country/en/c/:gender"]},"name":"Outlet","maintainers":["EthanWng97"],"description":"Country\n\n | United States | Canada | United Kingdom |\n | ------------- | ------ | -------------- |\n | us | ca | gb |\n\n gender\n\n | male | female |\n | ---- | ------ |\n | mens | womens |\n\n :::tip\n Parameter `country` can be found within the url of `Arcteryx` website.\n :::","location":"outlet.ts"}} />
|
||||
|
||||
Country
|
||||
|
||||
|
|
@ -54,33 +54,33 @@ Parameter `country` can be found within the url of `Arcteryx` website.
|
|||
|
||||
### Regear New Arrivals {#arcteryx-regear-new-arrivals}
|
||||
|
||||
<Route data={{"path":"/regear/new-arrivals","categories":["shopping"],"example":"/arcteryx/regear/new-arrivals","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["regear.arcteryx.com/shop/new-arrivals","regear.arcteryx.com/"]},"name":"Regear New Arrivals","maintainers":["EthanWng97"],"url":"regear.arcteryx.com/shop/new-arrivals","location":"regear-new-arrivals.ts"}} />
|
||||
<Route namespace="arcteryx" data={{"path":"/regear/new-arrivals","categories":["shopping"],"example":"/arcteryx/regear/new-arrivals","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["regear.arcteryx.com/shop/new-arrivals","regear.arcteryx.com/"]},"name":"Regear New Arrivals","maintainers":["EthanWng97"],"url":"regear.arcteryx.com/shop/new-arrivals","location":"regear-new-arrivals.ts"}} />
|
||||
|
||||
## Bellroy {#bellroy}
|
||||
|
||||
### New Releases {#bellroy-new-releases}
|
||||
|
||||
<Route data={{"path":"/new-releases","categories":["shopping"],"example":"/bellroy/new-releases","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bellroy.com/collection/new-releases","bellroy.com/"]},"name":"New Releases","maintainers":["EthanWng97"],"url":"bellroy.com/collection/new-releases","location":"new-releases.ts"}} />
|
||||
<Route namespace="bellroy" data={{"path":"/new-releases","categories":["shopping"],"example":"/bellroy/new-releases","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["bellroy.com/collection/new-releases","bellroy.com/"]},"name":"New Releases","maintainers":["EthanWng97"],"url":"bellroy.com/collection/new-releases","location":"new-releases.ts"}} />
|
||||
|
||||
## Furstar {#furstar}
|
||||
|
||||
### 画师列表 {#furstar-hua-shi-lie-biao}
|
||||
|
||||
<Route data={{"path":"/artists/:lang?","categories":["shopping"],"example":"/furstar/artists/cn","parameters":{"lang":"语言, 留空为jp, 支持cn, en"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["furstar.jp/"],"target":"/artists"},"name":"画师列表","maintainers":["NeverBehave"],"url":"furstar.jp/","location":"artists.ts"}} />
|
||||
<Route namespace="furstar" data={{"path":"/artists/:lang?","categories":["shopping"],"example":"/furstar/artists/cn","parameters":{"lang":"语言, 留空为jp, 支持cn, en"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["furstar.jp/"],"target":"/artists"},"name":"画师列表","maintainers":["NeverBehave"],"url":"furstar.jp/","location":"artists.ts"}} />
|
||||
|
||||
### 已经出售的角色列表 {#furstar-yi-jing-chu-shou-de-jue-se-lie-biao}
|
||||
|
||||
<Route data={{"path":"/archive/:lang?","categories":["shopping"],"example":"/furstar/archive/cn","parameters":{"lang":"语言, 留空为jp, 支持cn, en"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["furstar.jp/:lang/archive.php","furstar.jp/archive.php"],"target":"/archive/:lang"},"name":"已经出售的角色列表","maintainers":["NeverBehave"],"location":"archive.ts"}} />
|
||||
<Route namespace="furstar" data={{"path":"/archive/:lang?","categories":["shopping"],"example":"/furstar/archive/cn","parameters":{"lang":"语言, 留空为jp, 支持cn, en"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["furstar.jp/:lang/archive.php","furstar.jp/archive.php"],"target":"/archive/:lang"},"name":"已经出售的角色列表","maintainers":["NeverBehave"],"location":"archive.ts"}} />
|
||||
|
||||
### 最新售卖角色列表 {#furstar-zui-xin-shou-mai-jue-se-lie-biao}
|
||||
|
||||
<Route data={{"path":"/characters/:lang?","categories":["shopping"],"example":"/furstar/characters/cn","parameters":{"lang":"语言, 留空为jp, 支持cn, en"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["furstar.jp/:lang","furstar.jp/"],"target":"/characters/:lang"},"name":"最新售卖角色列表","maintainers":["NeverBehave"],"location":"index.ts"}} />
|
||||
<Route namespace="furstar" data={{"path":"/characters/:lang?","categories":["shopping"],"example":"/furstar/characters/cn","parameters":{"lang":"语言, 留空为jp, 支持cn, en"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["furstar.jp/:lang","furstar.jp/"],"target":"/characters/:lang"},"name":"最新售卖角色列表","maintainers":["NeverBehave"],"location":"index.ts"}} />
|
||||
|
||||
## Gumroad {#gumroad}
|
||||
|
||||
### Products {#gumroad-products}
|
||||
|
||||
<Route data={{"path":"/:username/:products","categories":["shopping"],"example":"/gumroad/afkmaster/Eve10","parameters":{"username":"username, can be found in URL","products":"products name, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Products","maintainers":["Fatpandac"],"description":"`https://afkmaster.gumroad.com/l/Eve10` -> `/gumroad/afkmaster/Eve10`","location":"index.ts"}} />
|
||||
<Route namespace="gumroad" data={{"path":"/:username/:products","categories":["shopping"],"example":"/gumroad/afkmaster/Eve10","parameters":{"username":"username, can be found in URL","products":"products name, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Products","maintainers":["Fatpandac"],"description":"`https://afkmaster.gumroad.com/l/Eve10` -> `/gumroad/afkmaster/Eve10`","location":"index.ts"}} />
|
||||
|
||||
`https://afkmaster.gumroad.com/l/Eve10` -> `/gumroad/afkmaster/Eve10`
|
||||
|
||||
|
|
@ -88,39 +88,39 @@ Parameter `country` can be found within the url of `Arcteryx` website.
|
|||
|
||||
### hottest {#hotukdeals-hottest}
|
||||
|
||||
<Route data={{"path":"/hottest","categories":["shopping"],"example":"/hotukdeals/hottest","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.hotukdeals.com/"]},"name":"hottest","maintainers":["DIYgod"],"url":"www.hotukdeals.com/","location":"hottest.ts"}} />
|
||||
<Route namespace="hotukdeals" data={{"path":"/hottest","categories":["shopping"],"example":"/hotukdeals/hottest","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.hotukdeals.com/"]},"name":"hottest","maintainers":["DIYgod"],"url":"www.hotukdeals.com/","location":"hottest.ts"}} />
|
||||
|
||||
### thread {#hotukdeals-thread}
|
||||
|
||||
<Route data={{"path":"/:type","categories":["shopping"],"example":"/hotukdeals/hot","parameters":{"type":"should be one of highlights, hot, new, discussed"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"thread","maintainers":["DIYgod"],"location":"index.ts"}} />
|
||||
<Route namespace="hotukdeals" data={{"path":"/:type","categories":["shopping"],"example":"/hotukdeals/hot","parameters":{"type":"should be one of highlights, hot, new, discussed"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":true,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"thread","maintainers":["DIYgod"],"location":"index.ts"}} />
|
||||
|
||||
## IKEA {#ikea}
|
||||
|
||||
### UK - New Product Release {#ikea-uk-new-product-release}
|
||||
|
||||
<Route data={{"path":"/gb/new","categories":["shopping"],"example":"/ikea/gb/new","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ikea.com/gb/en/new/new-products/","ikea.com/"]},"name":"UK - New Product Release","maintainers":["HenryQW"],"url":"ikea.com/gb/en/new/new-products/","location":"gb/new.ts"}} />
|
||||
<Route namespace="ikea" data={{"path":"/gb/new","categories":["shopping"],"example":"/ikea/gb/new","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ikea.com/gb/en/new/new-products/","ikea.com/"]},"name":"UK - New Product Release","maintainers":["HenryQW"],"url":"ikea.com/gb/en/new/new-products/","location":"gb/new.ts"}} />
|
||||
|
||||
### UK - Offers {#ikea-uk-offers}
|
||||
|
||||
<Route data={{"path":"/gb/offer","categories":["shopping"],"example":"/ikea/gb/offer","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ikea.com/gb/en/offers","ikea.com/"]},"name":"UK - Offers","maintainers":["HenryQW"],"url":"ikea.com/gb/en/offers","location":"gb/offer.ts"}} />
|
||||
|
||||
### 中国 - 当季新品推荐 {#ikea-zhong-guo-dang-ji-xin-pin-tui-jian}
|
||||
|
||||
<Route data={{"path":"/cn/new","categories":["shopping"],"example":"/ikea/cn/new","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ikea.cn/cn/zh/new/","ikea.cn/"]},"name":"中国 - 当季新品推荐","maintainers":["jzhangdev"],"url":"ikea.cn/cn/zh/new/","location":"cn/new.ts"}} />
|
||||
|
||||
### 中国 - 低价优选 {#ikea-zhong-guo-di-jia-you-xuan}
|
||||
|
||||
<Route data={{"path":"/cn/low_price","categories":["shopping"],"example":"/ikea/cn/low_price","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ikea.cn/cn/zh/campaigns/wo3-men2-de-chao1-zhi2-di1-jia4-pub8b08af40","ikea.cn/"]},"name":"中国 - 低价优选","maintainers":["jzhangdev"],"url":"ikea.cn/cn/zh/campaigns/wo3-men2-de-chao1-zhi2-di1-jia4-pub8b08af40","location":"cn/low-price.ts"}} />
|
||||
<Route namespace="ikea" data={{"path":"/gb/offer","categories":["shopping"],"example":"/ikea/gb/offer","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ikea.com/gb/en/offers","ikea.com/"]},"name":"UK - Offers","maintainers":["HenryQW"],"url":"ikea.com/gb/en/offers","location":"gb/offer.ts"}} />
|
||||
|
||||
### 中国 - 会员特惠 {#ikea-zhong-guo-hui-yuan-te-hui}
|
||||
|
||||
<Route data={{"path":"/cn/family_offers","categories":["shopping"],"example":"/ikea/cn/family_offers","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ikea.cn/cn/zh/offers/family-offers","ikea.cn/"]},"name":"中国 - 会员特惠","maintainers":["jzhangdev"],"url":"ikea.cn/cn/zh/offers/family-offers","location":"cn/family-offers.ts"}} />
|
||||
<Route namespace="ikea" data={{"path":"/cn/family_offers","categories":["shopping"],"example":"/ikea/cn/family_offers","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ikea.cn/cn/zh/offers/family-offers","ikea.cn/"]},"name":"中国 - 会员特惠","maintainers":["jzhangdev"],"url":"ikea.cn/cn/zh/offers/family-offers","location":"cn/family-offers.ts"}} />
|
||||
|
||||
### 中国 - 低价优选 {#ikea-zhong-guo-di-jia-you-xuan}
|
||||
|
||||
<Route namespace="ikea" data={{"path":"/cn/low_price","categories":["shopping"],"example":"/ikea/cn/low_price","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ikea.cn/cn/zh/campaigns/wo3-men2-de-chao1-zhi2-di1-jia4-pub8b08af40","ikea.cn/"]},"name":"中国 - 低价优选","maintainers":["jzhangdev"],"url":"ikea.cn/cn/zh/campaigns/wo3-men2-de-chao1-zhi2-di1-jia4-pub8b08af40","location":"cn/low-price.ts"}} />
|
||||
|
||||
### 中国 - 当季新品推荐 {#ikea-zhong-guo-dang-ji-xin-pin-tui-jian}
|
||||
|
||||
<Route namespace="ikea" data={{"path":"/cn/new","categories":["shopping"],"example":"/ikea/cn/new","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ikea.cn/cn/zh/new/","ikea.cn/"]},"name":"中国 - 当季新品推荐","maintainers":["jzhangdev"],"url":"ikea.cn/cn/zh/new/","location":"cn/new.ts"}} />
|
||||
|
||||
## MyFigureCollection {#myfigurecollection}
|
||||
|
||||
### Activity {#myfigurecollection-activity}
|
||||
|
||||
<Route data={{"path":"/activity/:category?/:language?/:latestAdditions?/:latestEdits?/:latestAlerts?/:latestPictures?","categories":["shopping"],"example":"/myfigurecollection/activity","parameters":{"category":"Category, Figures by default","language":"Language, as above, `en` by default","latestAdditions":"Latest Additions, on as `1` by default, off as `0`","latestEdits":"Changes, on as `1` by default, off as `0`","latestAlerts":"Alerts, on as `1` by default, off as `0`","latestPictures":"Pictures, on as `1` by default, off as `0`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["zh.myfigurecollection.net/browse","zh.myfigurecollection.net/"],"target":"/:category?/:language?"},"name":"Activity","maintainers":["nczitzk"],"url":"zh.myfigurecollection.net/browse","description":"Category\n\n | Figures | Goods | Media |\n | ------- | ----- | ----- |\n | 0 | 1 | 2 |\n\n Language\n\n | Id | Language |\n | -- | ---------- |\n | | en |\n | de | Deutsch |\n | es | Español |\n | fi | Suomeksi |\n | fr | Français |\n | it | Italiano |\n | ja | 日本語 |\n | nl | Nederlands |\n | no | Norsk |\n | pl | Polski |\n | pt | Português |\n | ru | Русский |\n | sv | Svenska |\n | zh | 中文 |","location":"activity.ts"}} />
|
||||
<Route namespace="myfigurecollection" data={{"path":"/activity/:category?/:language?/:latestAdditions?/:latestEdits?/:latestAlerts?/:latestPictures?","categories":["shopping"],"example":"/myfigurecollection/activity","parameters":{"category":"Category, Figures by default","language":"Language, as above, `en` by default","latestAdditions":"Latest Additions, on as `1` by default, off as `0`","latestEdits":"Changes, on as `1` by default, off as `0`","latestAlerts":"Alerts, on as `1` by default, off as `0`","latestPictures":"Pictures, on as `1` by default, off as `0`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["zh.myfigurecollection.net/browse","zh.myfigurecollection.net/"],"target":"/:category?/:language?"},"name":"Activity","maintainers":["nczitzk"],"url":"zh.myfigurecollection.net/browse","description":"Category\n\n | Figures | Goods | Media |\n | ------- | ----- | ----- |\n | 0 | 1 | 2 |\n\n Language\n\n | Id | Language |\n | -- | ---------- |\n | | en |\n | de | Deutsch |\n | es | Español |\n | fi | Suomeksi |\n | fr | Français |\n | it | Italiano |\n | ja | 日本語 |\n | nl | Nederlands |\n | no | Norsk |\n | pl | Polski |\n | pt | Português |\n | ru | Русский |\n | sv | Svenska |\n | zh | 中文 |","location":"activity.ts"}} />
|
||||
|
||||
Category
|
||||
|
||||
|
|
@ -149,7 +149,7 @@ Language
|
|||
|
||||
### 圖片 {#myfigurecollection-tu-pian}
|
||||
|
||||
<Route data={{"path":"/:category?/:language?","categories":["shopping"],"example":"/myfigurecollection/potd","parameters":{"category":"分类,默认为每日圖片","language":"语言,见上表,默认为空,即 `en`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["zh.myfigurecollection.net/browse","zh.myfigurecollection.net/"]},"name":"圖片","maintainers":["nczitzk"],"url":"zh.myfigurecollection.net/browse","description":"| 每日圖片 | 每週圖片 | 每月圖片 |\n | -------- | -------- | -------- |\n | potd | potw | potm |","location":"index.ts"}} />
|
||||
<Route namespace="myfigurecollection" data={{"path":"/:category?/:language?","categories":["shopping"],"example":"/myfigurecollection/potd","parameters":{"category":"分类,默认为每日圖片","language":"语言,见上表,默认为空,即 `en`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["zh.myfigurecollection.net/browse","zh.myfigurecollection.net/"]},"name":"圖片","maintainers":["nczitzk"],"url":"zh.myfigurecollection.net/browse","description":"| 每日圖片 | 每週圖片 | 每月圖片 |\n | -------- | -------- | -------- |\n | potd | potw | potm |","location":"index.ts"}} />
|
||||
|
||||
| 每日圖片 | 每週圖片 | 每月圖片 |
|
||||
| -------- | -------- | -------- |
|
||||
|
|
@ -159,7 +159,7 @@ Language
|
|||
|
||||
### User Sheets {#mymusicsheet-user-sheets}
|
||||
|
||||
<Route data={{"path":"/user/sheets/:username/:iso?/:freeOnly?","categories":["shopping"],"example":"/mymusicsheet/user/sheets/HalcyonMusic/USD/1","parameters":{"username":"用户名,可在URL中找到","iso":"用于显示价格的ISO 4217货币代码, 支持常见代码, 默认为人民币, 即`CNY`","freeOnly":"只返回免费谱, 任意值为开启"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["mymusicsheet.com/:username/*","mymusicsheet.com/:username"],"target":"/user/sheets/:username"},"name":"User Sheets","maintainers":["Freddd13"],"description":"关于 ISO 4217,请参考[维基百科](https://zh.wikipedia.org/zh-cn/ISO_4217#%E7%8E%B0%E8%A1%8C%E4%BB%A3%E7%A0%81)","location":"usersheets.ts"}} />
|
||||
<Route namespace="mymusicsheet" data={{"path":"/user/sheets/:username/:iso?/:freeOnly?","categories":["shopping"],"example":"/mymusicsheet/user/sheets/HalcyonMusic/USD/1","parameters":{"username":"用户名,可在URL中找到","iso":"用于显示价格的ISO 4217货币代码, 支持常见代码, 默认为人民币, 即`CNY`","freeOnly":"只返回免费谱, 任意值为开启"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["mymusicsheet.com/:username/*","mymusicsheet.com/:username"],"target":"/user/sheets/:username"},"name":"User Sheets","maintainers":["Freddd13"],"description":"关于 ISO 4217,请参考[维基百科](https://zh.wikipedia.org/zh-cn/ISO_4217#%E7%8E%B0%E8%A1%8C%E4%BB%A3%E7%A0%81)","location":"usersheets.ts"}} />
|
||||
|
||||
关于 ISO 4217,请参考[维基百科](https://zh.wikipedia.org/zh-cn/ISO_4217#%E7%8E%B0%E8%A1%8C%E4%BB%A3%E7%A0%81)
|
||||
|
||||
|
|
@ -167,7 +167,7 @@ Language
|
|||
|
||||
### New Arrivals {#patagonia-new-arrivals}
|
||||
|
||||
<Route data={{"path":"/new-arrivals/:category","categories":["shopping"],"example":"/patagonia/new-arrivals/mens","parameters":{"category":"category, see below"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"New Arrivals","maintainers":[],"description":"| Men's | Women's | Kids' & Baby | Packs & Gear |\n | ----- | ------- | ------------ | ------------ |\n | mens | womens | kids | luggage |","location":"new-arrivals.ts"}} />
|
||||
<Route namespace="patagonia" data={{"path":"/new-arrivals/:category","categories":["shopping"],"example":"/patagonia/new-arrivals/mens","parameters":{"category":"category, see below"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"New Arrivals","maintainers":[],"description":"| Men's | Women's | Kids' & Baby | Packs & Gear |\n | ----- | ------- | ------------ | ------------ |\n | mens | womens | kids | luggage |","location":"new-arrivals.ts"}} />
|
||||
|
||||
| Men's | Women's | Kids' & Baby | Packs & Gear |
|
||||
| ----- | ------- | ------------ | ------------ |
|
||||
|
|
@ -177,25 +177,25 @@ Language
|
|||
|
||||
### Store {#shopback-store}
|
||||
|
||||
<Route data={{"path":"/:store","categories":["shopping"],"example":"/shopback/shopee-mart","parameters":{"store":"Store, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["shopback.com.tw/:category","shopback.com.tw/"]},"name":"Store","maintainers":["nczitzk"],"location":"store.ts"}} />
|
||||
<Route namespace="shopback" data={{"path":"/:store","categories":["shopping"],"example":"/shopback/shopee-mart","parameters":{"store":"Store, can be found in URL"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["shopback.com.tw/:category","shopback.com.tw/"]},"name":"Store","maintainers":["nczitzk"],"location":"store.ts"}} />
|
||||
|
||||
## Snow Peak {#snow-peak}
|
||||
|
||||
### New Arrivals(USA) {#snow-peak-new-arrivals-usa}
|
||||
|
||||
<Route data={{"path":"/us/new-arrivals","categories":["shopping"],"example":"/snowpeak/us/new-arrivals","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["snowpeak.com/collections/new-arrivals","snowpeak.com/"]},"name":"New Arrivals(USA)","maintainers":["EthanWng97"],"url":"snowpeak.com/collections/new-arrivals","location":"us-new-arrivals.ts"}} />
|
||||
<Route namespace="snowpeak" data={{"path":"/us/new-arrivals","categories":["shopping"],"example":"/snowpeak/us/new-arrivals","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["snowpeak.com/collections/new-arrivals","snowpeak.com/"]},"name":"New Arrivals(USA)","maintainers":["EthanWng97"],"url":"snowpeak.com/collections/new-arrivals","location":"us-new-arrivals.ts"}} />
|
||||
|
||||
## Uniqlo {#uniqlo}
|
||||
|
||||
### New Arrivals {#uniqlo-new-arrivals}
|
||||
|
||||
<Route data={{"path":"/new/:country/:category","categories":["shopping"],"example":"/uniqlo/new/sg/men","parameters":{"country":"currently only supports sg, us, jp","category":"supports `men` `women`, `kids`, `baby`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"New Arrivals","maintainers":["DIYgod"],"location":"new.ts"}} />
|
||||
<Route namespace="uniqlo" data={{"path":"/new/:country/:category","categories":["shopping"],"example":"/uniqlo/new/sg/men","parameters":{"country":"currently only supports sg, us, jp","category":"supports `men` `women`, `kids`, `baby`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"New Arrivals","maintainers":["DIYgod"],"location":"new.ts"}} />
|
||||
|
||||
## Zagg {#zagg}
|
||||
|
||||
### New Arrivals {#zagg-new-arrivals}
|
||||
|
||||
<Route data={{"path":"/new-arrivals/:query?","categories":["shopping"],"example":"/zagg/new-arrivals/brand=164&cat=3038,3041","parameters":{"query":"query, search page querystring"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"New Arrivals","maintainers":["EthanWng97"],"description":"For instance, in `https://www.zagg.com/en_us/new-arrivals?brand=164&cat=3038%2C3041`, the query is `brand=164&cat=3038%2C3041`","location":"new-arrivals.ts"}} />
|
||||
<Route namespace="zagg" data={{"path":"/new-arrivals/:query?","categories":["shopping"],"example":"/zagg/new-arrivals/brand=164&cat=3038,3041","parameters":{"query":"query, search page querystring"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"New Arrivals","maintainers":["EthanWng97"],"description":"For instance, in `https://www.zagg.com/en_us/new-arrivals?brand=164&cat=3038%2C3041`, the query is `brand=164&cat=3038%2C3041`","location":"new-arrivals.ts"}} />
|
||||
|
||||
For instance, in `https://www.zagg.com/en_us/new-arrivals?brand=164&cat=3038%2C3041`, the query is `brand=164&cat=3038%2C3041`
|
||||
|
||||
|
|
@ -203,7 +203,7 @@ For instance, in `https://www.zagg.com/en_us/new-arrivals?brand=164&cat=3038%2C3
|
|||
|
||||
### 票务更新 {#da-mai-wang-piao-wu-geng-xin}
|
||||
|
||||
<Route data={{"path":"/activity/:city/:category/:subcategory/:keyword?","categories":["shopping"],"example":"/damai/activity/上海/音乐会/全部/柴可夫斯基","parameters":{"city":"城市,如果不需要限制,请填入`全部`","category":"分类,如果不需要限制,请填入`全部`","subcategory":"子分类,如果不需要限制,请填入`全部`","keyword":"搜索关键字,置空为不限制"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"票务更新","maintainers":["hoilc"],"description":"城市、分类名、子分类名,请参见[大麦网搜索页面](https://search.damai.cn/search.htm)","location":"activity.ts"}} />
|
||||
<Route namespace="damai" data={{"path":"/activity/:city/:category/:subcategory/:keyword?","categories":["shopping"],"example":"/damai/activity/上海/音乐会/全部/柴可夫斯基","parameters":{"city":"城市,如果不需要限制,请填入`全部`","category":"分类,如果不需要限制,请填入`全部`","subcategory":"子分类,如果不需要限制,请填入`全部`","keyword":"搜索关键字,置空为不限制"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"票务更新","maintainers":["hoilc"],"description":"城市、分类名、子分类名,请参见[大麦网搜索页面](https://search.damai.cn/search.htm)","location":"activity.ts"}} />
|
||||
|
||||
城市、分类名、子分类名,请参见[大麦网搜索页面](https://search.damai.cn/search.htm)
|
||||
|
||||
|
|
@ -211,17 +211,17 @@ For instance, in `https://www.zagg.com/en_us/new-arrivals?brand=164&cat=3038%2C3
|
|||
|
||||
### 搜索结果 {#duo-zhua-yu-sou-suo-jie-guo}
|
||||
|
||||
<Route data={{"path":"/search/:wd","categories":["shopping"],"example":"/duozhuayu/search/JavaScript","parameters":{"wd":"搜索关键词"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["duozhuayu.com/search/book/:wd"]},"name":"搜索结果","maintainers":["fengkx"],"location":"search.ts"}} />
|
||||
<Route namespace="duozhuayu" data={{"path":"/search/:wd","categories":["shopping"],"example":"/duozhuayu/search/JavaScript","parameters":{"wd":"搜索关键词"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["duozhuayu.com/search/book/:wd"]},"name":"搜索结果","maintainers":["fengkx"],"location":"search.ts"}} />
|
||||
|
||||
## 逛丢 {#guang-diu}
|
||||
|
||||
### 关键字搜索 {#guang-diu-guan-jian-zi-sou-suo}
|
||||
|
||||
<Route data={{"path":"/search/:query?","categories":["shopping"],"example":"/guangdiu/search/k=百度网盘","parameters":{"query":"链接参数,对应网址问号后的内容"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"关键字搜索","maintainers":["Huzhixin00"],"location":"search.ts"}} />
|
||||
<Route namespace="guangdiu" data={{"path":"/search/:query?","categories":["shopping"],"example":"/guangdiu/search/k=百度网盘","parameters":{"query":"链接参数,对应网址问号后的内容"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"关键字搜索","maintainers":["Huzhixin00"],"location":"search.ts"}} />
|
||||
|
||||
### 国内折扣 / 海外折扣 {#guang-diu-guo-nei-zhe-kou-hai-wai-zhe-kou}
|
||||
|
||||
<Route data={{"path":"/:query?","categories":["shopping"],"example":"/guangdiu/k=daily","parameters":{"query":"链接参数,对应网址问号后的内容"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"国内折扣 / 海外折扣","maintainers":["Fatpandac"],"description":":::tip\n 海外折扣: [`/guangdiu/k=daily&c=us`](https://rsshub.app/guangdiu/k=daily&c=us)\n :::","location":"index.ts"}} />
|
||||
<Route namespace="guangdiu" data={{"path":"/:query?","categories":["shopping"],"example":"/guangdiu/k=daily","parameters":{"query":"链接参数,对应网址问号后的内容"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"国内折扣 / 海外折扣","maintainers":["Fatpandac"],"description":":::tip\n 海外折扣: [`/guangdiu/k=daily&c=us`](https://rsshub.app/guangdiu/k=daily&c=us)\n :::","location":"index.ts"}} />
|
||||
|
||||
:::tip
|
||||
海外折扣: [`/guangdiu/k=daily&c=us`](https://rsshub.app/guangdiu/k=daily\&c=us)
|
||||
|
|
@ -229,17 +229,17 @@ For instance, in `https://www.zagg.com/en_us/new-arrivals?brand=164&cat=3038%2C3
|
|||
|
||||
### 九块九 {#guang-diu-jiu-kuai-jiu}
|
||||
|
||||
<Route data={{"path":"/cheaps/:query?","categories":["shopping"],"example":"/guangdiu/cheaps/k=clothes","parameters":{"query":"链接参数,对应网址问号后的内容"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"九块九","maintainers":["fatpandac"],"location":"cheaps.ts"}} />
|
||||
<Route namespace="guangdiu" data={{"path":"/cheaps/:query?","categories":["shopping"],"example":"/guangdiu/cheaps/k=clothes","parameters":{"query":"链接参数,对应网址问号后的内容"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"九块九","maintainers":["fatpandac"],"location":"cheaps.ts"}} />
|
||||
|
||||
### 一小时风云榜 {#guang-diu-yi-xiao-shi-feng-yun-bang}
|
||||
|
||||
<Route data={{"path":"/rank","categories":["shopping"],"example":"/guangdiu/rank","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["guangdiu.com/rank"]},"name":"一小时风云榜","maintainers":["fatpandac"],"url":"guangdiu.com/rank","location":"rank.ts"}} />
|
||||
<Route namespace="guangdiu" data={{"path":"/rank","categories":["shopping"],"example":"/guangdiu/rank","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["guangdiu.com/rank"]},"name":"一小时风云榜","maintainers":["fatpandac"],"url":"guangdiu.com/rank","location":"rank.ts"}} />
|
||||
|
||||
## 京东 {#jing-dong}
|
||||
|
||||
### 商品价格 {#jing-dong-shang-pin-jia-ge}
|
||||
|
||||
<Route data={{"path":"/price/:id","categories":["shopping"],"example":"/jd/price/526835","parameters":{"id":"商品 id,可在商品详情页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"商品价格","maintainers":["nczitzk"],"description":":::tip\n 如商品 `https://item.jd.com/526835.html` 中的 id 为 `526835`,所以路由为 [`/jd/price/526835`](https://rsshub.app/jd/price/526835)\n :::","location":"price.ts"}} />
|
||||
<Route namespace="jd" data={{"path":"/price/:id","categories":["shopping"],"example":"/jd/price/526835","parameters":{"id":"商品 id,可在商品详情页 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"商品价格","maintainers":["nczitzk"],"description":":::tip\n 如商品 `https://item.jd.com/526835.html` 中的 id 为 `526835`,所以路由为 [`/jd/price/526835`](https://rsshub.app/jd/price/526835)\n :::","location":"price.ts"}} />
|
||||
|
||||
:::tip
|
||||
如商品 `https://item.jd.com/526835.html` 中的 id 为 `526835`,所以路由为 [`/jd/price/526835`](https://rsshub.app/jd/price/526835)
|
||||
|
|
@ -249,13 +249,13 @@ For instance, in `https://www.zagg.com/en_us/new-arrivals?brand=164&cat=3038%2C3
|
|||
|
||||
### 演出月历 {#shang-hai-dong-fang-yi-shu-zhong-xin-yan-chu-yue-li}
|
||||
|
||||
<Route data={{"path":"/recent-show","categories":["shopping"],"example":"/shoac/recent-show","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["shoac.com.cn/"]},"name":"演出月历","maintainers":["TonyRL"],"url":"shoac.com.cn/","location":"recent-show.ts"}} />
|
||||
<Route namespace="shoac" data={{"path":"/recent-show","categories":["shopping"],"example":"/shoac/recent-show","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["shoac.com.cn/"]},"name":"演出月历","maintainers":["TonyRL"],"url":"shoac.com.cn/","location":"recent-show.ts"}} />
|
||||
|
||||
## 上海文化广场 {#shang-hai-wen-hua-guang-chang}
|
||||
|
||||
### 节目列表 {#shang-hai-wen-hua-guang-chang-jie-mu-lie-biao}
|
||||
|
||||
<Route data={{"path":"/programs","categories":["shopping"],"example":"/shcstheatre/programs","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.shcstheatre.com/Program/programList.aspx"]},"name":"节目列表","maintainers":["fuzy112"],"url":"www.shcstheatre.com/Program/programList.aspx","location":"programs.ts"}} />
|
||||
<Route namespace="shcstheatre" data={{"path":"/programs","categories":["shopping"],"example":"/shcstheatre/programs","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.shcstheatre.com/Program/programList.aspx"]},"name":"节目列表","maintainers":["fuzy112"],"url":"www.shcstheatre.com/Program/programList.aspx","location":"programs.ts"}} />
|
||||
|
||||
## 什么值得买 {#shen-me-zhi-de-mai}
|
||||
|
||||
|
|
@ -265,23 +265,23 @@ For instance, in `https://www.zagg.com/en_us/new-arrivals?brand=164&cat=3038%2C3
|
|||
|
||||
### 关键词 {#shen-me-zhi-de-mai-guan-jian-ci}
|
||||
|
||||
<Route data={{"path":"/keyword/:keyword","categories":["shopping"],"example":"/smzdm/keyword/女装","parameters":{"keyword":"你想订阅的关键词"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"关键词","maintainers":["DIYgod","MeanZhang"],"location":"keyword.ts"}} />
|
||||
|
||||
### 好文 {#shen-me-zhi-de-mai-hao-wen}
|
||||
|
||||
<Route data={{"path":"/haowen/:day?","categories":["shopping"],"example":"/smzdm/haowen/1","parameters":{"day":"以天为时间跨度,默认为 `all`,其余可以选择 `1`,`7`,`30`,`365`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"好文","maintainers":["LogicJake"],"location":"haowen.ts"}} />
|
||||
<Route namespace="smzdm" data={{"path":"/keyword/:keyword","categories":["shopping"],"example":"/smzdm/keyword/女装","parameters":{"keyword":"你想订阅的关键词"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"关键词","maintainers":["DIYgod","MeanZhang"],"location":"keyword.ts"}} />
|
||||
|
||||
### 好文分类 {#shen-me-zhi-de-mai-hao-wen-fen-lei}
|
||||
|
||||
<Route data={{"path":"/haowen/fenlei/:name/:sort?","categories":["shopping"],"example":"/smzdm/haowen/fenlei/shenghuodianqi","parameters":{"name":"分类名,可在 URL 中查看","sort":"排序方式,默认为最新"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["post.smzdm.com/fenlei/:name"],"target":"/haowen/fenlei/:name"},"name":"好文分类","maintainers":["LogicJake"],"description":"| 最新 | 周排行 | 月排行 |\n | ---- | ------ | ------ |\n | 0 | 7 | 30 |","location":"haowen-fenlei.ts"}} />
|
||||
<Route namespace="smzdm" data={{"path":"/haowen/fenlei/:name/:sort?","categories":["shopping"],"example":"/smzdm/haowen/fenlei/shenghuodianqi","parameters":{"name":"分类名,可在 URL 中查看","sort":"排序方式,默认为最新"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["post.smzdm.com/fenlei/:name"],"target":"/haowen/fenlei/:name"},"name":"好文分类","maintainers":["LogicJake"],"description":"| 最新 | 周排行 | 月排行 |\n | ---- | ------ | ------ |\n | 0 | 7 | 30 |","location":"haowen-fenlei.ts"}} />
|
||||
|
||||
| 最新 | 周排行 | 月排行 |
|
||||
| ---- | ------ | ------ |
|
||||
| 0 | 7 | 30 |
|
||||
|
||||
### 好文 {#shen-me-zhi-de-mai-hao-wen}
|
||||
|
||||
<Route namespace="smzdm" data={{"path":"/haowen/:day?","categories":["shopping"],"example":"/smzdm/haowen/1","parameters":{"day":"以天为时间跨度,默认为 `all`,其余可以选择 `1`,`7`,`30`,`365`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"好文","maintainers":["LogicJake"],"location":"haowen.ts"}} />
|
||||
|
||||
### 排行榜 {#shen-me-zhi-de-mai-pai-hang-bang}
|
||||
|
||||
<Route data={{"path":"/ranking/:rank_type/:rank_id/:hour","categories":["shopping"],"example":"/smzdm/ranking/pinlei/11/3","parameters":{"rank_type":"榜单类型","rank_id":"榜单ID","hour":"时间跨度"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"排行榜","maintainers":["DIYgod"],"description":"- 榜单类型\n\n | 好价品类榜 | 好价电商榜 | 海淘 TOP 榜 | 好文排行榜 | 好物排行榜 |\n | ---------- | ---------- | ----------- | ---------- | ---------- |\n | pinlei | dianshang | haitao | haowen | haowu |\n\n - 榜单 ID\n\n 好价品类榜\n\n | 全部 | 食品生鲜 | 电脑数码 | 运动户外 | 家用电器 | 白菜 | 服饰鞋包 | 日用百货 |\n | ---- | -------- | -------- | -------- | -------- | ---- | -------- | -------- |\n | 11 | 12 | 13 | 14 | 15 | 17 | 74 | 75 |\n\n 好价电商榜\n\n | 券活动 | 京东 | 天猫 | 亚马逊中国 | 国美在线 | 苏宁易购 | 网易 | 西集网 | 美国亚马逊 | 日本亚马逊 | ebay |\n | ------ | ---- | ---- | ---------- | -------- | -------- | ---- | ------ | ---------- | ---------- | ---- |\n | 24 | 23 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 |\n\n 海淘 TOP 榜\n\n | 全部 | 海外直邮 | 美国榜 | 欧洲榜 | 澳新榜 | 亚洲榜 | 晒物榜 |\n | ---- | -------- | ------ | ------ | ------ | ------ | ------ |\n | 39 | 34 | 35 | 36 | 37 | 38 | hsw |\n\n 好文排行榜\n\n | 原创 | 资讯 |\n | ---- | ---- |\n | yc | zx |\n\n 好物排行榜\n\n | 新晋榜 | 消费众测 | 新锐品牌 | 好物榜单 |\n | ------ | -------- | -------- | -------- |\n | hwall | zc | nb | hw |\n\n - 时间跨度\n\n | 3 小时 | 12 小时 | 24 小时 |\n | ------ | ------- | ------- |\n | 3 | 12 | 24 |","location":"ranking.ts"}} />
|
||||
<Route namespace="smzdm" data={{"path":"/ranking/:rank_type/:rank_id/:hour","categories":["shopping"],"example":"/smzdm/ranking/pinlei/11/3","parameters":{"rank_type":"榜单类型","rank_id":"榜单ID","hour":"时间跨度"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"排行榜","maintainers":["DIYgod"],"description":"- 榜单类型\n\n | 好价品类榜 | 好价电商榜 | 海淘 TOP 榜 | 好文排行榜 | 好物排行榜 |\n | ---------- | ---------- | ----------- | ---------- | ---------- |\n | pinlei | dianshang | haitao | haowen | haowu |\n\n - 榜单 ID\n\n 好价品类榜\n\n | 全部 | 食品生鲜 | 电脑数码 | 运动户外 | 家用电器 | 白菜 | 服饰鞋包 | 日用百货 |\n | ---- | -------- | -------- | -------- | -------- | ---- | -------- | -------- |\n | 11 | 12 | 13 | 14 | 15 | 17 | 74 | 75 |\n\n 好价电商榜\n\n | 券活动 | 京东 | 天猫 | 亚马逊中国 | 国美在线 | 苏宁易购 | 网易 | 西集网 | 美国亚马逊 | 日本亚马逊 | ebay |\n | ------ | ---- | ---- | ---------- | -------- | -------- | ---- | ------ | ---------- | ---------- | ---- |\n | 24 | 23 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 |\n\n 海淘 TOP 榜\n\n | 全部 | 海外直邮 | 美国榜 | 欧洲榜 | 澳新榜 | 亚洲榜 | 晒物榜 |\n | ---- | -------- | ------ | ------ | ------ | ------ | ------ |\n | 39 | 34 | 35 | 36 | 37 | 38 | hsw |\n\n 好文排行榜\n\n | 原创 | 资讯 |\n | ---- | ---- |\n | yc | zx |\n\n 好物排行榜\n\n | 新晋榜 | 消费众测 | 新锐品牌 | 好物榜单 |\n | ------ | -------- | -------- | -------- |\n | hwall | zc | nb | hw |\n\n - 时间跨度\n\n | 3 小时 | 12 小时 | 24 小时 |\n | ------ | ------- | ------- |\n | 3 | 12 | 24 |","location":"ranking.ts"}} />
|
||||
|
||||
- 榜单类型
|
||||
|
||||
|
|
@ -327,19 +327,19 @@ For instance, in `https://www.zagg.com/en_us/new-arrivals?brand=164&cat=3038%2C3
|
|||
| ------ | ------- | ------- |
|
||||
| 3 | 12 | 24 |
|
||||
|
||||
### 用户爆料 {#shen-me-zhi-de-mai-yong-hu-bao-liao}
|
||||
|
||||
<Route data={{"path":"/baoliao/:uid","categories":["shopping"],"example":"/smzdm/baoliao/7367111021","parameters":{"uid":"用户id,网址上直接可以看到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["zhiyou.smzdm.com/member/:uid/baoliao"]},"name":"用户爆料","maintainers":["nczitzk"],"location":"baoliao.ts"}} />
|
||||
|
||||
### 用户文章 {#shen-me-zhi-de-mai-yong-hu-wen-zhang}
|
||||
|
||||
<Route data={{"path":"/article/:uid","categories":["shopping"],"example":"/smzdm/article/6902738986","parameters":{"uid":"用户id,网址上直接可以看到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["zhiyou.smzdm.com/member/:uid/article"]},"name":"用户文章","maintainers":["xfangbao"],"location":"article.ts"}} />
|
||||
<Route namespace="smzdm" data={{"path":"/article/:uid","categories":["shopping"],"example":"/smzdm/article/6902738986","parameters":{"uid":"用户id,网址上直接可以看到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["zhiyou.smzdm.com/member/:uid/article"]},"name":"用户文章","maintainers":["xfangbao"],"location":"article.ts"}} />
|
||||
|
||||
### 用户爆料 {#shen-me-zhi-de-mai-yong-hu-bao-liao}
|
||||
|
||||
<Route namespace="smzdm" data={{"path":"/baoliao/:uid","categories":["shopping"],"example":"/smzdm/baoliao/7367111021","parameters":{"uid":"用户id,网址上直接可以看到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["zhiyou.smzdm.com/member/:uid/baoliao"]},"name":"用户爆料","maintainers":["nczitzk"],"location":"baoliao.ts"}} />
|
||||
|
||||
## 淘宝众筹 {#tao-bao-zhong-chou}
|
||||
|
||||
### 众筹项目 {#tao-bao-zhong-chou-zhong-chou-xiang-mu}
|
||||
|
||||
<Route data={{"path":"/zhongchou/:type?","categories":["shopping"],"example":"/taobao/zhongchou/all","parameters":{"type":"类型, 默认为 `all` 全部"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"众筹项目","maintainers":["xyqfer","Fatpandac"],"description":"| 全部 | 科技 | 食品 | 动漫 | 设计 | 公益 | 娱乐 | 影音 | 书籍 | 游戏 | 其他 |\n | ---- | ---- | ----------- | ---- | ------ | ---- | ---- | ----- | ---- | ---- | ----- |\n | all | tech | agriculture | acg | design | love | tele | music | book | game | other |","location":"zhongchou.ts"}} />
|
||||
<Route namespace="taobao" data={{"path":"/zhongchou/:type?","categories":["shopping"],"example":"/taobao/zhongchou/all","parameters":{"type":"类型, 默认为 `all` 全部"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"众筹项目","maintainers":["xyqfer","Fatpandac"],"description":"| 全部 | 科技 | 食品 | 动漫 | 设计 | 公益 | 娱乐 | 影音 | 书籍 | 游戏 | 其他 |\n | ---- | ---- | ----------- | ---- | ------ | ---- | ---- | ----- | ---- | ---- | ----- |\n | all | tech | agriculture | acg | design | love | tele | music | book | game | other |","location":"zhongchou.ts"}} />
|
||||
|
||||
| 全部 | 科技 | 食品 | 动漫 | 设计 | 公益 | 娱乐 | 影音 | 书籍 | 游戏 | 其他 |
|
||||
| ---- | ---- | ----------- | ---- | ------ | ---- | ---- | ----- | ---- | ---- | ----- |
|
||||
|
|
@ -349,11 +349,11 @@ For instance, in `https://www.zagg.com/en_us/new-arrivals?brand=164&cat=3038%2C3
|
|||
|
||||
### 价格 {#te-si-la-zhong-guo-jia-ge}
|
||||
|
||||
<Route data={{"path":"/price","categories":["shopping"],"example":"/tesla/price","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["tesla.cn/model3/design","tesla.cn/"]},"name":"价格","maintainers":["xiaokyo"],"url":"tesla.cn/model3/design","location":"price/index.ts"}} />
|
||||
<Route namespace="tesla" data={{"path":"/price","categories":["shopping"],"example":"/tesla/price","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["tesla.cn/model3/design","tesla.cn/"]},"name":"价格","maintainers":["xiaokyo"],"url":"tesla.cn/model3/design","location":"price/index.ts"}} />
|
||||
|
||||
### 权益中心 {#te-si-la-zhong-guo-quan-yi-zhong-xin}
|
||||
|
||||
<Route data={{"path":"/cx/:category?/:city?","categories":["shopping"],"example":"/tesla/cx/生活方式/北京","parameters":{"category":"分类,见下表,默认为空,即全部","city":"城市,默认为空,即全国"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"权益中心","maintainers":["simonsmh","nczitzk"],"description":"| 充电免停 | 酒店 | 美食 | 生活方式 |\n | -------- | ---- | ---- | -------- |\n\n :::tip\n 分类为 **充电免停** 时,城市参数不起作用\n :::\n\n <details>\n <summary>可选城市</summary>\n\n | 成都 | 深圳 | 洛阳 | 北京 | 南京 | 绍兴 |\n | ---- | ---- | ---- | ---- | ---- | ---- |\n\n | 西安 | 上海 | 阿坝藏族羌族自治州 | 重庆 | 郑州 | 天津 |\n | ---- | ---- | ------------------ | ---- | ---- | ---- |\n\n | 晋中 | 三亚 | 湖州 | 苏州 | 扬州 | 秦皇岛 |\n | ---- | ---- | ---- | ---- | ---- | ------ |\n\n | 长沙 | 武汉 | 安阳 | 温州 | 瑞安 | 石家庄 |\n | ---- | ---- | ---- | ---- | ---- | ------ |\n\n | 佛山 | 广州 | 杭州 | 烟台 | 沧州 | 张家港 |\n | ---- | ---- | ---- | ---- | ---- | ------ |\n\n | 金华 | 临沧 | 大理 | 南昌 | 贵阳 | 信阳 |\n | ---- | ---- | ---- | ---- | ---- | ---- |\n\n | 张家口 | 铜仁 | 沈阳 | 合肥 | 黔东 | 高邮 |\n | ------ | ---- | ---- | ---- | ---- | ---- |\n\n | 三河 | 安顺 | 莆田 | 阳江 | 南宁 | 台州 |\n | ---- | ---- | ---- | ---- | ---- | ---- |\n\n | 余姚 | 淄博 | 三明 | 中山 | 宁波 | 厦门 |\n | ---- | ---- | ---- | ---- | ---- | ---- |\n\n | 永康 | 慈溪 | 台山 | 福州 | 无锡 | 宜昌 |\n | ---- | ---- | ---- | ---- | ---- | ---- |\n\n | 泉州 | 肇庆 | 太仓 | 珠海 | 邢台 | 衡水 |\n | ---- | ---- | ---- | ---- | ---- | ---- |\n\n | 温岭 | 宜兴 | 东莞 | 威海 | 南通 | 舟山 |\n | ---- | ---- | ---- | ---- | ---- | ---- |\n\n | 都匀 | 长治 | 江阴 | 云浮 | 常州 | 唐山 |\n | ---- | ---- | ---- | ---- | ---- | ---- |\n\n | 平湖 | 商丘 | 保定 | 泰州 | 青岛 | 龙口 |\n | ---- | ---- | ---- | ---- | ---- | ---- |\n\n | 泰安 | 岳阳 | 惠州 | 徐州 | 哈尔滨 | 潍坊 |\n | ---- | ---- | ---- | ---- | ------ | ---- |\n\n | 大同 | 嘉兴 | 毕节 | 临汾 | 江门 | 诸暨 |\n | ---- | ---- | ---- | ---- | ---- | ---- |\n\n | 儋州 | 衢州 | 大连 | 昆山 | 靖江 | 常熟 |\n | ---- | ---- | ---- | ---- | ---- | ---- |\n\n | 罗定 | 丽江 | 晋江 | 乐清 | 茂名 | 福清 |\n | ---- | ---- | ---- | ---- | ---- | ---- |\n\n | 廊坊 | 兰溪 | 汕尾 | 滨州 | 昆明 | 玉环 |\n | ---- | ---- | ---- | ---- | ---- | ---- |\n\n | 绵阳 | 漳州 | 德州 | 聊城 | 龙岩 | 临沂 |\n | ---- | ---- | ---- | ---- | ---- | ---- |\n\n | 新沂 | 桐乡 | 迪庆藏族自治州 | 汕头 | 潮州 | 驻马店 |\n | ---- | ---- | -------------- | ---- | ---- | ------ |\n\n | 曲阜 | 郴州 | 济源 | 兴义 |\n | ---- | ---- | ---- | ---- |\n </details>","location":"cx.ts"}} />
|
||||
<Route namespace="tesla" data={{"path":"/cx/:category?/:city?","categories":["shopping"],"example":"/tesla/cx/生活方式/北京","parameters":{"category":"分类,见下表,默认为空,即全部","city":"城市,默认为空,即全国"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"权益中心","maintainers":["simonsmh","nczitzk"],"description":"| 充电免停 | 酒店 | 美食 | 生活方式 |\n | -------- | ---- | ---- | -------- |\n\n :::tip\n 分类为 **充电免停** 时,城市参数不起作用\n :::\n\n <details>\n <summary>可选城市</summary>\n\n | 成都 | 深圳 | 洛阳 | 北京 | 南京 | 绍兴 |\n | ---- | ---- | ---- | ---- | ---- | ---- |\n\n | 西安 | 上海 | 阿坝藏族羌族自治州 | 重庆 | 郑州 | 天津 |\n | ---- | ---- | ------------------ | ---- | ---- | ---- |\n\n | 晋中 | 三亚 | 湖州 | 苏州 | 扬州 | 秦皇岛 |\n | ---- | ---- | ---- | ---- | ---- | ------ |\n\n | 长沙 | 武汉 | 安阳 | 温州 | 瑞安 | 石家庄 |\n | ---- | ---- | ---- | ---- | ---- | ------ |\n\n | 佛山 | 广州 | 杭州 | 烟台 | 沧州 | 张家港 |\n | ---- | ---- | ---- | ---- | ---- | ------ |\n\n | 金华 | 临沧 | 大理 | 南昌 | 贵阳 | 信阳 |\n | ---- | ---- | ---- | ---- | ---- | ---- |\n\n | 张家口 | 铜仁 | 沈阳 | 合肥 | 黔东 | 高邮 |\n | ------ | ---- | ---- | ---- | ---- | ---- |\n\n | 三河 | 安顺 | 莆田 | 阳江 | 南宁 | 台州 |\n | ---- | ---- | ---- | ---- | ---- | ---- |\n\n | 余姚 | 淄博 | 三明 | 中山 | 宁波 | 厦门 |\n | ---- | ---- | ---- | ---- | ---- | ---- |\n\n | 永康 | 慈溪 | 台山 | 福州 | 无锡 | 宜昌 |\n | ---- | ---- | ---- | ---- | ---- | ---- |\n\n | 泉州 | 肇庆 | 太仓 | 珠海 | 邢台 | 衡水 |\n | ---- | ---- | ---- | ---- | ---- | ---- |\n\n | 温岭 | 宜兴 | 东莞 | 威海 | 南通 | 舟山 |\n | ---- | ---- | ---- | ---- | ---- | ---- |\n\n | 都匀 | 长治 | 江阴 | 云浮 | 常州 | 唐山 |\n | ---- | ---- | ---- | ---- | ---- | ---- |\n\n | 平湖 | 商丘 | 保定 | 泰州 | 青岛 | 龙口 |\n | ---- | ---- | ---- | ---- | ---- | ---- |\n\n | 泰安 | 岳阳 | 惠州 | 徐州 | 哈尔滨 | 潍坊 |\n | ---- | ---- | ---- | ---- | ------ | ---- |\n\n | 大同 | 嘉兴 | 毕节 | 临汾 | 江门 | 诸暨 |\n | ---- | ---- | ---- | ---- | ---- | ---- |\n\n | 儋州 | 衢州 | 大连 | 昆山 | 靖江 | 常熟 |\n | ---- | ---- | ---- | ---- | ---- | ---- |\n\n | 罗定 | 丽江 | 晋江 | 乐清 | 茂名 | 福清 |\n | ---- | ---- | ---- | ---- | ---- | ---- |\n\n | 廊坊 | 兰溪 | 汕尾 | 滨州 | 昆明 | 玉环 |\n | ---- | ---- | ---- | ---- | ---- | ---- |\n\n | 绵阳 | 漳州 | 德州 | 聊城 | 龙岩 | 临沂 |\n | ---- | ---- | ---- | ---- | ---- | ---- |\n\n | 新沂 | 桐乡 | 迪庆藏族自治州 | 汕头 | 潮州 | 驻马店 |\n | ---- | ---- | -------------- | ---- | ---- | ------ |\n\n | 曲阜 | 郴州 | 济源 | 兴义 |\n | ---- | ---- | ---- | ---- |\n </details>","location":"cx.ts"}} />
|
||||
|
||||
| 充电免停 | 酒店 | 美食 | 生活方式 |
|
||||
| -------- | ---- | ---- | -------- |
|
||||
|
|
@ -436,23 +436,23 @@ For instance, in `https://www.zagg.com/en_us/new-arrivals?brand=164&cat=3038%2C3
|
|||
|
||||
### 要闻 {#xiao-fei-zhe-bao-dao-yao-wen}
|
||||
|
||||
<Route data={{"path":"/article","categories":["shopping"],"example":"/ccreports/article","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.ccreports.com.cn/"]},"name":"要闻","maintainers":["EsuRt","Fatpandac"],"url":"www.ccreports.com.cn/","location":"index.ts"}} />
|
||||
<Route namespace="ccreports" data={{"path":"/article","categories":["shopping"],"example":"/ccreports/article","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.ccreports.com.cn/"]},"name":"要闻","maintainers":["EsuRt","Fatpandac"],"url":"www.ccreports.com.cn/","location":"index.ts"}} />
|
||||
|
||||
## 小米有品 {#xiao-mi-you-pin}
|
||||
|
||||
### 小米有品每日上新 {#xiao-mi-you-pin-xiao-mi-you-pin-mei-ri-shang-xin}
|
||||
|
||||
<Route data={{"path":"/latest","categories":["shopping"],"example":"/xiaomiyoupin/latest","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["xiaomiyoupin.com/"]},"name":"小米有品每日上新","maintainers":["xyqfer","DIYgod","bigfei"],"url":"xiaomiyoupin.com/","location":"latest.ts"}} />
|
||||
|
||||
### 小米有品众筹 {#xiao-mi-you-pin-xiao-mi-you-pin-zhong-chou}
|
||||
|
||||
<Route data={{"path":"/crowdfunding","categories":["shopping"],"example":"/xiaomiyoupin/crowdfunding","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["xiaomiyoupin.com/"]},"name":"小米有品众筹","maintainers":["bigfei"],"url":"xiaomiyoupin.com/","location":"crowdfunding.ts"}} />
|
||||
<Route namespace="xiaomiyoupin" data={{"path":"/crowdfunding","categories":["shopping"],"example":"/xiaomiyoupin/crowdfunding","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["xiaomiyoupin.com/"]},"name":"小米有品众筹","maintainers":["bigfei"],"url":"xiaomiyoupin.com/","location":"crowdfunding.ts"}} />
|
||||
|
||||
### 小米有品每日上新 {#xiao-mi-you-pin-xiao-mi-you-pin-mei-ri-shang-xin}
|
||||
|
||||
<Route namespace="xiaomiyoupin" data={{"path":"/latest","categories":["shopping"],"example":"/xiaomiyoupin/latest","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["xiaomiyoupin.com/"]},"name":"小米有品每日上新","maintainers":["xyqfer","DIYgod","bigfei"],"url":"xiaomiyoupin.com/","location":"latest.ts"}} />
|
||||
|
||||
## 秀动网 {#xiu-dong-wang}
|
||||
|
||||
### 厂牌 - 演出更新 {#xiu-dong-wang-chang-pai-yan-chu-geng-xin}
|
||||
|
||||
<Route data={{"path":"/brand/:id","categories":["shopping"],"example":"/showstart/brand/34707","parameters":{"id":"厂牌 ID"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.showstart.com/host/:id"]},"name":"厂牌 - 演出更新","maintainers":["lchtao26"],"description":":::tip\n厂牌 ID 查询: `/showstart/search/brand/:keyword`,如: [https://rsshub.app/showstart/search/brand/ 声场](https://rsshub.app/showstart/search/brand/声场)\n:::","location":"brand.ts"}} />
|
||||
<Route namespace="showstart" data={{"path":"/brand/:id","categories":["shopping"],"example":"/showstart/brand/34707","parameters":{"id":"厂牌 ID"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.showstart.com/host/:id"]},"name":"厂牌 - 演出更新","maintainers":["lchtao26"],"description":":::tip\n厂牌 ID 查询: `/showstart/search/brand/:keyword`,如: [https://rsshub.app/showstart/search/brand/ 声场](https://rsshub.app/showstart/search/brand/声场)\n:::","location":"brand.ts"}} />
|
||||
|
||||
:::tip
|
||||
厂牌 ID 查询: `/showstart/search/brand/:keyword`,如: [https://rsshub.app/showstart/search/brand/ 声场](https://rsshub.app/showstart/search/brand/声场)
|
||||
|
|
@ -460,7 +460,7 @@ For instance, in `https://www.zagg.com/en_us/new-arrivals?brand=164&cat=3038%2C3
|
|||
|
||||
### 演出更新 {#xiu-dong-wang-yan-chu-geng-xin}
|
||||
|
||||
<Route data={{"path":"/event/:cityCode/:showStyle?","categories":["shopping"],"example":"/showstart/event/571/3","parameters":{"cityCode":"演出城市 (编号)","showStyle":"演出风格 (编号)"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"演出更新","maintainers":["lchtao26"],"description":":::tip\n- 演出城市 `cityCode` 查询: `/showstart/search/city/:keyword`, 如: [https://rsshub.app/showstart/search/city/ 杭州](https://rsshub.app/showstart/search/city/杭州)\n\n- 演出风格 `showStyle` 查询: `/showstart/search/style/:keyword`,如: [https://rsshub.app/showstart/search/style/ 摇滚](https://rsshub.app/showstart/search/style/摇滚)\n:::","location":"event.ts"}} />
|
||||
<Route namespace="showstart" data={{"path":"/event/:cityCode/:showStyle?","categories":["shopping"],"example":"/showstart/event/571/3","parameters":{"cityCode":"演出城市 (编号)","showStyle":"演出风格 (编号)"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"演出更新","maintainers":["lchtao26"],"description":":::tip\n- 演出城市 `cityCode` 查询: `/showstart/search/city/:keyword`, 如: [https://rsshub.app/showstart/search/city/ 杭州](https://rsshub.app/showstart/search/city/杭州)\n\n- 演出风格 `showStyle` 查询: `/showstart/search/style/:keyword`,如: [https://rsshub.app/showstart/search/style/ 摇滚](https://rsshub.app/showstart/search/style/摇滚)\n:::","location":"event.ts"}} />
|
||||
|
||||
:::tip
|
||||
- 演出城市 `cityCode` 查询: `/showstart/search/city/:keyword`, 如: [https://rsshub.app/showstart/search/city/ 杭州](https://rsshub.app/showstart/search/city/杭州)
|
||||
|
|
@ -470,11 +470,11 @@ For instance, in `https://www.zagg.com/en_us/new-arrivals?brand=164&cat=3038%2C3
|
|||
|
||||
### 演出搜索 {#xiu-dong-wang-yan-chu-sou-suo}
|
||||
|
||||
<Route data={{"path":"/search/:type/:keyword?","categories":["shopping"],"example":"/showstart/search/live","parameters":{"type":"类别","keyword":"搜索关键词"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"演出搜索","maintainers":["lchtao26"],"location":"search.ts"}} />
|
||||
<Route namespace="showstart" data={{"path":"/search/:type/:keyword?","categories":["shopping"],"example":"/showstart/search/live","parameters":{"type":"类别","keyword":"搜索关键词"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"演出搜索","maintainers":["lchtao26"],"location":"search.ts"}} />
|
||||
|
||||
### 音乐人 - 演出更新 {#xiu-dong-wang-yin-yue-ren-yan-chu-geng-xin}
|
||||
|
||||
<Route data={{"path":"/artist/:id","categories":["shopping"],"example":"/showstart/artist/301783","parameters":{"id":"音乐人 ID"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.showstart.com/artist/:id"]},"name":"音乐人 - 演出更新","maintainers":["lchtao26"],"description":":::tip\n音乐人 ID 查询: `/showstart/search/artist/:keyword`,如: [https://rsshub.app/showstart/search/artist/ 周杰伦](https://rsshub.app/showstart/search/artist/周杰伦)\n:::","location":"artist.ts"}} />
|
||||
<Route namespace="showstart" data={{"path":"/artist/:id","categories":["shopping"],"example":"/showstart/artist/301783","parameters":{"id":"音乐人 ID"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.showstart.com/artist/:id"]},"name":"音乐人 - 演出更新","maintainers":["lchtao26"],"description":":::tip\n音乐人 ID 查询: `/showstart/search/artist/:keyword`,如: [https://rsshub.app/showstart/search/artist/ 周杰伦](https://rsshub.app/showstart/search/artist/周杰伦)\n:::","location":"artist.ts"}} />
|
||||
|
||||
:::tip
|
||||
音乐人 ID 查询: `/showstart/search/artist/:keyword`,如: [https://rsshub.app/showstart/search/artist/ 周杰伦](https://rsshub.app/showstart/search/artist/周杰伦)
|
||||
|
|
@ -484,4 +484,4 @@ For instance, in `https://www.zagg.com/en_us/new-arrivals?brand=164&cat=3038%2C3
|
|||
|
||||
### Unknown {#zhong-guo-yang-zhu-wang-unknown}
|
||||
|
||||
<Route data={{"path":"/zhujia","categories":["shopping"],"example":"/zhuwang/zhujia","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["zhujia.zhuwang.cc/"]},"name":"Unknown","maintainers":[],"url":"zhujia.zhuwang.cc/","location":"index.ts"}} />
|
||||
<Route namespace="zhuwang" data={{"path":"/zhujia","categories":["shopping"],"example":"/zhuwang/zhujia","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["zhujia.zhuwang.cc/"]},"name":"Unknown","maintainers":[],"url":"zhujia.zhuwang.cc/","location":"index.ts"}} />
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
### Seminar Series {#asian-innovation-and-entrepreneurship-association-seminar-series}
|
||||
|
||||
<Route data={{"path":"/seminars/:period","categories":["study"],"example":"/aiea/seminars/upcoming","parameters":{"period":"Time frame"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Seminar Series","maintainers":["zxx-457"],"description":"| Time frame |\n | ---------- |\n | upcoming |\n | past |\n | both |","location":"index.ts"}} />
|
||||
<Route namespace="aiea" data={{"path":"/seminars/:period","categories":["study"],"example":"/aiea/seminars/upcoming","parameters":{"period":"Time frame"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Seminar Series","maintainers":["zxx-457"],"description":"| Time frame |\n | ---------- |\n | upcoming |\n | past |\n | both |","location":"index.ts"}} />
|
||||
|
||||
| Time frame |
|
||||
| ---------- |
|
||||
|
|
@ -16,19 +16,19 @@
|
|||
|
||||
### Institute of Law {#chinese-social-science-net-institute-of-law}
|
||||
|
||||
<Route data={{"path":"/iolaw/:section?","categories":["study"],"example":"/cssn/iolaw/zxzp","parameters":{"section":"Section ID, can be found in the URL. For example, the Section ID of URL `http://iolaw.cssn.cn/zxzp/` is `zxzp`. The default value is `zxzp`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Institute of Law","maintainers":["HankChow"],"location":"iolaw.ts"}} />
|
||||
<Route namespace="cssn" data={{"path":"/iolaw/:section?","categories":["study"],"example":"/cssn/iolaw/zxzp","parameters":{"section":"Section ID, can be found in the URL. For example, the Section ID of URL `http://iolaw.cssn.cn/zxzp/` is `zxzp`. The default value is `zxzp`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Institute of Law","maintainers":["HankChow"],"location":"iolaw.ts"}} />
|
||||
|
||||
## DBLP {#dblp}
|
||||
|
||||
### Keyword Search {#dblp-keyword-search}
|
||||
|
||||
<Route data={{"path":"/:field","categories":["study"],"example":"/dblp/knowledge%20tracing","parameters":{"field":"Research field"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["dblp.org/:field"]},"name":"Keyword Search","maintainers":["ytno1"],"location":"publication.ts"}} />
|
||||
<Route namespace="dblp" data={{"path":"/:field","categories":["study"],"example":"/dblp/knowledge%20tracing","parameters":{"field":"Research field"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["dblp.org/:field"]},"name":"Keyword Search","maintainers":["ytno1"],"location":"publication.ts"}} />
|
||||
|
||||
## MindMeister {#mindmeister}
|
||||
|
||||
### Public Maps {#mindmeister-public-maps}
|
||||
|
||||
<Route data={{"path":"/:category?/:language?","categories":["study"],"example":"/mindmeister/mind-map-examples","parameters":{"category":"Categories, see the table below, `mind-map-examples` by default","language":"Languages, see the table below, `en` by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Public Maps","maintainers":["TonyRL"],"description":"| Categories | parameter |\n | ------------- | ----------------- |\n | Featured Map | mind-map-examples |\n | Business | business |\n | Design | design |\n | Education | education |\n | Entertainment | entertainment |\n | Life | life |\n | Marketing | marketing |\n | Productivity | productivity |\n | Summaries | summaries |\n | Technology | technology |\n | Other | other |\n\n | Languages | parameter |\n | ---------- | --------- |\n | English | en |\n | Deutsch | de |\n | Français | fr |\n | Español | es |\n | Português | pt |\n | Nederlands | nl |\n | Dansk | da |\n | Русский | ru |\n | 日本語 | ja |\n | Italiano | it |\n | 简体中文 | zh |\n | 한국어 | ko |\n | Other | other |","location":"example.ts"}} />
|
||||
<Route namespace="mindmeister" data={{"path":"/:category?/:language?","categories":["study"],"example":"/mindmeister/mind-map-examples","parameters":{"category":"Categories, see the table below, `mind-map-examples` by default","language":"Languages, see the table below, `en` by default"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Public Maps","maintainers":["TonyRL"],"description":"| Categories | parameter |\n | ------------- | ----------------- |\n | Featured Map | mind-map-examples |\n | Business | business |\n | Design | design |\n | Education | education |\n | Entertainment | entertainment |\n | Life | life |\n | Marketing | marketing |\n | Productivity | productivity |\n | Summaries | summaries |\n | Technology | technology |\n | Other | other |\n\n | Languages | parameter |\n | ---------- | --------- |\n | English | en |\n | Deutsch | de |\n | Français | fr |\n | Español | es |\n | Português | pt |\n | Nederlands | nl |\n | Dansk | da |\n | Русский | ru |\n | 日本語 | ja |\n | Italiano | it |\n | 简体中文 | zh |\n | 한국어 | ko |\n | Other | other |","location":"example.ts"}} />
|
||||
|
||||
| Categories | parameter |
|
||||
| ------------- | ----------------- |
|
||||
|
|
@ -64,37 +64,37 @@
|
|||
|
||||
### 教育部考试中心日本语能力测试重要通知 {#neea-zhong-guo-jiao-yu-kao-shi-wang-jiao-yu-bu-kao-shi-zhong-xin-ri-ben-yu-neng-li-ce-shi-zhong-yao-tong-zhi}
|
||||
|
||||
<Route data={{"path":"/jlpt","categories":["study"],"example":"/neea/jlpt","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["jlpt.neea.cn/"]},"name":"教育部考试中心日本语能力测试重要通知","maintainers":["nczitzk"],"url":"jlpt.neea.cn/","location":"jlpt.ts"}} />
|
||||
<Route namespace="neea" data={{"path":"/jlpt","categories":["study"],"example":"/neea/jlpt","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["jlpt.neea.cn/"]},"name":"教育部考试中心日本语能力测试重要通知","maintainers":["nczitzk"],"url":"jlpt.neea.cn/","location":"jlpt.ts"}} />
|
||||
|
||||
## ORCID {#orcid}
|
||||
|
||||
### Works List {#orcid-works-list}
|
||||
|
||||
<Route data={{"path":"/:id","categories":["study"],"example":"/orcid/0000-0002-4731-9700","parameters":{"id":"Open Researcher and Contributor ID"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Works List","maintainers":["OrangeEd1t"],"location":"index.ts"}} />
|
||||
<Route namespace="orcid" data={{"path":"/:id","categories":["study"],"example":"/orcid/0000-0002-4731-9700","parameters":{"id":"Open Researcher and Contributor ID"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Works List","maintainers":["OrangeEd1t"],"location":"index.ts"}} />
|
||||
|
||||
## Tableau {#tableau}
|
||||
|
||||
### Viz of the day {#tableau-viz-of-the-day}
|
||||
|
||||
<Route data={{"path":"/viz-of-the-day","categories":["study"],"example":"/tableau/viz-of-the-day","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Viz of the day","maintainers":[],"location":"viz-of-the-day.ts"}} />
|
||||
<Route namespace="tableau" data={{"path":"/viz-of-the-day","categories":["study"],"example":"/tableau/viz-of-the-day","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Viz of the day","maintainers":[],"location":"viz-of-the-day.ts"}} />
|
||||
|
||||
## The Korea Institute of Marine Law {#the-korea-institute-of-marine-law}
|
||||
|
||||
### Thesis {#the-korea-institute-of-marine-law-thesis}
|
||||
|
||||
<Route data={{"path":"/thesis","categories":["study"],"example":"/kimlaw/thesis","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["kimlaw.or.kr/67","kimlaw.or.kr/"]},"name":"Thesis","maintainers":["TonyRL"],"url":"kimlaw.or.kr/67","location":"thesis.ts"}} />
|
||||
<Route namespace="kimlaw" data={{"path":"/thesis","categories":["study"],"example":"/kimlaw/thesis","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["kimlaw.or.kr/67","kimlaw.or.kr/"]},"name":"Thesis","maintainers":["TonyRL"],"url":"kimlaw.or.kr/67","location":"thesis.ts"}} />
|
||||
|
||||
## X-MOL {#x-mol}
|
||||
|
||||
### News {#x-mol-news}
|
||||
|
||||
<Route data={{"path":"/news/:tag?","categories":["study"],"example":"/x-mol/news/3","parameters":{"tag":"Tag number, can be obtained from news list URL. Empty value means news index."},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["x-mol.com/news/index"],"target":"/news"},"name":"News","maintainers":["cssxsh"],"url":"x-mol.com/news/index","location":"news.ts"}} />
|
||||
<Route namespace="x-mol" data={{"path":"/news/:tag?","categories":["study"],"example":"/x-mol/news/3","parameters":{"tag":"Tag number, can be obtained from news list URL. Empty value means news index."},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["x-mol.com/news/index"],"target":"/news"},"name":"News","maintainers":["cssxsh"],"url":"x-mol.com/news/index","location":"news.ts"}} />
|
||||
|
||||
## 福建考试报名网 {#fu-jian-kao-shi-bao-ming-wang}
|
||||
|
||||
### 分类 {#fu-jian-kao-shi-bao-ming-wang-fen-lei}
|
||||
|
||||
<Route data={{"path":"/:category?","categories":["study"],"example":"/fjksbm","parameters":{"category":"分类,见下表,默认为网络报名进行中"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["fjksbm.com/portal/:category?","fjksbm.com/portal"]},"name":"分类","maintainers":["nczitzk"],"description":"| 已发布公告 (方案),即将开始 | 网络报名进行中 | 网络报名结束等待打印准考证 | 正在打印准考证 | 考试结束,等待发布成绩 | 已发布成绩 | 新闻动态 | 政策法规 |\n | --------------------------- | -------------- | -------------------------- | -------------- | ---------------------- | ---------- | -------- | -------- |\n | 0 | 1 | 2 | 3 | 4 | 5 | news | policy |","location":"index.ts"}} />
|
||||
<Route namespace="fjksbm" data={{"path":"/:category?","categories":["study"],"example":"/fjksbm","parameters":{"category":"分类,见下表,默认为网络报名进行中"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["fjksbm.com/portal/:category?","fjksbm.com/portal"]},"name":"分类","maintainers":["nczitzk"],"description":"| 已发布公告 (方案),即将开始 | 网络报名进行中 | 网络报名结束等待打印准考证 | 正在打印准考证 | 考试结束,等待发布成绩 | 已发布成绩 | 新闻动态 | 政策法规 |\n | --------------------------- | -------------- | -------------------------- | -------------- | ---------------------- | ---------- | -------- | -------- |\n | 0 | 1 | 2 | 3 | 4 | 5 | news | policy |","location":"index.ts"}} />
|
||||
|
||||
| 已发布公告 (方案),即将开始 | 网络报名进行中 | 网络报名结束等待打印准考证 | 正在打印准考证 | 考试结束,等待发布成绩 | 已发布成绩 | 新闻动态 | 政策法规 |
|
||||
| --------------------------- | -------------- | -------------------------- | -------------- | ---------------------- | ---------- | -------- | -------- |
|
||||
|
|
@ -104,13 +104,13 @@
|
|||
|
||||
### 公告 {#hu-nan-ren-shi-kao-shi-wang-gong-gao}
|
||||
|
||||
<Route data={{"path":"/rsks/:guid","categories":["study"],"example":"/hunanpea/rsks/2f1a6239-b4dc-491b-92af-7d95e0f0543e","parameters":{"guid":"分类 id,可在 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["rsks.hunanpea.com/Category/:guid/ArticlesByCategory.do"]},"name":"公告","maintainers":["TonyRL"],"location":"rsks.ts"}} />
|
||||
<Route namespace="hunanpea" data={{"path":"/rsks/:guid","categories":["study"],"example":"/hunanpea/rsks/2f1a6239-b4dc-491b-92af-7d95e0f0543e","parameters":{"guid":"分类 id,可在 URL 中找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["rsks.hunanpea.com/Category/:guid/ArticlesByCategory.do"]},"name":"公告","maintainers":["TonyRL"],"location":"rsks.ts"}} />
|
||||
|
||||
## 山东省教育招生考试院 {#shan-dong-sheng-jiao-yu-zhao-sheng-kao-shi-yuan}
|
||||
|
||||
### 新闻 {#shan-dong-sheng-jiao-yu-zhao-sheng-kao-shi-yuan-xin-wen}
|
||||
|
||||
<Route data={{"path":"/:bcid?/:cid?","categories":["study"],"example":"/sdzk","parameters":{"bcid":"板块 id,可在对应板块页 URL 中找到,默认为 `1`,即信息与政策","cid":"栏目 id,可在对应板块页 URL 中找到,默认为 `16`,即通知公告"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"新闻","maintainers":["nczitzk"],"description":":::tip\n 若订阅 [信息与政策](https://www.sdzk.cn/NewsList.aspx?BCID=1),网址为 `https://www.sdzk.cn/NewsList.aspx?BCID=1`。截取 `BCID=1` 作为参数,此时路由为 [`/sdzk/1`](https://rsshub.app/sdzk/1)。\n\n 若订阅 [通知公告](https://www.sdzk.cn/NewsList.aspx?BCID=1&CID=16),网址为 `https://www.sdzk.cn/NewsList.aspx?BCID=1&CID=16`。截取 `BCID=1` 与 `CID=16` 作为参数,此时路由为 [`/sdzk/1/16`](https://rsshub.app/sdzk/1/16)。\n :::","location":"index.ts"}} />
|
||||
<Route namespace="sdzk" data={{"path":"/:bcid?/:cid?","categories":["study"],"example":"/sdzk","parameters":{"bcid":"板块 id,可在对应板块页 URL 中找到,默认为 `1`,即信息与政策","cid":"栏目 id,可在对应板块页 URL 中找到,默认为 `16`,即通知公告"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"新闻","maintainers":["nczitzk"],"description":":::tip\n 若订阅 [信息与政策](https://www.sdzk.cn/NewsList.aspx?BCID=1),网址为 `https://www.sdzk.cn/NewsList.aspx?BCID=1`。截取 `BCID=1` 作为参数,此时路由为 [`/sdzk/1`](https://rsshub.app/sdzk/1)。\n\n 若订阅 [通知公告](https://www.sdzk.cn/NewsList.aspx?BCID=1&CID=16),网址为 `https://www.sdzk.cn/NewsList.aspx?BCID=1&CID=16`。截取 `BCID=1` 与 `CID=16` 作为参数,此时路由为 [`/sdzk/1/16`](https://rsshub.app/sdzk/1/16)。\n :::","location":"index.ts"}} />
|
||||
|
||||
:::tip
|
||||
若订阅 [信息与政策](https://www.sdzk.cn/NewsList.aspx?BCID=1),网址为 `https://www.sdzk.cn/NewsList.aspx?BCID=1`。截取 `BCID=1` 作为参数,此时路由为 [`/sdzk/1`](https://rsshub.app/sdzk/1)。
|
||||
|
|
@ -124,7 +124,7 @@
|
|||
|
||||
### 消息 {#shang-hai-shi-jiao-yu-kao-shi-yuan-xiao-xi}
|
||||
|
||||
<Route data={{"path":"/:id?","categories":["study"],"example":"/shmeea/08000","parameters":{"id":"页面 ID,可在 URL 中找到,默认为消息速递"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"消息","maintainers":["jialinghui","Misaka13514"],"description":":::tip\n 例如:消息速递的网址为 `https://www.shmeea.edu.cn/page/08000/index.html`,则页面 ID 为 `08000`。\n :::\n\n :::warning\n 暂不支持大类分类和[院内动态](https://www.shmeea.edu.cn/page/19000/index.html)\n :::","location":"index.ts"}} />
|
||||
<Route namespace="shmeea" data={{"path":"/:id?","categories":["study"],"example":"/shmeea/08000","parameters":{"id":"页面 ID,可在 URL 中找到,默认为消息速递"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"消息","maintainers":["jialinghui","Misaka13514"],"description":":::tip\n 例如:消息速递的网址为 `https://www.shmeea.edu.cn/page/08000/index.html`,则页面 ID 为 `08000`。\n :::\n\n :::warning\n 暂不支持大类分类和[院内动态](https://www.shmeea.edu.cn/page/19000/index.html)\n :::","location":"index.ts"}} />
|
||||
|
||||
:::tip
|
||||
例如:消息速递的网址为 `https://www.shmeea.edu.cn/page/08000/index.html`,则页面 ID 为 `08000`。
|
||||
|
|
@ -136,7 +136,7 @@
|
|||
|
||||
### 自学考试通知公告 {#shang-hai-shi-jiao-yu-kao-shi-yuan-zi-xue-kao-shi-tong-zhi-gong-gao}
|
||||
|
||||
<Route data={{"path":"/self-study","categories":["study"],"example":"/shmeea/self-study","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.shmeea.edu.cn/page/04000/index.html","www.shmeea.edu.cn/"]},"name":"自学考试通知公告","maintainers":["h2ws"],"url":"www.shmeea.edu.cn/page/04000/index.html","location":"self-study.ts"}} />
|
||||
<Route namespace="shmeea" data={{"path":"/self-study","categories":["study"],"example":"/shmeea/self-study","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.shmeea.edu.cn/page/04000/index.html","www.shmeea.edu.cn/"]},"name":"自学考试通知公告","maintainers":["h2ws"],"url":"www.shmeea.edu.cn/page/04000/index.html","location":"self-study.ts"}} />
|
||||
|
||||
## 网易公开课 {#wang-yi-gong-kai-ke}
|
||||
|
||||
|
|
@ -146,13 +146,13 @@
|
|||
|
||||
### 精品课程 {#wang-yi-gong-kai-ke-jing-pin-ke-cheng}
|
||||
|
||||
<Route data={{"path":"/open/vip","categories":["study"],"example":"/163/open/vip","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["vip.open.163.com/"]},"name":"精品课程","maintainers":["hoilc"],"url":"vip.open.163.com/","location":"open/vip.ts"}} />
|
||||
<Route namespace="163" data={{"path":"/open/vip","categories":["study"],"example":"/163/open/vip","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["vip.open.163.com/"]},"name":"精品课程","maintainers":["hoilc"],"url":"vip.open.163.com/","location":"open/vip.ts"}} />
|
||||
|
||||
## 语雀 {#yu-que}
|
||||
|
||||
### 知识库 {#yu-que-zhi-shi-ku}
|
||||
|
||||
<Route data={{"path":"/:name/:book","categories":["study"],"example":"/yuque/ruanyf/weekly","parameters":{"name":"用戶名","book":"知识库 ID"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["yuque.com/:name/:book"]},"name":"知识库","maintainers":["aha2mao","ltaoo"],"description":"| Node.js 专栏 | 阮一峰每周分享 | 语雀使用手册 |\n | -------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------- |\n | [/yuque/egg/nodejs](https://rsshub.app/yuque/egg/nodejs) | [/yuque/ruanyf/weekly](https://rsshub.app/yuque/ruanyf/weekly) | [/yuque/yuque/help](https://rsshub.app/yuque/yuque/help) |","location":"book.ts"}} />
|
||||
<Route namespace="yuque" data={{"path":"/:name/:book","categories":["study"],"example":"/yuque/ruanyf/weekly","parameters":{"name":"用戶名","book":"知识库 ID"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["yuque.com/:name/:book"]},"name":"知识库","maintainers":["aha2mao","ltaoo"],"description":"| Node.js 专栏 | 阮一峰每周分享 | 语雀使用手册 |\n | -------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------- |\n | [/yuque/egg/nodejs](https://rsshub.app/yuque/egg/nodejs) | [/yuque/ruanyf/weekly](https://rsshub.app/yuque/ruanyf/weekly) | [/yuque/yuque/help](https://rsshub.app/yuque/yuque/help) |","location":"book.ts"}} />
|
||||
|
||||
| Node.js 专栏 | 阮一峰每周分享 | 语雀使用手册 |
|
||||
| -------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------- |
|
||||
|
|
@ -162,7 +162,7 @@
|
|||
|
||||
### 栏目 {#zhong-guo-guan-li-xian-dai-hua-yan-jiu-hui-lan-mu}
|
||||
|
||||
<Route data={{"path":"/:id?","categories":["study"],"example":"/camchina","parameters":{"id":"分类,见下表,默认为 1,即新闻"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["cste.org.cn/categories/:id","cste.org.cn/"]},"name":"栏目","maintainers":["nczitzk"],"description":"| 新闻 | 通告栏 |\n | ---- | ------ |\n | 1 | 2 |","location":"index.ts"}} />
|
||||
<Route namespace="camchina" data={{"path":"/:id?","categories":["study"],"example":"/camchina","parameters":{"id":"分类,见下表,默认为 1,即新闻"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["cste.org.cn/categories/:id","cste.org.cn/"]},"name":"栏目","maintainers":["nczitzk"],"description":"| 新闻 | 通告栏 |\n | ---- | ------ |\n | 1 | 2 |","location":"index.ts"}} />
|
||||
|
||||
| 新闻 | 通告栏 |
|
||||
| ---- | ------ |
|
||||
|
|
@ -172,11 +172,11 @@
|
|||
|
||||
### 大数据专家委员会 {#zhong-guo-ji-suan-ji-xue-hui-da-shu-ju-zhuan-jia-wei-yuan-hui}
|
||||
|
||||
<Route data={{"path":"/tfbd/:caty/:id","categories":["study"],"example":"/ccf/tfbd/xwdt/tzgg","parameters":{"caty":"主分类,可在 URL 找到","id":"子分类,可在 URL 找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["tfbd.ccf.org.cn/tfbd/:caty/:id","tfbd.ccf.org.cn/"]},"name":"大数据专家委员会","maintainers":["tudou027"],"location":"tfbd/index.ts"}} />
|
||||
<Route namespace="ccf" data={{"path":"/tfbd/:caty/:id","categories":["study"],"example":"/ccf/tfbd/xwdt/tzgg","parameters":{"caty":"主分类,可在 URL 找到","id":"子分类,可在 URL 找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["tfbd.ccf.org.cn/tfbd/:caty/:id","tfbd.ccf.org.cn/"]},"name":"大数据专家委员会","maintainers":["tudou027"],"location":"tfbd/index.ts"}} />
|
||||
|
||||
### 计算机视觉专委会 - 学术动态 - 分类 {#zhong-guo-ji-suan-ji-xue-hui-ji-suan-ji-shi-jue-zhuan-wei-hui-xue-shu-dong-tai-fen-lei}
|
||||
|
||||
<Route data={{"path":"/ccfcv/:channel/:category","categories":["study"],"example":"/ccf/ccfcv/xsdt/xsqy","parameters":{"channel":"频道,仅支持 `xsdt`","category":"分类,见下表,亦可在网站 url 里找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"计算机视觉专委会 - 学术动态 - 分类","maintainers":["elxy"],"description":"| 学术前沿 | 热点征文 | 学术会议 |\n | -------- | -------- | -------- |\n | xsqy | rdzw | xshy |","location":"ccfcv/index.ts"}} />
|
||||
<Route namespace="ccf" data={{"path":"/ccfcv/:channel/:category","categories":["study"],"example":"/ccf/ccfcv/xsdt/xsqy","parameters":{"channel":"频道,仅支持 `xsdt`","category":"分类,见下表,亦可在网站 url 里找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"计算机视觉专委会 - 学术动态 - 分类","maintainers":["elxy"],"description":"| 学术前沿 | 热点征文 | 学术会议 |\n | -------- | -------- | -------- |\n | xsqy | rdzw | xshy |","location":"ccfcv/index.ts"}} />
|
||||
|
||||
| 学术前沿 | 热点征文 | 学术会议 |
|
||||
| -------- | -------- | -------- |
|
||||
|
|
@ -184,7 +184,7 @@
|
|||
|
||||
### 新闻 {#zhong-guo-ji-suan-ji-xue-hui-xin-wen}
|
||||
|
||||
<Route data={{"path":"/news/:category?","categories":["study"],"example":"/ccf/news","parameters":{"category":"分类,见下表,默认为 CCF 新闻"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ccf.org.cn/:category","ccf.org.cn/"],"target":"/news/:category"},"name":"新闻","maintainers":["nczitzk"],"description":"| CCF 新闻 | CCF 聚焦 | ACM 信息 |\n | ----------- | -------- | --------- |\n | Media_list | Focus | ACM_News |","location":"news.ts"}} />
|
||||
<Route namespace="ccf" data={{"path":"/news/:category?","categories":["study"],"example":"/ccf/news","parameters":{"category":"分类,见下表,默认为 CCF 新闻"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["ccf.org.cn/:category","ccf.org.cn/"],"target":"/news/:category"},"name":"新闻","maintainers":["nczitzk"],"description":"| CCF 新闻 | CCF 聚焦 | ACM 信息 |\n | ----------- | -------- | --------- |\n | Media_list | Focus | ACM_News |","location":"news.ts"}} />
|
||||
|
||||
| CCF 新闻 | CCF 聚焦 | ACM 信息 |
|
||||
| ----------- | -------- | --------- |
|
||||
|
|
@ -194,7 +194,7 @@
|
|||
|
||||
### 栏目 {#zhong-guo-ji-shu-jing-ji-xue-hui-lan-mu}
|
||||
|
||||
<Route data={{"path":"/:id?","categories":["study"],"example":"/cste","parameters":{"id":"分类,见下表,默认为 16,即通知公告"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"栏目","maintainers":["nczitzk"],"description":"| 通知公告 | 学会新闻 | 科协简讯 | 学科动态 | 往事钩沉 |\n | -------- | -------- | -------- | -------- | -------- |\n | 16 | 18 | 19 | 20 | 21 |","location":"index.ts"}} />
|
||||
<Route namespace="cste" data={{"path":"/:id?","categories":["study"],"example":"/cste","parameters":{"id":"分类,见下表,默认为 16,即通知公告"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"栏目","maintainers":["nczitzk"],"description":"| 通知公告 | 学会新闻 | 科协简讯 | 学科动态 | 往事钩沉 |\n | -------- | -------- | -------- | -------- | -------- |\n | 16 | 18 | 19 | 20 | 21 |","location":"index.ts"}} />
|
||||
|
||||
| 通知公告 | 学会新闻 | 科协简讯 | 学科动态 | 往事钩沉 |
|
||||
| -------- | -------- | -------- | -------- | -------- |
|
||||
|
|
@ -204,21 +204,21 @@
|
|||
|
||||
### 学会动态 {#zhong-guo-ren-gong-zhi-neng-xue-hui-xue-hui-dong-tai}
|
||||
|
||||
<Route data={{"path":"/:caty","categories":["study"],"example":"/caai/45","parameters":{"caty":"分类 ID,可在 URL 找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"学会动态","maintainers":["tudou027"],"location":"index.ts"}} />
|
||||
<Route namespace="caai" data={{"path":"/:caty","categories":["study"],"example":"/caai/45","parameters":{"caty":"分类 ID,可在 URL 找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"学会动态","maintainers":["tudou027"],"location":"index.ts"}} />
|
||||
|
||||
## 中国研究生招生信息网 {#zhong-guo-yan-jiu-sheng-zhao-sheng-xin-xi-wang}
|
||||
|
||||
### 考研动态 {#zhong-guo-yan-jiu-sheng-zhao-sheng-xin-xi-wang-kao-yan-dong-tai}
|
||||
|
||||
<Route data={{"path":"/kydt","categories":["study"],"example":"/chsi/kydt","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["yz.chsi.com.cn/kyzx/kydt"]},"name":"考研动态","maintainers":["SunBK201"],"url":"yz.chsi.com.cn/kyzx/kydt","location":"kydt.ts"}} />
|
||||
|
||||
### 考研热点新闻 {#zhong-guo-yan-jiu-sheng-zhao-sheng-xin-xi-wang-kao-yan-re-dian-xin-wen}
|
||||
|
||||
<Route data={{"path":"/hotnews","categories":["study"],"example":"/chsi/hotnews","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["yz.chsi.com.cn/"]},"name":"考研热点新闻","maintainers":["yanbot-team"],"url":"yz.chsi.com.cn/","location":"hotnews.ts"}} />
|
||||
<Route namespace="chsi" data={{"path":"/hotnews","categories":["study"],"example":"/chsi/hotnews","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["yz.chsi.com.cn/"]},"name":"考研热点新闻","maintainers":["yanbot-team"],"url":"yz.chsi.com.cn/","location":"hotnews.ts"}} />
|
||||
|
||||
### 考研动态 {#zhong-guo-yan-jiu-sheng-zhao-sheng-xin-xi-wang-kao-yan-dong-tai}
|
||||
|
||||
<Route namespace="chsi" data={{"path":"/kydt","categories":["study"],"example":"/chsi/kydt","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["yz.chsi.com.cn/kyzx/kydt"]},"name":"考研动态","maintainers":["SunBK201"],"url":"yz.chsi.com.cn/kyzx/kydt","location":"kydt.ts"}} />
|
||||
|
||||
### 考研资讯 {#zhong-guo-yan-jiu-sheng-zhao-sheng-xin-xi-wang-kao-yan-zi-xun}
|
||||
|
||||
<Route data={{"path":"/kyzx/:type","categories":["study"],"example":"/chsi/kyzx/fstj","parameters":{"type":" type 见下表,亦可在网站 URL 找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["yz.chsi.com.cn/kyzx/:type"]},"name":"考研资讯","maintainers":["yanbot-team"],"description":"| `:type` | 专题名称 |\n | ------- | -------- |\n | fstj | 复试调剂 |\n | kydt | 考研动态 |\n | zcdh | 政策导航 |\n | kyrw | 考研人物 |\n | jyxd | 经验心得 |","location":"kyzx.ts"}} />
|
||||
<Route namespace="chsi" data={{"path":"/kyzx/:type","categories":["study"],"example":"/chsi/kyzx/fstj","parameters":{"type":" type 见下表,亦可在网站 URL 找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["yz.chsi.com.cn/kyzx/:type"]},"name":"考研资讯","maintainers":["yanbot-team"],"description":"| `:type` | 专题名称 |\n | ------- | -------- |\n | fstj | 复试调剂 |\n | kydt | 考研动态 |\n | zcdh | 政策导航 |\n | kyrw | 考研人物 |\n | jyxd | 经验心得 |","location":"kyzx.ts"}} />
|
||||
|
||||
| `:type` | 专题名称 |
|
||||
| ------- | -------- |
|
||||
|
|
@ -232,7 +232,7 @@
|
|||
|
||||
### 观点与实践 {#zhong-guo-zhi-ku-wang-guan-dian-yu-shi-jian}
|
||||
|
||||
<Route data={{"path":"/:id","categories":["study"],"example":"/chinathinktanks/57","parameters":{"id":"见下表,亦可在网站 url 里找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"观点与实践","maintainers":["Aeliu"],"description":"| `:id` | 专题名称 |\n | ----- | -------- |\n | 2 | 党的建设 |\n | 3 | 社会 |\n | 4 | 生态 |\n | 5 | 政治 |\n | 6 | 经济 |\n | 7 | 文化 |\n | 9 | 热点专题 |\n | 10 | 国际关系 |\n | 13 | 国外智库 |\n | 46 | 智库报告 |\n | 57 | 智库要闻 |\n | 126 | 世界经济 |\n | 127 | 宏观经济 |\n | 128 | 区域经济 |\n | 129 | 产业企业 |\n | 130 | 三农问题 |\n | 131 | 财政金融 |\n | 132 | 科技创新 |\n | 133 | 民主 |\n | 134 | 法治 |\n | 135 | 行政 |\n | 136 | 国家治理 |\n | 137 | 社会事业 |\n | 138 | 社会保障 |\n | 139 | 民族宗教 |\n | 140 | 人口就业 |\n | 141 | 社会治理 |\n | 142 | 文化产业 |\n | 143 | 公共文化 |\n | 144 | 文化体制 |\n | 145 | 文化思想 |\n | 146 | 资源 |\n | 147 | 能源 |\n | 148 | 环境 |\n | 149 | 生态文明 |\n | 150 | 思想建设 |\n | 151 | 作风建设 |\n | 152 | 组织建设 |\n | 153 | 制度建设 |\n | 154 | 反腐倡廉 |\n | 155 | 中国外交 |\n | 156 | 全球治理 |\n | 157 | 大国关系 |\n | 158 | 地区政治 |\n | 181 | 执政能力 |","location":"viewpoint.ts"}} />
|
||||
<Route namespace="chinathinktanks" data={{"path":"/:id","categories":["study"],"example":"/chinathinktanks/57","parameters":{"id":"见下表,亦可在网站 url 里找到"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"观点与实践","maintainers":["Aeliu"],"description":"| `:id` | 专题名称 |\n | ----- | -------- |\n | 2 | 党的建设 |\n | 3 | 社会 |\n | 4 | 生态 |\n | 5 | 政治 |\n | 6 | 经济 |\n | 7 | 文化 |\n | 9 | 热点专题 |\n | 10 | 国际关系 |\n | 13 | 国外智库 |\n | 46 | 智库报告 |\n | 57 | 智库要闻 |\n | 126 | 世界经济 |\n | 127 | 宏观经济 |\n | 128 | 区域经济 |\n | 129 | 产业企业 |\n | 130 | 三农问题 |\n | 131 | 财政金融 |\n | 132 | 科技创新 |\n | 133 | 民主 |\n | 134 | 法治 |\n | 135 | 行政 |\n | 136 | 国家治理 |\n | 137 | 社会事业 |\n | 138 | 社会保障 |\n | 139 | 民族宗教 |\n | 140 | 人口就业 |\n | 141 | 社会治理 |\n | 142 | 文化产业 |\n | 143 | 公共文化 |\n | 144 | 文化体制 |\n | 145 | 文化思想 |\n | 146 | 资源 |\n | 147 | 能源 |\n | 148 | 环境 |\n | 149 | 生态文明 |\n | 150 | 思想建设 |\n | 151 | 作风建设 |\n | 152 | 组织建设 |\n | 153 | 制度建设 |\n | 154 | 反腐倡廉 |\n | 155 | 中国外交 |\n | 156 | 全球治理 |\n | 157 | 大国关系 |\n | 158 | 地区政治 |\n | 181 | 执政能力 |","location":"viewpoint.ts"}} />
|
||||
|
||||
| `:id` | 专题名称 |
|
||||
| ----- | -------- |
|
||||
|
|
@ -286,4 +286,4 @@
|
|||
|
||||
### Unknown {#zhong-hua-ren-min-gong-he-guo-xue-wei-zheng-shu-cha-xun-unknown}
|
||||
|
||||
<Route data={{"path":"/:province?","categories":["study"],"example":"/chinadegrees/11","parameters":{"province":"省市代号,见下表,亦可在 [这里](http://www.chinadegrees.com.cn/help/provinceSwqk.html) 找到,默认为 `11`"},"features":{"requireConfig":false,"requirePuppeteer":true,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Unknown","maintainers":["TonyRL"],"location":"province.ts"}} />
|
||||
<Route namespace="chinadegrees" data={{"path":"/:province?","categories":["study"],"example":"/chinadegrees/11","parameters":{"province":"省市代号,见下表,亦可在 [这里](http://www.chinadegrees.com.cn/help/provinceSwqk.html) 找到,默认为 `11`"},"features":{"requireConfig":false,"requirePuppeteer":true,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Unknown","maintainers":["TonyRL"],"location":"province.ts"}} />
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -4,35 +4,35 @@
|
|||
|
||||
### 售票信息 {#12306-shou-piao-xin-xi}
|
||||
|
||||
<Route data={{"path":"/:date/:from/:to/:type?","categories":["travel"],"example":"/12306/2022-02-19/重庆/永川东","parameters":{"date":"时间,格式为(YYYY-MM-DD)","from":"始发站","to":"终点站","type":"售票类型,成人和学生可选,默认为成人"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"售票信息","maintainers":["Fatpandac"],"location":"index.ts"}} />
|
||||
<Route namespace="12306" data={{"path":"/:date/:from/:to/:type?","categories":["travel"],"example":"/12306/2022-02-19/重庆/永川东","parameters":{"date":"时间,格式为(YYYY-MM-DD)","from":"始发站","to":"终点站","type":"售票类型,成人和学生可选,默认为成人"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"售票信息","maintainers":["Fatpandac"],"location":"index.ts"}} />
|
||||
|
||||
### 最新动态 {#12306-zui-xin-dong-tai}
|
||||
|
||||
<Route data={{"path":"/zxdt/:id?","categories":["travel"],"example":"/12306/zxdt","parameters":{"id":"铁路局id,可在 URL 中找到,不填默认显示所有铁路局动态"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.12306.cn/","www.12306.cn/mormhweb/1/:id/index_fl.html"],"target":"/zxdt/:id"},"name":"最新动态","maintainers":["LogicJake"],"url":"www.12306.cn/","location":"zxdt.ts"}} />
|
||||
<Route namespace="12306" data={{"path":"/zxdt/:id?","categories":["travel"],"example":"/12306/zxdt","parameters":{"id":"铁路局id,可在 URL 中找到,不填默认显示所有铁路局动态"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.12306.cn/","www.12306.cn/mormhweb/1/:id/index_fl.html"],"target":"/zxdt/:id"},"name":"最新动态","maintainers":["LogicJake"],"url":"www.12306.cn/","location":"zxdt.ts"}} />
|
||||
|
||||
## Brooklyn Museum 纽约布鲁克林博物馆 {#brooklyn-museum-niu-yue-bu-lu-ke-lin-bo-wu-guan}
|
||||
|
||||
### Exhibitions {#brooklyn-museum-niu-yue-bu-lu-ke-lin-bo-wu-guan-exhibitions}
|
||||
|
||||
<Route data={{"path":"/exhibitions/:state?","categories":["travel"],"example":"/brooklynmuseum/exhibitions","parameters":{"state":"展览进行的状态:`current` 对应展览当前正在进行,`past` 对应过去的展览,`upcoming` 对应即将举办的展览,默认为 `current`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Exhibitions","maintainers":[],"location":"exhibitions.ts"}} />
|
||||
<Route namespace="brooklynmuseum" data={{"path":"/exhibitions/:state?","categories":["travel"],"example":"/brooklynmuseum/exhibitions","parameters":{"state":"展览进行的状态:`current` 对应展览当前正在进行,`past` 对应过去的展览,`upcoming` 对应即将举办的展览,默认为 `current`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Exhibitions","maintainers":[],"location":"exhibitions.ts"}} />
|
||||
|
||||
## National Geographic {#national-geographic}
|
||||
|
||||
### Latest Stories {#national-geographic-latest-stories}
|
||||
|
||||
<Route data={{"path":"/latest-stories","categories":["travel"],"example":"/nationalgeographic/latest-stories","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.nationalgeographic.com/pages/topic/latest-stories"]},"name":"Latest Stories","maintainers":["miles170"],"url":"www.nationalgeographic.com/pages/topic/latest-stories","location":"latest-stories.ts"}} />
|
||||
<Route namespace="nationalgeographic" data={{"path":"/latest-stories","categories":["travel"],"example":"/nationalgeographic/latest-stories","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.nationalgeographic.com/pages/topic/latest-stories"]},"name":"Latest Stories","maintainers":["miles170"],"url":"www.nationalgeographic.com/pages/topic/latest-stories","location":"latest-stories.ts"}} />
|
||||
|
||||
## New Museum 纽约新美术馆 {#new-museum-niu-yue-xin-mei-shu-guan}
|
||||
|
||||
### Exhibitions {#new-museum-niu-yue-xin-mei-shu-guan-exhibitions}
|
||||
|
||||
<Route data={{"path":"/exhibitions","categories":["travel"],"example":"/newmuseum/exhibitions","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Exhibitions","maintainers":["chazeon"],"location":"exhibitions.ts"}} />
|
||||
<Route namespace="newmuseum" data={{"path":"/exhibitions","categories":["travel"],"example":"/newmuseum/exhibitions","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Exhibitions","maintainers":["chazeon"],"location":"exhibitions.ts"}} />
|
||||
|
||||
## 飞客茶馆 {#fei-ke-cha-guan}
|
||||
|
||||
### 信用卡 {#fei-ke-cha-guan-xin-yong-ka}
|
||||
|
||||
<Route data={{"path":"/creditcard/:bank","categories":["travel"],"example":"/flyert/creditcard/zhongxin","parameters":{"bank":"信用卡板块各银行的拼音简称"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["flyert.com/"]},"name":"信用卡","maintainers":["nicolaszf"],"url":"flyert.com/","description":"| 信用卡模块 | bank |\n | ---------- | ------------- |\n | 国内信用卡 | creditcard |\n | 浦发银行 | pufa |\n | 招商银行 | zhaoshang |\n | 中信银行 | zhongxin |\n | 交通银行 | jiaotong |\n | 中国银行 | zhonghang |\n | 工商银行 | gongshang |\n | 广发银行 | guangfa |\n | 农业银行 | nongye |\n | 建设银行 | jianshe |\n | 汇丰银行 | huifeng |\n | 民生银行 | mingsheng |\n | 兴业银行 | xingye |\n | 花旗银行 | huaqi |\n | 上海银行 | shanghai |\n | 无卡支付 | wuka |\n | 投资理财 | 137 |\n | 网站权益汇 | 145 |\n | 境外信用卡 | intcreditcard |","location":"creditcard.ts"}} />
|
||||
<Route namespace="flyert" data={{"path":"/creditcard/:bank","categories":["travel"],"example":"/flyert/creditcard/zhongxin","parameters":{"bank":"信用卡板块各银行的拼音简称"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["flyert.com/"]},"name":"信用卡","maintainers":["nicolaszf"],"url":"flyert.com/","description":"| 信用卡模块 | bank |\n | ---------- | ------------- |\n | 国内信用卡 | creditcard |\n | 浦发银行 | pufa |\n | 招商银行 | zhaoshang |\n | 中信银行 | zhongxin |\n | 交通银行 | jiaotong |\n | 中国银行 | zhonghang |\n | 工商银行 | gongshang |\n | 广发银行 | guangfa |\n | 农业银行 | nongye |\n | 建设银行 | jianshe |\n | 汇丰银行 | huifeng |\n | 民生银行 | mingsheng |\n | 兴业银行 | xingye |\n | 花旗银行 | huaqi |\n | 上海银行 | shanghai |\n | 无卡支付 | wuka |\n | 投资理财 | 137 |\n | 网站权益汇 | 145 |\n | 境外信用卡 | intcreditcard |","location":"creditcard.ts"}} />
|
||||
|
||||
| 信用卡模块 | bank |
|
||||
| ---------- | ------------- |
|
||||
|
|
@ -58,40 +58,40 @@
|
|||
|
||||
### 优惠信息 {#fei-ke-cha-guan-you-hui-xin-xi}
|
||||
|
||||
<Route data={{"path":"/preferential","categories":["travel"],"example":"/flyert/preferential","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["flyert.com/"]},"name":"优惠信息","maintainers":["howel52"],"url":"flyert.com/","location":"preferential.ts"}} />
|
||||
<Route namespace="flyert" data={{"path":"/preferential","categories":["travel"],"example":"/flyert/preferential","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["flyert.com/"]},"name":"优惠信息","maintainers":["howel52"],"url":"flyert.com/","location":"preferential.ts"}} />
|
||||
|
||||
## 福州地铁 {#fu-zhou-di-tie}
|
||||
|
||||
### 通知公告 {#fu-zhou-di-tie-tong-zhi-gong-gao}
|
||||
|
||||
<Route data={{"path":"/announcements","categories":["travel"],"example":"/fzmtr/announcements","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"通知公告","maintainers":["HankChow"],"location":"announcements.ts"}} />
|
||||
<Route namespace="fzmtr" data={{"path":"/announcements","categories":["travel"],"example":"/fzmtr/announcements","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"通知公告","maintainers":["HankChow"],"location":"announcements.ts"}} />
|
||||
|
||||
## 广州地铁 {#guang-zhou-di-tie}
|
||||
|
||||
### 新闻 {#guang-zhou-di-tie-xin-wen}
|
||||
|
||||
<Route data={{"path":"/news","categories":["travel"],"example":"/guangzhoumetro/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"新闻","maintainers":["HankChow"],"location":"news.ts"}} />
|
||||
<Route namespace="guangzhoumetro" data={{"path":"/news","categories":["travel"],"example":"/guangzhoumetro/news","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"新闻","maintainers":["HankChow"],"location":"news.ts"}} />
|
||||
|
||||
## 国家地理 {#guo-jia-di-li}
|
||||
|
||||
### 分类 {#guo-jia-di-li-fen-lei}
|
||||
|
||||
<Route data={{"path":"/:cat/:type?","categories":["travel"],"example":"/natgeo/environment/article","parameters":{"cat":"分类","type":"类型, 例如`https://www.natgeomedia.com/environment/photo/`对应 `cat`, `type` 分别为 `environment`, `photo`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["natgeomedia.com/:cat/:type","natgeomedia.com/"],"target":"/:cat/:type"},"name":"分类","maintainers":["fengkx"],"location":"natgeo.ts"}} />
|
||||
<Route namespace="natgeo" data={{"path":"/:cat/:type?","categories":["travel"],"example":"/natgeo/environment/article","parameters":{"cat":"分类","type":"类型, 例如`https://www.natgeomedia.com/environment/photo/`对应 `cat`, `type` 分别为 `environment`, `photo`"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["natgeomedia.com/:cat/:type","natgeomedia.com/"],"target":"/:cat/:type"},"name":"分类","maintainers":["fengkx"],"location":"natgeo.ts"}} />
|
||||
|
||||
## 纽约犹太人博物馆 {#niu-yue-you-tai-ren-bo-wu-guan}
|
||||
|
||||
### Exhibitions {#niu-yue-you-tai-ren-bo-wu-guan-exhibitions}
|
||||
|
||||
<Route data={{"path":"/exhibitions","categories":["travel"],"example":"/jewishmuseum/exhibitions","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Exhibitions","maintainers":["chazeon"],"location":"exhibitions.ts"}} />
|
||||
<Route namespace="jewishmuseum" data={{"path":"/exhibitions","categories":["travel"],"example":"/jewishmuseum/exhibitions","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Exhibitions","maintainers":["chazeon"],"location":"exhibitions.ts"}} />
|
||||
|
||||
## 中国国际航空公司 {#zhong-guo-guo-ji-hang-kong-gong-si}
|
||||
|
||||
### 服务公告 {#zhong-guo-guo-ji-hang-kong-gong-si-fu-wu-gong-gao}
|
||||
|
||||
<Route data={{"path":"/announcement","categories":["travel"],"example":"/airchina/announcement","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.airchina.com.cn/"]},"name":"服务公告","maintainers":["LandonLi"],"url":"www.airchina.com.cn/","location":"index.ts"}} />
|
||||
<Route namespace="airchina" data={{"path":"/announcement","categories":["travel"],"example":"/airchina/announcement","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.airchina.com.cn/"]},"name":"服务公告","maintainers":["LandonLi"],"url":"www.airchina.com.cn/","location":"index.ts"}} />
|
||||
|
||||
## 走进日本 {#zou-jin-ri-ben}
|
||||
|
||||
### Unknown {#zou-jin-ri-ben-unknown}
|
||||
|
||||
<Route data={{"path":"/:category?","categories":["travel"],"example":"/nippon/Politics","parameters":{"category":"默认政治,可选如下"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.nippon.com/nippon/:category?","www.nippon.com/cn"]},"name":"Unknown","maintainers":["laampui"],"location":"index.ts"}} />
|
||||
<Route namespace="nippon" data={{"path":"/:category?","categories":["travel"],"example":"/nippon/Politics","parameters":{"category":"默认政治,可选如下"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":{"source":["www.nippon.com/nippon/:category?","www.nippon.com/cn"]},"name":"Unknown","maintainers":["laampui"],"location":"index.ts"}} />
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue