From 02b1c9fd334d74bdcc1ef82e98c258dd0777ce7e Mon Sep 17 00:00:00 2001 From: NeverBehave Date: Sun, 3 May 2020 01:38:21 -0400 Subject: [PATCH] remark --- docs/.format/chineseFormat.js | 12 ++-- docs/anime.md | 16 +++--- docs/api.md | 2 +- docs/bbs.md | 20 +++---- docs/blog.md | 2 +- docs/design.md | 4 +- docs/game.md | 28 ++++----- docs/government.md | 48 ++++++++-------- docs/journal.md | 56 +++++++++--------- docs/multimedia.md | 42 +++++++------- docs/new-media.md | 44 ++++++++------- docs/other.md | 48 ++++++++-------- docs/parameter.md | 6 +- docs/picture.md | 4 +- docs/program-update.md | 6 +- docs/programming.md | 102 +++++++++++++++++---------------- docs/reading.md | 12 ++-- docs/shopping.md | 4 +- docs/social-media.md | 42 +++++++------- docs/study.md | 74 ++++++++++++------------ docs/traditional-media.md | 22 ++++---- docs/travel.md | 8 +-- docs/university.md | 30 +++++----- package.json | 2 + yarn.lock | 103 +++++++++++++++++++++++++++++++++- 25 files changed, 426 insertions(+), 311 deletions(-) diff --git a/docs/.format/chineseFormat.js b/docs/.format/chineseFormat.js index 2a660a7f6..7f50b1cbd 100644 --- a/docs/.format/chineseFormat.js +++ b/docs/.format/chineseFormat.js @@ -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; + }, }; diff --git a/docs/anime.md b/docs/anime.md index d54936cf4..2d2bc3584 100644 --- a/docs/anime.md +++ b/docs/anime.md @@ -25,7 +25,7 @@ pageClass: routes ::: tip 提示 番剧 id 不包含开头的 aa。 -例如:http://www.acfun.cn/bangumi/aa5022158 的番剧 id 是 5022158,不包括开头的 aa。 +例如: 的番剧 id 是 5022158,不包括开头的 aa。 ::: @@ -45,7 +45,7 @@ pageClass: routes -时间和动画名称请自己从网址取得: +时间和动画名称请自己从网址取得: [https://anime1.me/category/2018 年秋季 / 刀劍神域 - alicization](https://anime1.me/category/2018年秋季/刀劍神域-alicization) @@ -115,9 +115,9 @@ pageClass: routes -| 同人 | 漫画 | 软件 | 同人(R18) | 漫画(R18) | 美少女游戏 | 乙女 | BL | -| ---- | ----- | ---- | --------- | --------- | ---------- | ----- | --- | -| home | comic | soft | maniax | books | pro | girls | bl | +| 同人 | 漫画 | 软件 | 同人 (R18) | 漫画 (R18) | 美少女游戏 | 乙女 | BL | +| ---- | ----- | ---- | ---------- | ---------- | ---------- | ----- | -- | +| home | comic | soft | maniax | books | pro | girls | bl | @@ -196,7 +196,7 @@ pageClass: routes -比如漫画公主彻夜未眠的网址为https://www.webtoons.com/zh-hant/drama/gongzhuweimian/list?title_no=894, 则`lang=zh-hant`,`category=drama`,`name=gongzhucheyeweimian`,`id=894`. +比如漫画公主彻夜未眠的网址为, 则`lang=zh-hant`,`category=drama`,`name=gongzhucheyeweimian`,`id=894`. ### [Naver](https://comic.naver.com) @@ -208,8 +208,8 @@ pageClass: routes -请打开对应番剧的纵览页(非具体某集),从 url 中最后一位查看番剧 id.(一般为英文) -除去'海贼'此类具有特殊页面的超长番剧,绝大多数页面都可以解析. +请打开对应番剧的纵览页 (非具体某集), 从 url 中最后一位查看番剧 id.(一般为英文) +除去'海贼'此类具有特殊页面的超长番剧, 绝大多数页面都可以解析. 最适合用来追新番 diff --git a/docs/api.md b/docs/api.md index c3f46cf8d..b7df3ee3f 100644 --- a/docs/api.md +++ b/docs/api.md @@ -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, 路由一级名称, 对应 中的文件夹名称. 可选, **缺省则返回所有可用路由**. 成功请求将会返回 HTTP 状态码 `200 OK` 与 JSON 结果, 格式如下: diff --git a/docs/bbs.md b/docs/bbs.md index 96e64b596..5a6454d01 100644 --- a/docs/bbs.md +++ b/docs/bbs.md @@ -58,11 +58,11 @@ pageClass: routes ## Discuz -### 通用子版块-自动检测 +### 通用子版块 - 自动检测 -### 通用子版块-指定版本 +### 通用子版块 - 指定版本 @@ -72,7 +72,7 @@ pageClass: routes -### 通用子版块-支持 Cookie +### 通用子版块 - 支持 Cookie @@ -150,7 +150,7 @@ pageClass: routes ## V2EX -### 最热/最新主题 +### 最热 / 最新主题 @@ -304,12 +304,12 @@ pageClass: routes ::: 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. 打开 +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 ::: diff --git a/docs/blog.md b/docs/blog.md index 9bc34f621..ba333dc51 100644 --- a/docs/blog.md +++ b/docs/blog.md @@ -24,7 +24,7 @@ pageClass: routes | ----------------- | ------------------- | -------- | -------- | --------------- | -------- | -------------- | | hirasawayui | se7en | walnut | themez | comeet | sunskyxh | zmd | -> 原则上只要是{type}.hedwig.pub 都可以匹配。 +> 原则上只要是 {type}.hedwig.pub 都可以匹配。 ## Hexo diff --git a/docs/design.md b/docs/design.md index 4fd99a719..e0b5ad857 100755 --- a/docs/design.md +++ b/docs/design.md @@ -10,7 +10,7 @@ pageClass: routes -文章内 Work type 指向的栏目地址,比如: 'https://axisstudiosgroup.com/work/full-service-cg-production' 的 tag 为 `full-service-cg-production`,要注意的是 tag 和文章的目录是一样的。 +文章内 Work type 指向的栏目地址,比如: ' 的 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' 下的栏目。 +默认为 ' 下的栏目。 diff --git a/docs/game.md b/docs/game.md index efb90d28c..49b78cee8 100755 --- a/docs/game.md +++ b/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 -### PlayStation Store 游戏折扣|价格 +### PlayStation Store 游戏折扣 | 价格 @@ -156,11 +156,11 @@ pageClass: routes ## psnine -### 首页-白金攻略/游戏开箱 +### 首页 - 白金攻略 / 游戏开箱 -### 新闻-游戏资讯 +### 新闻 - 游戏资讯 ### 数折-折扣信息推送 @@ -214,9 +214,9 @@ Example: `https://store.steampowered.com/search/?specials=1&term=atelier` 中的 -| 全部 | 周末 | 永久 | -| ------ | ------- | ---- | -| <留空> | weekend | keep | +| 全部 | 周末 | 永久 | +| ---- | ------- | ---- | +| 留空 | weekend | keep | ## SteamGifts @@ -272,9 +272,9 @@ Example: `https://store.steampowered.com/search/?specials=1&term=atelier` 中的 -| 精选 | 海外 | 原创 | 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 | @@ -310,7 +310,7 @@ Example: `https://store.steampowered.com/search/?specials=1&term=atelier` 中的 ## 米哈游 -### 崩坏 2-游戏公告 +### 崩坏 2 - 游戏公告 @@ -320,7 +320,7 @@ Example: `https://store.steampowered.com/search/?specials=1&term=atelier` 中的 -### 崩坏 3-游戏公告 +### 崩坏 3 - 游戏公告 diff --git a/docs/government.md b/docs/government.md index 9be177583..fc8f3ac95 100644 --- a/docs/government.md +++ b/docs/government.md @@ -12,7 +12,7 @@ pageClass: routes | 委内新闻 | 基层动态 | 媒体聚焦 | 热点新闻 | | :------: | :------: | :------: | :------: | -| wnxw | jcdt | mtjj | rdxws | +| wnxw | jcdt | mtjj | rdxws | @@ -27,12 +27,12 @@ pageClass: routes | 进口网络游戏审批信息 | importednetgame | | 进口电子游戏审批信息 | importedvideogame | | 国产网络游戏审批信息 | domesticnetgame | -| 游戏审批变更信息 | gamechange | +| 游戏审批变更信息 | gamechange | | 描述 | detail | | :------------------------------------: | :--------------: | | 留空,返回栏目所有文章 | | -| new,返回栏目第一篇文章内容 | new | +| new,返回栏目第一篇文章内容 | new | | 某个文章标题的一部分,返回这篇文章内容 | 例:2020 年 1 月 | @@ -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 | @@ -101,11 +101,11 @@ pageClass: routes -| 选项 | 意义 | 备注 | +| 选项 | 意义 | 备注 | | :-----------------------------: | :----------------------------------------------: | :----------------------------: | | 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 | @@ -138,7 +138,7 @@ pageClass: routes -### 湖南省政府采购网-公告 +### 湖南省政府采购网 - 公告 @@ -146,13 +146,13 @@ pageClass: routes -| 省政府常务会议 | 要闻关注 | 部门资讯 | 市县动态 | 政策解读 | +| 省政府常务会议 | 要闻关注 | 部门资讯 | 市县动态 | 政策解读 | | :---------------: | :------------: | :--------: | :---------: | :-------------------: | | 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 -| 通知公告 | 公务员考试 | 事业单位考试 | 专业技术人员资格考试 | 其他考试 | +| 通知公告 | 公务员考试 | 事业单位考试 | 专业技术人员资格考试 | 其他考试 | | :-------: | :--------: | :----------: | :------------------: | :-------: | -| rsks-tzgg | rsks-gwyks | rsks-sydwks | rsks-zyjsryzgks | rsks-qtks | +| rsks-tzgg | rsks-gwyks | rsks-sydwks | rsks-zyjsryzgks | rsks-qtks | @@ -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 ## 中华人民共和国海关总署 -### 拍卖信息/海关法规 +### 拍卖信息 / 海关法规 @@ -324,7 +324,7 @@ pageClass: routes -| 政策解读 | 最新文件 | 公告公示 | 教育部简报 | +| 政策解读 | 最新文件 | 公告公示 | 教育部简报 | | :---------: | :---------: | :------: | :---------------: | | 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` @@ -365,7 +365,7 @@ pageClass: routes | 部内信息 | 政策解读 | 首页信息 | | :------: | :------: | :------: | -| bnxx | zcjd | index | +| bnxx | zcjd | index | diff --git a/docs/journal.md b/docs/journal.md index c0cdf5857..358016664 100644 --- a/docs/journal.md +++ b/docs/journal.md @@ -10,10 +10,10 @@ pageClass: routes -| `: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) | @@ -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'。 @@ -39,19 +39,19 @@ pageClass: routes -| `: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 -| `: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 -- 通过 `/pnas/` + “领域名称”来获取对应“领域”的最新文章(Latest Research)。 +- 通过 `/pnas/` + “领域名称” 来获取对应 “领域” 的最新文章(Latest Research)。 若参数置空(`/pnas`)或为 latest(`/pnas/latest`),则默认获取全部文章。 @@ -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)的最新文章。 @@ -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'。 -### 主刊-在线发表 +### 主刊 - 在线发表 @@ -162,8 +162,8 @@ _仅支持 Science 主刊_ -1. 简单模式, 例如「data visualization」, . -2. 高级模式, 前往 [Google Scholar](https://scholar.google.com/schhp?hl=zh-cn&as_sdt=0,5), 点击左上角, 选择高级搜索并提交查询. 此时 URL 应为: , 复制`https://scholar.google.com/scholar?`后的所有语句作为本路由的查询参数. 例子所对应的完整路由为. +1. 简单模式, 例如「data visualization」, . +2. 高级模式, 前往 [Google Scholar](https://scholar.google.com/schhp?hl=zh-cn&as_sdt=0,5), 点击左上角, 选择高级搜索并提交查询. 此时 URL 应为: , 复制`https://scholar.google.com/scholar?`后的所有语句作为本路由的查询参数. 例子所对应的完整路由为. @@ -171,6 +171,6 @@ _仅支持 Science 主刊_ -路由中的参数 id,即用户谷歌学术引用页面 url 中的 id,如 https://scholar.google.com/citations?hl=zh-CN&user=mlmE4JMAAAAJ 中 user= 后的 mlmE4JMAAAAJ。 +路由中的参数 id,即用户谷歌学术引用页面 url 中的 id,如 中 user= 后的 mlmE4JMAAAAJ。 diff --git a/docs/multimedia.md b/docs/multimedia.md index 50dded82c..96f865006 100644 --- a/docs/multimedia.md +++ b/docs/multimedia.md @@ -40,9 +40,9 @@ pageClass: routes -| base | govern | -| ------------------------ | ---------------------- | -| https://www.88btbtt.com/ | http://www.2btjia.com/ | +| base | govern | +| -------------------------- | ------------------------ | +| | | @@ -57,7 +57,7 @@ pageClass: routes ::: tip 提示 -网站提供了全部种子的 RSS: https://eztv.io/ezrss.xml +网站提供了全部种子的 RSS: ::: @@ -83,35 +83,35 @@ pageClass: routes -### 首页/步兵 +### 首页 / 步兵 -### 分类/步兵 +### 分类 / 步兵 -### 演员/步兵 +### 演员 / 步兵 -### 系列/步兵 +### 系列 / 步兵 -### 首页/欧陆风云 +### 首页 / 欧陆风云 -### 分类/欧陆风云 +### 分类 / 欧陆风云 -### 演员/欧陆风云 +### 演员 / 欧陆风云 -### 系列/欧陆风云 +### 系列 / 欧陆风云 @@ -163,7 +163,7 @@ pageClass: routes **类型参考这里** | 电影 | 连续剧 | 动画 | 综艺 | 纪录片 | -| ---- | ------ | ---- | ---- | ------ | +\| ---- \| ------ \| ---- \| ---- \| ------ \| | 6 | 7 | 15 | 20 | 24 | | 动作片 | 喜剧片 | 爱情片 | 科幻片 | 恐怖片 | @@ -238,7 +238,7 @@ pageClass: routes -## 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 +- \* +- ::: @@ -460,9 +460,9 @@ pageClass: routes -| 全部 | 蓝光 | 1080P | 720P | 3D | WEB-DL | -| ---- | ------ | ----- | ---- | --- | ------ | -| 留空 | bluray | 1080p | 720p | 3d | webdl | +| 全部 | 蓝光 | 1080P | 720P | 3D | WEB-DL | +| ---- | ------ | ----- | ---- | -- | ------ | +| 留空 | bluray | 1080p | 720p | 3d | webdl | ## 中国广播 diff --git a/docs/new-media.md b/docs/new-media.md index 71dc92f1a..3223d7d33 100644 --- a/docs/new-media.md +++ b/docs/new-media.md @@ -21,9 +21,10 @@ pageClass: routes 支持分站: + | 9To5Mac | 9To5Google | 9To5Toys | | ------- | ---------- | -------- | -| Mac | Google | Toys | +| Mac | Google | Toys | @@ -32,11 +33,13 @@ pageClass: routes 支持以文体分类: + | Ideas | Essays | Videos | | ----- | ------ | ------ | | ideas | essays | videos | 同样支持以话题分类: + | Culture | Philosophy | Psychology | Society | Science | | ------- | ---------- | ---------- | ------- | ------- | | culture | philosophy | psychology | society | science | @@ -83,9 +86,9 @@ pageClass: routes -| 繁體中文 | 簡體中文 | US | 日文 | -| -------- | -------- | --- | -------- | -| chinese | cn | us | japanese | +| 繁體中文 | 簡體中文 | US | 日文 | +| -------- | -------- | -- | -------- | +| chinese | cn | us | japanese | @@ -188,7 +191,7 @@ pageClass: routes ## PMCAFF -### 今日推荐/精选 +### 今日推荐 / 精选 @@ -258,10 +261,11 @@ pageClass: routes -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 | @@ -285,8 +289,8 @@ Supported sub-sites: -- 频道为单一路径, 如 https://www.ifanr.com/`coolbuy` 则为 `/ifanr/coolbuy`. -- 频道包含多重路径, 如 https://www.ifanr.com/`category/intelligentcar` 则替换 `/` 为 `-` `/ifanr/category-intelligentcar`. +- 频道为单一路径, 如 则为 `/ifanr/coolbuy`. +- 频道包含多重路径, 如 则替换 `/` 为 `-` `/ifanr/category-intelligentcar`. | AppSolution | 玩物志 | 董车会 | | ----------- | ------- | ----------------------- | @@ -393,7 +397,7 @@ Supported sub-sites: ::: tip 提示 -- 可以通过头条新闻+参数过滤的形式获得早报、专题等内容。 +- 可以通过头条新闻 + 参数过滤的形式获得早报、专题等内容。 ::: @@ -465,7 +469,7 @@ Supported sub-sites: -## 观察者网-中国关怀 全球视野 +## 观察者网 - 中国关怀 全球视野 ### 观察者首页 @@ -599,7 +603,7 @@ Supported sub-sites: -### 公司公告-A 股港股 +### 公司公告 - A 股港股 @@ -789,7 +793,7 @@ Supported sub-sites: -此为专题广场更新提示=>集合型而非单篇文章.与下方"专题内文章更新"存在明显区别! +此为专题广场更新提示 => 集合型而非单篇文章. 与下方 "专题内文章更新" 存在明显区别! @@ -841,8 +845,8 @@ Supported sub-sites: -1. 通过浏览器搜索相关搜狐号 `果壳 site: mp.sohu.com`。 -2. 通过浏览器控制台执行 `cfgs.author_id`,返回的即为搜狐号 ID。 +1. 通过浏览器搜索相关搜狐号 `果壳 site: mp.sohu.com`。 +2. 通过浏览器控制台执行 `cfgs.author_id`,返回的即为搜狐号 ID。 @@ -900,9 +904,9 @@ Supported sub-sites: -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。 @@ -938,7 +942,7 @@ Supported sub-sites: ::: warning 注意 -该方法需要通过 efb 进行频道绑定,具体操作见[https://github.com/DIYgod/RSSHub/issues/2172](https://github.com/DIYgod/RSSHub/issues/2172) +该方法需要通过 efb 进行频道绑定,具体操作见 ::: diff --git a/docs/other.md b/docs/other.md index 170bb1f3e..9b9c81d93 100644 --- a/docs/other.md +++ b/docs/other.md @@ -25,8 +25,8 @@ pageClass: routes -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` @@ -116,7 +116,7 @@ pageClass: routes ## Product Hunt -> 官方 Feed 地址为: [https://www.producthunt.com/feed](https://www.producthunt.com/feed) +> 官方 Feed 地址为: ### Today Popular @@ -235,9 +235,9 @@ type 为 all 时,category 参数不支持 cost 和 free -## 福利资源-met.red +## 福利资源 - met.red -### 福利资源-met.red +### 福利资源 - met.red @@ -303,7 +303,7 @@ type 为 all 时,category 参数不支持 cost 和 free ## 酷安 -### 图文-编辑精选 +### 图文 - 编辑精选 @@ -317,9 +317,9 @@ type 为 all 时,category 参数不支持 cost 和 free ::: warning 注意 -1. 构造链接前请确认所有参数正确:错误`快递公司-订单号`组合将会缓存信息一小段时间防止产生无用查询 -2. 正常查询的订单在未签收状态下不会被缓存:请控制查询频率 -3. 订单完成后请尽快取消订阅,避免资源浪费 +1. 构造链接前请确认所有参数正确:错误`快递公司 - 订单号`组合将会缓存信息一小段时间防止产生无用查询 +2. 正常查询的订单在未签收状态下不会被缓存:请控制查询频率 +3. 订单完成后请尽快取消订阅,避免资源浪费 ::: @@ -402,9 +402,9 @@ type 为 all 时,category 参数不支持 cost 和 free -| 发帖时间 | 回复/查看 | 查看 | 最后发表 | 热门 | -| -------- | --------- | ---- | -------- | ---- | -| dateline | reply | view | lastpost | heat | +| 发帖时间 | 回复 / 查看 | 查看 | 最后发表 | 热门 | +| -------- | ----------- | ---- | -------- | ---- | +| dateline | reply | view | lastpost | heat | @@ -436,17 +436,17 @@ type 为 all 时,category 参数不支持 cost 和 free ## 深圳证券交易所 -### 上市公告-可转换债券 +### 上市公告 - 可转换债券 -### 问询函件(全部/主板/中小企业板/创业板) +### 问询函件 (全部 / 主板 / 中小企业板 / 创业板) ## 四川省科学技术厅 -### 四川省科学技术厅-公示公告 +### 四川省科学技术厅 - 公示公告 @@ -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) +官方網址: @@ -530,7 +530,7 @@ type 为 all 时,category 参数不支持 cost 和 free ## 新趣集 -> 官方 Feed 地址为: [https://xinquji.com/rss](https://xinquji.com/rss) +> 官方 Feed 地址为: ### 今日最佳 @@ -577,15 +577,15 @@ type 为 all 时,category 参数不支持 cost 和 free -## 远程.work +## 远程. work -### 远程.work 招聘信息 +### 远程. work 招聘信息 -| 所有职位 | 技术 | 设计 | 运营 | 产品 | 其他 | 市场 | 销售 | +| 所有职位 | 技术 | 设计 | 运营 | 产品 | 其他 | 市场 | 销售 | | :------: | :---------: | :----: | :-------: | :-----: | :---: | :-------: | :---: | -| all | development | design | operation | product | other | marketing | sales | +| all | development | design | operation | product | other | marketing | sales | @@ -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 | diff --git a/docs/parameter.md b/docs/parameter.md index dc47c0f27..2c50c1d28 100644 --- a/docs/parameter.md +++ b/docs/parameter.md @@ -22,7 +22,7 @@ filter 选出想要的内容 - filter_time: 过滤时间,仅支持数字,单位为秒。返回指定时间范围内的内容。如果条目没有输出`pubDate`或者格式不正确将不会被过滤 -举例 1: +举例 1: [https://rsshub.app/bilibili/fav/2267573/801952073?filter = 编曲 | 摄影](https://rsshub.app/bilibili/fav/2267573/801952073?filter=编曲|摄影) 举例 2: filterout 去掉不要的内容 @@ -35,7 +35,7 @@ filterout 去掉不要的内容 - filterout_author: 过滤作者 -举例: +举例: [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 - - RSS 2.0 - - Atom - -- 和 filter 或其他 URL query 一起使用 +- 和 filter 或其他 URL query 一起使用 [https://rsshub.app/bilibili/user/coin/2267573.atom?filter = 微小微 | 赤九玖 | 暴走大事件](https://rsshub.app/bilibili/user/coin/2267573.atom?filter=微小微|赤九玖|暴走大事件) diff --git a/docs/picture.md b/docs/picture.md index 33faca9ad..040e13bf8 100644 --- a/docs/picture.md +++ b/docs/picture.md @@ -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 订阅: ::: @@ -114,7 +114,7 @@ pageClass: routes ::: tip 提示 -- 网站提供了 Posts 订阅: https://yande.re/post/piclens?tags=[tags] +- 网站提供了 Posts 订阅: ::: diff --git a/docs/program-update.md b/docs/program-update.md index 4ebd95b83..1ff168da6 100644 --- a/docs/program-update.md +++ b/docs/program-update.md @@ -86,7 +86,7 @@ pageClass: routes ::: warning 注意 -官方镜像的 owner 填写 library, 如: https://rsshub.app/dockerhub/build/library/mysql +官方镜像的 owner 填写 library, 如: ::: @@ -114,7 +114,7 @@ pageClass: routes -### 附加组件(Add-ons)更新 +### 附加组件 (Add-ons) 更新 @@ -126,7 +126,7 @@ pageClass: routes ## IPSW.me -### 苹果固件更新-IPSWs/OTAs 版本 +### 苹果固件更新 - IPSWs/OTAs 版本 diff --git a/docs/programming.md b/docs/programming.md index 6cc93d3dd..3253ad00f 100644 --- a/docs/programming.md +++ b/docs/programming.md @@ -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: +- 仓库 commits: +- 用户动态: +- 专属动态: (登录后在[仪表盘页面](https://github.com)找到 **Subscribe to your news feed** 字样即可) ::: @@ -155,19 +155,19 @@ GitHub 官方也提供了一些 RSS: -网站地址: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 | | +| new | | +| past | | +| ask | | +| show | | +| jobs | | +| best | | -> 网站有默认的 RSS:https://news.ycombinator.com/rss 内容同 index,应优先考虑 +> 网站有默认的 RSS: 内容同 index,应优先考虑 | 链接类型 | type | | -------- | ----------------------------- | @@ -348,7 +348,7 @@ GitHub 官方也提供了一些 RSS: | 备案公告 | 3 | | 其他 | 4 | -### 开发者社区-主题 +### 开发者社区 - 主题 @@ -356,7 +356,7 @@ GitHub 官方也提供了一些 RSS: ::: tip 提示 -官方提供了混合的主页资讯 RSS: https://api.anquanke.com/data/v1/rss +官方提供了混合的主页资讯 RSS: ::: @@ -394,7 +394,7 @@ GitHub 官方也提供了一些 RSS: > - 极客时间专栏需要付费订阅, RSS 仅做更新提醒, 不含付费内容. -> - 极客新闻不需要付费,可通过 RSS 订阅. +> - 极客新闻不需要付费, 可通过 RSS 订阅. ## 技术头条 @@ -492,11 +492,15 @@ GitHub 官方也提供了一些 RSS: 订阅[全部板块资讯][osc_all]可以使用 -[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 "开源中国 - 编程语言资讯" @@ -579,24 +583,24 @@ GitHub 官方也提供了一些 RSS: -| 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 | 开源软件 | @@ -634,7 +638,7 @@ GitHub 官方也提供了一些 RSS: -## 前端艺术家&&飞冰早报 +## 前端艺术家 && 飞冰早报 ### 列表 @@ -678,19 +682,19 @@ GitHub 官方也提供了一些 RSS: ## 微信开放平台 -### 微信开放社区-小程序公告 +### 微信开放社区 - 小程序公告 -### 微信开放社区-小游戏公告 +### 微信开放社区 - 小游戏公告 -### 微信开放社区-微信支付公告 +### 微信开放社区 - 微信支付公告 -### 微信开放社区-小游戏问答 +### 微信开放社区 - 小游戏问答 @@ -700,7 +704,7 @@ GitHub 官方也提供了一些 RSS: -### 微信开放社区-小程序问答 +### 微信开放社区 - 小程序问答 @@ -710,7 +714,7 @@ GitHub 官方也提供了一些 RSS: -### 微信支付-商户平台公告 +### 微信支付 - 商户平台公告 @@ -752,7 +756,7 @@ GitHub 官方也提供了一些 RSS: -### 小程序商店-最新 +### 小程序商店 - 最新 diff --git a/docs/reading.md b/docs/reading.md index dbf16d0d2..915dc55c7 100644 --- a/docs/reading.md +++ b/docs/reading.md @@ -2,7 +2,7 @@ pageClass: routes --- -# 小说·文学·阅读 +# 小说 · 文学 · 阅读 ## All Poetry @@ -131,7 +131,7 @@ count 的取值范围为 1-12,为防止请求次数过多,推荐设置为 5 -举例网址:http://booksky.so/BookDetail.aspx?Level=1&bid=98619 +举例网址: @@ -141,7 +141,7 @@ count 的取值范围为 1-12,为防止请求次数过多,推荐设置为 5 -举例网址:https://www.ptwxz.com/bookinfo/10/10272.html +举例网址: @@ -185,7 +185,7 @@ count 的取值范围为 1-12,为防止请求次数过多,推荐设置为 5 -举例网址:http://www.shuquge.com/txt/8659/index.html +举例网址: @@ -195,7 +195,7 @@ count 的取值范围为 1-12,为防止请求次数过多,推荐设置为 5 -举例网址:https://www.wenxuemi.com/files/article/html/6/6144/ +举例网址: @@ -215,7 +215,7 @@ count 的取值范围为 1-12,为防止请求次数过多,推荐设置为 5 -举例网址:https://www.zhaishuyuan.com/book/17858 +举例网址: diff --git a/docs/shopping.md b/docs/shopping.md index 21e4c8607..c5ab647ab 100644 --- a/docs/shopping.md +++ b/docs/shopping.md @@ -18,7 +18,7 @@ Transform any search into a feed. -For instance, in https://www.leboncoin.fr/recherche/?**category=10&locations=Paris_75015**, the query is **category=10&locations=Paris_75015** +For instance, in **, the query is **category=10&locations=Paris_75015\*\* @@ -115,7 +115,7 @@ For instance, in https://www.leboncoin.fr/recherche/?**category=10&locations=Par ::: tip 提示 -网站也提供了部分 RSS: https://www.smzdm.com/dingyue +网站也提供了部分 RSS: ::: diff --git a/docs/social-media.md b/docs/social-media.md index a1916460a..8598c3dd8 100644 --- a/docs/social-media.md +++ b/docs/social-media.md @@ -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"` 属性 -### 话题(频道/标签) +### 话题 (频道 / 标签) @@ -296,7 +296,7 @@ Tiny Tiny RSS 会给所有 iframe 元素添加 `sandbox="allow-scripts"` 属性 -### 话题(标签) +### 话题 (标签) @@ -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 +例如: ::: @@ -361,7 +361,7 @@ Tiny Tiny RSS 会给所有 iframe 元素添加 `sandbox="allow-scripts"` 属性 ::: warning 注意 -因为每个人关注的画师不同,所以只能自建。请不要将画师设为“悄悄关注”,这样子画师的作品就不会出现在订阅里了。 +因为每个人关注的画师不同,所以只能自建。请不要将画师设为 “悄悄关注”,这样子画师的作品就不会出现在订阅里了。 ::: @@ -380,7 +380,7 @@ Tiny Tiny RSS 会给所有 iframe 元素添加 `sandbox="allow-scripts"` 属性 ::: tip 提示 -由于 Telegram 限制,部分涉及色情、版权、政治的频道无法订阅,可通过访问 https://t.me/s/:username 确认。 +由于 Telegram 限制,部分涉及色情、版权、政治的频道无法订阅,可通过访问 确认。 ::: @@ -852,14 +852,14 @@ rule -### 知乎书店-新书 +### 知乎书店 - 新书 -### 知乎想法-24 小时新闻汇总 +### 知乎想法 - 24 小时新闻汇总 -### 知乎书店-知乎周刊 +### 知乎书店 - 知乎周刊 diff --git a/docs/study.md b/docs/study.md index fcfb5dcd6..3d1db4db1 100644 --- a/docs/study.md +++ b/docs/study.md @@ -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 以 的返回结果为准 | `: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 | diff --git a/docs/traditional-media.md b/docs/traditional-media.md index 6c935cec3..2b745003b 100644 --- a/docs/traditional-media.md +++ b/docs/traditional-media.md @@ -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`. +- 频道为单一路径, 如 则为 `/bbc/business`. +- 频道包含多重路径, 如 则替换 `/` 为 `-` `/bbc/world-asia`. - 例外: BBC 中文网为 `/bbc/chinese`, 繁体中文为 `/bbc/traditionalchinese`. @@ -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`. +- 频道为单一路径, 如 则为 `/ft/chinese/news`. +- 频道包含多重路径, 如 则替换 `/` 为 `-` `/ft/chinese/column-007000002`. @@ -76,7 +76,7 @@ pageClass: routes Solidot 提供的 feed: -- https://www.solidot.org/index.rss +- ::: @@ -103,13 +103,14 @@ Solidot 提供的 feed: `地区` + | 香港 | 台灣 | 美國 | | ---- | ---- | ---- | -| hk | tw | en | +| hk | tw | en | `类別` | 新聞總集 | 兩岸國際 | 財經 | 娛樂 | 體育 | 健康 | -| -------- | -------- | -------- | ------------- | ------ | ------ | +\| -------- \| -------- \| -------- \| ------------- \| ------ \| ------ \| | (空) | world | business | entertainment | sports | health | @@ -419,7 +420,8 @@ category 对应的关键词有 分类: -| 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` 包含子版块: diff --git a/docs/travel.md b/docs/travel.md index 078ead9ff..604d0c6a9 100644 --- a/docs/travel.md +++ b/docs/travel.md @@ -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 个月后. -伦敦希思罗 ✈ 北京首都国际 +伦敦希思罗 ✈ 北京首都国际 -IATA 国际航空运输协会机场代码, 参见[维基百科 国际航空运输协会机场代码]() +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)) diff --git a/docs/university.md b/docs/university.md index ff5ddfc00..39c223ec6 100644 --- a/docs/university.md +++ b/docs/university.md @@ -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 对应 ; +tzgg\*xsk 对应 可自定义设置 -注 2; 用+号来叠加 学生科+教务科 `/uestc/cs/ztlj*xskb+tzgg*jwk` +注 2; 用 + 号来叠加 学生科 + 教务科 `/uestc/cs/ztlj*xskb+tzgg*jwk` @@ -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 对应 ; +xskb1 对应 可自定义设置 -注 2: 用+号来叠加,通知公告+学术看板 `/uestc/auto/tzgg1+xskb1` +注 2: 用 + 号来叠加,通知公告 + 学术看板 `/uestc/auto/tzgg1+xskb1` @@ -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` + ::: @@ -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 -注意: 除了 `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 | @@ -1423,7 +1423,7 @@ https://rsshub.app/**nuist**/`bulletin` 或 https://rsshub.app/**nuist**/`bullet ## 浙江大学 -### 普通栏目 如学术/图片/新闻等 +### 普通栏目 如学术 / 图片 / 新闻等 @@ -1461,8 +1461,8 @@ https://rsshub.app/**nuist**/`bulletin` 或 https://rsshub.app/**nuist**/`bullet -| 全部通知 | 招生信息 | 教务管理 | 论文管理 | 思政工作 | 评奖评优 | 实习就业 | 国内合作科研 | 国际合作科研 | -| -------- | -------- | -------- | -------- | -------- | -------- | -------- | ------------ | ------------ | +| 全部通知 | 招生信息 | 教务管理 | 论文管理 | 思政工作 | 评奖评优 | 实习就业 | 国内合作科研 | 国际合作科研 | | +| -------- | -------- | -------- | -------- | -------- | -------- | -------- | ------------ | ------------ | - | | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | @@ -1548,7 +1548,7 @@ https://rsshub.app/**nuist**/`bulletin` 或 https://rsshub.app/**nuist**/`bullet -## 中国地质大学(武汉) +## 中国地质大学 (武汉) ### 研究生院综合通知公告 diff --git a/package.json b/package.json index 31b235003..a6a29dc67 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 6f6ef9d35..c3c092f37 100644 --- a/yarn.lock +++ b/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"