remark
This commit is contained in:
parent
556f686230
commit
02b1c9fd33
|
|
@ -6,25 +6,27 @@ const frontmatter = require('remark-frontmatter');
|
|||
|
||||
const consistent = require('remark-preset-lint-consistent');
|
||||
const styleGuide = require('remark-preset-lint-markdown-style-guide');
|
||||
//const recommended = require('remark-preset-lint-recommended');
|
||||
const recommended = require('remark-preset-lint-recommended');
|
||||
const prettier = require('remark-preset-prettier');
|
||||
|
||||
// Helpers
|
||||
|
||||
module.exports = {
|
||||
rules: (list) => list.filter((e) => e.lang === file.LANG_CN),
|
||||
handler: async (doc) =>
|
||||
remark()
|
||||
handler: async (doc) => {
|
||||
let result = await remark()
|
||||
.use(frontmatter)
|
||||
.use(pangu)
|
||||
.use(consistent)
|
||||
.use(styleGuide)
|
||||
// .use(recommended)
|
||||
.use(recommended)
|
||||
.use(prettier)
|
||||
.use({
|
||||
settings: {
|
||||
stringLength: width,
|
||||
},
|
||||
})
|
||||
.process(doc),
|
||||
.process(doc);
|
||||
return typeof result === 'string' ? result : typeof result.contents === 'string' ? result.contents : result.result;
|
||||
},
|
||||
};
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ pageClass: routes
|
|||
::: tip 提示
|
||||
|
||||
番剧 id 不包含开头的 aa。
|
||||
例如:http://www.acfun.cn/bangumi/aa5022158 的番剧 id 是 5022158,不包括开头的 aa。
|
||||
例如:<http://www.acfun.cn/bangumi/aa5022158> 的番剧 id 是 5022158,不包括开头的 aa。
|
||||
|
||||
:::
|
||||
|
||||
|
|
@ -45,7 +45,7 @@ pageClass: routes
|
|||
|
||||
<Route author="maple3142" example="/anime1/anime/2018年秋季/哥布林殺手" path="/anime1/anime/:time/:name" :paramsDesc="['时间', '动画名称']" radar="1">
|
||||
|
||||
时间和动画名称请自己从网址取得: <https://anime1.me/category/2018年秋季/刀劍神域-alicization>
|
||||
时间和动画名称请自己从网址取得: [https://anime1.me/category/2018 年秋季 / 刀劍神域 - alicization](https://anime1.me/category/2018年秋季/刀劍神域-alicization)
|
||||
|
||||
</Route>
|
||||
|
||||
|
|
@ -115,9 +115,9 @@ pageClass: routes
|
|||
|
||||
<Route author="cssxsh" example="/dlsite/new/home" path="/dlsite/new/:type" :paramsDesc="['类型,如下表']">
|
||||
|
||||
| 同人 | 漫画 | 软件 | 同人(R18) | 漫画(R18) | 美少女游戏 | 乙女 | BL |
|
||||
| ---- | ----- | ---- | --------- | --------- | ---------- | ----- | --- |
|
||||
| home | comic | soft | maniax | books | pro | girls | bl |
|
||||
| 同人 | 漫画 | 软件 | 同人 (R18) | 漫画 (R18) | 美少女游戏 | 乙女 | BL |
|
||||
| ---- | ----- | ---- | ---------- | ---------- | ---------- | ----- | -- |
|
||||
| home | comic | soft | maniax | books | pro | girls | bl |
|
||||
|
||||
</Route>
|
||||
|
||||
|
|
@ -196,7 +196,7 @@ pageClass: routes
|
|||
|
||||
<Route author="machsix" path="/webtoons/:lang/:category/:name/:id" example="/webtoons/zh-hant/drama/gongzhuweimian/894" :paramsDesc="['语言','类别','名称','ID']"/>
|
||||
|
||||
比如漫画公主彻夜未眠的网址为https://www.webtoons.com/zh-hant/drama/gongzhuweimian/list?title_no=894, 则`lang=zh-hant`,`category=drama`,`name=gongzhucheyeweimian`,`id=894`.
|
||||
比如漫画公主彻夜未眠的网址为<https://www.webtoons.com/zh-hant/drama/gongzhuweimian/list?title_no=894>, 则`lang=zh-hant`,`category=drama`,`name=gongzhucheyeweimian`,`id=894`.
|
||||
|
||||
### [Naver](https://comic.naver.com)
|
||||
|
||||
|
|
@ -208,8 +208,8 @@ pageClass: routes
|
|||
|
||||
<Route author="SunShinenny" path="/dilidili/fanju/:id" example="/dilidili/fanju/onepunchman2" :paramsDesc="['番剧id']">
|
||||
|
||||
请打开对应番剧的纵览页(非具体某集),从 url 中最后一位查看番剧 id.(一般为英文)
|
||||
除去'海贼'此类具有特殊页面的超长番剧,绝大多数页面都可以解析.
|
||||
请打开对应番剧的纵览页 (非具体某集), 从 url 中最后一位查看番剧 id.(一般为英文)
|
||||
除去'海贼'此类具有特殊页面的超长番剧, 绝大多数页面都可以解析.
|
||||
最适合用来追新番
|
||||
|
||||
</Route>
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ RSSHub 提供下列 API 接口:
|
|||
|
||||
参数:
|
||||
|
||||
- name, 路由一级名称, 对应 [https://github.com/DIYgod/RSSHub/tree/master/lib/routes](https://github.com/DIYgod/RSSHub/tree/master/lib/routes) 中的文件夹名称. 可选, **缺省则返回所有可用路由**.
|
||||
- name, 路由一级名称, 对应 <https://github.com/DIYgod/RSSHub/tree/master/lib/routes> 中的文件夹名称. 可选, **缺省则返回所有可用路由**.
|
||||
|
||||
成功请求将会返回 HTTP 状态码 `200 OK` 与 JSON 结果, 格式如下:
|
||||
|
||||
|
|
|
|||
20
docs/bbs.md
20
docs/bbs.md
|
|
@ -58,11 +58,11 @@ pageClass: routes
|
|||
|
||||
## Discuz
|
||||
|
||||
### 通用子版块-自动检测
|
||||
### 通用子版块 - 自动检测
|
||||
|
||||
<Route author="junfengP" example="/discuz/http%3a%2f%2fwww.u-share.cn%2fforum.php%3fmod%3dforumdisplay%26fid%3d56" path="/discuz/:link" :paramsDesc="['子版块链接, 需要手动Url编码']"/>
|
||||
|
||||
### 通用子版块-指定版本
|
||||
### 通用子版块 - 指定版本
|
||||
|
||||
<Route author="junfengP" example="/discuz/x/https%3a%2f%2fwww.52pojie.cn%2fforum-16-1.html" path="/discuz/:ver/:link" :paramsDesc="['discuz版本类型,见下表','子版块链接, 需要手动Url编码']" >
|
||||
|
||||
|
|
@ -72,7 +72,7 @@ pageClass: routes
|
|||
|
||||
</Route>
|
||||
|
||||
### 通用子版块-支持 Cookie
|
||||
### 通用子版块 - 支持 Cookie
|
||||
|
||||
<Route author="junfengP" example="/discuz/x/00/https%3a%2f%2fbbs.zdfx.net%2fforum-2-1.html" path="/discuz/:ver/:cid/:link" :paramsDesc="['discuz版本类型,见下表', 'Cookie id,需自建并配置环境变量,详情见部署页面的配置模块','子版块链接, 需要手动Url编码']" >
|
||||
|
||||
|
|
@ -150,7 +150,7 @@ pageClass: routes
|
|||
|
||||
## V2EX
|
||||
|
||||
### 最热/最新主题
|
||||
### 最热 / 最新主题
|
||||
|
||||
<Route author="WhiteWorld" example="/v2ex/topics/latest" path="/v2ex/topics/:type" :paramsDesc="['hot 或 latest']"/>
|
||||
|
||||
|
|
@ -304,12 +304,12 @@ pageClass: routes
|
|||
<Route author="NavePnow" example="/1point3acres/offer/12/null/CMU" path="/1point3acres/offer/:year?/:major?/:school?" :paramsDesc="['录取年份 id,空为null', '录取专业 id,空为null', '录取学校 id,空为null']">
|
||||
::: warning 三个 id 获取方式
|
||||
|
||||
1. 打开 https://offer.1point3acres.com
|
||||
2. 打开控制台
|
||||
3. 切换到 Network 面板
|
||||
4. 点击 搜索 按钮
|
||||
5. 点击 results?ps=15&pg=1 POST 请求
|
||||
6. 找到 Request Payload 请求参数,例如 filters: {planyr: "13", planmajor: "1", outname_w: "ACADIAU"} ,则三个 id 分别为: 13,1,ACADIAU
|
||||
1. 打开 <https://offer.1point3acres.com>
|
||||
2. 打开控制台
|
||||
3. 切换到 Network 面板
|
||||
4. 点击 搜索 按钮
|
||||
5. 点击 results?ps=15&pg=1 POST 请求
|
||||
6. 找到 Request Payload 请求参数,例如 filters: {planyr: "13", planmajor: "1", outname_w: "ACADIAU"} ,则三个 id 分别为: 13,1,ACADIAU
|
||||
|
||||
:::
|
||||
</Route>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ pageClass: routes
|
|||
| ----------------- | ------------------- | -------- | -------- | --------------- | -------- | -------------- |
|
||||
| hirasawayui | se7en | walnut | themez | comeet | sunskyxh | zmd |
|
||||
|
||||
> 原则上只要是{type}.hedwig.pub 都可以匹配。
|
||||
> 原则上只要是 {type}.hedwig.pub 都可以匹配。
|
||||
|
||||
## Hexo
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ pageClass: routes
|
|||
|
||||
<Route author="MisteryMonster" example="/axis-studios/work/full-service-cg-production" path="/axis-studios/:type/:tag?" :paramsDesc="['`work`, `blog`','文章内的 Work type URL: `compositing`, `full-service-cg-production`, `vfx-supervision`, `realtime`, `art-direction`, `animation`']">
|
||||
|
||||
文章内 Work type 指向的栏目地址,比如: 'https://axisstudiosgroup.com/work/full-service-cg-production' 的 tag 为 `full-service-cg-production`,要注意的是 tag 和文章的目录是一样的。
|
||||
文章内 Work type 指向的栏目地址,比如: '<https://axisstudiosgroup.com/work/full-service-cg-production'> 的 tag 为 `full-service-cg-production`,要注意的是 tag 和文章的目录是一样的。
|
||||
|
||||
有一些 tag 并不经常使用: `Script`, `direction`, `production`, `design-concept` 等等。
|
||||
|
||||
|
|
@ -63,7 +63,7 @@ pageClass: routes
|
|||
|
||||
不支持`news`和`main`。
|
||||
|
||||
默认为 'https://www.methodstudios.com/en/features' 下的栏目。
|
||||
默认为 '<https://www.methodstudios.com/en/features'> 下的栏目。
|
||||
|
||||
</Route>
|
||||
|
||||
|
|
|
|||
28
docs/game.md
28
docs/game.md
|
|
@ -74,9 +74,9 @@ pageClass: routes
|
|||
|
||||
支持的主机平台:
|
||||
|
||||
| PS 4 | Xbox One | Switch | PC | Wii U | 3DS | PS Vita | iOS |
|
||||
| ---- | -------- | ------ | --- | ----- | --- | ------- | --- |
|
||||
| ps4 | xboxone | switch | pc | wii-u | 3ds | vita | ios |
|
||||
| PS 4 | Xbox One | Switch | PC | Wii U | 3DS | PS Vita | iOS |
|
||||
| ---- | -------- | ------ | -- | ----- | --- | ------- | --- |
|
||||
| ps4 | xboxone | switch | pc | wii-u | 3ds | vita | ios |
|
||||
|
||||
发行类型,默认为 `new`:
|
||||
|
||||
|
|
@ -134,7 +134,7 @@ pageClass: routes
|
|||
|
||||
</Route>
|
||||
|
||||
### PlayStation Store 游戏折扣|价格
|
||||
### PlayStation Store 游戏折扣 | 价格
|
||||
|
||||
<Route author="MisteryMonster" example="/ps/product/UP9000-CUSA00552_00-THELASTOFUS00000" path="/ps/:lang/product/:gridName" :paramsDesc="['地区语言','游戏的 grid 名']" radar="1">
|
||||
|
||||
|
|
@ -156,11 +156,11 @@ pageClass: routes
|
|||
|
||||
## psnine
|
||||
|
||||
### 首页-白金攻略/游戏开箱
|
||||
### 首页 - 白金攻略 / 游戏开箱
|
||||
|
||||
<Route author="LightStrawberry" example="/psnine/index" path="/psnine/index"/>
|
||||
|
||||
### 新闻-游戏资讯
|
||||
### 新闻 - 游戏资讯
|
||||
|
||||
<Route author="LightStrawberry" example="/psnine/news" path="/psnine/news"/>
|
||||
### 数折-折扣信息推送
|
||||
|
|
@ -214,9 +214,9 @@ Example: `https://store.steampowered.com/search/?specials=1&term=atelier` 中的
|
|||
|
||||
<Route author="dearrrfish" example="/steamdb/free" path="/steamdb/free/:type?" :paramsDesc="['免费类型,留空为不过滤']"/>
|
||||
|
||||
| 全部 | 周末 | 永久 |
|
||||
| ------ | ------- | ---- |
|
||||
| <留空> | weekend | keep |
|
||||
| 全部 | 周末 | 永久 |
|
||||
| ---- | ------- | ---- |
|
||||
| 留空 | weekend | keep |
|
||||
|
||||
## SteamGifts
|
||||
|
||||
|
|
@ -272,9 +272,9 @@ Example: `https://store.steampowered.com/search/?specials=1&term=atelier` 中的
|
|||
|
||||
<Route author="sintak" example="/gouhuo/news/switch" path="/gouhuo/news/:category" :paramsDesc="['资讯类型']">
|
||||
|
||||
| 精选 | 海外 | 原创 | PS4 | Xboxone | PC | Switch | 掌机 | 手游 | 新闻 | 评测 | 文化 | 视频 | 音频 | 折扣 |
|
||||
| ---------- | -------- | ------- | --- | ------- | --- | ------ | -------- | ---------- | ---- | ------ | ------- | ----- | ----- | -------- |
|
||||
| choiceness | overseas | orignal | ps4 | xboxone | pc | switch | handheld | mobilegame | news | review | culture | video | audio | discount |
|
||||
| 精选 | 海外 | 原创 | PS4 | Xboxone | PC | Switch | 掌机 | 手游 | 新闻 | 评测 | 文化 | 视频 | 音频 | 折扣 |
|
||||
| ---------- | -------- | ------- | --- | ------- | -- | ------ | -------- | ---------- | ---- | ------ | ------- | ----- | ----- | -------- |
|
||||
| choiceness | overseas | orignal | ps4 | xboxone | pc | switch | handheld | mobilegame | news | review | culture | video | audio | discount |
|
||||
|
||||
</Route>
|
||||
|
||||
|
|
@ -310,7 +310,7 @@ Example: `https://store.steampowered.com/search/?specials=1&term=atelier` 中的
|
|||
|
||||
## 米哈游
|
||||
|
||||
### 崩坏 2-游戏公告
|
||||
### 崩坏 2 - 游戏公告
|
||||
|
||||
<Route author="deepred5" example="/mihoyo/bh2/gach" path="/mihoyo/bh2/:type" :paramsDesc="['公告种类']">
|
||||
|
||||
|
|
@ -320,7 +320,7 @@ Example: `https://store.steampowered.com/search/?specials=1&term=atelier` 中的
|
|||
|
||||
</Route>
|
||||
|
||||
### 崩坏 3-游戏公告
|
||||
### 崩坏 3 - 游戏公告
|
||||
|
||||
<Route author="deepred5 nczitzk" example="/mihoyo/bh3/latest" path="/mihoyo/bh3/:type" :paramsDesc="['公告种类']">
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ pageClass: routes
|
|||
|
||||
| 委内新闻 | 基层动态 | 媒体聚焦 | 热点新闻 |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| wnxw | jcdt | mtjj | rdxws |
|
||||
| wnxw | jcdt | mtjj | rdxws |
|
||||
|
||||
</Route>
|
||||
|
||||
|
|
@ -27,12 +27,12 @@ pageClass: routes
|
|||
| 进口网络游戏审批信息 | importednetgame |
|
||||
| 进口电子游戏审批信息 | importedvideogame |
|
||||
| 国产网络游戏审批信息 | domesticnetgame |
|
||||
| 游戏审批变更信息 | gamechange |
|
||||
| 游戏审批变更信息 | gamechange |
|
||||
|
||||
| 描述 | detail |
|
||||
| :------------------------------------: | :--------------: |
|
||||
| 留空,返回栏目所有文章 | |
|
||||
| new,返回栏目第一篇文章内容 | new |
|
||||
| new,返回栏目第一篇文章内容 | new |
|
||||
| 某个文章标题的一部分,返回这篇文章内容 | 例:2020 年 1 月 |
|
||||
|
||||
</Route>
|
||||
|
|
@ -51,7 +51,7 @@ pageClass: routes
|
|||
|
||||
| 政务要闻 | 区县快讯 | 部门动态 | 新闻视频 | 热点专题 | 市本级专题 | 最新热点专题 | 往期专题 | 区县专题 | 政务公告 | 便民资讯 |
|
||||
| :------: | :------: | :------: | :------: | :------: | :--------: | :----------: | :------: | :------: | :------: | :------: |
|
||||
| news | district | bmdt | xwsp | rdzt | sbjzt | zxrdzt | wqzt | qxzt | zwgg | bmzx |
|
||||
| news | district | bmdt | xwsp | rdzt | sbjzt | zxrdzt | wqzt | qxzt | zwgg | bmzx |
|
||||
|
||||
</Route>
|
||||
|
||||
|
|
@ -101,11 +101,11 @@ pageClass: routes
|
|||
|
||||
<Route author="ciaranchen" example="/gov/zhengce/govall/orpro=555¬pro=2&search_field=title" path="/gov/zhengce/govall/:advance?" :paramsDesc="['高级搜索选项,将作为请求参数直接添加到url后。目前已知的选项及其意义如下。' ]" >
|
||||
|
||||
| 选项 | 意义 | 备注 |
|
||||
| 选项 | 意义 | 备注 |
|
||||
| :-----------------------------: | :----------------------------------------------: | :----------------------------: |
|
||||
| orpro | 包含以下任意一个关键词。 | 用空格分隔。 |
|
||||
| allpro | 包含以下全部关键词 | |
|
||||
| notpro | 不包含以下关键词 | |
|
||||
| allpro | 包含以下全部关键词 | |
|
||||
| notpro | 不包含以下关键词 | |
|
||||
| inpro | 完整不拆分的关键词 | |
|
||||
| searchfield | title: 搜索词在标题中; content: 搜索词在正文中。 | 默认为空,即网页的任意位置。 |
|
||||
| pubmintimeYear, pubmintimeMonth | 从某年某月 | 单独使用月份参数无法只筛选月份 |
|
||||
|
|
@ -120,7 +120,7 @@ pageClass: routes
|
|||
|
||||
| 政务部门 | 滚动新闻 | 新闻要闻 | 国务院新闻 | 政策文件 |
|
||||
| :------: | :------: | :------: | :--------: | :------: |
|
||||
| bm | gd | yw | gwy | zhengce |
|
||||
| bm | gd | yw | gwy | zhengce |
|
||||
|
||||
</Route>
|
||||
|
||||
|
|
@ -138,7 +138,7 @@ pageClass: routes
|
|||
|
||||
</Route>
|
||||
|
||||
### 湖南省政府采购网-公告
|
||||
### 湖南省政府采购网 - 公告
|
||||
|
||||
<Route author="Jeason0228" example="/gov/hunan/notice/all" path="/gov/hunan/notice/:type" :paramsDesc="['all=全部,cg=采购公告,zb=中标公告,fb=废标公告,ht=合同公告,gz=更正公告,zz=终止公告,qt=其他公告']" />
|
||||
|
||||
|
|
@ -146,13 +146,13 @@ pageClass: routes
|
|||
|
||||
<Route author="ocleo1" example="/gov/province/jiangsu/important-news" path="/gov/province/jiangsu/:category" :paramsDesc="['分类名']">
|
||||
|
||||
| 省政府常务会议 | 要闻关注 | 部门资讯 | 市县动态 | 政策解读 |
|
||||
| 省政府常务会议 | 要闻关注 | 部门资讯 | 市县动态 | 政策解读 |
|
||||
| :---------------: | :------------: | :--------: | :---------: | :-------------------: |
|
||||
| executive-meeting | important-news | department | city-county | policy-interpretation |
|
||||
|
||||
| 政府信息公开年度报告 | 政府信息公开制度 | 省政府及办公厅文件 | 规范性文件 |
|
||||
| 政府信息公开年度报告 | 政府信息公开制度 | 省政府及办公厅文件 | 规范性文件 |
|
||||
| :------------------: | :-------------------: | :----------------: | :----------------: |
|
||||
| annual-report | information-publicity | documentation | normative-document |
|
||||
| annual-report | information-publicity | documentation | normative-document |
|
||||
|
||||
| 立法意见征集 | 意见征集 |
|
||||
| :----------------------------: | :----------------: |
|
||||
|
|
@ -181,9 +181,9 @@ pageClass: routes
|
|||
|
||||
<Route author="wolfyu1991" example="/gov/shanxi/rst/rsks-tzgg" path="/gov/shanxi/rst/:category" :paramsDesc="['分类名']">
|
||||
|
||||
| 通知公告 | 公务员考试 | 事业单位考试 | 专业技术人员资格考试 | 其他考试 |
|
||||
| 通知公告 | 公务员考试 | 事业单位考试 | 专业技术人员资格考试 | 其他考试 |
|
||||
| :-------: | :--------: | :----------: | :------------------: | :-------: |
|
||||
| rsks-tzgg | rsks-gwyks | rsks-sydwks | rsks-zyjsryzgks | rsks-qtks |
|
||||
| rsks-tzgg | rsks-gwyks | rsks-sydwks | rsks-zyjsryzgks | rsks-qtks |
|
||||
|
||||
</Route>
|
||||
|
||||
|
|
@ -233,7 +233,7 @@ pageClass: routes
|
|||
| ------ | -------------------- |
|
||||
| 慕尼黑 | `/embassy/de/munich` |
|
||||
|
||||
---
|
||||
* * *
|
||||
|
||||
#### 法国 `FR`
|
||||
|
||||
|
|
@ -247,7 +247,7 @@ pageClass: routes
|
|||
| 斯特拉斯堡 | `/embassy/fr/strasbourg` |
|
||||
| 里昂 | `/embassy/fr/lyon` |
|
||||
|
||||
---
|
||||
* * *
|
||||
|
||||
#### 日本 `JP`
|
||||
|
||||
|
|
@ -264,7 +264,7 @@ pageClass: routes
|
|||
| 札幌 | `/embassy/jp/sapporo` |
|
||||
| 新潟 | `/embassy/jp/niigata` |
|
||||
|
||||
---
|
||||
* * *
|
||||
|
||||
#### 韩国 `KR`
|
||||
|
||||
|
|
@ -278,13 +278,13 @@ pageClass: routes
|
|||
| 济州 | `/embassy/kr/jeju` |
|
||||
| 光州 | `/embassy/kr/gwangju` |
|
||||
|
||||
---
|
||||
* * *
|
||||
|
||||
#### 新加坡 `SG`
|
||||
|
||||
- 大使馆: `/embassy/sg`
|
||||
|
||||
---
|
||||
* * *
|
||||
|
||||
#### 美国 `US`
|
||||
|
||||
|
|
@ -298,7 +298,7 @@ pageClass: routes
|
|||
| 芝加哥 | `/embassy/us/chicago` |
|
||||
| 旧金山 | `/embassy/us/sanfrancisco` |
|
||||
|
||||
---
|
||||
* * *
|
||||
|
||||
#### 英国 `UK`
|
||||
|
||||
|
|
@ -314,7 +314,7 @@ pageClass: routes
|
|||
|
||||
## 中华人民共和国海关总署
|
||||
|
||||
### 拍卖信息/海关法规
|
||||
### 拍卖信息 / 海关法规
|
||||
|
||||
<Route author="Jeason0228" example="/gov/customs/list/paimai" path="/gov/customs/list/:gchannel" :paramsDesc="['支持paimai,fagui等2个频道']" />
|
||||
|
||||
|
|
@ -324,7 +324,7 @@ pageClass: routes
|
|||
|
||||
<Route author="Crawler995" example="/gov/moe/policy_anal" path="/gov/moe/:type" :paramsDesc="['分类名']">
|
||||
|
||||
| 政策解读 | 最新文件 | 公告公示 | 教育部简报 |
|
||||
| 政策解读 | 最新文件 | 公告公示 | 教育部简报 |
|
||||
| :---------: | :---------: | :------: | :---------------: |
|
||||
| policy_anal | newest_file | notice | edu_ministry_news |
|
||||
|
||||
|
|
@ -340,7 +340,7 @@ pageClass: routes
|
|||
|
||||
- `农业农村部动态`的网页链接是`http://www.moa.gov.cn/xw/zwdt/`, 对应的`suburl`是`xw/zwdt`
|
||||
- `财务公开`的网页链接是`http://www.moa.gov.cn/gk/cwgk_1/`, 对应的`suburl`是`gk/cwgk_1`
|
||||
- 像[政策法规](http://www.moa.gov.cn/gk/zcfg/)这种页面(`http://www.moa.gov.cn/gk/zcfg/`), 它**不是**一个合法的分类目录, 它是`法律`, `行政法规`, `部门规章`等一堆栏目的集合, 这时候请点开对应栏目的`更多>>`进入栏目的目录, 再根据上面的规则提取`suburl`
|
||||
- 像[政策法规](http://www.moa.gov.cn/gk/zcfg/)这种页面 (`http://www.moa.gov.cn/gk/zcfg/`), 它**不是**一个合法的分类目录, 它是`法律`, `行政法规`, `部门规章`等一堆栏目的集合, 这时候请点开对应栏目的`更多 >>`进入栏目的目录, 再根据上面的规则提取`suburl`
|
||||
- 特别地, `图片新闻`对应的`suburl`为`xw/tpxw/`, `最新公开`对应的`suburl`为`govpublic`
|
||||
|
||||
</Route>
|
||||
|
|
@ -365,7 +365,7 @@ pageClass: routes
|
|||
|
||||
| 部内信息 | 政策解读 | 首页信息 |
|
||||
| :------: | :------: | :------: |
|
||||
| bnxx | zcjd | index |
|
||||
| bnxx | zcjd | index |
|
||||
|
||||
</Route>
|
||||
|
||||
|
|
|
|||
|
|
@ -10,10 +10,10 @@ pageClass: routes
|
|||
|
||||
<Route author="yech1990" example="/cell/cell/current" path="/journals/cell/cell/:category" supportScihub="1"/>
|
||||
|
||||
| `:category` | 类型说明 | 路由 |
|
||||
| `:category` | 类型说明 | 路由 |
|
||||
| :---------: | :-----------------: | ---------------------------------------------------------- |
|
||||
| current | 本期刊物 (默认选项) | [/cell/cell/current](https://rsshub.app/cell/cell/current) |
|
||||
| inpress | 在线发表 | [/cell/cell/inpress](https://rsshub.app/cell/cell/inpress) |
|
||||
| inpress | 在线发表 | [/cell/cell/inpress](https://rsshub.app/cell/cell/inpress) |
|
||||
|
||||
</Route>
|
||||
|
||||
|
|
@ -23,7 +23,7 @@ pageClass: routes
|
|||
|
||||
订阅 Cell 系列杂志的封面图片,并及时获取刊物更新状态。
|
||||
|
||||
包含了: 'cell'、 'cancer-cell'、 'cell-chemical-biology'、 'cell-host-microbe'、 'cell-metabolism'、 'cell-reports'、 'cell-reports-physical-science'、 'cell-stem-cell'、 'cell-systems'、 'chem'、 'current-biology'、 'developmental-cell'、 'immunity'、 'joule'、 'matter'、 'molecular-cell'、 'neuron'、 'one-earth' 和 'structure'。
|
||||
包含了: 'cell'、 'cancer-cell'、 'cell-chemical-biology'、 'cell-host-microbe'、 'cell-metabolism'、 'cell-reports'、 'cell-reports-physical-science'、 'cell-stem-cell'、 'cell-systems'、 'chem'、 'current-biology'、 'developmental-cell'、 'immunity'、 'joule'、 'matter'、 'molecular-cell'、 'neuron'、 'one-earth' 和'structure'。
|
||||
|
||||
</Route>
|
||||
|
||||
|
|
@ -39,19 +39,19 @@ pageClass: routes
|
|||
|
||||
<Route author="yech1990" example="/nature/research/ng" path="/nature/research/:journal" :paramsDesc="['期刊名简写']" />
|
||||
|
||||
| `:journal` | 期刊名 | 路由 |
|
||||
| `:journal` | 期刊名 | 路由 |
|
||||
| :-----------: | :-------------------------: | ---------------------------------------------------------------------------------- |
|
||||
| nature | Nature | [/nature/research/nature](https://rsshub.app/nature/research/nature) |
|
||||
| nbt | Nature Biotechnology | [/nature/research/nbt](https://rsshub.app/nature/research/nbt) |
|
||||
| nature | Nature | [/nature/research/nature](https://rsshub.app/nature/research/nature) |
|
||||
| nbt | Nature Biotechnology | [/nature/research/nbt](https://rsshub.app/nature/research/nbt) |
|
||||
| neuro | Nature Neuroscience | [/nature/research/neuro](https://rsshub.app/nature/research/neuro) |
|
||||
| ng | Nature Genetics | [/nature/research/ng](https://rsshub.app/nature/research/ng) |
|
||||
| ni | Nature Immunology | [/nature/research/ni](https://rsshub.app/nature/research/ni) |
|
||||
| ng | Nature Genetics | [/nature/research/ng](https://rsshub.app/nature/research/ng) |
|
||||
| ni | Nature Immunology | [/nature/research/ni](https://rsshub.app/nature/research/ni) |
|
||||
| nmeth | Nature Method | [/nature/research/nmeth](https://rsshub.app/nature/research/nmeth) |
|
||||
| nchem | Nature Chemistry | [/nature/research/nchem](https://rsshub.app/nature/research/nchem) |
|
||||
| nmat | Nature Materials | [/nature/research/nmat](https://rsshub.app/nature/research/nmat) |
|
||||
| nchem | Nature Chemistry | [/nature/research/nchem](https://rsshub.app/nature/research/nchem) |
|
||||
| nmat | Nature Materials | [/nature/research/nmat](https://rsshub.app/nature/research/nmat) |
|
||||
| natmachintell | Nature Machine Intelligence | [/nature/research/natmachintell](https://rsshub.app/nature/research/natmachintell) |
|
||||
|
||||
- 通过 `/nature/research/` + “杂志简写”来获取对应杂志的最新文章(Latest Research)。
|
||||
- 通过 `/nature/research/` + “杂志简写” 来获取对应杂志的最新文章(Latest Research)。
|
||||
若参数置空(`/nature/research`),则默认获取主刊(Nature)的最新文章。
|
||||
- 由于 Nature 系列的刊物是分别由不同的编辑来独立运营,所以页面格式上有些差异。目前**仅**对以下杂志进行了测试。
|
||||
- 由于权限的限制,目前仅获取论文的摘要进行展示。
|
||||
|
|
@ -62,18 +62,18 @@ pageClass: routes
|
|||
|
||||
<Route author="yech1990" example="/nature/news-and-comment/ng" path="/nature/news-and-comment/:journal" :paramsDesc="['期刊名简写']" supportScihub="1"/>
|
||||
|
||||
| `:journal` | 期刊名 | 路由 |
|
||||
| `:journal` | 期刊名 | 路由 |
|
||||
| :-----------: | :-------------------------: | -------------------------------------------------------------------------------------------------- |
|
||||
| nbt | Nature Biotechnology | [/nature/news-and-comment/nbt](https://rsshub.app/nature/news-and-comment/nbt) |
|
||||
| nbt | Nature Biotechnology | [/nature/news-and-comment/nbt](https://rsshub.app/nature/news-and-comment/nbt) |
|
||||
| neuro | Nature Neuroscience | [/nature/news-and-comment/neuro](https://rsshub.app/nature/news-and-comment/neuro) |
|
||||
| ng | Nature Genetics | [/nature/news-and-comment/ng](https://rsshub.app/nature/news-and-comment/ng) |
|
||||
| ni | Nature Immunology | [/nature/news-and-comment/ni](https://rsshub.app/nature/news-and-comment/ni) |
|
||||
| ng | Nature Genetics | [/nature/news-and-comment/ng](https://rsshub.app/nature/news-and-comment/ng) |
|
||||
| ni | Nature Immunology | [/nature/news-and-comment/ni](https://rsshub.app/nature/news-and-comment/ni) |
|
||||
| nmeth | Nature Method | [/nature/news-and-comment/nmeth](https://rsshub.app/nature/news-and-comment/nmeth) |
|
||||
| nchem | Nature Chemistry | [/nature/news-and-comment/nchem](https://rsshub.app/nature/news-and-comment/nchem) |
|
||||
| nmat | Nature Materials | [/nature/news-and-comment/nmat](https://rsshub.app/nature/news-and-comment/nmat) |
|
||||
| nchem | Nature Chemistry | [/nature/news-and-comment/nchem](https://rsshub.app/nature/news-and-comment/nchem) |
|
||||
| nmat | Nature Materials | [/nature/news-and-comment/nmat](https://rsshub.app/nature/news-and-comment/nmat) |
|
||||
| natmachintell | Nature Machine Intelligence | [/nature/news-and-comment/natmachintell](https://rsshub.app/nature/news-and-comment/natmachintell) |
|
||||
|
||||
- 通过 `/nature/research/` + “杂志简写”来获取对应杂志的最新文章(Latest Research)。
|
||||
- 通过 `/nature/research/` + “杂志简写” 来获取对应杂志的最新文章(Latest Research)。
|
||||
主刊由于格式不同,该 router 并未支持,采用 `/nature/news` 来获取新闻。
|
||||
- 由于 Nature 系列的刊物是分别由不同的编辑来独立运营,所以页面格式上有些差异。目前**仅**对以下杂志进行了测试。
|
||||
|
||||
|
|
@ -101,7 +101,7 @@ pageClass: routes
|
|||
|
||||
<Route author="emdoe yech1990" example="/pnas/Applied Mathematics" path="/pnas/:topic" :paramsDesc="['领域名称','可从 pnas.org 获得']" />
|
||||
|
||||
- 通过 `/pnas/` + “领域名称”来获取对应“领域”的最新文章(Latest Research)。
|
||||
- 通过 `/pnas/` + “领域名称” 来获取对应 “领域” 的最新文章(Latest Research)。
|
||||
若参数置空(`/pnas`)或为 latest(`/pnas/latest`),则默认获取全部文章。
|
||||
|
||||
</Route>
|
||||
|
|
@ -120,14 +120,14 @@ pageClass: routes
|
|||
|
||||
| `:journal` | 期刊名 | 路由 |
|
||||
| :--------: | :----------------------------: | ---------------------------------------------------------------------------------- |
|
||||
| science | Science | [/sciencemag/current/science](https://rsshub.app/sciencemag/current/science) |
|
||||
| science | Science | [/sciencemag/current/science](https://rsshub.app/sciencemag/current/science) |
|
||||
| advances | Science Advances | [/sciencemag/current/advances](https://rsshub.app/sciencemag/current/advances) |
|
||||
| immunology | Science Immunology | [/sciencemag/current/immunology](https://rsshub.app/sciencemag/current/immunology) |
|
||||
| robotics | Science Robotics | [/sciencemag/current/robotics](https://rsshub.app/sciencemag/current/robotics) |
|
||||
| stke | Science Signaling | [/sciencemag/current/stke](https://rsshub.app/sciencemag/current/stke) |
|
||||
| stm | Science Translational Medicine | [/sciencemag/current/stm](https://rsshub.app/sciencemag/current/stm) |
|
||||
| stke | Science Signaling | [/sciencemag/current/stke](https://rsshub.app/sciencemag/current/stke) |
|
||||
| stm | Science Translational Medicine | [/sciencemag/current/stm](https://rsshub.app/sciencemag/current/stm) |
|
||||
|
||||
- 通过 `/sciencemag/current/` + “杂志简写”来获取对应杂志最新一期的文章(Current Issue)。
|
||||
- 通过 `/sciencemag/current/` + “杂志简写” 来获取对应杂志最新一期的文章(Current Issue)。
|
||||
若参数置空(`/sciencemag/current`),则默认获取主刊(Science)的最新文章。
|
||||
|
||||
</Route>
|
||||
|
|
@ -138,11 +138,11 @@ pageClass: routes
|
|||
|
||||
订阅 Science 系列杂志的封面图片,并及时获取刊物更新状态。
|
||||
|
||||
包含了: ‘Science’, 'Science Advances', 'Science Immunology', 'Science Robotics', 'Science Signaling' 和 'Science Translational Medicine'。
|
||||
包含了: ‘Science’, 'Science Advances', 'Science Immunology', 'Science Robotics', 'Science Signaling' 和'Science Translational Medicine'。
|
||||
|
||||
</Route>
|
||||
|
||||
### 主刊-在线发表
|
||||
### 主刊 - 在线发表
|
||||
|
||||
<Route author="yech1990" example="/sciencemag/early/science" path="/sciencemag/early/science" supportScihub="1"/>
|
||||
|
||||
|
|
@ -162,8 +162,8 @@ _仅支持 Science 主刊_
|
|||
|
||||
<Route author="HenryQW" example="/google/scholar/data+visualization" path="/google/scholar/:query" :paramsDesc="['查询语句, 支持「简单」和「高级」两种模式:']" anticrawler="1">
|
||||
|
||||
1. 简单模式, 例如「data visualization」, <https://rsshub.app/google/scholar/data+visualization>.
|
||||
2. 高级模式, 前往 [Google Scholar](https://scholar.google.com/schhp?hl=zh-cn&as_sdt=0,5), 点击左上角, 选择高级搜索并提交查询. 此时 URL 应为: <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=zh-CN&as_sdt=0%2C5>, 复制`https://scholar.google.com/scholar?`后的所有语句作为本路由的查询参数. 例子所对应的完整路由为<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=zh-CN&as_sdt=0%2C5>.
|
||||
1. 简单模式, 例如「data visualization」, <https://rsshub.app/google/scholar/data+visualization>.
|
||||
2. 高级模式, 前往 [Google Scholar](https://scholar.google.com/schhp?hl=zh-cn&as_sdt=0,5), 点击左上角, 选择高级搜索并提交查询. 此时 URL 应为: <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=zh-CN&as_sdt=0%2C5>, 复制`https://scholar.google.com/scholar?`后的所有语句作为本路由的查询参数. 例子所对应的完整路由为<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=zh-CN&as_sdt=0%2C5>.
|
||||
|
||||
</Route>
|
||||
|
||||
|
|
@ -171,6 +171,6 @@ _仅支持 Science 主刊_
|
|||
|
||||
<Route author="KellyHwong" example="/google/citations/mlmE4JMAAAAJ" path="/google/citations/:id" anticrawler="1">
|
||||
|
||||
路由中的参数 id,即用户谷歌学术引用页面 url 中的 id,如 https://scholar.google.com/citations?hl=zh-CN&user=mlmE4JMAAAAJ 中 user= 后的 mlmE4JMAAAAJ。
|
||||
路由中的参数 id,即用户谷歌学术引用页面 url 中的 id,如 <https://scholar.google.com/citations?hl=zh-CN&user=mlmE4JMAAAAJ> 中 user= 后的 mlmE4JMAAAAJ。
|
||||
|
||||
</Route>
|
||||
|
|
|
|||
|
|
@ -40,9 +40,9 @@ pageClass: routes
|
|||
|
||||
<Route author="zhang-wangz" example="/btzj/base" path="/btzj/:type?" anticrawler="1" :paramsDesc="['type,见下表']">
|
||||
|
||||
| base | govern |
|
||||
| ------------------------ | ---------------------- |
|
||||
| https://www.88btbtt.com/ | http://www.2btjia.com/ |
|
||||
| base | govern |
|
||||
| -------------------------- | ------------------------ |
|
||||
| <https://www.88btbtt.com/> | <http://www.2btjia.com/> |
|
||||
|
||||
</Route>
|
||||
|
||||
|
|
@ -57,7 +57,7 @@ pageClass: routes
|
|||
|
||||
::: tip 提示
|
||||
|
||||
网站提供了全部种子的 RSS: https://eztv.io/ezrss.xml
|
||||
网站提供了全部种子的 RSS: <https://eztv.io/ezrss.xml>
|
||||
|
||||
:::
|
||||
|
||||
|
|
@ -83,35 +83,35 @@ pageClass: routes
|
|||
|
||||
<Route author="MegrezZhu CoderTonyChan Felix2yu" example="/javbus/series/44q" path="/javbus/series/:seriesid" :paramsDesc="['系列id,详见作品中系列的链接']" />
|
||||
|
||||
### 首页/步兵
|
||||
### 首页 / 步兵
|
||||
|
||||
<Route author="MegrezZhu CoderTonyChan" example="/javbus/uncensored/home" path="/javbus/uncensored/home"/>
|
||||
|
||||
### 分类/步兵
|
||||
### 分类 / 步兵
|
||||
|
||||
<Route author="MegrezZhu CoderTonyChan" example="/javbus/uncensored/genre/1bc" path="/javbus/uncensored/genre/:gid" :paramsDesc="['分类id,详见[网站里](https://www.javbus.com/uncensored/genre)的链接']" />
|
||||
|
||||
### 演员/步兵
|
||||
### 演员 / 步兵
|
||||
|
||||
<Route author="MegrezZhu CoderTonyChan" example="/javbus/uncensored/star/b5b" path="/javbus/uncensored/star/:sid" :paramsDesc="['演员id,详见[网站里](https://www.javbus.com/uncensored/actresses)的链接']" />
|
||||
|
||||
### 系列/步兵
|
||||
### 系列 / 步兵
|
||||
|
||||
<Route author="MegrezZhu CoderTonyChan Felix2yu" example="/javbus/uncensored/series/1ft" path="/javbus/uncensored/series/:seriesid" :paramsDesc="['系列id,详见作品中系列的链接']" />
|
||||
|
||||
### 首页/欧陆风云
|
||||
### 首页 / 欧陆风云
|
||||
|
||||
<Route author="MegrezZhu CoderTonyChan" example="/javbus/western/home" path="/javbus/western/home"/>
|
||||
|
||||
### 分类/欧陆风云
|
||||
### 分类 / 欧陆风云
|
||||
|
||||
<Route author="MegrezZhu CoderTonyChan" example="/javbus/western/genre/86" path="/javbus/western/genre/:gid" :paramsDesc="['分类id,详见[网站里](https://www.javbus.work/genre)的链接']" />
|
||||
|
||||
### 演员/欧陆风云
|
||||
### 演员 / 欧陆风云
|
||||
|
||||
<Route author="MegrezZhu CoderTonyChan" example="/javbus/western/star/4hv" path="/javbus/western/star/:sid" :paramsDesc="['演员id,详见[网站里](https://www.javbus.work/actresses)的链接']" />
|
||||
|
||||
### 系列/欧陆风云
|
||||
### 系列 / 欧陆风云
|
||||
|
||||
<Route author="MegrezZhu CoderTonyChan Felix2yu" example="/javbus/western/series/20" path="/javbus/western/series/:seriesid" :paramsDesc="['系列id,详见作品中系列的链接']" />
|
||||
|
||||
|
|
@ -163,7 +163,7 @@ pageClass: routes
|
|||
|
||||
**类型参考这里**
|
||||
| 电影 | 连续剧 | 动画 | 综艺 | 纪录片 |
|
||||
| ---- | ------ | ---- | ---- | ------ |
|
||||
\| ---- \| ------ \| ---- \| ---- \| ------ \|
|
||||
| 6 | 7 | 15 | 20 | 24 |
|
||||
|
||||
| 动作片 | 喜剧片 | 爱情片 | 科幻片 | 恐怖片 |
|
||||
|
|
@ -238,7 +238,7 @@ pageClass: routes
|
|||
|
||||
<Route author="fallenhh" example="/soundcloud/tracks/angeart" path="/soundcloud/tracks/:user" :paramsDesc="['用户名']" />
|
||||
|
||||
## Yahoo!テレビ
|
||||
## Yahoo! テレビ
|
||||
|
||||
### 番組検索
|
||||
|
||||
|
|
@ -294,7 +294,7 @@ pageClass: routes
|
|||
|
||||
帖子 id 查找办法:
|
||||
|
||||
打开想跟踪的帖子,比如:http://t66y.com/htm_data/20/1811/3286088.html。其中`3286088`就是帖子id。
|
||||
打开想跟踪的帖子,比如:[http://t66y.com/htm_data/20/1811/3286088.html。其中 \`3286088\` 就是帖子 id。](http://t66y.com/htm_data/20/1811/3286088.html。其中`3286088`就是帖子id。)
|
||||
|
||||
:::
|
||||
|
||||
|
|
@ -437,12 +437,12 @@ pageClass: routes
|
|||
::: warning 注意
|
||||
专辑 id 是跟在**分类拼音**后的那个 id, 不要输成某集的 id 了
|
||||
|
||||
**付费内容不可收听,但可使用非播客软件(例如 Inoreader)获取更新**
|
||||
**付费内容不可收听,但可使用非播客软件 (例如 Inoreader) 获取更新**
|
||||
|
||||
目前支持泛用型播客订阅的[输出格式](https://docs.rsshub.app/#输出格式)中标明的格式只有 rss 支持, 也就是说你**只能使用**以下类型的链接来订阅播客:
|
||||
|
||||
- https://rsshub.app/ximalaya/album/*
|
||||
- https://rsshub.app/ximalaya/album/*.rss
|
||||
- <https://rsshub.app/ximalaya/album/>\*
|
||||
- <https://rsshub.app/ximalaya/album/*.rss>
|
||||
|
||||
:::
|
||||
|
||||
|
|
@ -460,9 +460,9 @@ pageClass: routes
|
|||
|
||||
<Route author="minosss" example="/gaoqingla" path="/gaoqingla/:tag?" :paramsDesc="['标签tag,视频清晰度']" />
|
||||
|
||||
| 全部 | 蓝光 | 1080P | 720P | 3D | WEB-DL |
|
||||
| ---- | ------ | ----- | ---- | --- | ------ |
|
||||
| 留空 | bluray | 1080p | 720p | 3d | webdl |
|
||||
| 全部 | 蓝光 | 1080P | 720P | 3D | WEB-DL |
|
||||
| ---- | ------ | ----- | ---- | -- | ------ |
|
||||
| 留空 | bluray | 1080p | 720p | 3d | webdl |
|
||||
|
||||
## 中国广播
|
||||
|
||||
|
|
|
|||
|
|
@ -21,9 +21,10 @@ pageClass: routes
|
|||
<Route author="HenryQW" example="/9to5/mac/aapl" path="/9to5/:subsite/:tag?" :paramsDesc="['分站名字','标签,可在文章标签 URL 中找到']">
|
||||
|
||||
支持分站:
|
||||
|
||||
| 9To5Mac | 9To5Google | 9To5Toys |
|
||||
| ------- | ---------- | -------- |
|
||||
| Mac | Google | Toys |
|
||||
| Mac | Google | Toys |
|
||||
|
||||
</Route>
|
||||
|
||||
|
|
@ -32,11 +33,13 @@ pageClass: routes
|
|||
<Route author="emdoe" example="/aeon/ideas" path="/aeon/:category" :paramsDesc="['类别']">
|
||||
|
||||
支持以文体分类:
|
||||
|
||||
| Ideas | Essays | Videos |
|
||||
| ----- | ------ | ------ |
|
||||
| ideas | essays | videos |
|
||||
|
||||
同样支持以话题分类:
|
||||
|
||||
| Culture | Philosophy | Psychology | Society | Science |
|
||||
| ------- | ---------- | ---------- | ------- | ------- |
|
||||
| culture | philosophy | psychology | society | science |
|
||||
|
|
@ -83,9 +86,9 @@ pageClass: routes
|
|||
|
||||
<Route author="JamesWDGu KeiLongW" example="/engadget/chinese" path="/engadget/:lang" :paramsDesc="['語言']">
|
||||
|
||||
| 繁體中文 | 簡體中文 | US | 日文 |
|
||||
| -------- | -------- | --- | -------- |
|
||||
| chinese | cn | us | japanese |
|
||||
| 繁體中文 | 簡體中文 | US | 日文 |
|
||||
| -------- | -------- | -- | -------- |
|
||||
| chinese | cn | us | japanese |
|
||||
|
||||
</Route>
|
||||
|
||||
|
|
@ -188,7 +191,7 @@ pageClass: routes
|
|||
|
||||
## PMCAFF
|
||||
|
||||
### 今日推荐/精选
|
||||
### 今日推荐 / 精选
|
||||
|
||||
<Route author="Jeason0228" example="/pmcaff/list/2" path="/pmcaff/list/:typeid" :paramsDesc="['分类 id,1=今天推荐,2=精选']"/>
|
||||
|
||||
|
|
@ -258,10 +261,11 @@ pageClass: routes
|
|||
|
||||
<Route author="loganrockmore" example="/vulture/movies" path="/vulture/:type" :paramsDesc="['The sub-site name']">
|
||||
|
||||
Supported sub-sites:
|
||||
Supported sub-sites:
|
||||
|
||||
| TV | Movies | Comedy | Music | TV Recaps | Books | Theater | Art | Awards | Video |
|
||||
| --- | ------ | ------ | ----- | --------- | ----- | ------- | --- | ------ | ----- |
|
||||
| tv | movies | comedy | music | tvrecaps | books | theater | art | awards | video |
|
||||
| -- | ------ | ------ | ----- | --------- | ----- | ------- | --- | ------ | ----- |
|
||||
| tv | movies | comedy | music | tvrecaps | books | theater | art | awards | video |
|
||||
|
||||
</Route>
|
||||
|
||||
|
|
@ -285,8 +289,8 @@ Supported sub-sites:
|
|||
|
||||
<Route author="HenryQW" example="/ifanr/app" path="/ifanr/:channel?" :paramsDesc="['默认 app,部分频道如下']">
|
||||
|
||||
- 频道为单一路径, 如 https://www.ifanr.com/`coolbuy` 则为 `/ifanr/coolbuy`.
|
||||
- 频道包含多重路径, 如 https://www.ifanr.com/`category/intelligentcar` 则替换 `/` 为 `-` `/ifanr/category-intelligentcar`.
|
||||
- 频道为单一路径, 如 <https://www.ifanr.com/`coolbuy`> 则为 `/ifanr/coolbuy`.
|
||||
- 频道包含多重路径, 如 <https://www.ifanr.com/`category/intelligentcar`> 则替换 `/` 为 `-` `/ifanr/category-intelligentcar`.
|
||||
|
||||
| AppSolution | 玩物志 | 董车会 |
|
||||
| ----------- | ------- | ----------------------- |
|
||||
|
|
@ -393,7 +397,7 @@ Supported sub-sites:
|
|||
|
||||
::: tip 提示
|
||||
|
||||
- 可以通过头条新闻+参数过滤的形式获得早报、专题等内容。
|
||||
- 可以通过头条新闻 + 参数过滤的形式获得早报、专题等内容。
|
||||
|
||||
:::
|
||||
|
||||
|
|
@ -465,7 +469,7 @@ Supported sub-sites:
|
|||
|
||||
<Route author="zoenglinghou" example="/google/news/要闻/hl=zh-CN&gl=CN&ceid=CN:zh-Hans" path="/google/news/:category/:locale" :paramsDesc="['子分类标题', '地区语言设置,在地址栏 `?` 后,包含 `hl`,`gl`,以及 `ceid` 参数']"/>
|
||||
|
||||
## 观察者网-中国关怀 全球视野
|
||||
## 观察者网 - 中国关怀 全球视野
|
||||
|
||||
### 观察者首页
|
||||
|
||||
|
|
@ -599,7 +603,7 @@ Supported sub-sites:
|
|||
|
||||
<Route author="LogicJake" example="/cninfo/stock_announcement/000410" path="/cninfo/stock_announcement/:code" :paramsDesc="['股票代码']"/>
|
||||
|
||||
### 公司公告-A 股港股
|
||||
### 公司公告 - A 股港股
|
||||
|
||||
<Route author="LogicJake hillerliao" example="/cninfo/announcement/002024/gqjl" path="/cninfo/announcement/:code/:category?" :paramsDesc="['股票代码, 若不指定公司则填 all', '公告分类,对A股有效如 gqjl 表示 股权激励 分类']">
|
||||
|
||||
|
|
@ -789,7 +793,7 @@ Supported sub-sites:
|
|||
|
||||
<Route author="SunShinenny" example="/sspai/topics" path="/sspai/topics">
|
||||
|
||||
此为专题广场更新提示=>集合型而非单篇文章.与下方"专题内文章更新"存在明显区别!
|
||||
此为专题广场更新提示 => 集合型而非单篇文章. 与下方 "专题内文章更新" 存在明显区别!
|
||||
|
||||
</Route>
|
||||
|
||||
|
|
@ -841,8 +845,8 @@ Supported sub-sites:
|
|||
|
||||
<Route author="HenryQW" example="/sohu/mp/119097" path="/sohu/mp/:id" :paramsDesc="['搜狐号 ID', '见如下说明']">
|
||||
|
||||
1. 通过浏览器搜索相关搜狐号 `果壳 site: mp.sohu.com`。
|
||||
2. 通过浏览器控制台执行 `cfgs.author_id`,返回的即为搜狐号 ID。
|
||||
1. 通过浏览器搜索相关搜狐号 `果壳 site: mp.sohu.com`。
|
||||
2. 通过浏览器控制台执行 `cfgs.author_id`,返回的即为搜狐号 ID。
|
||||
|
||||
</Route>
|
||||
|
||||
|
|
@ -900,9 +904,9 @@ Supported sub-sites:
|
|||
|
||||
<Route author="HendricksZheng" example="/netease/dy/W4983108759592548559" path="/netease/dy/:id" :paramsDesc="['网易号 ID', '见如下说明']">
|
||||
|
||||
1. 在[网易号搜索页面](https://dy.163.com/v2/media/tosearch.html) 搜索想要订阅的网易号。
|
||||
2. 打开网易号文章页面。
|
||||
3. 通过浏览器控制台执行 `$('#contain').dataset.wemediaid`,返回的即为网易号 ID。
|
||||
1. 在[网易号搜索页面](https://dy.163.com/v2/media/tosearch.html) 搜索想要订阅的网易号。
|
||||
2. 打开网易号文章页面。
|
||||
3. 通过浏览器控制台执行 `$('#contain').dataset.wemediaid`,返回的即为网易号 ID。
|
||||
|
||||
</Route>
|
||||
|
||||
|
|
@ -938,7 +942,7 @@ Supported sub-sites:
|
|||
|
||||
::: warning 注意
|
||||
|
||||
该方法需要通过 efb 进行频道绑定,具体操作见[https://github.com/DIYgod/RSSHub/issues/2172](https://github.com/DIYgod/RSSHub/issues/2172)
|
||||
该方法需要通过 efb 进行频道绑定,具体操作见<https://github.com/DIYgod/RSSHub/issues/2172>
|
||||
:::
|
||||
</Route>
|
||||
|
||||
|
|
|
|||
|
|
@ -25,8 +25,8 @@ pageClass: routes
|
|||
|
||||
<Route author="HenryQW" example="/autotrader/radius=50&postcode=sw1a1aa&onesearchad=Used&onesearchad=Nearly%20New&onesearchad=New&price-to=9000&year-from=2012&body-type=Hatchback&transmission=Automatic&exclude-writeoff-categories=on" path="/autotrader/:query" :paramsDesc="['查询语句']">
|
||||
|
||||
1. 在 AutoTrader 选择筛选条件进行搜索
|
||||
1. 复制查询结果 URL 中`?`后的部分,例如 `https://www.autotrader.co.uk/car-search?radius=50&postcode=sw1a1aa&onesearchad=Used&onesearchad=Nearly%20New&onesearchad=New&price-to=9000&year-from=2012&body-type=Hatchback&transmission=Automatic&exclude-writeoff-categories=on` 则为 `radius=50&postcode=sw1a1aa&onesearchad=Used&onesearchad=Nearly%20New&onesearchad=New&price-to=9000&year-from=2012&body-type=Hatchback&transmission=Automatic&exclude-writeoff-categories=on`
|
||||
1. 在 AutoTrader 选择筛选条件进行搜索
|
||||
2. 复制查询结果 URL 中`?`后的部分,例如 `https://www.autotrader.co.uk/car-search?radius=50&postcode=sw1a1aa&onesearchad=Used&onesearchad=Nearly%20New&onesearchad=New&price-to=9000&year-from=2012&body-type=Hatchback&transmission=Automatic&exclude-writeoff-categories=on` 则为 `radius=50&postcode=sw1a1aa&onesearchad=Used&onesearchad=Nearly%20New&onesearchad=New&price-to=9000&year-from=2012&body-type=Hatchback&transmission=Automatic&exclude-writeoff-categories=on`
|
||||
|
||||
</Route>
|
||||
|
||||
|
|
@ -116,7 +116,7 @@ pageClass: routes
|
|||
|
||||
## Product Hunt
|
||||
|
||||
> 官方 Feed 地址为: [https://www.producthunt.com/feed](https://www.producthunt.com/feed)
|
||||
> 官方 Feed 地址为: <https://www.producthunt.com/feed>
|
||||
|
||||
### Today Popular
|
||||
|
||||
|
|
@ -235,9 +235,9 @@ type 为 all 时,category 参数不支持 cost 和 free
|
|||
|
||||
<Route author="LogicJake" example="/kpmg/insights" path="/kpmg/insights" />
|
||||
|
||||
## 福利资源-met.red
|
||||
## 福利资源 - met.red
|
||||
|
||||
### 福利资源-met.red
|
||||
### 福利资源 - met.red
|
||||
|
||||
<Route author="junfengP" example="/metred/fuli" path="/metred/fuli" />
|
||||
|
||||
|
|
@ -303,7 +303,7 @@ type 为 all 时,category 参数不支持 cost 和 free
|
|||
|
||||
## 酷安
|
||||
|
||||
### 图文-编辑精选
|
||||
### 图文 - 编辑精选
|
||||
|
||||
<Route author="xizeyoupan" example="/coolapk/tuwen" path="/coolapk/tuwen" />
|
||||
|
||||
|
|
@ -317,9 +317,9 @@ type 为 all 时,category 参数不支持 cost 和 free
|
|||
|
||||
::: warning 注意
|
||||
|
||||
1. 构造链接前请确认所有参数正确:错误`快递公司-订单号`组合将会缓存信息一小段时间防止产生无用查询
|
||||
2. 正常查询的订单在未签收状态下不会被缓存:请控制查询频率
|
||||
3. 订单完成后请尽快取消订阅,避免资源浪费
|
||||
1. 构造链接前请确认所有参数正确:错误`快递公司 - 订单号`组合将会缓存信息一小段时间防止产生无用查询
|
||||
2. 正常查询的订单在未签收状态下不会被缓存:请控制查询频率
|
||||
3. 订单完成后请尽快取消订阅,避免资源浪费
|
||||
|
||||
:::
|
||||
</Route>
|
||||
|
|
@ -402,9 +402,9 @@ type 为 all 时,category 参数不支持 cost 和 free
|
|||
|
||||
<Route author="LogicJake" example="/babykingdom/19/view" path="/babykingdom/:id/:order?" :paramsDesc="['板块id,可在 URL 中找到', '排序方式']">
|
||||
|
||||
| 发帖时间 | 回复/查看 | 查看 | 最后发表 | 热门 |
|
||||
| -------- | --------- | ---- | -------- | ---- |
|
||||
| dateline | reply | view | lastpost | heat |
|
||||
| 发帖时间 | 回复 / 查看 | 查看 | 最后发表 | 热门 |
|
||||
| -------- | ----------- | ---- | -------- | ---- |
|
||||
| dateline | reply | view | lastpost | heat |
|
||||
|
||||
</Route>
|
||||
|
||||
|
|
@ -436,17 +436,17 @@ type 为 all 时,category 参数不支持 cost 和 free
|
|||
|
||||
## 深圳证券交易所
|
||||
|
||||
### 上市公告-可转换债券
|
||||
### 上市公告 - 可转换债券
|
||||
|
||||
<Route author="Jeason0228" example="/szse/notice" path="/szse/notice"/>
|
||||
|
||||
### 问询函件(全部/主板/中小企业板/创业板)
|
||||
### 问询函件 (全部 / 主板 / 中小企业板 / 创业板)
|
||||
|
||||
<Route author="Jeason0228" example="/szse/inquire/navall" path="/szse/inquire/:type" :paramsDesc="['tab选项,navall为全部,nav1为主板,nav2,为中小企业板,nav3位创业板']"/>
|
||||
|
||||
## 四川省科学技术厅
|
||||
|
||||
### 四川省科学技术厅-公示公告
|
||||
### 四川省科学技术厅 - 公示公告
|
||||
|
||||
<Route author="Cubernet" example="/sckjt/news" path="/sckjt/news/:type?" :paramsDesc="['默认为`tz`']">
|
||||
|
||||
|
|
@ -516,7 +516,7 @@ type 为 all 时,category 参数不支持 cost 和 free
|
|||
|
||||
### 澳門特別行政區政府 抗疫專頁:最新消息
|
||||
|
||||
官方網址:[https://www.ssm.gov.mo/apps1/PreventWuhanInfection/ch.aspx](https://www.ssm.gov.mo/apps1/PreventWuhanInfection/ch.aspx)
|
||||
官方網址:<https://www.ssm.gov.mo/apps1/PreventWuhanInfection/ch.aspx>
|
||||
|
||||
<Route author="KeiLongW" example="/coronavirus/mogov-2019ncov/ch" path="/coronavirus/mogov-2019ncov/:lang" :paramsDesc="['語言']"/>
|
||||
|
||||
|
|
@ -530,7 +530,7 @@ type 为 all 时,category 参数不支持 cost 和 free
|
|||
|
||||
## 新趣集
|
||||
|
||||
> 官方 Feed 地址为: [https://xinquji.com/rss](https://xinquji.com/rss)
|
||||
> 官方 Feed 地址为: <https://xinquji.com/rss>
|
||||
|
||||
### 今日最佳
|
||||
|
||||
|
|
@ -577,15 +577,15 @@ type 为 all 时,category 参数不支持 cost 和 free
|
|||
|
||||
</Route>
|
||||
|
||||
## 远程.work
|
||||
## 远程. work
|
||||
|
||||
### 远程.work 招聘信息
|
||||
### 远程. work 招聘信息
|
||||
|
||||
<Route author="luyuhuang" example="/remote-work/all" path="/remote-work/:caty?" :paramsDesc="['职位类型, 默认为全部职位']" radar="1">
|
||||
|
||||
| 所有职位 | 技术 | 设计 | 运营 | 产品 | 其他 | 市场 | 销售 |
|
||||
| 所有职位 | 技术 | 设计 | 运营 | 产品 | 其他 | 市场 | 销售 |
|
||||
| :------: | :---------: | :----: | :-------: | :-----: | :---: | :-------: | :---: |
|
||||
| all | development | design | operation | product | other | marketing | sales |
|
||||
| all | development | design | operation | product | other | marketing | sales |
|
||||
|
||||
</Route>
|
||||
|
||||
|
|
@ -597,9 +597,9 @@ type 为 all 时,category 参数不支持 cost 和 free
|
|||
|
||||
类型
|
||||
|
||||
| 全部文章 | 永久免费 | 限时折扣 | 限时免费 | PC | Mac | Android | UWP |
|
||||
| -------- | -------- | -------- | -------- | --- | --- | ------- | --- |
|
||||
| all | 311 | 309 | 310 | 8 | 50 | 17 | 312 |
|
||||
| 全部文章 | 永久免费 | 限时折扣 | 限时免费 | PC | Mac | Android | UWP |
|
||||
| -------- | -------- | -------- | -------- | -- | --- | ------- | --- |
|
||||
| all | 311 | 309 | 310 | 8 | 50 | 17 | 312 |
|
||||
|
||||
</Route>
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ filter 选出想要的内容
|
|||
|
||||
- filter_time: 过滤时间,仅支持数字,单位为秒。返回指定时间范围内的内容。如果条目没有输出`pubDate`或者格式不正确将不会被过滤
|
||||
|
||||
举例 1: <https://rsshub.app/bilibili/fav/2267573/801952073?filter=编曲|摄影>
|
||||
举例 1: [https://rsshub.app/bilibili/fav/2267573/801952073?filter = 编曲 | 摄影](https://rsshub.app/bilibili/fav/2267573/801952073?filter=编曲|摄影)
|
||||
举例 2: <https://rsshub.app/nga/forum/489?filter_time=600>
|
||||
|
||||
filterout 去掉不要的内容
|
||||
|
|
@ -35,7 +35,7 @@ filterout 去掉不要的内容
|
|||
|
||||
- filterout_author: 过滤作者
|
||||
|
||||
举例: <https://rsshub.app/bilibili/fav/2267573/801952073?filterout=编曲|摄影>
|
||||
举例: [https://rsshub.app/bilibili/fav/2267573/801952073?filterout = 编曲 | 摄影](https://rsshub.app/bilibili/fav/2267573/801952073?filterout=编曲|摄影)
|
||||
|
||||
filter_case_sensitive 过滤是否区分大小写,filter 和 filterout 同时适用
|
||||
|
||||
|
|
@ -82,4 +82,4 @@ RSSHub 同时支持 RSS 2.0 和 Atom 输出格式, 在路由末尾添加 `.rss`
|
|||
- 缺省 RSS 2.0 - <https://rsshub.app/jianshu/home>
|
||||
- RSS 2.0 - <https://rsshub.app/jianshu/home.rss>
|
||||
- Atom - <https://rsshub.app/jianshu/home.atom>
|
||||
- 和 filter 或其他 URL query 一起使用 <https://rsshub.app/bilibili/user/coin/2267573.atom?filter=微小微|赤九玖|暴走大事件>
|
||||
- 和 filter 或其他 URL query 一起使用 [https://rsshub.app/bilibili/user/coin/2267573.atom?filter = 微小微 | 赤九玖 | 暴走大事件](https://rsshub.app/bilibili/user/coin/2267573.atom?filter=微小微|赤九玖|暴走大事件)
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ pageClass: routes
|
|||
|
||||
- tags 在 [konachan](https://konachan.com/post) URL 中 `tags=` 后的参数
|
||||
- 路由可选 `/konachan` 或 `/konachan.com` 或 `/konachan.net`, 其中前两者相同, `.net` 是全年龄健康的壁纸 ♡
|
||||
- 网站提供了 Posts 订阅: https://konachan.com/post/piclens?tags=[tags]
|
||||
- 网站提供了 Posts 订阅: <https://konachan.com/post/piclens?tags=[tags]>
|
||||
|
||||
:::
|
||||
|
||||
|
|
@ -114,7 +114,7 @@ pageClass: routes
|
|||
|
||||
::: tip 提示
|
||||
|
||||
- 网站提供了 Posts 订阅: https://yande.re/post/piclens?tags=[tags]
|
||||
- 网站提供了 Posts 订阅: <https://yande.re/post/piclens?tags=[tags]>
|
||||
|
||||
:::
|
||||
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@ pageClass: routes
|
|||
|
||||
::: warning 注意
|
||||
|
||||
官方镜像的 owner 填写 library, 如: https://rsshub.app/dockerhub/build/library/mysql
|
||||
官方镜像的 owner 填写 library, 如: <https://rsshub.app/dockerhub/build/library/mysql>
|
||||
|
||||
:::
|
||||
|
||||
|
|
@ -114,7 +114,7 @@ pageClass: routes
|
|||
|
||||
</Route>
|
||||
|
||||
### 附加组件(Add-ons)更新
|
||||
### 附加组件 (Add-ons) 更新
|
||||
|
||||
<Route author="DIYgod" example="/firefox/addons/rsshub-radar" path="/firefox/addons/:id" :paramsDesc="['附加组件 id, 可在应用页 URL 中找到']" />
|
||||
|
||||
|
|
@ -126,7 +126,7 @@ pageClass: routes
|
|||
|
||||
## IPSW.me
|
||||
|
||||
### 苹果固件更新-IPSWs/OTAs 版本
|
||||
### 苹果固件更新 - IPSWs/OTAs 版本
|
||||
|
||||
<Route author="Jeason0228" example="/ipsw/index/ipsws/iPhone11,8" path="/ipsw/index/:ptype/:pname/" :paramsDesc="['填写ipsws或otas,得到不同版本的固件','产品名, `http://rsshub.app/ipsw/index/ipsws/iPod`如填写iPad则关注iPad整个系列(ptype选填为ipsws).`http://rsshub.app/ipsw/index/ipsws/iPhone11,8`如果填写具体的iPhone11,8则关注这个机型的ipsws固件信息']"/>
|
||||
|
||||
|
|
|
|||
|
|
@ -66,10 +66,10 @@ pageClass: routes
|
|||
|
||||
GitHub 官方也提供了一些 RSS:
|
||||
|
||||
- 仓库 releases: https://github.com/:owner/:repo/releases.atom
|
||||
- 仓库 commits: https://github.com/:owner/:repo/commits.atom
|
||||
- 用户动态: https://github.com/:user.atom
|
||||
- 专属动态: https://github.com/:user.private.atom?token=:secret (登录后在[仪表盘页面](https://github.com)找到 **Subscribe to your news feed** 字样即可)
|
||||
- 仓库 releases: <https://github.com/:owner/:repo/releases.atom>
|
||||
- 仓库 commits: <https://github.com/:owner/:repo/commits.atom>
|
||||
- 用户动态: <https://github.com/:user.atom>
|
||||
- 专属动态: <https://github.com/:user.private.atom?token=:secret> (登录后在[仪表盘页面](https://github.com)找到 **Subscribe to your news feed** 字样即可)
|
||||
|
||||
:::
|
||||
|
||||
|
|
@ -155,19 +155,19 @@ GitHub 官方也提供了一些 RSS:
|
|||
|
||||
<Route author="cf020031308" example="/hackernews/best/comments" path="/hackernews/:section/:type?" :paramsDesc="['内容分区', '链接类型(可不填)']">
|
||||
|
||||
网站地址:https://news.ycombinator.com/
|
||||
网站地址:<https://news.ycombinator.com/>
|
||||
|
||||
| 内容分区 | section |
|
||||
| -------- | ----------------------------------- |
|
||||
| index | https://news.ycombinator.com/ |
|
||||
| new | https://news.ycombinator.com/newest |
|
||||
| past | https://news.ycombinator.com/front |
|
||||
| ask | https://news.ycombinator.com/ask |
|
||||
| show | https://news.ycombinator.com/show |
|
||||
| jobs | https://news.ycombinator.com/jobs |
|
||||
| best | https://news.ycombinator.com/best |
|
||||
| 内容分区 | section |
|
||||
| -------- | ------------------------------------- |
|
||||
| index | <https://news.ycombinator.com/> |
|
||||
| new | <https://news.ycombinator.com/newest> |
|
||||
| past | <https://news.ycombinator.com/front> |
|
||||
| ask | <https://news.ycombinator.com/ask> |
|
||||
| show | <https://news.ycombinator.com/show> |
|
||||
| jobs | <https://news.ycombinator.com/jobs> |
|
||||
| best | <https://news.ycombinator.com/best> |
|
||||
|
||||
> 网站有默认的 RSS:https://news.ycombinator.com/rss 内容同 index,应优先考虑
|
||||
> 网站有默认的 RSS:<https://news.ycombinator.com/rss> 内容同 index,应优先考虑
|
||||
|
||||
| 链接类型 | type |
|
||||
| -------- | ----------------------------- |
|
||||
|
|
@ -348,7 +348,7 @@ GitHub 官方也提供了一些 RSS:
|
|||
| 备案公告 | 3 |
|
||||
| 其他 | 4 |
|
||||
|
||||
### 开发者社区-主题
|
||||
### 开发者社区 - 主题
|
||||
|
||||
<Route author="umm233" example="/aliyun/developer/group/alitech" path="/aliyun/developer/group/:type" :paramsDesc="['对应技术领域分类']" />
|
||||
|
||||
|
|
@ -356,7 +356,7 @@ GitHub 官方也提供了一些 RSS:
|
|||
|
||||
::: tip 提示
|
||||
|
||||
官方提供了混合的主页资讯 RSS: https://api.anquanke.com/data/v1/rss
|
||||
官方提供了混合的主页资讯 RSS: <https://api.anquanke.com/data/v1/rss>
|
||||
|
||||
:::
|
||||
|
||||
|
|
@ -394,7 +394,7 @@ GitHub 官方也提供了一些 RSS:
|
|||
<Route author="zhangzhxb520" example="/geektime/news" path="/geektime/news"/>
|
||||
|
||||
> - 极客时间专栏需要付费订阅, RSS 仅做更新提醒, 不含付费内容.
|
||||
> - 极客新闻不需要付费,可通过 RSS 订阅.
|
||||
> - 极客新闻不需要付费, 可通过 RSS 订阅.
|
||||
|
||||
## 技术头条
|
||||
|
||||
|
|
@ -492,11 +492,15 @@ GitHub 官方也提供了一些 RSS:
|
|||
|
||||
订阅[全部板块资讯][osc_all]可以使用 <https://rsshub.app/oschina/news>
|
||||
|
||||
[osc_all]: https://www.oschina.net/news '开源中国-全部资讯'
|
||||
[osc_gen]: https://www.oschina.net/news/industry '开源中国-综合资讯'
|
||||
[osc_proj]: https://www.oschina.net/news/project '开源中国-软件更新资讯'
|
||||
[osc_ind]: https://www.oschina.net/news/industry-news '开源中国-行业资讯'
|
||||
[osc_pl]: https://www.oschina.net/news/programming '开源中国-编程语言资讯'
|
||||
[osc_all]: https://www.oschina.net/news "开源中国 - 全部资讯"
|
||||
|
||||
[osc_gen]: https://www.oschina.net/news/industry "开源中国 - 综合资讯"
|
||||
|
||||
[osc_proj]: https://www.oschina.net/news/project "开源中国 - 软件更新资讯"
|
||||
|
||||
[osc_ind]: https://www.oschina.net/news/industry-news "开源中国 - 行业资讯"
|
||||
|
||||
[osc_pl]: https://www.oschina.net/news/programming "开源中国 - 编程语言资讯"
|
||||
|
||||
</Route>
|
||||
|
||||
|
|
@ -579,24 +583,24 @@ GitHub 官方也提供了一些 RSS:
|
|||
|
||||
<Route author="kt286" example="/codeceo/category/java" path="/codeceo/category/:category?" :paramsDesc="['category']">
|
||||
|
||||
| category | 名称 |
|
||||
| --------------- | ----------------- |
|
||||
| news | 资讯 |
|
||||
| java | JAVA 开发 |
|
||||
| cpp | C/C++开发 |
|
||||
| donet | .NET 开发 |
|
||||
| web | WEB 开发 |
|
||||
| android | Android 开发 |
|
||||
| ios | iOS 开发 |
|
||||
| cloud | 云计算/大数据 |
|
||||
| os | 操作系统 |
|
||||
| database | 数据库 |
|
||||
| machine | 机器学习/人工智能 |
|
||||
| algorithm | 算法设计 |
|
||||
| design-patterns | 设计模式 |
|
||||
| programmer | 程序员人生 |
|
||||
| weekly | 《快乐码农》 |
|
||||
| project | 开源软件 |
|
||||
| category | 名称 |
|
||||
| --------------- | ------------------- |
|
||||
| news | 资讯 |
|
||||
| java | JAVA 开发 |
|
||||
| cpp | C/C++ 开发 |
|
||||
| donet | .NET 开发 |
|
||||
| web | WEB 开发 |
|
||||
| android | Android 开发 |
|
||||
| ios | iOS 开发 |
|
||||
| cloud | 云计算 / 大数据 |
|
||||
| os | 操作系统 |
|
||||
| database | 数据库 |
|
||||
| machine | 机器学习 / 人工智能 |
|
||||
| algorithm | 算法设计 |
|
||||
| design-patterns | 设计模式 |
|
||||
| programmer | 程序员人生 |
|
||||
| weekly | 《快乐码农》 |
|
||||
| project | 开源软件 |
|
||||
|
||||
</Route>
|
||||
|
||||
|
|
@ -634,7 +638,7 @@ GitHub 官方也提供了一些 RSS:
|
|||
<Route author="hellodword" example="/galaxylab" path="/galaxylab">
|
||||
</Route>
|
||||
|
||||
## 前端艺术家&&飞冰早报
|
||||
## 前端艺术家 && 飞冰早报
|
||||
|
||||
### 列表
|
||||
|
||||
|
|
@ -678,19 +682,19 @@ GitHub 官方也提供了一些 RSS:
|
|||
|
||||
## 微信开放平台
|
||||
|
||||
### 微信开放社区-小程序公告
|
||||
### 微信开放社区 - 小程序公告
|
||||
|
||||
<Route author="phantomk" example="/wechat-open/community/xcx-announce" path="/wechat-open/community/xcx-announce"/>
|
||||
|
||||
### 微信开放社区-小游戏公告
|
||||
### 微信开放社区 - 小游戏公告
|
||||
|
||||
<Route author="phantomk" example="/wechat-open/community/xyx-announce" path="/wechat-open/community/xyx-announce"/>
|
||||
|
||||
### 微信开放社区-微信支付公告
|
||||
### 微信开放社区 - 微信支付公告
|
||||
|
||||
<Route author="phantomk" example="/wechat-open/community/pay-announce" path="/wechat-open/community/pay-announce"/>
|
||||
|
||||
### 微信开放社区-小游戏问答
|
||||
### 微信开放社区 - 小游戏问答
|
||||
|
||||
<Route author="bestony" example="/wechat-open/community/xyx-question/0" path="/wechat-open/community/xyx-question/:category" :paramsDesc="['0','hot','topic']">
|
||||
|
||||
|
|
@ -700,7 +704,7 @@ GitHub 官方也提供了一些 RSS:
|
|||
|
||||
</Route>
|
||||
|
||||
### 微信开放社区-小程序问答
|
||||
### 微信开放社区 - 小程序问答
|
||||
|
||||
<Route author="bestony" example="/wechat-open/community/xcx-question/new" path="/wechat-open/community/xcx-question/:tag" :paramsDesc="['new','hot','topic']">
|
||||
|
||||
|
|
@ -710,7 +714,7 @@ GitHub 官方也提供了一些 RSS:
|
|||
|
||||
</Route>
|
||||
|
||||
### 微信支付-商户平台公告
|
||||
### 微信支付 - 商户平台公告
|
||||
|
||||
<Route author="phantomk" example="/wechat-open/pay/announce" path="/wechat-open/pay/announce"/>
|
||||
|
||||
|
|
@ -752,7 +756,7 @@ GitHub 官方也提供了一些 RSS:
|
|||
|
||||
</Route>
|
||||
|
||||
### 小程序商店-最新
|
||||
### 小程序商店 - 最新
|
||||
|
||||
<Route author="xyqfer" example="/miniapp/store/newest" path="/miniapp/store/newest"/>
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
pageClass: routes
|
||||
---
|
||||
|
||||
# 小说·文学·阅读
|
||||
# 小说 · 文学 · 阅读
|
||||
|
||||
## All Poetry
|
||||
|
||||
|
|
@ -131,7 +131,7 @@ count 的取值范围为 1-12,为防止请求次数过多,推荐设置为 5
|
|||
|
||||
<Route author="squkw" example="/novel/booksky/98619" path="/novel/booksky/:id" :paramsDesc="['小说 id, 可在对应小说页 URL 中找到, 例如 `98619`']">
|
||||
|
||||
举例网址:http://booksky.so/BookDetail.aspx?Level=1&bid=98619
|
||||
举例网址:<http://booksky.so/BookDetail.aspx?Level=1&bid=98619>
|
||||
|
||||
</Route>
|
||||
|
||||
|
|
@ -141,7 +141,7 @@ count 的取值范围为 1-12,为防止请求次数过多,推荐设置为 5
|
|||
|
||||
<Route author="LJason77" example="/novel/ptwxz/10/10272" path="/novel/ptwxz/:id1/:id2" :paramsDesc="['小说网站链接倒数第二部分的数字, 可在对应小说页 URL 中找到, 例如 `10`', '小说网站链接最后的数字, 可在对应小说页 URL 中找到, 例如 `10272`']" >
|
||||
|
||||
举例网址:https://www.ptwxz.com/bookinfo/10/10272.html
|
||||
举例网址:<https://www.ptwxz.com/bookinfo/10/10272.html>
|
||||
|
||||
</Route>
|
||||
|
||||
|
|
@ -185,7 +185,7 @@ count 的取值范围为 1-12,为防止请求次数过多,推荐设置为 5
|
|||
|
||||
<Route author="ActonGen" example="/novel/shuquge/8659" path="/novel/shuquge/:id" :paramsDesc="['小说 id, 可在对应小说页 URL 中找到, 例如 `8659`']">
|
||||
|
||||
举例网址:http://www.shuquge.com/txt/8659/index.html
|
||||
举例网址:<http://www.shuquge.com/txt/8659/index.html>
|
||||
|
||||
</Route>
|
||||
|
||||
|
|
@ -195,7 +195,7 @@ count 的取值范围为 1-12,为防止请求次数过多,推荐设置为 5
|
|||
|
||||
<Route author="lengthmin" example="/novel/wenxuemi/6/6144" path="/novel/wenxuemi/:id1/:id2" :paramsDesc="['小说网站链接倒数第二部分的数字, 可在对应小说页 URL 中找到, 例如 `6`', '小说网站链接最后的数字, 可在对应小说页 URL 中找到, 例如 `6144`']">
|
||||
|
||||
举例网址:https://www.wenxuemi.com/files/article/html/6/6144/
|
||||
举例网址:<https://www.wenxuemi.com/files/article/html/6/6144/>
|
||||
|
||||
</Route>
|
||||
|
||||
|
|
@ -215,7 +215,7 @@ count 的取值范围为 1-12,为防止请求次数过多,推荐设置为 5
|
|||
|
||||
<Route author="suiyuran" example="/novel/zhaishuyuan/17858" path="/novel/zhaishuyuan/:id" :paramsDesc="['小说 id, 可在对应小说页 URL 中找到, 例如 `17858`']" radar="1">
|
||||
|
||||
举例网址:https://www.zhaishuyuan.com/book/17858
|
||||
举例网址:<https://www.zhaishuyuan.com/book/17858>
|
||||
|
||||
</Route>
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ Transform any search into a feed.
|
|||
|
||||
<Route author="Platane" example="/leboncoin/ad/category=10&locations=Paris_75015" path="/leboncoin/ad/:query" :paramsDesc="['search page querystring']">
|
||||
|
||||
For instance, in https://www.leboncoin.fr/recherche/?**category=10&locations=Paris_75015**, the query is **category=10&locations=Paris_75015**
|
||||
For instance, in <https://www.leboncoin.fr/recherche/?**category=10&locations=Paris_75015>**, the query is **category=10&locations=Paris_75015\*\*
|
||||
|
||||
</Route>
|
||||
|
||||
|
|
@ -115,7 +115,7 @@ For instance, in https://www.leboncoin.fr/recherche/?**category=10&locations=Par
|
|||
|
||||
::: tip 提示
|
||||
|
||||
网站也提供了部分 RSS: https://www.smzdm.com/dingyue
|
||||
网站也提供了部分 RSS: <https://www.smzdm.com/dingyue>
|
||||
|
||||
:::
|
||||
|
||||
|
|
|
|||
|
|
@ -68,9 +68,9 @@ Tiny Tiny RSS 会给所有 iframe 元素添加 `sandbox="allow-scripts"` 属性
|
|||
|
||||
动画
|
||||
|
||||
| MAD·AMV | MMD·3D | 短片·手书·配音 | 综合 |
|
||||
| ------- | ------ | -------------- | ---- |
|
||||
| 24 | 25 | 47 | 27 |
|
||||
| MAD·AMV | MMD·3D | 短片 · 手书 · 配音 | 综合 |
|
||||
| ------- | ------ | ------------------ | ---- |
|
||||
| 24 | 25 | 47 | 27 |
|
||||
|
||||
番剧
|
||||
|
||||
|
|
@ -104,9 +104,9 @@ Tiny Tiny RSS 会给所有 iframe 元素添加 `sandbox="allow-scripts"` 属性
|
|||
|
||||
科技
|
||||
|
||||
| 趣味科普人文 | 野生技术协会 | 演讲·公开课 | 星海 | 数码 | 机械 | 汽车 |
|
||||
| ------------ | ------------ | ----------- | ---- | ---- | ---- | ---- |
|
||||
| 124 | 122 | 39 | 96 | 95 | 98 | 176 |
|
||||
| 趣味科普人文 | 野生技术协会 | 演讲 · 公开课 | 星海 | 数码 | 机械 | 汽车 |
|
||||
| ------------ | ------------ | ------------- | ---- | ---- | ---- | ---- |
|
||||
| 124 | 122 | 39 | 96 | 95 | 98 | 176 |
|
||||
|
||||
生活
|
||||
|
||||
|
|
@ -140,15 +140,15 @@ Tiny Tiny RSS 会给所有 iframe 元素添加 `sandbox="allow-scripts"` 属性
|
|||
|
||||
影视
|
||||
|
||||
| 影视杂谈 | 影视剪辑 | 短片 | 预告·资讯 | 特摄 |
|
||||
| -------- | -------- | ---- | --------- | ---- |
|
||||
| 182 | 183 | 85 | 184 | 86 |
|
||||
| 影视杂谈 | 影视剪辑 | 短片 | 预告 · 资讯 | 特摄 |
|
||||
| -------- | -------- | ---- | ----------- | ---- |
|
||||
| 182 | 183 | 85 | 184 | 86 |
|
||||
|
||||
纪录片
|
||||
|
||||
| 全部 | 人文·历史 | 科学·探索·自然 | 军事 | 社会·美食·旅行 |
|
||||
| ---- | --------- | -------------- | ---- | -------------- |
|
||||
| 177 | 37 | 178 | 179 | 180 |
|
||||
| 全部 | 人文 · 历史 | 科学 · 探索 · 自然 | 军事 | 社会 · 美食 · 旅行 |
|
||||
| ---- | ----------- | ------------------ | ---- | ------------------ |
|
||||
| 177 | 37 | 178 | 179 | 180 |
|
||||
|
||||
电影
|
||||
|
||||
|
|
@ -242,7 +242,7 @@ Tiny Tiny RSS 会给所有 iframe 元素添加 `sandbox="allow-scripts"` 属性
|
|||
|
||||
</Route>
|
||||
|
||||
### 话题(频道/标签)
|
||||
### 话题 (频道 / 标签)
|
||||
|
||||
<Route author="Qixingchen" example="/bilibili/topic/2233" path="/bilibili/topic/:topic" :paramsDesc="['话题名(又称频道名或标签) 例如 2233 或 COSPLAY']"/>
|
||||
|
||||
|
|
@ -296,7 +296,7 @@ Tiny Tiny RSS 会给所有 iframe 元素添加 `sandbox="allow-scripts"` 属性
|
|||
|
||||
<Route author="hondajojo" example="/lofter/user/tingtingtingtingzhi" path="/lofter/user/:name" :paramsDesc="['Lofter 用户名, 在URL里']"/>
|
||||
|
||||
### 话题(标签)
|
||||
### 话题 (标签)
|
||||
|
||||
<Route author="hoilc" example="/lofter/tag/名侦探柯南/date" path="/lofter/tag/:name/:type?" :paramsDesc="['话题名(标签名) 例如 `名侦探柯南`', '排行类型, 默认显示最新话题, 取值如下']"/>
|
||||
|
||||
|
|
@ -308,9 +308,9 @@ Tiny Tiny RSS 会给所有 iframe 元素添加 `sandbox="allow-scripts"` 属性
|
|||
|
||||
::: tip 提示
|
||||
|
||||
官方提供了用户时间线 RSS: https://**:instance**/users/**:username**.atom 或 https://**:instance**/users/**:username**.rss
|
||||
官方提供了用户时间线 RSS: https://**:instance**/users/**:username**.atom 或 https://**:instance**/users/**:username**.rss
|
||||
|
||||
例如:https://pawoo.net/users/pawoo_support.atom 或 https://pawoo.net/users/pawoo_support.rss
|
||||
例如:<https://pawoo.net/users/pawoo_support.atom> 或 <https://pawoo.net/users/pawoo_support.rss>
|
||||
|
||||
:::
|
||||
|
||||
|
|
@ -361,7 +361,7 @@ Tiny Tiny RSS 会给所有 iframe 元素添加 `sandbox="allow-scripts"` 属性
|
|||
<Route author="ClarkeCheng" example="/pixiv/user/illustfollows" path="/pixiv/user/illustfollows" radar="1"/>
|
||||
::: warning 注意
|
||||
|
||||
因为每个人关注的画师不同,所以只能自建。请不要将画师设为“悄悄关注”,这样子画师的作品就不会出现在订阅里了。
|
||||
因为每个人关注的画师不同,所以只能自建。请不要将画师设为 “悄悄关注”,这样子画师的作品就不会出现在订阅里了。
|
||||
|
||||
:::
|
||||
</Route>
|
||||
|
|
@ -380,7 +380,7 @@ Tiny Tiny RSS 会给所有 iframe 元素添加 `sandbox="allow-scripts"` 属性
|
|||
|
||||
::: tip 提示
|
||||
|
||||
由于 Telegram 限制,部分涉及色情、版权、政治的频道无法订阅,可通过访问 https://t.me/s/:username 确认。
|
||||
由于 Telegram 限制,部分涉及色情、版权、政治的频道无法订阅,可通过访问 <https://t.me/s/:username> 确认。
|
||||
|
||||
:::
|
||||
|
||||
|
|
@ -852,14 +852,14 @@ rule
|
|||
|
||||
<Route author="xyqfer" example="/zhihu/people/pins/kan-dan-45" path="/zhihu/people/pins/:id" :paramsDesc="['作者 id, 可在用户主页 URL 中找到']" anticrawler="1" radar="1"/>
|
||||
|
||||
### 知乎书店-新书
|
||||
### 知乎书店 - 新书
|
||||
|
||||
<Route author="xyqfer" example="/zhihu/bookstore/newest" path="/zhihu/bookstore/newest" anticrawler="1" radar="1"/>
|
||||
|
||||
### 知乎想法-24 小时新闻汇总
|
||||
### 知乎想法 - 24 小时新闻汇总
|
||||
|
||||
<Route author="xyqfer" example="/zhihu/pin/daily" path="/zhihu/pin/daily" anticrawler="1" radar="1"/>
|
||||
|
||||
### 知乎书店-知乎周刊
|
||||
### 知乎书店 - 知乎周刊
|
||||
|
||||
<Route author="LogicJake" example="/zhihu/weekly" path="/zhihu/weekly" anticrawler="1" radar="1"/>
|
||||
|
|
|
|||
|
|
@ -12,30 +12,30 @@ pageClass: routes
|
|||
|
||||
| `:channel` | 对应网站栏目 |
|
||||
| ----------- | -------------------------------------------- |
|
||||
| standard | 常速英语(VOA Standard English ) |
|
||||
| archive | 常速英语存档(VOA Standard English Archives ) |
|
||||
| technology | 科技报道(Technology Report) |
|
||||
| daily | 今日美国(This is America) |
|
||||
| sciences | 科技报道(Science in the News) |
|
||||
| health | 健康报道(Health Report) |
|
||||
| education | 教育报道(Education Report) |
|
||||
| economics | 经济报道(Economics Report) |
|
||||
| culture | 文化艺术(American Mosaic) |
|
||||
| events | 时事新闻(In the News) |
|
||||
| stories | 美国故事(American Stories) |
|
||||
| words | 词汇掌故(Words And Their Stories) |
|
||||
| trending | 今日热点(Trending Today) |
|
||||
| magazine | 新闻杂志(AS IT IS) |
|
||||
| grammar | 日常语法(Everyday Grammar) |
|
||||
| queries | 名师答疑(Ask a Teacher) |
|
||||
| history | 美国历史(U.S. History) |
|
||||
| park | 国家公园(America's National Parks) |
|
||||
| president | 美国总统(America's Presidents) |
|
||||
| agriculture | 农业报道(Agriculture Report) |
|
||||
| exploration | 自然探索(Explorations) |
|
||||
| people | 美国人物(People in America) |
|
||||
| bilingual | 双语新闻(Bilingual News) |
|
||||
| address | 总统演讲(President Address) |
|
||||
| standard | 常速英语 (VOA Standard English) |
|
||||
| archive | 常速英语存档 (VOA Standard English Archives) |
|
||||
| technology | 科技报道 (Technology Report) |
|
||||
| daily | 今日美国 (This is America) |
|
||||
| sciences | 科技报道 (Science in the News) |
|
||||
| health | 健康报道 (Health Report) |
|
||||
| education | 教育报道 (Education Report) |
|
||||
| economics | 经济报道 (Economics Report) |
|
||||
| culture | 文化艺术 (American Mosaic) |
|
||||
| events | 时事新闻 (In the News) |
|
||||
| stories | 美国故事 (American Stories) |
|
||||
| words | 词汇掌故 (Words And Their Stories) |
|
||||
| trending | 今日热点 (Trending Today) |
|
||||
| magazine | 新闻杂志 (AS IT IS) |
|
||||
| grammar | 日常语法 (Everyday Grammar) |
|
||||
| queries | 名师答疑 (Ask a Teacher) |
|
||||
| history | 美国历史 (U.S. History) |
|
||||
| park | 国家公园 (America's National Parks) |
|
||||
| president | 美国总统 (America's Presidents) |
|
||||
| agriculture | 农业报道 (Agriculture Report) |
|
||||
| exploration | 自然探索 (Explorations) |
|
||||
| people | 美国人物 (People in America) |
|
||||
| bilingual | 双语新闻 (Bilingual News) |
|
||||
| address | 总统演讲 (President Address) |
|
||||
|
||||
## CTFHub Calendar
|
||||
|
||||
|
|
@ -47,14 +47,14 @@ pageClass: routes
|
|||
|
||||
| `:class` | 类型 |
|
||||
| :------: | -------------------------------- |
|
||||
| 0 | Jeopardy[解题] |
|
||||
| 1 | Attack with Defense[AwD 攻防] |
|
||||
| 2 | Robo Hacking Game[RHG AI 自动化] |
|
||||
| 3 | Real World[RW 真实世界] |
|
||||
| 4 | King of The Hill[KoH 抢占山头] |
|
||||
| 5 | Mix[混合] |
|
||||
| 0 | Jeopardy[解题] |
|
||||
| 1 | Attack with Defense[AwD 攻防] |
|
||||
| 2 | Robo Hacking Game[RHG AI 自动化] |
|
||||
| 3 | Real World[RW 真实世界] |
|
||||
| 4 | King of The Hill[KoH 抢占山头] |
|
||||
| 5 | Mix[混合] |
|
||||
|
||||
> class 以 https://api.ctfhub.com/User_API/Event/getType 的返回结果为准
|
||||
> class 以 <https://api.ctfhub.com/User_API/Event/getType> 的返回结果为准
|
||||
|
||||
| `:form` | 形式 |
|
||||
| :-----: | ------ |
|
||||
|
|
@ -117,9 +117,9 @@ pageClass: routes
|
|||
| `:param` | 举例 | 定义 |
|
||||
| -------- | --------------- | ------------------------------------ |
|
||||
| category | category=thesis | **必填**,theses/information/careers |
|
||||
| subject | subject=生物 | 可置空 |
|
||||
| columns | columns=健康 | 可置空 |
|
||||
| query | query=病毒 | 可置空 |
|
||||
| subject | subject = 生物 | 可置空 |
|
||||
| columns | columns = 健康 | 可置空 |
|
||||
| query | query = 病毒 | 可置空 |
|
||||
|
||||
## 码农周刊
|
||||
|
||||
|
|
@ -215,9 +215,9 @@ pageClass: routes
|
|||
|
||||
学科分类
|
||||
|
||||
| 全部 | 计算机 | 经管·会计 | 创业 | 电子 | 工程 | 环境·地球 | 医学·健康 | 生命科学 | 数学 | 物理 | 化学 | 社科·法律 | 文学 | 历史 | 哲学 | 艺术·设计 | 外语 | 教育 | 其他 | 大学先修课 | 公共管理 | 建筑 | 职场 | 全球胜任力 |
|
||||
| ---- | ------ | --------- | ---- | ---- | ---- | --------- | --------- | -------- | ---- | ---- | ---- | --------- | ---- | ---- | ---- | --------- | ---- | ---- | ---- | ---------- | -------- | ---- | ---- | ---------- |
|
||||
| -1 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 201 | 2550 | 2783 | 2952 | 6200 |
|
||||
| 全部 | 计算机 | 经管 · 会计 | 创业 | 电子 | 工程 | 环境 · 地球 | 医学 · 健康 | 生命科学 | 数学 | 物理 | 化学 | 社科 · 法律 | 文学 | 历史 | 哲学 | 艺术 · 设计 | 外语 | 教育 | 其他 | 大学先修课 | 公共管理 | 建筑 | 职场 | 全球胜任力 |
|
||||
| ---- | ------ | ----------- | ---- | ---- | ---- | ----------- | ----------- | -------- | ---- | ---- | ---- | ----------- | ---- | ---- | ---- | ----------- | ---- | ---- | ---- | ---------- | -------- | ---- | ---- | ---------- |
|
||||
| -1 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 201 | 2550 | 2783 | 2952 | 6200 |
|
||||
|
||||
</Route>
|
||||
|
||||
|
|
|
|||
|
|
@ -26,8 +26,8 @@ pageClass: routes
|
|||
|
||||
支持大部分频道, 频道名称见[官方频道 RSS](https://www.bbc.co.uk/news/10628494).
|
||||
|
||||
- 频道为单一路径, 如 https://feeds.bbci.co.uk/news/`business`/rss.xml 则为 `/bbc/business`.
|
||||
- 频道包含多重路径, 如 https://feeds.bbci.co.uk/news/`world/asia`/rss.xml 则替换 `/` 为 `-` `/bbc/world-asia`.
|
||||
- 频道为单一路径, 如 <https://feeds.bbci.co.uk/news/`business`/rss.xml> 则为 `/bbc/business`.
|
||||
- 频道包含多重路径, 如 <https://feeds.bbci.co.uk/news/`world/asia`/rss.xml> 则替换 `/` 为 `-` `/bbc/world-asia`.
|
||||
- 例外: BBC 中文网为 `/bbc/chinese`, 繁体中文为 `/bbc/traditionalchinese`.
|
||||
|
||||
</Route>
|
||||
|
|
@ -55,8 +55,8 @@ pageClass: routes
|
|||
|
||||
支持所有频道, 频道名称见[官方频道 RSS](http://www.ftchinese.com/channel/rss.html).
|
||||
|
||||
- 频道为单一路径, 如 http://www.ftchinese.com/rss/`news` 则为 `/ft/chinese/news`.
|
||||
- 频道包含多重路径, 如 http://www.ftchinese.com/rss/`column/007000002` 则替换 `/` 为 `-` `/ft/chinese/column-007000002`.
|
||||
- 频道为单一路径, 如 <http://www.ftchinese.com/rss/`news`> 则为 `/ft/chinese/news`.
|
||||
- 频道包含多重路径, 如 <http://www.ftchinese.com/rss/`column/007000002`> 则替换 `/` 为 `-` `/ft/chinese/column-007000002`.
|
||||
|
||||
</Route>
|
||||
|
||||
|
|
@ -76,7 +76,7 @@ pageClass: routes
|
|||
|
||||
Solidot 提供的 feed:
|
||||
|
||||
- https://www.solidot.org/index.rss
|
||||
- <https://www.solidot.org/index.rss>
|
||||
|
||||
:::
|
||||
|
||||
|
|
@ -103,13 +103,14 @@ Solidot 提供的 feed:
|
|||
<Route author="KeiLongW" example="/yahoo-news/hk/world" path="/yahoo-news/:region/:category?" :paramsDesc="['地区','类别']">
|
||||
|
||||
`地区`
|
||||
|
||||
| 香港 | 台灣 | 美國 |
|
||||
| ---- | ---- | ---- |
|
||||
| hk | tw | en |
|
||||
| hk | tw | en |
|
||||
|
||||
`类別`
|
||||
| 新聞總集 | 兩岸國際 | 財經 | 娛樂 | 體育 | 健康 |
|
||||
| -------- | -------- | -------- | ------------- | ------ | ------ |
|
||||
\| -------- \| -------- \| -------- \| ------------- \| ------ \| ------ \|
|
||||
| (空) | world | business | entertainment | sports | health |
|
||||
|
||||
</Route>
|
||||
|
|
@ -419,7 +420,8 @@ category 对应的关键词有
|
|||
<Route author="LogicJake" example="/sina/discovery/zx" path="/sina/discovery/:type" :paramsDesc="['订阅分区类型']">
|
||||
|
||||
分类:
|
||||
| zx | twhk | dwzw | zrdl | lskg | smyx | shbk | kjqy |
|
||||
|
||||
| zx | twhk | dwzw | zrdl | lskg | smyx | shbk | kjqy |
|
||||
| ---- | -------- | -------- | -------- | -------- | -------- | -------- | -------- |
|
||||
| 最新 | 天文航空 | 动物植物 | 自然地理 | 历史考古 | 生命医学 | 生活百科 | 科技前沿 |
|
||||
|
||||
|
|
@ -463,7 +465,7 @@ category 对应的关键词有
|
|||
|
||||
| society | politics_economy | cool_japan | travel | sports | business | technology | world | opinion | whatsnew |
|
||||
| -------- | ---------------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -------- |
|
||||
| 國內綜合 | 政治・經濟 | 文化・生活 | 旅遊・活動 | 體育・奧運 | 商業・商品 | IT・科技 | 國際・東亞 | 評論・專欄 | 最新消息 |
|
||||
| 國內綜合 | 政治・經濟 | 文化・生活 | 旅遊・活動 | 體育・奧運 | 商業・商品 | IT ・科技 | 國際・東亞 | 評論・專欄 | 最新消息 |
|
||||
|
||||
版块 `cool_japan` 和 `travel` 包含子版块:
|
||||
|
||||
|
|
@ -491,7 +493,7 @@ category 对应的关键词有
|
|||
|
||||
| society | politics_economy | cool_japan | travel | sports | business | technology | world | opinion | whatsnew |
|
||||
| -------- | ---------------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -------- |
|
||||
| 日本社会 | 政治・经济 | 文娱・生活 | 旅游・活动 | 体育・奥运 | 商务・商品 | IT・科技 | 国际・东亚 | 观点・专栏 | 最新 |
|
||||
| 日本社会 | 政治・经济 | 文娱・生活 | 旅游・活动 | 体育・奥运 | 商务・商品 | IT ・科技 | 国际・东亚 | 观点・专栏 | 最新 |
|
||||
|
||||
版块 `cool_japan` 和 `travel` 包含子版块:
|
||||
|
||||
|
|
|
|||
|
|
@ -18,8 +18,8 @@ pageClass: routes
|
|||
|
||||
举例: [https://rsshub.app/atfd/us+new york, gb+london/1](https://rsshub.app/atfd/us+new%20york,gb+london/1)
|
||||
|
||||
1. 单个始发地, 例如 「us+new york」, [https://rsshub.app/atfd/us+new york](https://rsshub.app/atfd/us+new%20york)
|
||||
2. 逗号分隔多个始发地, 例如 「us+new york, gb+london」, [https://rsshub.app/atfd/us+new york, gb+london/](https://rsshub.app/atfd/us+new%20york,gb+london/)
|
||||
1. 单个始发地, 例如 「us+new york」, [https://rsshub.app/atfd/us+new york](https://rsshub.app/atfd/us+new%20york)
|
||||
2. 逗号分隔多个始发地, 例如 「us+new york, gb+london」, [https://rsshub.app/atfd/us+new york, gb+london/](https://rsshub.app/atfd/us+new%20york,gb+london/)
|
||||
|
||||
ISO 3166-1 国家代码列表请参见 [维基百科 ISO_3166-1](https://zh.wikipedia.org/wiki/ISO_3166-1)
|
||||
|
||||
|
|
@ -33,9 +33,9 @@ ISO 3166-1 国家代码列表请参见 [维基百科 ISO_3166-1](https://zh.wiki
|
|||
|
||||
本路由返回由 Hopper 算法给出的现在可购入最便宜的折扣机票, 通常包含 6 个结果. 出行日期将由 Hopper 算法定义, 可能是明天也可能是 10 个月后.
|
||||
|
||||
伦敦希思罗 ✈ 北京首都国际 <https://rsshub.app/hopper/1/LHR/PEK>
|
||||
伦敦希思罗 ✈ 北京首都国际 <https://rsshub.app/hopper/1/LHR/PEK>
|
||||
|
||||
IATA 国际航空运输协会机场代码, 参见[维基百科 国际航空运输协会机场代码](<https://zh.wikipedia.org/wiki/%E5%9B%BD%E9%99%85%E8%88%AA%E7%A9%BA%E8%BF%90%E8%BE%93%E5%8D%8F%E4%BC%9A%E6%9C%BA%E5%9C%BA%E4%BB%A3%E7%A0%81_(A)>)
|
||||
IATA 国际航空运输协会机场代码, 参见[维基百科 国际航空运输协会机场代码](https://zh.wikipedia.org/wiki/%E5%9B%BD%E9%99%85%E8%88%AA%E7%A9%BA%E8%BF%90%E8%BE%93%E5%8D%8F%E4%BC%9A%E6%9C%BA%E5%9C%BA%E4%BB%A3%E7%A0%81_(A))
|
||||
|
||||
</Route>
|
||||
|
||||
|
|
|
|||
|
|
@ -239,12 +239,12 @@ pageClass: routes
|
|||
| ---------- | --------- | --------- | --------- | ---------- |
|
||||
| xwzx\*xyxw | tzgg\*xsk | tzgg\*jwk | tzgg\*ygk | ztlj\*xskb |
|
||||
|
||||
注 1: xwzx\*xyxw 对应 http://www.scse.uestc.edu.cn/xwzx/xyxw.htm ;
|
||||
tzgg\*xsk 对应 http://www.scse.uestc.edu.cn/tzgg/xsk.htm
|
||||
注 1: xwzx\*xyxw 对应 <http://www.scse.uestc.edu.cn/xwzx/xyxw.htm> ;
|
||||
tzgg\*xsk 对应 <http://www.scse.uestc.edu.cn/tzgg/xsk.htm>
|
||||
|
||||
可自定义设置
|
||||
|
||||
注 2; 用+号来叠加 学生科+教务科 `/uestc/cs/ztlj*xskb+tzgg*jwk`
|
||||
注 2; 用 + 号来叠加 学生科 + 教务科 `/uestc/cs/ztlj*xskb+tzgg*jwk`
|
||||
|
||||
</Route>
|
||||
|
||||
|
|
@ -256,12 +256,12 @@ tzgg\*xsk 对应 http://www.scse.uestc.edu.cn/tzgg/xsk.htm
|
|||
| -------- | -------- | -------- | -------- |
|
||||
| tzgg1 | xskb1 | jdxw | zhxw1 |
|
||||
|
||||
注 1: tzgg1 对应 http://www.auto.uestc.edu.cn/index/tzgg1.htm ;
|
||||
xskb1 对应 http://www.auto.uestc.edu.cn/index/xskb1.htm
|
||||
注 1: tzgg1 对应 <http://www.auto.uestc.edu.cn/index/tzgg1.htm> ;
|
||||
xskb1 对应 <http://www.auto.uestc.edu.cn/index/xskb1.htm>
|
||||
|
||||
可自定义设置
|
||||
|
||||
注 2: 用+号来叠加,通知公告+学术看板 `/uestc/auto/tzgg1+xskb1`
|
||||
注 2: 用 + 号来叠加,通知公告 + 学术看板 `/uestc/auto/tzgg1+xskb1`
|
||||
|
||||
</Route>
|
||||
|
||||
|
|
@ -862,11 +862,11 @@ type 列表:
|
|||
|
||||
以[南信大信息公告栏](https://bulletin.nuist.edu.cn)为例,点开任意一个栏目
|
||||
|
||||
获得 URL 中的**分域名**和**栏目编号(可选)**:https://`bulletin`.nuist.edu.cn/`791`/list.htm
|
||||
获得 URL 中的**分域名**和**栏目编号(可选)**:https://`bulletin`.nuist.edu.cn/`791`/list.htm
|
||||
|
||||
将其替换到 RSS 路由地址中即可:
|
||||
|
||||
https://rsshub.app/**nuist**/`bulletin` 或 https://rsshub.app/**nuist**/`bulletin`/`791`
|
||||
<https://rsshub.app/**nuist**/`bulletin`> 或 <https://rsshub.app/**nuist**/`bulletin`/`791`>
|
||||
|
||||
:::
|
||||
|
||||
|
|
@ -956,7 +956,7 @@ https://rsshub.app/**nuist**/`bulletin` 或 https://rsshub.app/**nuist**/`bullet
|
|||
|
||||
学校图书馆官网提供了[新书通报](http://lib2.nuist.edu.cn/newbook/newbook_cls_browse.php)的订阅
|
||||
|
||||
由于图书馆通知频率过低(故只提供 3 条),有待将其和 **网络信息中心**、**基建处**、**总务处** 等的通知整合起来
|
||||
由于图书馆通知频率过低 (故只提供 3 条),有待将其和 **网络信息中心**、**基建处**、**总务处** 等的通知整合起来
|
||||
|
||||
:::
|
||||
|
||||
|
|
@ -1303,7 +1303,7 @@ https://rsshub.app/**nuist**/`bulletin` 或 https://rsshub.app/**nuist**/`bullet
|
|||
|
||||
<Route author="SChen1024" example="/whu/news/wdyw" path="/whu/news/:type?" :paramsDesc="['分类, 默认为 `wdyw`, 具体参数见下表']">
|
||||
|
||||
注意: 除了 `kydt` 代表学术动态,其余页面均是拼音首字母小写.
|
||||
注意: 除了 `kydt` 代表学术动态, 其余页面均是拼音首字母小写.
|
||||
|
||||
| **内容** | **参数** |
|
||||
| :------: | :------: |
|
||||
|
|
@ -1339,7 +1339,7 @@ https://rsshub.app/**nuist**/`bulletin` 或 https://rsshub.app/**nuist**/`bullet
|
|||
|
||||
| 全部 | 信息发布 | 通知公告 | 教务信息 | 教学研究 | 教学实践 | 招生信息 | 质量监控 |
|
||||
| :--: | :------: | :------: | :------: | :------: | :------: | :------: | :------: |
|
||||
| all | xxfb | tzgg | jwxx | jxyj | jxsj | zsxx | zljk |
|
||||
| all | xxfb | tzgg | jwxx | jxyj | jxsj | zsxx | zljk |
|
||||
|
||||
</Route>
|
||||
|
||||
|
|
@ -1423,7 +1423,7 @@ https://rsshub.app/**nuist**/`bulletin` 或 https://rsshub.app/**nuist**/`bullet
|
|||
|
||||
## 浙江大学
|
||||
|
||||
### 普通栏目 如学术/图片/新闻等
|
||||
### 普通栏目 如学术 / 图片 / 新闻等
|
||||
|
||||
<Route author="Jeason0228" example="/zju/list/xs" path="/zju/list/:type" :paramsDesc="['xs为学术,xw为新闻,5461是图片新闻,578是浙大报道,具体参数参考左侧的菜单']"/>
|
||||
|
||||
|
|
@ -1461,8 +1461,8 @@ https://rsshub.app/**nuist**/`bulletin` 或 https://rsshub.app/**nuist**/`bullet
|
|||
|
||||
<Route author="yonvenne zwithz" example="/zju/cst/0" path="/zju/cst/:type" :paramsDesc="['分类, 见下表']" radar="1">
|
||||
|
||||
| 全部通知 | 招生信息 | 教务管理 | 论文管理 | 思政工作 | 评奖评优 | 实习就业 | 国内合作科研 | 国际合作科研 |
|
||||
| -------- | -------- | -------- | -------- | -------- | -------- | -------- | ------------ | ------------ |
|
||||
| 全部通知 | 招生信息 | 教务管理 | 论文管理 | 思政工作 | 评奖评优 | 实习就业 | 国内合作科研 | 国际合作科研 | |
|
||||
| -------- | -------- | -------- | -------- | -------- | -------- | -------- | ------------ | ------------ | - |
|
||||
| 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
|
||||
|
||||
</Route>
|
||||
|
|
@ -1548,7 +1548,7 @@ https://rsshub.app/**nuist**/`bulletin` 或 https://rsshub.app/**nuist**/`bullet
|
|||
|
||||
<Route author="YunYouJun" example="/cuc/yz" path="/cuc/yz" />
|
||||
|
||||
## 中国地质大学(武汉)
|
||||
## 中国地质大学 (武汉)
|
||||
|
||||
### 研究生院综合通知公告
|
||||
|
||||
|
|
|
|||
|
|
@ -55,9 +55,11 @@
|
|||
"prettier-check": "2.0.0",
|
||||
"pretty-quick": "2.0.1",
|
||||
"remark": "12.0.0",
|
||||
"remark-frontmatter": "2.0.0",
|
||||
"remark-pangu": "1.0.1",
|
||||
"remark-preset-lint-consistent": "3.0.0",
|
||||
"remark-preset-lint-markdown-style-guide": "3.0.0",
|
||||
"remark-preset-lint-recommended": "4.0.0",
|
||||
"remark-preset-prettier": "0.4.0",
|
||||
"string-width": "4.2.0",
|
||||
"supertest": "4.0.2",
|
||||
|
|
|
|||
103
yarn.lock
103
yarn.lock
|
|
@ -3477,7 +3477,7 @@ code-point-at@^1.0.0:
|
|||
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
|
||||
integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=
|
||||
|
||||
collapse-white-space@^1.0.2:
|
||||
collapse-white-space@^1.0.2, collapse-white-space@^1.0.4:
|
||||
version "1.0.6"
|
||||
resolved "https://registry.yarnpkg.com/collapse-white-space/-/collapse-white-space-1.0.6.tgz#e63629c0016665792060dbbeb79c42239d2c5287"
|
||||
integrity sha512-jEovNnrhMuqyCcjfEJA56v0Xq8SkIoPKDyaHahwo3POf4qcSXqMYuwNcOTzp74vTsR9Tn08z4MxWqAhcekogkQ==
|
||||
|
|
@ -5243,6 +5243,13 @@ fast-text-encoding@^1.0.0:
|
|||
resolved "https://registry.yarnpkg.com/fast-text-encoding/-/fast-text-encoding-1.0.0.tgz#3e5ce8293409cfaa7177a71b9ca84e1b1e6f25ef"
|
||||
integrity sha512-R9bHCvweUxxwkDwhjav5vxpFvdPGlVngtqmx4pIZfSUhM/Q4NiIUHB456BAf+Q1Nwu3HEZYONtu+Rya+af4jiQ==
|
||||
|
||||
fault@^1.0.1:
|
||||
version "1.0.4"
|
||||
resolved "https://registry.yarnpkg.com/fault/-/fault-1.0.4.tgz#eafcfc0a6d214fc94601e170df29954a4f842f13"
|
||||
integrity sha512-CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA==
|
||||
dependencies:
|
||||
format "^0.2.0"
|
||||
|
||||
faye-websocket@^0.10.0:
|
||||
version "0.10.0"
|
||||
resolved "https://registry.yarnpkg.com/faye-websocket/-/faye-websocket-0.10.0.tgz#4e492f8d04dfb6f89003507f6edbf2d501e7c6f4"
|
||||
|
|
@ -5428,6 +5435,11 @@ form-data@~2.3.2:
|
|||
combined-stream "^1.0.6"
|
||||
mime-types "^2.1.12"
|
||||
|
||||
format@^0.2.0:
|
||||
version "0.2.2"
|
||||
resolved "https://registry.yarnpkg.com/format/-/format-0.2.2.tgz#d6170107e9efdc4ed30c9dc39016df942b5cb58b"
|
||||
integrity sha1-1hcBB+nv3E7TDJ3DkBbflCtctYs=
|
||||
|
||||
formidable@^1.2.0:
|
||||
version "1.2.1"
|
||||
resolved "https://registry.yarnpkg.com/formidable/-/formidable-1.2.1.tgz#70fb7ca0290ee6ff961090415f4b3df3d2082659"
|
||||
|
|
@ -10431,6 +10443,13 @@ relateurl@0.2.x:
|
|||
resolved "https://registry.yarnpkg.com/relateurl/-/relateurl-0.2.7.tgz#54dbf377e51440aca90a4cd274600d3ff2d888a9"
|
||||
integrity sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=
|
||||
|
||||
remark-frontmatter@2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/remark-frontmatter/-/remark-frontmatter-2.0.0.tgz#c9b8539c27cd23b1672c7e0fcbd5795eeedb4dc1"
|
||||
integrity sha512-uNOQt4tO14qBFWXenF0MLC4cqo3dv8qiHPGyjCl1rwOT0LomSHpcElbjjVh5CwzElInB38HD8aSRVugKQjeyHA==
|
||||
dependencies:
|
||||
fault "^1.0.1"
|
||||
|
||||
remark-lint-blockquote-indentation@^2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/remark-lint-blockquote-indentation/-/remark-lint-blockquote-indentation-2.0.0.tgz#bbeef77eee9fdfa74975cd5491446ec9f3a96500"
|
||||
|
|
@ -10531,6 +10550,13 @@ remark-lint-final-definition@^2.0.0:
|
|||
unist-util-position "^3.0.0"
|
||||
unist-util-visit "^2.0.0"
|
||||
|
||||
remark-lint-final-newline@^1.0.0:
|
||||
version "1.0.4"
|
||||
resolved "https://registry.yarnpkg.com/remark-lint-final-newline/-/remark-lint-final-newline-1.0.4.tgz#b2e6219d64becc9f909bbfb902da6ec79dfa5988"
|
||||
integrity sha512-pUwqX8TVTTfqX5arMnu9Dr2ufg6wZ6Pk1VeqlnWfK92PBXLG8Zc3yrLpYXOJy1fHdWpqUECRRowG0H/OkZIEbw==
|
||||
dependencies:
|
||||
unified-lint-rule "^1.0.0"
|
||||
|
||||
remark-lint-hard-break-spaces@^2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/remark-lint-hard-break-spaces/-/remark-lint-hard-break-spaces-2.0.0.tgz#266c2b59f63203edd4a5a6d004f63cb7f7142d14"
|
||||
|
|
@ -10571,6 +10597,17 @@ remark-lint-link-title-style@^2.0.0:
|
|||
unist-util-visit "^2.0.0"
|
||||
vfile-location "^3.0.0"
|
||||
|
||||
remark-lint-list-item-bullet-indent@^2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/remark-lint-list-item-bullet-indent/-/remark-lint-list-item-bullet-indent-2.0.0.tgz#895e71cdeb7b0c37eab4abb7b2e1ae3b61275a6f"
|
||||
integrity sha512-8iK+ht771UBf/Iuj4YBgdLnFFOyEgfXY62jBoywtMuiOLVWXDfPe+jUY7pCrnFjsnxXGEnMaxHJqENgrHd0J/w==
|
||||
dependencies:
|
||||
pluralize "^8.0.0"
|
||||
unified-lint-rule "^1.0.0"
|
||||
unist-util-generated "^1.1.0"
|
||||
unist-util-position "^3.0.0"
|
||||
unist-util-visit "^2.0.0"
|
||||
|
||||
remark-lint-list-item-content-indent@^2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/remark-lint-list-item-content-indent/-/remark-lint-list-item-content-indent-2.0.0.tgz#86c3195c0112578b823bc47445e9d7a1a044f4f9"
|
||||
|
|
@ -10656,6 +10693,17 @@ remark-lint-no-consecutive-blank-lines@^2.0.0:
|
|||
unist-util-position "^3.0.0"
|
||||
unist-util-visit "^2.0.0"
|
||||
|
||||
remark-lint-no-duplicate-definitions@^2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/remark-lint-no-duplicate-definitions/-/remark-lint-no-duplicate-definitions-2.0.0.tgz#5e643440f0cd4390461ebfde8c5f7287a2cd5899"
|
||||
integrity sha512-Z5DkYKbmS+r4D0ZhaXgK6L72EWzhiklpXNF/TS+KCsffAFgfy5aJfSA3A8GpVNj1wYMP35STXBGBCLW5TckvGw==
|
||||
dependencies:
|
||||
unified-lint-rule "^1.0.0"
|
||||
unist-util-generated "^1.1.0"
|
||||
unist-util-position "^3.0.0"
|
||||
unist-util-stringify-position "^2.0.0"
|
||||
unist-util-visit "^2.0.0"
|
||||
|
||||
remark-lint-no-duplicate-headings@^2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/remark-lint-no-duplicate-headings/-/remark-lint-no-duplicate-headings-2.0.0.tgz#ac0efd190b9b522b62030da71c1d31c1a7cfd6d9"
|
||||
|
|
@ -10712,6 +10760,18 @@ remark-lint-no-file-name-outer-dashes@^1.0.0:
|
|||
dependencies:
|
||||
unified-lint-rule "^1.0.0"
|
||||
|
||||
remark-lint-no-heading-content-indent@^2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/remark-lint-no-heading-content-indent/-/remark-lint-no-heading-content-indent-2.0.0.tgz#1ffb32496c674ac276565daf49fea4c36d9c0ccb"
|
||||
integrity sha512-Zqg0WXG60Nan8j7HZtnBXidMxXhlhc7Q5JrB54I3n7H3vSPCyaqhZJ2/obYVLalEVGND8NOJGvfA1rtchaZyYg==
|
||||
dependencies:
|
||||
mdast-util-heading-style "^1.0.2"
|
||||
pluralize "^8.0.0"
|
||||
unified-lint-rule "^1.0.0"
|
||||
unist-util-generated "^1.1.0"
|
||||
unist-util-position "^3.0.0"
|
||||
unist-util-visit "^2.0.0"
|
||||
|
||||
remark-lint-no-heading-punctuation@^2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/remark-lint-no-heading-punctuation/-/remark-lint-no-heading-punctuation-2.0.0.tgz#c15b0d51d3635832f91ac2bdf3855dccc5ad4edf"
|
||||
|
|
@ -10791,6 +10851,25 @@ remark-lint-no-table-indentation@^2.0.0:
|
|||
unist-util-position "^3.0.0"
|
||||
unist-util-visit "^2.0.0"
|
||||
|
||||
remark-lint-no-undefined-references@^2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/remark-lint-no-undefined-references/-/remark-lint-no-undefined-references-2.0.0.tgz#ec2a45cd19d36a5d9ce16df0a044496881143119"
|
||||
integrity sha512-K4k05pmlMRqEMUDYewitRUx8zM+ntJWbG61dILmL7to7uy0JoSbzuDtz1cxC+kKBKzkulPnyE3WOgRZG8RX2Jg==
|
||||
dependencies:
|
||||
collapse-white-space "^1.0.4"
|
||||
unified-lint-rule "^1.0.0"
|
||||
unist-util-generated "^1.1.0"
|
||||
unist-util-visit "^2.0.0"
|
||||
|
||||
remark-lint-no-unused-definitions@^2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/remark-lint-no-unused-definitions/-/remark-lint-no-unused-definitions-2.0.0.tgz#f622b6f129b8c073a4d75234a869211c213d66a7"
|
||||
integrity sha512-Y8zrulwaf7z6WR1ICfEGjW92iq2SPEN7Zhrs0nloNITHOg22tIPf28TurUz9HSQ3sEd52d9bZCfW9RkdfMq1xw==
|
||||
dependencies:
|
||||
unified-lint-rule "^1.0.0"
|
||||
unist-util-generated "^1.1.0"
|
||||
unist-util-visit "^2.0.0"
|
||||
|
||||
remark-lint-ordered-list-marker-style@^2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/remark-lint-ordered-list-marker-style/-/remark-lint-ordered-list-marker-style-2.0.0.tgz#0757ecb38ad7ec4ceeef8dcaa9558a969ef8ee2a"
|
||||
|
|
@ -10987,6 +11066,28 @@ remark-preset-lint-markdown-style-guide@3.0.0:
|
|||
remark-lint-table-pipes "^2.0.0"
|
||||
remark-lint-unordered-list-marker-style "^2.0.0"
|
||||
|
||||
remark-preset-lint-recommended@4.0.0:
|
||||
version "4.0.0"
|
||||
resolved "https://registry.yarnpkg.com/remark-preset-lint-recommended/-/remark-preset-lint-recommended-4.0.0.tgz#b6221efec09ab7f6eabe2c8b42a9957690b564f5"
|
||||
integrity sha512-Nroe+4Itvk+AHxkMCMu6iRUptE/5pXWgLoEOGdVO/2JIiMk/+15HEogMZ05vMhPct9+Wp4uVt2zqfuvzNzdcww==
|
||||
dependencies:
|
||||
remark-lint "^7.0.0"
|
||||
remark-lint-final-newline "^1.0.0"
|
||||
remark-lint-hard-break-spaces "^2.0.0"
|
||||
remark-lint-list-item-bullet-indent "^2.0.0"
|
||||
remark-lint-list-item-indent "^2.0.0"
|
||||
remark-lint-no-auto-link-without-protocol "^2.0.0"
|
||||
remark-lint-no-blockquote-without-marker "^3.0.0"
|
||||
remark-lint-no-duplicate-definitions "^2.0.0"
|
||||
remark-lint-no-heading-content-indent "^2.0.0"
|
||||
remark-lint-no-inline-padding "^2.0.0"
|
||||
remark-lint-no-literal-urls "^2.0.0"
|
||||
remark-lint-no-shortcut-reference-image "^2.0.0"
|
||||
remark-lint-no-shortcut-reference-link "^2.0.0"
|
||||
remark-lint-no-undefined-references "^2.0.0"
|
||||
remark-lint-no-unused-definitions "^2.0.0"
|
||||
remark-lint-ordered-list-marker-style "^2.0.0"
|
||||
|
||||
remark-preset-prettier@0.4.0:
|
||||
version "0.4.0"
|
||||
resolved "https://registry.yarnpkg.com/remark-preset-prettier/-/remark-preset-prettier-0.4.0.tgz#b0edae6b46286c255ca897d44901145867585ab3"
|
||||
|
|
|
|||
Loading…
Reference in New Issue