docs: new class: new-media design blog study

This commit is contained in:
DIYgod 2019-09-09 17:29:18 +08:00
parent 2ae32eac80
commit 976fd27e8c
No known key found for this signature in database
GPG Key ID: EC0B76A252D3EF67
19 changed files with 1163 additions and 1104 deletions

View File

@ -85,20 +85,24 @@ module.exports = {
sidebarDepth: 3,
children: [
'social-media',
'new-media',
'traditional-media',
'programming',
'design',
'live',
'multimedia',
'picture',
'anime',
'program-update',
'university',
'traditional-media',
'forecast',
'travel',
'shopping',
'game',
'reading',
'government',
'blog',
'study',
'other',
],
},
@ -142,20 +146,24 @@ module.exports = {
sidebarDepth: 3,
children: [
'social-media',
'new-media',
'traditional-media',
'programming',
'design',
'live',
'multimedia',
'picture',
'anime',
'program-update',
'university',
'traditional-media',
'forecast',
'travel',
'shopping',
'game',
'reading',
'government',
'blog',
'study',
'other',
],
},

61
docs/blog.md Normal file
View File

@ -0,0 +1,61 @@
---
pageClass: routes
---
# 博客
## archdaily
### 首页
<Route author="kt286" example="/archdaily" path="/archdaily"/>
## Hexo
### Next 主题博客
<Route author="fengkx" example="/hexo/next/fengkx.top" path="/hexo/next/:url" :paramsDesc="['博客 Url 不带协议头']"/>
### Yilia 主题博客
<Route author="aha2mao" example="/hexo/yilia/cloudstone.xin" path="/hexo/yilia/:url" :paramsDesc="['博客 Url 不带协议头']"/>
## LaTeX 开源小屋
### 首页
<Route author="kt286" example="/latexstudio/home" path="/latexstudio/home"/>
## 财新博客
### 用户博客
<Route author="Maecenas" example="/caixin/blog/zhangwuchang" path="/caixin/blog/:column" :paramsDesc="['博客名称,可在博客主页的 URL 找到']">
通过提取文章全文,以提供比官方源更佳的阅读体验.
</Route>
## 大侠阿木
### 首页
<Route author="kt286" example="/daxiaamu/home" path="/daxiaamu/home"/>
## 敬维博客
### 文章
<Route author="a180285" example="/blogs/jingwei.link" path="/blogs/jingwei.link"/>
## 王垠博客
### 文章
<Route author="junbaor SkiTiSu" example="/blogs/wangyin" path="/blogs/wangyin"/>
## 每日安全
### 推送
<Route author="LogicJake" example="/security/pulses" path="/security/pulses"/>

55
docs/design.md Normal file
View File

@ -0,0 +1,55 @@
---
pageClass: routes
---
# 设计
## UI 中国
### 推荐文章
<Route author="WenryXu" example="/ui-cn/article" path="/ui-cn/article"/>
### 个人作品
<Route author="WenryXu" example="/ui-cn/user/85974" path="/ui-cn/user/:id" :paramsDesc="['用户id']"/>
## 站酷
### 推荐
<Route author="junbaor" example="/zcool/recommend/all" path="/zcool/recommend/:type" :paramsDesc="['推荐类型,详见下面的表格']">
推荐类型
| all | home | edit |
| -------- | -------- | -------- |
| 全部推荐 | 首页推荐 | 编辑推荐 |
</Route>
### 作品总榜单
<Route author="junbaor" example="/zcool/top" path="/zcool/top"/>
### 用户作品
<Route author="junbaor" example="/zcool/user/baiyong" path="/zcool/user/:uname" :paramsDesc="['个性域名前缀']">
例如: 站酷的个人主页 `https://baiyong.zcool.com.cn` 对应 rss 路径 `/zcool/user/baiyong`
</Route>
## Dribbble
### 流行
<Route author="DIYgod" example="/dribbble/popular/week" path="/dribbble/popular/:timeframe?" :paramsDesc="['时间维度, 支持 week month year ever']"/>
### 用户(团队
<Route author="DIYgod" example="/dribbble/user/google" path="/dribbble/user/:name" :paramsDesc="['用户名, 可在该用户主页 URL 中找到']"/>
### 关键词
<Route author="DIYgod" example="/dribbble/keyword/player" path="/dribbble/keyword/:keyword" :paramsDesc="['想要订阅的关键词']"/>

15
docs/en/blog.md Normal file
View File

@ -0,0 +1,15 @@
---
pageClass: routes
---
# Blog
## Hexo Blog
### Blog using Next theme
<RouteEn author="fengkx" path="/hexo/next/:url" example="/hexo/next/fengkx.top" :paramsDesc="['the blog URL without the protocol (http:// and https://)']" />
### Blog using Yilia theme
<RouteEn author="aha2mao" path="/hexo/yilia/:url" example="/hexo/yilia/cloudstone.xin" :paramsDesc="['the blog URL without the protocol (http:// and https://)']" />

19
docs/en/design.md Normal file
View File

@ -0,0 +1,19 @@
---
pageClass: routes
---
# Design
## Dribbble
### Popular
<RouteEn path="/dribbble/popular/:timeframe?" example="/dribbble/popular" :paramsDesc="['support the following values: week, month, year and ever']" />
### User (or team)
<RouteEn path="/dribbble/user/:name" example="/dribbble/user/google" :paramsDesc="['username, available in user\'s homepage URL']" />
### Keyword
<RouteEn path="/dribbble/keyword/:keyword" example="/dribbble/keyword/player" :paramsDesc="['desired keyword']" />

View File

@ -3,3 +3,9 @@ pageClass: routes
---
# Goverment
## United Nations
### Security Council Vetoed a Resolution
<RouteEn author="HenryQW" example="/un/scveto" path="/un/scveto"/>

View File

@ -3,3 +3,9 @@ pageClass: routes
---
# Multimedia
## 99% Invisible
### Transcript
<RouteEn author="Ji4n1ng" example="/99percentinvisible/transcript" path="/99percentinvisible/transcript"/>

36
docs/en/new-media.md Normal file
View File

@ -0,0 +1,36 @@
---
pageClass: routes
---
# New media
## 9To5
### 9To5 Sub-site
<RouteEn author="HenryQW" example="/9to5/mac" path="/9to5/:type" :paramsDesc="['The sub-site name']">
Supported sub-sites
| Mac | Google | Toys |
| --- | ------ | ---- |
| Mac | Google | Toys |
</RouteEn>
## iDownloadBlog
### iDownloadBlog
<RouteEn author="HenryQW" example="/iDownloadBlog" path="/iDownloadBlog/index">
Provides a better reading experience (full text articles) over the official one.
</RouteEn>
## The Verge
<RouteEn author="HenryQW" example="/verge" path="/verge">
Provides a better reading experience (full text articles) over the official one.
</RouteEn>

View File

@ -4,25 +4,6 @@ pageClass: routes
# Uncategorized
## 99% Invisible
### Transcript
<RouteEn author="Ji4n1ng" example="/99percentinvisible/transcript" path="/99percentinvisible/transcript"/>
## 9To5
### 9To5 Sub-site
<RouteEn author="HenryQW" example="/9to5/mac" path="/9to5/:type" :paramsDesc="['The sub-site name']">
Supported sub-sites
| Mac | Google | Toys |
| --- | ------ | ---- |
| Mac | Google | Toys |
</RouteEn>
## All Poetry
### Poems
@ -35,6 +16,12 @@ Supported sub-sites
<RouteEn author="metowolf HenryQW" example="/apple/exchange_repair" path="/apple/exchange_repair/:country?" :paramsDesc="['country code in apple.com URL (exception: for `United States` please use `us`), default to China `cn`']" />
## aptonic
### New Dropzone Actions
<RouteEn author="HenryQW" example="/aptonic/action" path="/aptonic/action"/>
## AutoTrader
### Search
@ -46,20 +33,6 @@ Supported sub-sites
</RouteEn>
## Dribbble
### Popular
<RouteEn path="/dribbble/popular/:timeframe?" example="/dribbble/popular" :paramsDesc="['support the following values: week, month, year and ever']" />
### User (or team)
<RouteEn path="/dribbble/user/:name" example="/dribbble/user/google" :paramsDesc="['username, available in user\'s homepage URL']" />
### Keyword
<RouteEn path="/dribbble/keyword/:keyword" example="/dribbble/keyword/player" :paramsDesc="['desired keyword']" />
## E-commerce
### leboncoin
@ -84,84 +57,14 @@ EZTV provides an official RSS feed of all torrents: https://eztv.ag/ezrss.xml
<RouteEn author="Songkeys" path="/eztv/torrents/:imdb_id" example="/eztv/torrents/6048596" :paramsDesc="['search for the IMDB ID of the desired show, available at [IMDB](https://www.imdb.com)']" />
## Google
### Google Scholar Keywords Monitoring
<RouteEn author="HenryQW" path="/google/scholar/:query" example="/google/scholar/data+visualization" :paramsDesc="['query statement which supports「Basic」and「Advanced」modes']" anticrawler="1">
::: warning
Google Scholar has strict anti-crawling mechanism implemented, the demo below doesn't guarantee availability. Please deploy your own instance as it might increase the stability.
:::
1. Basic mode, sample query is the keywords desired, eg.「data visualization」, [https://rsshub.app/google/scholar/data+visualization](https://rsshub.app/google/scholar/data+visualization).
2. Advanced mode, visit [Google Scholar](https://scholar.google.com/schhp?hl=en&as_sdt=0,5), click the top left corner and select「Advanced Search」, fill in your conditions and submit the search. The URL should look like this: [https://scholar.google.com/scholar?as_q=data+visualization&as_epq=&as_oq=&as_eq=&as_occt=any&as_sauthors=&as_publication=&as_ylo=2018&as_yhi=&hl=en&as_sdt=0%2C5](https://scholar.google.com/scholar?as_q=data+visualization&as_epq=&as_oq=&as_eq=&as_occt=any&as_sauthors=&as_publication=&as_ylo=2018&as_yhi=&hl=en&as_sdt=0%2C5), copy everything after `https://scholar.google.com/scholar?` from the URL and use it as the query for this route. The complete URL for the above example should look like this: [https://rsshub.app/google/scholar/as_q=data+visualization&as_epq=&as_oq=&as_eq=&as_occt=any&as_sauthors=&as_publication=&as_ylo=2018&as_yhi=&hl=en&as_sdt=0%2C5](https://rsshub.app/google/scholar/as_q=data+visualization&as_epq=&as_oq=&as_eq=&as_occt=any&as_sauthors=&as_publication=&as_ylo=2018&as_yhi=&hl=en&as_sdt=0%2C5).
</RouteEn>
## Hexo Blog
### Blog using Next theme
<RouteEn author="fengkx" path="/hexo/next/:url" example="/hexo/next/fengkx.top" :paramsDesc="['the blog URL without the protocol (http:// and https://)']" />
### Blog using Yilia theme
<RouteEn author="aha2mao" path="/hexo/yilia/:url" example="/hexo/yilia/cloudstone.xin" :paramsDesc="['the blog URL without the protocol (http:// and https://)']" />
## iDownloadBlog
### iDownloadBlog
<RouteEn author="HenryQW" example="/iDownloadBlog" path="/iDownloadBlog/index">
Provides a better reading experience (full text articles) over the official one.
</RouteEn>
## Japanpost
### Track & Trace Service
<RouteEn author="tuzi3040" example="/japanpost/EJ123456789JP" path="/japanpost/:reqCode" :paramsDesc="['Package Number']"/>
# aptonic
## New Dropzone Actions
<RouteEn author="HenryQW" example="/aptonic/action" path="/aptonic/action"/>
## Parcel Tracking
### Hermes
#### Hermes UK
### Hermes UK
<RouteEn author="HenryQW" example="/parcel/hermesuk/[tracking number]" path="/parcel/hermesuk/:tracking" :paramsDesc="['Tracking number']"/>
## The Guardian
### Editorial
<RouteEn author="HenryQW" example="/guardian/editorial" path="/guardian/editorial">
Provides a better reading experience (full text articles) over the official one.
</RouteEn>
## The Verge
<RouteEn author="HenryQW" example="/verge" path="/verge">
Provides a better reading experience (full text articles) over the official one.
</RouteEn>
## United Nations
### Security Council Vetoed a Resolution
<RouteEn author="HenryQW" example="/un/scveto" path="/un/scveto"/>

23
docs/en/study.md Normal file
View File

@ -0,0 +1,23 @@
---
pageClass: routes
---
# Study
## Google Scholar
### Keywords Monitoring
<RouteEn author="HenryQW" path="/google/scholar/:query" example="/google/scholar/data+visualization" :paramsDesc="['query statement which supports「Basic」and「Advanced」modes']" anticrawler="1">
::: warning
Google Scholar has strict anti-crawling mechanism implemented, the demo below doesn't guarantee availability. Please deploy your own instance as it might increase the stability.
:::
1. Basic mode, sample query is the keywords desired, eg.「data visualization」, [https://rsshub.app/google/scholar/data+visualization](https://rsshub.app/google/scholar/data+visualization).
2. Advanced mode, visit [Google Scholar](https://scholar.google.com/schhp?hl=en&as_sdt=0,5), click the top left corner and select「Advanced Search」, fill in your conditions and submit the search. The URL should look like this: [https://scholar.google.com/scholar?as_q=data+visualization&as_epq=&as_oq=&as_eq=&as_occt=any&as_sauthors=&as_publication=&as_ylo=2018&as_yhi=&hl=en&as_sdt=0%2C5](https://scholar.google.com/scholar?as_q=data+visualization&as_epq=&as_oq=&as_eq=&as_occt=any&as_sauthors=&as_publication=&as_ylo=2018&as_yhi=&hl=en&as_sdt=0%2C5), copy everything after `https://scholar.google.com/scholar?` from the URL and use it as the query for this route. The complete URL for the above example should look like this: [https://rsshub.app/google/scholar/as_q=data+visualization&as_epq=&as_oq=&as_eq=&as_occt=any&as_sauthors=&as_publication=&as_ylo=2018&as_yhi=&hl=en&as_sdt=0%2C5](https://rsshub.app/google/scholar/as_q=data+visualization&as_epq=&as_oq=&as_eq=&as_occt=any&as_sauthors=&as_publication=&as_ylo=2018&as_yhi=&hl=en&as_sdt=0%2C5).
</RouteEn>

View File

@ -19,3 +19,13 @@ Support major channels, refer to [BBC RSS feeds](https://www.bbc.co.uk/news/1062
- Exemption: use `/bbc/chinese` for BBC News Chinese.
</RouteEn>
## The Guardian
### Editorial
<RouteEn author="HenryQW" example="/guardian/editorial" path="/guardian/editorial">
Provides a better reading experience (full text articles) over the official one.
</RouteEn>

View File

@ -4,6 +4,12 @@ pageClass: routes
# 音视频
## 99% Invisible
### Transcript
<Route author="Ji4n1ng" example="/99percentinvisible/transcript" path="/99percentinvisible/transcript"/>
## AcFun
### 番剧
@ -357,3 +363,23 @@ pageClass: routes
### 影视
<Route author="DIYgod" example="/zimuzu/resource/37031" path="/zimuzu/resource/:id?" :paramsDesc="['影视 id对应影视的 URL 中找到,为空时输出最近更新']" supportBT="1"/>
## 播客 IBC 岩手放送| IBC ラジオ イヤーマイッタマイッタ
### IBC 岩手放送| IBC ラジオ イヤーマイッタマイッタ
<Route author="fengkx" example="/maitta" path="/maitta" supportPodcast="1" />
## 字幕库
### 字幕列表
<Route author="sanmmm" example="/zimuku/mv" path="/zimuku/:type?" :paramsDesc="['类型, 默认为`mv`电影']">
类型
| 最新电影 | 最新美剧 |
| -------- | -------- |
| mv | tv |
</Route>

693
docs/new-media.md Normal file
View File

@ -0,0 +1,693 @@
---
pageClass: routes
---
# 新媒体
## 36kr
### 快讯
<Route author="hillerliao" example="/36kr/newsflashes" path="/36kr/newsflashes" />
### 搜索文章
<Route author="xyqfer kt286" example="/36kr/search/article/ofo" path="/36kr/search/article/:keyword" :paramsDesc="['关键字']" />
## 9To5
### 9To5 分站
<Route author="HenryQW" example="/9to5/mac" path="/9to5/:type" :paramsDesc="['分站名字']">
支持分站:
| Mac | Google | Toys |
| --- | ------ | ---- |
| Mac | Google | Toys |
</Route>
## BOF
### 首页
<Route author="kt286" example="/bof/home" path="/bof/home" />
## cfan
### 新闻
<Route author="kt286" example="/cfan/news" path="/cfan/news"/>
## cnBeta
### 最新
<Route author="kt286" example="/cnbeta" path="/cnbeta"/>
## DoNews
### 栏目
<Route author="HenryQW" example="/donews" path="/donews/:column?" :paramsDesc="['栏目代码, 默认为首页.']">
| 首页 | 商业 | 创业 | 互娱 | 科技 | 专栏 |
| ---- | ------- | -------- | ---- | ---------- | ------- |
| (空) | company | business | ent | technology | idonews |
</Route>
## iDownloadBlog
### blog
<Route author="HenryQW" example="/iDownloadBlog" path="/iDownloadBlog/index">
通过提取文章全文, 以提供比官方源更佳的阅读体验.
</Route>
## InfoQ 中文
### 推荐
<Route author="brilon" example="/infoq/recommend" path="/infoq/recommend"/>
### 话题
<Route author="brilon" example="/infoq/topic/1" path="/infoq/topic/:id" :paramsDesc="['话题id可在[InfoQ全部话题](https://www.infoq.cn/topics)页面找到URL里的话题id']" />
## IT 桔子
### 投融资事件
<Route author="xyqfer" example="/itjuzi/invest" path="/itjuzi/invest"/>
### 并购事件
<Route author="xyqfer" example="/itjuzi/merge" path="/itjuzi/merge"/>
## 腾讯 NBA
### 头条新闻
<Route author="alizeegod" example="/nba/app_news" path="/nba/app_news"/>
## Readhub
### 分类
<Route author="WhiteWorld" example="/readhub/category/topic" path="/readhub/category/:category" :paramsDesc="['分类名']">
| 热门话题 | 科技动态 | 开发者资讯 | 区块链快讯 | 每日早报 |
| -------- | -------- | ---------- | ---------- | -------- |
| topic | news | technews | blockchain | daily |
</Route>
## sixthtone
### 最新文章
<Route author="kt286" example="/sixthtone/news" path="/sixthtone/news"/>
## The Verge
### The Verge
<Route author="HenryQW" example="/verge" path="/verge">
通过提取文章全文, 以提供比官方源更佳的阅读体验.
</Route>
## TOPYS
### 分类
<Route author="kt286" example="/topys/7" path="/topys/:category" :paramsDesc="['分类ID可在对应页面的 URL 中找到']"/>
## ZAKER
### source
<Route author="LogicJake" example="/zaker/source/12291" path="/zaker/source/:id" :paramsDesc="['source id可在 URL 中找到']"/>
### channel
<Route author="kt286" example="/zaker/channel/13" path="/zaker/source/:id" :paramsDesc="['channel id可在 URL 中找到']"/>
## 爱范儿 ifanr
### 爱范儿频道
<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`.
| AppSolution | 玩物志 | 董车会 |
| ----------- | ------- | ----------------------- |
| app | coolbuy | category-intelligentcar |
</Route>
## 巴比特
### 作者专栏
<Route author="kt286" example="/8btc/45703" path="/8btc/:authorid" :paramsDesc="['作者ID可在对应专辑页面的 URL 中找到']"/>
## 币世界
### 快讯
<Route author="kt286" example="/bishijie/kuaixun" path="/bishijie/kuaixun"/>
## 创业邦
### 作者
<Route author="xyqfer" example="/cyzone/author/1225562" path="/cyzone/author/:id" :paramsDesc="['作者 id']"/>
### 标签
<Route author="LogicJake" example="/cyzone/label/创业邦周报" path="/cyzone/label/:name" :paramsDesc="['标签名称']"/>
## 电商在线
### 电商在线
<Route author="LogicJake" example="/imaijia/category/xls" path="/imaijia/category/:category" :paramsDesc="['类别id可在 URL 中找到']" />
## 懂球帝
::: tip 提示
- 可以通过头条新闻+参数过滤的形式获得早报、专题等内容。
- 不支持 gif 集锦播放
:::
### 头条新闻
<Route author="dxmpalb" example="/dongqiudi/top_news" path="/dongqiudi/top_news"/>
### 专题
<Route author="dxmpalb" example="/dongqiudi/special/41" path="/dongqiudi/special/:id" :paramsDesc="['专题 id, 可自行通过 https://www.dongqiudi.com/special/+数字匹配']">
| 新闻大爆炸 | 懂球帝十佳球 | 懂球帝本周 MVP |
| ---------- | ------------ | -------------- |
| 41 | 52 | 53 |
</Route>
### 早报
<Route author="HenryQW" example="/dongqiudi/daily" path="/dongqiudi/daily"/>
::: tip 提示
部分球队和球员可能会有两个 id, 正确 id 应该由 `5000` 开头.
:::
### 足球赛果
<Route author="HenryQW" example="/dongqiudi/result/50001755" path="/dongqiudi/result/:team" :paramsDesc="['球队 id, 可在[懂球帝数据](https://www.dongqiudi.com/data)中找到']"/>
### 球队新闻
<Route author="HenryQW" example="/dongqiudi/team_news/50001755" path="/dongqiudi/team_news/:team" :paramsDesc="['球队 id, 可在[懂球帝数据](https://www.dongqiudi.com/data)中找到']"/>
### 球员新闻
<Route author="HenryQW" example="/dongqiudi/player_news/50000339" path="/dongqiudi/player_news/:id" :paramsDesc="['球员 id, 可在[懂球帝数据](https://www.dongqiudi.com/data)中通过其队伍找到']"/>
## 多知网
### 首页
<Route author="WenryXu" example="/duozhi" path="/duozhi"/>
## 法律白話文運動
### 最新文章
<Route author="emdoe" example="/plainlaw/archives" path="/plainlaw/archives"/>
## 观察者风闻话题
### 观察者风闻话题
<Route author="occupy5" example="/guanchazhe/topic/113" path="/guanchazhe/topic/:id" :paramsDesc="['话题id 可在URL中找到']" />
## 果壳网
### 科学人
<Route author="alphardex" example="/guokr/scientific" path="/guokr/scientific"/>
### 果壳网专栏
<Route author="DHPO" example="/guokr/calendar" path="/guokr/:category" :paramsDesc="['专栏类别']">
| 物种日历 | 吃货研究所 | 美丽也是技术活 |
| ------- | ---------| ------------ |
| calendar | institute | beauty |
</Route>
## 后续
### Live
<Route author="ciaranchen" example="/houxu/live/5/original" path="/houxu/live/:id/:timeline?" :paramsDesc="['Live ID', '时间线筛选条件。默认为all。']">
| 全部 | 原创 | 精选 |
| ---- | -------- | -------- |
| all | original | featured |
</Route>
### 最新 Live
<Route author="ciaranchen" example="/houxu/lives/new" path="/houxu/lives/:type" :paramsDesc="['类型']">
| 往事进展 | 最新添加 |
| -------- | -------- |
| realtime | new |
</Route>
### 最新专栏
<Route author="ciaranchen" example="/houxu/events" path="/houxu/events"/>
## 虎嗅
### 标签
<Route author="xyqfer HenryQW" example="/huxiu/tag/291" path="/huxiu/tag/:id" :paramsDesc="['标签 id']" />
### 搜索
<Route author="xyqfer HenryQW" example="/huxiu/search/%E8%99%8E%E5%97%85%E6%97%A9%E6%8A%A5" path="/huxiu/search/:keyword" :paramsDesc="['关键字']" />
### 作者
<Route author="HenryQW" example="/huxiu/author/29318" path="/huxiu/author/:id" :paramsDesc="['用户 id']" />
## 汇通网
### 7x24 小时快讯
<Route author="occupy5" example="/fx678/kx" path="/fx678/kx" />
## 机核网
### 分类
<Route author="MoguCloud" example="/gcores/category/news" path="/gcores/category/:category" :paramsDesc="['分类名']">
| 资讯 | 视频 | 电台 | 文章 |
| ---- | ------ | ------ | -------- |
| news | videos | radios | articles |
</Route>
## 今日热榜
### 榜单
<Route author="LogicJake" example="/tophub/Om4ejxvxEN" path="/tophub/:id" :paramsDesc="['榜单id可在 URL 中找到']"/>
## 今日头条
### 关键词
<Route author="uni-zheng" example="/jinritoutiao/keyword/AI" path="/jinritoutiao/keyword/:keyword" :paramsDesc="['关键词']"/>
## 鲸跃汽车
### 首页
<Route author="LogicJake" example="/whalegogo/home" path="/whalegogo/home"/>
## 巨潮资讯
### 公司公告
<Route author="LogicJake" example="/cninfo/stock_announcement/000410" path="/cninfo/stock_announcement/:code" :paramsDesc="['股票代码']"/>
### 公司公告-A 股港股
<Route author="LogicJake hillerliao" example="/cninfo/announcement/002024/gqjl" path="/cninfo/announcement/:code/:category?" :paramsDesc="['股票代码, 若不指定公司则填 all', '公告分类对A股有效如 gqjl 表示 股权激励 分类']"/>
### 基金公告
<Route author="hillerliao" example="/cninfo/fund_announcement/159977/基金合同" path="/cninfo/fund_announcement/:code/:searchkey" :paramsDesc="['基金代码, 若不指定则填 all', '过滤词若不指定则填all']"/>
## 决胜网
### 最新资讯
<Route author="WenryXu" example="/juesheng" path="/juesheng"/>
## 快科技(原驱动之家)
### 最新新闻
<Route author="kt286" example="/kkj/news" path="/kkj/news"/>
## 老司机
### 首页
<Route author="xyqfer" example="/laosiji/feed" path="/laosiji/feed"/>
### 24小时热门
<Route author="xyqfer" example="/laosiji/hot" path="/laosiji/hot"/>
### 节目
<Route author="xyqfer" example="/laosiji/hotshow/128" path="/laosiji/hotshow/:id" :paramsDesc="['节目 id']"/>
## 洛谷
### 日报
<Route author="LogicJake" example="/luogu/daily" path="/luogu/daily/:id?" :paramsDesc="['年度日报所在帖子id可在 URL 中找到不填默认为2019年日报']"/>
## 镁客网 im2maker
### 镁客网频道
<Route author="jin12180000" example="/im2maker/" path="/im2maker/:channel?" :paramsDesc="['默认不填为 最新文章 ,频道如下']">
| 最新文章 | 行业快讯 | 行业观察 | 镁客请讲 | 硬科技 100 人 | 投融界 | 万象 |
| -------- | -------- | -------- | -------- | ------------- | -------- | ---------- |
| 默认空 | fresh | industry | talk | intech | investor | everything |
</Route>
## 摩根大通研究所
### 新闻
<Route author="howel52" example="/jpmorganchase" path="/jpmorganchase"/>
## 乃木坂 46 官网
### 新闻
<Route author="crispgm" example="/nogizaka46/news" path="/nogizaka46/news" />
## 派代
### 首页
<Route author="qiwihui" example="/paidai" path="/paidao" />
### 论坛
<Route author="qiwihui" example="/paidai/bbs" path="/paidao/bbs" />
### 商道
<Route author="qiwihui" example="/paidai/news" path="/paidao/news" />
## 品玩
### 实时要闻
<Route author="sanmmm" example="/pingwest/status" path="/pingwest/status"/>
### 话题动态
<Route author="sanmmm" path="/pingwest/tag/:tag/:type" example="/pingwest/tag/ChinaJoy/1" :paramsDesc="['话题名或话题id, 可从话题页url中得到', '内容类型']">
内容类型
| 最新 | 最热 |
| ---- | ---- |
| 1 | 2 |
</Route>
### 用户
<Route author="sanmmm" path="/pingwest/user/:uid/:type?" example="/pingwest/user/7781550877/article" :paramsDesc="['用户id, 可从用户主页中得到', '内容类型, 默认为`article`']">
内容类型
| 文章 | 动态 |
| ------- | ----- |
| article | state |
</Route>
## 趣头条
### 分类
<Route author="alphardex LogicJake" example="/qutoutiao/category/1" path="/qutoutiao/category/:cid" :paramsDesc="['分类 id']">
| 推荐 | 热点 | 娱乐 | 健康 | 养生 | 励志 | 科技 | ... |
| ---- | ---- | ---- | ---- | ---- | ---- | ---- | --- |
| 255 | 1 | 6 | 42 | 5 | 4 | 7 | ... |
更多的 cid 可通过访问[官网](http://home.qutoutiao.net)切换分类,观察 url 获得。
</Route>
## 人人都是产品经理
### 热门文章
<Route author="WenryXu" example="/woshipm/popular" path="/woshipm/popular"/>
### 用户收藏
<Route author="LogicJake" example="/woshipm/bookmarks/324696" path="/woshipm/bookmarks/:id" :paramsDesc="['用户 id']"/>
### 用户文章
<Route author="LogicJake" example="/woshipm/user_article/324696" path="/woshipm/user_article/:id" :paramsDesc="['用户 id']"/>
## 少数派 sspai
### 最新上架付费专栏
<Route author="HenryQW" example="/sspai/series" path="/sspai/series">
> 少数派专栏需要付费订阅, RSS 仅做更新提醒, 不含付费内容.
</Route>
### Shortcuts Gallery
<Route author="Andiedie" example="/sspai/shortcuts" path="/sspai/shortcuts" />
### Matrix
<Route author="feigaoxyz" example="/sspai/matrix" path="/sspai/matrix" />
### 专栏
<Route author="LogicJake" example="/sspai/column/104" path="/sspai/column/:id" :paramsDesc="['专栏 id']"/>
### 作者
<Route author="SunShinenny" example="/sspai/author/796518" path="/sspai/author/:id" :paramsDesc="['作者 id可在作者主页URL中找到']"/>
### 专题
<Route author="SunShinenny" example="/sspai/topics" path="/sspai/topics">
此为专题广场更新提示=>集合型而非单篇文章.与下方"专题内文章更新"存在明显区别!
</Route>
### 专题内文章更新
<Route author="SunShinenny" example="/sspai/topic/250" path="/sspai/topic/:id" :paramsDesc="['专题 id可在专题主页URL中找到']"/>
## 世界卫生组织
### 媒体中心
<Route author="LogicJake" example="/who/news-room/feature-stories" path="/who/news-room/:type" :paramsDesc="['类别,可在 URL 中找到']"/>
## 数英网
### 数英网最新文章
<Route author="occupy5" example="/digitaling/index" path="/digitaling/index" :paramsDesc="['首页最新文章, 数英网']" />
### 数英网文章专题
<Route author="occupy5" example="/digitaling/articles/latest" path="/digitaling/articles/:category/:subcate?" :paramsDesc="['文章专题分类 ','hot分类下的子类']" />
| 最新文章 | 头条 | 热文 | 精选 |
| -------- | -------- | ---- | ------ |
| latest | headline | hot | choice |
分类`hot`下的子类
| 近期热门文章 | 近期最多收藏 | 近期最多赞 |
| ------------ | ------------ | ---------- |
| views | collects | zan |
### 数英网项目专题
<Route author="occupy5" example="/digitaling/projects/all" path="/digitaling/projects/:category" :paramsDesc="['项目专题分类 ']" />
| 全部 | 每周项目精选 | 每月项目精选 | 海外项目精选 | 近期热门项目 | 近期最多收藏 |
| ---- | ------------ | ------------ | ------------- | ------------ | ------------ |
| all | weekly | monthly | international | hot | favorite |
## 探物
### 产品
<Route author="xyqfer" example="/tanwu/products" path="/tanwu/products"/>
## 腾讯大家
### 首页
<Route author="xyqfer" example="/dajia" path="/dajia"/>
### 作者作品
<Route author="LogicJake" example="/dajia/author/404" path="/dajia/author/:uid" :paramsDesc="['作者id']"/>
### 专栏
<Route author="LogicJake" example="/dajia/zhuanlan/404" path="/dajia/zhuanlan/:uid" :paramsDesc="['专栏id']"/>
## 腾讯谷雨
### 栏目
<Route author="LogicJake" example="/tencent/guyu/channel/lab" path="/tencent/guyu/channel/:name" :paramsDesc="['栏目名称包括labreportstoryshalong']"/>
## 推酷
### 周刊
<Route author="zpcc" example="/tuicool/mags/tech" path="/tuicool/mags/:type" :paramsDesc="['类型如下']">
| 编程狂人 | 设计匠艺 | 创业周刊 | 科技周刊 |
| -------- | -------- | -------- | -------- |
| prog | design | startup | tech |
</Route>
## 万联网
### 资讯
<Route author="kt286" example="/10000link/news/My01" path="/10000link/news/:category?" :paramsDesc="['栏目代码, 默认为全部']">
| 全部 | 天下大势 | 企业动态 | 专家观点 | 研究报告 |
| ---- | -------- | -------- | -------- | -------- |
| (空) | My01 | My02 | My03 | My04 |
</Route>
## 维基百科
### 中国大陆新闻动态
<Route author="HenryQW" example="/wikipedia/mainland" path="/wikipedia/mainland"/>
## 西祠胡同
### 频道
<Route author="LogicJake" example="/xici" path="/xici/:id?" :paramsDesc="['频道id默认为首页推荐']">
| 首页推荐 | 民生 | 情感 | 亲子 |
| -------- | ---- | ---- | ---- |
| (空) | ms | qg | qz |
</Route>
## 香水时代
### 首页
<Route author="kt286" example="/nosetime/home" path="/nosetime/home"/>
### 香评
<Route author="kt286" example="/nosetime/59247733/discuss/new" path="/nosetime/:id/:type/:sort?" :paramsDesc="['用户id可在用户主页 URL 中找到', '类型short 一句话香评 discuss 香评', '排序, new 最新 agree 最有用']"/>
## 新浪专栏
### 创事记
<Route author="xapool" example="/sina/csj" path="/sina/csj"/>
## 异次元软件世界
### 首页
<Route author="kimi360" example="/iplay/home" path="/iplay/home"/>
## 移动支付网
### 新闻
<Route author="LogicJake" example="/mpaypass/news" path="/mpaypass/news"/>
### 分类
<Route author="zhuan-zhu" example="/mpaypass/main/policy" path="mpaypass/main/:type?"
:paramsDesc="['新闻类型,类型可在URL中找到类似policyeye等空或其他任意值展示最新新闻']"/>
## 一兜糖
### 首页精选
<Route author="sanmmm" example="/yidoutang/index" path="/yidoutang/index"/>
### 文章
<Route author="sanmmm" example="/yidoutang/guide" path="/yidoutang/guide"/>
### 众测
<Route author="sanmmm" example="/yidoutang/mtest" path="/yidoutang/mtest"/>
### 全屋记
<Route author="sanmmm" example="/yidoutang/case/hot" path="/yidoutang/:type?" :paramsDesc="['类型, 默认为`default`']">
类型
| 默认 | 最热 | 最新 |
| ------- | ---- | ---- |
| default | hot | new |
</Route>
## 紫竹张先生
### 全文
<Route author="HenryQW" example="/zzz" path="/zzz/index"/>
## 品途商业评论
### 文章
<Route author="DIYgod" example="/pintu360/0" path="/pintu360/:type?" :paramsDesc="['类型, 默认为 `0` 推荐']">
类型
| 推荐 | 零售前沿 | 智能科技 | 泛文娱 | 教育 | 大健康 | 新消费 | 创业投资 |
| ---- | -------- | -------- | ------ | ---- | ------ | ------ | -------- |
| 0 | 7 | 10 | 9 | 98 | 70 | 8 | 72 |
</Route>

File diff suppressed because it is too large Load Diff

View File

@ -164,3 +164,23 @@ pageClass: routes
### 用户上传作品和用户喜欢作品
<Route author="LanceZhu" example="/gracg/user11968EIcqS3" path="/gracg/:user/:love?" :paramsDesc="['用户访问ID用户主页URL获取', '是否切换为用户喜欢作品, 不选或为 0 不切换1则切换']"/>
## 北京天文馆
### 每日一图
<Route author="HenryQW" example="/bjp/apod" path="/bjp/apod"/>
## Dilbert Comic Strip
<Route name="Daily Strip" author="Maecenas" example="/dilbert/strip" path="/dilbert/strip">
通过提取漫画,提供比官方源更佳的阅读体验。
</Route>
## 百度趣画
### 更新
<Route author="xyqfer" example="/baidu/doodles" path="/baidu/doodles"/>

View File

@ -600,3 +600,9 @@ GitHub 官方也提供了一些 RSS:
### 热门
<Route author="SirM2z" example="/zcfy/hot" path="/zcfy/hot"/>
## 日报 | D2 资源库
### 日报 | D2 资源库
<Route author="Andiedie" example="/d2/daily" path="/d2/daily"/>

View File

@ -139,3 +139,29 @@ pageClass: routes
### 主页
<Route author="kt286" example="/zreading" path="/zreading" />
## 单向空间
### 单读
<Route author="KeNorizon" example="/owspace/read/0" path="/owspace/read/:type?" :paramsDesc="['栏目分类,不填则默认为首页']">
| 首页 | 文字 | 影像 | 声音 | 单向历 | 谈论 |
| ---- | ---- | ---- | ---- | ------ | ---- |
| 0 | 1 | 2 | 3 | 4 | 6 |
</Route>
## 飞地
### 分类
<Route author="LogicJake" example="/enclavebooks/category/1" path="/enclavebooks/category/:id" :paramsDesc="['类别 id可在[分类api](https://app.enclavebooks.cn/v2/discovery)返回数据中的category查看']"/>
### 用户创作
<Route author="junbaor" example="/enclavebooks/user/103702" path="/enclavebooks/user/:uid" :paramsDesc="['用户ID, 自行抓包寻找']"/>
### 用户收藏
<Route author="junbaor" example="/enclavebooks/collection/103702" path="/enclavebooks/collection/:uid" :paramsDesc="['用户ID, 自行抓包寻找']"/>

View File

@ -254,20 +254,6 @@ pageClass: routes
<Route author="DIYgod" example="/disqus/posts/diygod-me" path="/disqus/posts/:forum" :paramsDesc="['网站的 disqus name']"/>
## Dribbble
### 流行
<Route author="DIYgod" example="/dribbble/popular/week" path="/dribbble/popular/:timeframe?" :paramsDesc="['时间维度, 支持 week month year ever']"/>
### 用户(团队
<Route author="DIYgod" example="/dribbble/user/google" path="/dribbble/user/:name" :paramsDesc="['用户名, 可在该用户主页 URL 中找到']"/>
### 关键词
<Route author="DIYgod" example="/dribbble/keyword/player" path="/dribbble/keyword/:keyword" :paramsDesc="['想要订阅的关键词']"/>
## Facebook
### 粉絲專頁
@ -832,3 +818,29 @@ pageClass: routes
### 知乎书店-知乎周刊
<Route author="LogicJake" example="/zhihu/weekly" path="/zhihu/weekly" anticrawler="1" radar="1"/>
## Keep
### 运动日记
<Route author="Dectinc DIYgod" example="/keep/user/556b02c1ab59390afea671ea" path="/keep/user/:id" :paramsDesc="['Keep 用户 id']"/>
## 大众点评
### 用户
<Route author="brilon" example="/dianping/user/35185271" path="/dianping/user/:id" :paramsDesc="['用户id可在 URL 中找到']"/>
## 刷屏
### 最新
<Route author="xyqfer" example="/weseepro/newest" path="/weseepro/newest"/>
### 最新(无中间页)
<Route author="xyqfer yefoenix" example="/weseepro/newest-direct" path="/weseepro/newest-direct"/>
### 朋友圈
<Route author="xyqfer" example="/weseepro/circle" path="/weseepro/circle"/>

112
docs/study.md Normal file
View File

@ -0,0 +1,112 @@
---
pageClass: routes
---
# 学习
## 谷歌学术
### 谷歌学术关键词更新
<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>.
</Route>
### 谷歌学术作者引用更新
<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。
</Route>
## 扇贝
### 用户打卡
<Route author="DIYgod" example="/shanbay/checkin/ddwej" path="/shanbay/checkin/:id" :paramsDesc="['用户 id']" />
## 下厨房
### 用户作品
<Route author="xyqfer" example="/xiachufang/user/cooked/103309404" path="/xiachufang/user/cooked/:id" :paramsDesc="['用户 id, 可在用户主页 URL 中找到']"/>
### 用户菜谱
<Route author="xyqfer" example="/xiachufang/user/created/103309404" path="/xiachufang/user/created/:id" :paramsDesc="['用户 id, 可在用户主页 URL 中找到']"/>
### 作品动态
<Route author="xyqfer" example="/xiachufang/popular/hot" path="/xiachufang/popular/:timeframe?" :paramsDesc="['默认最新上传']">
| 正在流行 | 24 小时最佳 | 本周最受欢迎 | 新秀菜谱 | 月度最佳 |
| -------- | ----------- | ------------ | -------- | ---------- |
| hot | pop | week | rising | monthhonor |
</Route>
## 学堂在线
### 课程信息
<Route author="sanmmm" example="/xuetangx/course/course-v1:TsinghuaX+20240103X+2019_T1/status" path="/xuetangx/course/:cid/:type" :paramsDesc="['课程id, 从课程页URL中可得到', '课程信息类型']">
课程信息类型
| 课程开始时间 | 课程结束时间 | 课程进度 |
| ------------ | ------------ | -------- |
| start | end | status |
</Route>
### 课程列表
<Route author="sanmmm" example="/xuetangx/course/list/0/1/0" path="/xuetangx/course/list/:mode/:status/:credential/:type?" :paramsDesc="['课程模式', '课程状态', '课程认证类型', '学科分类 默认为`全部`']">
课程模式
| 自主 | 随堂 | 付费 | 全部 |
| ---- | ---- | ---- | ---- |
| 0 | 1 | 2 | -1 |
课程状态
| 即将开课 | 已开课 | 已结课 | 全部 |
| -------- | ------ | ------ | ---- |
| 1 | 2 | 3 | -1 |
课程认证类型
| 签字认证 | 认证开放 | 全部 |
| -------- | -------- | ---- |
| 1 | 2 | -1 |
学科分类
| 全部 | 计算机 | 经管·会计 | 创业 | 电子 | 工程 | 环境·地球 | 医学·健康 | 生命科学 | 数学 | 物理 | 化学 | 社科·法律 | 文学 | 历史 | 哲学 | 艺术·设计 | 外语 | 教育 | 其他 | 大学先修课 | 公共管理 | 建筑 | 职场 | 全球胜任力 |
| ---- | ------ | --------- | ---- | ---- | ---- | --------- | --------- | -------- | ---- | ---- | ---- | --------- | ---- | ---- | ---- | --------- | ---- | ---- | ---- | ---------- | -------- | ---- | ---- | ---------- |
| -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>
## 语雀
### 知识库
<Route author="aha2mao" example="/yuque/doc/75258" path="/yuque/doc/:repo_id" :paramsDesc="['仓库id可在对应知识库主页的`/api/books/${repo_id}/docs`请求里找到']">
| Node.js 专栏 | 阮一峰每周分享 | 语雀使用手册 |
| ------------ | -------------- | ------------ |
| 75258 | 102804 | 75257 |
</Route>
## 中国大学 MOOC(慕课)
### 最新
<Route author="xyqfer" example="/icourse163/newest" path="/icourse163/newest" />