From 976fd27e8ccc7111e9fb9fbaefba49aa673d9205 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Mon, 9 Sep 2019 17:29:18 +0800 Subject: [PATCH] docs: new class: new-media design blog study --- docs/.vuepress/config.js | 12 +- docs/blog.md | 61 +++ docs/design.md | 55 ++ docs/en/blog.md | 15 + docs/en/design.md | 19 + docs/en/government.md | 6 + docs/en/multimedia.md | 6 + docs/en/new-media.md | 36 ++ docs/en/other.md | 111 +--- docs/en/study.md | 23 + docs/en/traditional-media.md | 10 + docs/multimedia.md | 26 + docs/new-media.md | 693 ++++++++++++++++++++++++ docs/other.md | 990 +---------------------------------- docs/picture.md | 20 + docs/programming.md | 6 + docs/reading.md | 26 + docs/social-media.md | 40 +- docs/study.md | 112 ++++ 19 files changed, 1163 insertions(+), 1104 deletions(-) create mode 100644 docs/blog.md create mode 100644 docs/design.md create mode 100644 docs/en/blog.md create mode 100644 docs/en/design.md create mode 100644 docs/en/new-media.md create mode 100644 docs/en/study.md create mode 100644 docs/new-media.md create mode 100644 docs/study.md diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index ef19fdcd6..bfc321acf 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -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', ], }, diff --git a/docs/blog.md b/docs/blog.md new file mode 100644 index 000000000..c8871ae39 --- /dev/null +++ b/docs/blog.md @@ -0,0 +1,61 @@ +--- +pageClass: routes +--- + +# 博客 + +## archdaily + +### 首页 + + + +## Hexo + +### Next 主题博客 + + + +### Yilia 主题博客 + + + +## LaTeX 开源小屋 + +### 首页 + + + +## 财新博客 + +### 用户博客 + + + +通过提取文章全文,以提供比官方源更佳的阅读体验. + + + +## 大侠阿木 + +### 首页 + + + +## 敬维博客 + +### 文章 + + + +## 王垠博客 + +### 文章 + + + +## 每日安全 + +### 推送 + + diff --git a/docs/design.md b/docs/design.md new file mode 100644 index 000000000..7cf8af962 --- /dev/null +++ b/docs/design.md @@ -0,0 +1,55 @@ +--- +pageClass: routes +--- + +# 设计 + +## UI 中国 + +### 推荐文章 + + + +### 个人作品 + + + +## 站酷 + +### 推荐 + + + +推荐类型 + +| all | home | edit | +| -------- | -------- | -------- | +| 全部推荐 | 首页推荐 | 编辑推荐 | + + + +### 作品总榜单 + + + +### 用户作品 + + + +例如: 站酷的个人主页 `https://baiyong.zcool.com.cn` 对应 rss 路径 `/zcool/user/baiyong` + + + +## Dribbble + +### 流行 + + + +### 用户(团队 + + + +### 关键词 + + diff --git a/docs/en/blog.md b/docs/en/blog.md new file mode 100644 index 000000000..f40ec4763 --- /dev/null +++ b/docs/en/blog.md @@ -0,0 +1,15 @@ +--- +pageClass: routes +--- + +# Blog + +## Hexo Blog + +### Blog using Next theme + + + +### Blog using Yilia theme + + diff --git a/docs/en/design.md b/docs/en/design.md new file mode 100644 index 000000000..498267176 --- /dev/null +++ b/docs/en/design.md @@ -0,0 +1,19 @@ +--- +pageClass: routes +--- + +# Design + +## Dribbble + +### Popular + + + +### User (or team) + + + +### Keyword + + diff --git a/docs/en/government.md b/docs/en/government.md index 4ed96c8f7..6e91cf89c 100644 --- a/docs/en/government.md +++ b/docs/en/government.md @@ -3,3 +3,9 @@ pageClass: routes --- # Goverment + +## United Nations + +### Security Council Vetoed a Resolution + + diff --git a/docs/en/multimedia.md b/docs/en/multimedia.md index 05bfd282d..0699c6d4e 100644 --- a/docs/en/multimedia.md +++ b/docs/en/multimedia.md @@ -3,3 +3,9 @@ pageClass: routes --- # Multimedia + +## 99% Invisible + +### Transcript + + diff --git a/docs/en/new-media.md b/docs/en/new-media.md new file mode 100644 index 000000000..5444694c2 --- /dev/null +++ b/docs/en/new-media.md @@ -0,0 +1,36 @@ +--- +pageClass: routes +--- + +# New media + +## 9To5 + +### 9To5 Sub-site + + + +Supported sub-sites: +| Mac | Google | Toys | +| --- | ------ | ---- | +| Mac | Google | Toys | + + + +## iDownloadBlog + +### iDownloadBlog + + + +Provides a better reading experience (full text articles) over the official one. + + + +## The Verge + + + +Provides a better reading experience (full text articles) over the official one. + + diff --git a/docs/en/other.md b/docs/en/other.md index 11eff4fa4..c6349ba41 100644 --- a/docs/en/other.md +++ b/docs/en/other.md @@ -4,25 +4,6 @@ pageClass: routes # Uncategorized -## 99% Invisible - -### Transcript - - - -## 9To5 - -### 9To5 Sub-site - - - -Supported sub-sites: -| Mac | Google | Toys | -| --- | ------ | ---- | -| Mac | Google | Toys | - - - ## All Poetry ### Poems @@ -35,6 +16,12 @@ Supported sub-sites: +## aptonic + +### New Dropzone Actions + + + ## AutoTrader ### Search @@ -46,20 +33,6 @@ Supported sub-sites: -## Dribbble - -### Popular - - - -### User (or team) - - - -### Keyword - - - ## E-commerce ### leboncoin @@ -84,84 +57,14 @@ EZTV provides an official RSS feed of all torrents: https://eztv.ag/ezrss.xml -## Google - -### Google Scholar Keywords Monitoring - - - -::: 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). - - - -## Hexo Blog - -### Blog using Next theme - - - -### Blog using Yilia theme - - - -## iDownloadBlog - -### iDownloadBlog - - - -Provides a better reading experience (full text articles) over the official one. - - - ## Japanpost ### Track & Trace Service -# aptonic - -## New Dropzone Actions - - - ## Parcel Tracking -### Hermes - -#### Hermes UK +### Hermes UK - -## The Guardian - -### Editorial - - - -Provides a better reading experience (full text articles) over the official one. - - - -## The Verge - - - -Provides a better reading experience (full text articles) over the official one. - - - -## United Nations - -### Security Council Vetoed a Resolution - - diff --git a/docs/en/study.md b/docs/en/study.md new file mode 100644 index 000000000..3f053e896 --- /dev/null +++ b/docs/en/study.md @@ -0,0 +1,23 @@ +--- +pageClass: routes +--- + +# Study + +## Google Scholar + +### Keywords Monitoring + + + +::: 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). + + diff --git a/docs/en/traditional-media.md b/docs/en/traditional-media.md index 464e51762..7f689d0b7 100644 --- a/docs/en/traditional-media.md +++ b/docs/en/traditional-media.md @@ -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. + +## The Guardian + +### Editorial + + + +Provides a better reading experience (full text articles) over the official one. + + diff --git a/docs/multimedia.md b/docs/multimedia.md index 8c7357b68..55848cc83 100644 --- a/docs/multimedia.md +++ b/docs/multimedia.md @@ -4,6 +4,12 @@ pageClass: routes # 音视频 +## 99% Invisible + +### Transcript + + + ## AcFun ### 番剧 @@ -357,3 +363,23 @@ pageClass: routes ### 影视 + +## 播客 IBC 岩手放送| IBC ラジオ イヤーマイッタマイッタ + +### IBC 岩手放送| IBC ラジオ イヤーマイッタマイッタ + + + +## 字幕库 + +### 字幕列表 + + + +类型 + +| 最新电影 | 最新美剧 | +| -------- | -------- | +| mv | tv | + + diff --git a/docs/new-media.md b/docs/new-media.md new file mode 100644 index 000000000..698e52d1d --- /dev/null +++ b/docs/new-media.md @@ -0,0 +1,693 @@ +--- +pageClass: routes +--- + +# 新媒体 + +## 36kr + +### 快讯 + + + +### 搜索文章 + + + +## 9To5 + +### 9To5 分站 + + + +支持分站: +| Mac | Google | Toys | +| --- | ------ | ---- | +| Mac | Google | Toys | + + + +## BOF + +### 首页 + + + +## cfan + +### 新闻 + + + +## cnBeta + +### 最新 + + + +## DoNews + +### 栏目 + + + +| 首页 | 商业 | 创业 | 互娱 | 科技 | 专栏 | +| ---- | ------- | -------- | ---- | ---------- | ------- | +| (空) | company | business | ent | technology | idonews | + + + +## iDownloadBlog + +### blog + + + +通过提取文章全文, 以提供比官方源更佳的阅读体验. + + + +## InfoQ 中文 + +### 推荐 + + + +### 话题 + + + +## IT 桔子 + +### 投融资事件 + + + +### 并购事件 + + + +## 腾讯 NBA + +### 头条新闻 + + + +## Readhub + +### 分类 + + + +| 热门话题 | 科技动态 | 开发者资讯 | 区块链快讯 | 每日早报 | +| -------- | -------- | ---------- | ---------- | -------- | +| topic | news | technews | blockchain | daily | + + + +## sixthtone + +### 最新文章 + + + +## The Verge + +### The Verge + + + +通过提取文章全文, 以提供比官方源更佳的阅读体验. + + + +## TOPYS + +### 分类 + + + +## ZAKER + +### source + + + +### channel + + + +## 爱范儿 ifanr + +### 爱范儿频道 + + + +- 频道为单一路径, 如 https://www.ifanr.com/`coolbuy` 则为 `/ifanr/coolbuy`. +- 频道包含多重路径, 如 https://www.ifanr.com/`category/intelligentcar` 则替换 `/` 为 `-` `/ifanr/category-intelligentcar`. + +| AppSolution | 玩物志 | 董车会 | +| ----------- | ------- | ----------------------- | +| app | coolbuy | category-intelligentcar | + + + +## 巴比特 + +### 作者专栏 + + + +## 币世界 + +### 快讯 + + + +## 创业邦 + +### 作者 + + + +### 标签 + + + +## 电商在线 + +### 电商在线 + + + +## 懂球帝 + +::: tip 提示 + +- 可以通过头条新闻+参数过滤的形式获得早报、专题等内容。 +- 不支持 gif 集锦播放 + +::: + +### 头条新闻 + + + +### 专题 + + + +| 新闻大爆炸 | 懂球帝十佳球 | 懂球帝本周 MVP | +| ---------- | ------------ | -------------- | +| 41 | 52 | 53 | + + + +### 早报 + + + +::: tip 提示 + +部分球队和球员可能会有两个 id, 正确 id 应该由 `5000` 开头. + +::: + +### 足球赛果 + + + +### 球队新闻 + + + +### 球员新闻 + + + +## 多知网 + +### 首页 + + + +## 法律白話文運動 + +### 最新文章 + + + +## 观察者风闻话题 + +### 观察者风闻话题 + + + +## 果壳网 + +### 科学人 + + + +### 果壳网专栏 + + +| 物种日历 | 吃货研究所 | 美丽也是技术活 | +| ------- | ---------| ------------ | +| calendar | institute | beauty | + + +## 后续 + +### Live + + + +| 全部 | 原创 | 精选 | +| ---- | -------- | -------- | +| all | original | featured | + + + +### 最新 Live + + + +| 往事进展 | 最新添加 | +| -------- | -------- | +| realtime | new | + + + +### 最新专栏 + + + +## 虎嗅 + +### 标签 + + + +### 搜索 + + + +### 作者 + + + +## 汇通网 + +### 7x24 小时快讯 + + + +## 机核网 + +### 分类 + + + +| 资讯 | 视频 | 电台 | 文章 | +| ---- | ------ | ------ | -------- | +| news | videos | radios | articles | + + + +## 今日热榜 + +### 榜单 + + + +## 今日头条 + +### 关键词 + + + +## 鲸跃汽车 + +### 首页 + + + +## 巨潮资讯 + +### 公司公告 + + + +### 公司公告-A 股港股 + + + +### 基金公告 + + + +## 决胜网 + +### 最新资讯 + + + +## 快科技(原驱动之家) + +### 最新新闻 + + + +## 老司机 + +### 首页 + + +### 24小时热门 + + +### 节目 + + + +## 洛谷 + +### 日报 + + + +## 镁客网 im2maker + +### 镁客网频道 + + + +| 最新文章 | 行业快讯 | 行业观察 | 镁客请讲 | 硬科技 100 人 | 投融界 | 万象 | +| -------- | -------- | -------- | -------- | ------------- | -------- | ---------- | +| 默认空 | fresh | industry | talk | intech | investor | everything | + + + +## 摩根大通研究所 + +### 新闻 + + + +## 乃木坂 46 官网 + +### 新闻 + + + +## 派代 + +### 首页 + + + +### 论坛 + + + +### 商道 + + + +## 品玩 + +### 实时要闻 + + + +### 话题动态 + + + +内容类型 + +| 最新 | 最热 | +| ---- | ---- | +| 1 | 2 | + + + +### 用户 + + + +内容类型 + +| 文章 | 动态 | +| ------- | ----- | +| article | state | + + + +## 趣头条 + +### 分类 + + + +| 推荐 | 热点 | 娱乐 | 健康 | 养生 | 励志 | 科技 | ... | +| ---- | ---- | ---- | ---- | ---- | ---- | ---- | --- | +| 255 | 1 | 6 | 42 | 5 | 4 | 7 | ... | + +更多的 cid 可通过访问[官网](http://home.qutoutiao.net)切换分类,观察 url 获得。 + + + +## 人人都是产品经理 + +### 热门文章 + + + +### 用户收藏 + + + +### 用户文章 + + + +## 少数派 sspai + +### 最新上架付费专栏 + + + +> 少数派专栏需要付费订阅, RSS 仅做更新提醒, 不含付费内容. + + + +### Shortcuts Gallery + + + +### Matrix + + + +### 专栏 + + + +### 作者 + + + +### 专题 + + + +此为专题广场更新提示=>集合型而非单篇文章.与下方"专题内文章更新"存在明显区别! + + + +### 专题内文章更新 + + + +## 世界卫生组织 + +### 媒体中心 + + + +## 数英网 + +### 数英网最新文章 + + + +### 数英网文章专题 + + + +| 最新文章 | 头条 | 热文 | 精选 | +| -------- | -------- | ---- | ------ | +| latest | headline | hot | choice | + +分类`hot`下的子类 + +| 近期热门文章 | 近期最多收藏 | 近期最多赞 | +| ------------ | ------------ | ---------- | +| views | collects | zan | + +### 数英网项目专题 + + + +| 全部 | 每周项目精选 | 每月项目精选 | 海外项目精选 | 近期热门项目 | 近期最多收藏 | +| ---- | ------------ | ------------ | ------------- | ------------ | ------------ | +| all | weekly | monthly | international | hot | favorite | + +## 探物 + +### 产品 + + + +## 腾讯大家 + +### 首页 + + + +### 作者作品 + + + +### 专栏 + + + +## 腾讯谷雨 + +### 栏目 + + + +## 推酷 + +### 周刊 + + + +| 编程狂人 | 设计匠艺 | 创业周刊 | 科技周刊 | +| -------- | -------- | -------- | -------- | +| prog | design | startup | tech | + + + +## 万联网 + +### 资讯 + + + +| 全部 | 天下大势 | 企业动态 | 专家观点 | 研究报告 | +| ---- | -------- | -------- | -------- | -------- | +| (空) | My01 | My02 | My03 | My04 | + + + +## 维基百科 + +### 中国大陆新闻动态 + + + +## 西祠胡同 + +### 频道 + + + +| 首页推荐 | 民生 | 情感 | 亲子 | +| -------- | ---- | ---- | ---- | +| (空) | ms | qg | qz | + + + +## 香水时代 + +### 首页 + + + +### 香评 + + + +## 新浪专栏 + +### 创事记 + + + +## 异次元软件世界 + +### 首页 + + + +## 移动支付网 + +### 新闻 + + + +### 分类 + + + +## 一兜糖 + +### 首页精选 + + + +### 文章 + + + +### 众测 + + + +### 全屋记 + + + +类型 + +| 默认 | 最热 | 最新 | +| ------- | ---- | ---- | +| default | hot | new | + + + +## 紫竹张先生 + +### 全文 + + + +## 品途商业评论 + +### 文章 + + + +类型 + +| 推荐 | 零售前沿 | 智能科技 | 泛文娱 | 教育 | 大健康 | 新消费 | 创业投资 | +| ---- | -------- | -------- | ------ | ---- | ------ | ------ | -------- | +| 0 | 7 | 10 | 9 | 98 | 70 | 8 | 72 | + + diff --git a/docs/other.md b/docs/other.md index cc21867a9..c94cc8634 100644 --- a/docs/other.md +++ b/docs/other.md @@ -4,35 +4,6 @@ pageClass: routes # 其他 -## 36kr - -### 快讯 - - - -### 搜索文章 - - - -## 99% Invisible - -### Transcript - - - -## 9To5 - -### 9To5 分站 - - - -支持分站: -| Mac | Google | Toys | -| --- | ------ | ---- | -| Mac | Google | Toys | - - - ## Apple ### 更换和维修扩展计划 @@ -43,12 +14,6 @@ pageClass: routes 见 [#app-store-mac-app-store](/program-update.html#app-store-mac-app-store) -## archdaily - -### 首页 - - - ## AutoTrader ### 搜索结果 @@ -60,76 +25,21 @@ pageClass: routes -## BOF - -### 首页 - - - -## cfan - -### 新闻 - - - ## checkee.info ### 美国签证 check 动态 -## cnBeta - -### 最新 - - - ## DHL ### DHL 国际快递包裹追踪 -## Dilbert Comic Strip +## Google Doodles - - -通过提取漫画,提供比官方源更佳的阅读体验。 - - - -## DoNews - -### 栏目 - - - -| 首页 | 商业 | 创业 | 互娱 | 科技 | 专栏 | -| ---- | ------- | -------- | ---- | ---------- | ------- | -| (空) | company | business | ent | technology | idonews | - - - -## Google - -### 谷歌学术关键词更新 - - - -1. 简单模式, 例如「data visualization」, . -2. 高级模式, 前往 [Google Scholar](https://scholar.google.com/schhp?hl=zh-cn&as_sdt=0,5), 点击左上角, 选择高级搜索并提交查询. 此时 URL 应为: , 复制`https://scholar.google.com/scholar?`后的所有语句作为本路由的查询参数. 例子所对应的完整路由为. - - - -### 谷歌学术作者引用更新 - - - -路由中的参数 id,即用户谷歌学术引用页面 url 中的 id,如 https://scholar.google.com/citations?hl=zh-CN&user=mlmE4JMAAAAJ 中 user= 后的 mlmE4JMAAAAJ。 - - - -### Google Doodles +### 更新 @@ -143,122 +53,30 @@ pageClass: routes -## Hexo - -### Next 主题博客 - - - -### Yilia 主题博客 - - - -## iDownloadBlog - -### blog - - - -通过提取文章全文, 以提供比官方源更佳的阅读体验. - - - -## InfoQ 中文 - -### 推荐 - - - -### 话题 - - - ## Instapaper ### 个人分享 -## IT 桔子 - -### 投融资事件 - - - -### 并购事件 - - - -## Keep - -### 运动日记 - - - -## LaTeX 开源小屋 - -### 首页 - - - ## MobData ### 分析报告 -## NBA - -### 头条新闻 - - - ## ONE · 一个 ### 图片文字问答 -## Readhub - -### 分类 - - - -| 热门话题 | 科技动态 | 开发者资讯 | 区块链快讯 | 每日早报 | -| -------- | -------- | ---------- | ---------- | -------- | -| topic | news | technews | blockchain | daily | - - - ## SANS Institute ### 最新会议材料 -## sixthtone - -### 最新文章 - - - -## The Verge - -### The Verge - - - -通过提取文章全文, 以提供比官方源更佳的阅读体验. - - - -## TOPYS - -### 分类 - - - ## TSSstatus(iOS 降级通道) ### Status @@ -269,16 +87,6 @@ board 和 build 可在[这里](http://api.ineal.me/tss/status)查看 -## UI 中国 - -### 推荐文章 - - - -### 个人作品 - - - ## WeGene ### 最近更新 @@ -318,16 +126,6 @@ type 为 all 时,category 参数不支持 cost 和 free -## ZAKER - -### source - - - -### channel - - - ## 爱发电 ### 发现用户 @@ -351,40 +149,15 @@ type 为 all 时,category 参数不支持 cost 和 free -## 爱范儿 ifanr - -### 爱范儿频道 - - - -- 频道为单一路径, 如 https://www.ifanr.com/`coolbuy` 则为 `/ifanr/coolbuy`. -- 频道包含多重路径, 如 https://www.ifanr.com/`category/intelligentcar` 则替换 `/` 为 `-` `/ifanr/category-intelligentcar`. - -| AppSolution | 玩物志 | 董车会 | -| ----------- | ------- | ----------------------- | -| app | coolbuy | category-intelligentcar | - - - ## 艾瑞 ### 产业研究报告 -## 巴比特 +## 百度搜索风云榜 -### 作者专栏 - - - -## 百度 - -### 百度趣画 - - - -### 搜索风云榜 +### 榜单 @@ -394,40 +167,12 @@ type 为 all 时,category 参数不支持 cost 和 free -## 北京天文馆 - -### 每日一图 - - - ## 毕马威 ### 洞察 -## 币世界 - -### 快讯 - - - -## 播客 IBC 岩手放送| IBC ラジオ イヤーマイッタマイッタ - -### IBC 岩手放送| IBC ラジオ イヤーマイッタマイッタ - - - -## 财新博客 - -### 用户博客 - - - -通过提取文章全文,以提供比官方源更佳的阅读体验. - - - ## 抽屉 ### 新热榜 @@ -440,285 +185,30 @@ type 为 all 时,category 参数不支持 cost 和 free -## 创业邦 - -### 作者 - - - -### 标签 - - - -## 大侠阿木 - -### 首页 - - - -## 大众点评 - -### 用户 - - - -## 单向空间 - -### 单读 - - - -| 首页 | 文字 | 影像 | 声音 | 单向历 | 谈论 | -| ---- | ---- | ---- | ---- | ------ | ---- | -| 0 | 1 | 2 | 3 | 4 | 6 | - - - -## 电商在线 - -### 电商在线 - - - -## 懂球帝 - -::: tip 提示 - -- 可以通过头条新闻+参数过滤的形式获得早报、专题等内容。 -- 不支持 gif 集锦播放 - -::: - -### 头条新闻 - - - -### 专题 - - - -| 新闻大爆炸 | 懂球帝十佳球 | 懂球帝本周 MVP | -| ---------- | ------------ | -------------- | -| 41 | 52 | 53 | - - - -### 早报 - - - -::: tip 提示 - -部分球队和球员可能会有两个 id, 正确 id 应该由 `5000` 开头. - -::: - -### 足球赛果 - - - -### 球队新闻 - - - -### 球员新闻 - - - -## 多知网 - -### 首页 - - - -## 法律白話文運動 - -### 最新文章 - - - -## 飞地 - -### 分类 - - - -### 用户创作 - - - -### 用户收藏 - - - ## 福利资源-met.red ### 福利资源-met.red -## 个人博客 - -### 敬维 - - - -### 王垠-当然我在扯淡 - - - ## 古诗文网 ### 首页推荐 -## 观察者风闻话题 - -### 观察者风闻话题 - - - -## 果壳网 - -### 科学人 - - - -### 果壳网专栏 - - -| 物种日历 | 吃货研究所 | 美丽也是技术活 | -| ------- | ---------| ------------ | -| calendar | institute | beauty | - - -## 后续 - -### Live - - - -| 全部 | 原创 | 精选 | -| ---- | -------- | -------- | -| all | original | featured | - - - -### 最新 Live - - - -| 往事进展 | 最新添加 | -| -------- | -------- | -| realtime | new | - - - -### 最新专栏 - - - -## 虎嗅 - -### 标签 - - - -### 搜索 - - - -### 作者 - - - -## 汇通网 - -### 7x24 小时快讯 - - - ## 惠誉评级 ### 板块信息 -## 机核网 - -### 分类 - - - -| 资讯 | 视频 | 电台 | 文章 | -| ---- | ------ | ------ | -------- | -| news | videos | radios | articles | - - - -## 今日热榜 - -### 榜单 - - - -## 今日头条 - -### 关键词 - - - -## 鲸跃汽车 - -### 首页 - - - -## 巨潮资讯 - -### 公司公告 - - - -### 公司公告-A 股港股 - - - -### 基金公告 - - - -## 决胜网 - -### 最新资讯 - - - ## 空气质量 ### 实时 AQI -## 快科技(原驱动之家) - -### 最新新闻 - - - -## 老司机 - -### 首页 - - -### 24小时热门 - - -### 节目 - - - ## 裏垢女子まとめ ### 主页 @@ -729,90 +219,12 @@ type 为 all 时,category 参数不支持 cost 和 free -## 洛谷 - -### 日报 - - - ## 马良行 -### 马良行 +### 产品更新 -## 镁客网 im2maker - -### 镁客网频道 - - - -| 最新文章 | 行业快讯 | 行业观察 | 镁客请讲 | 硬科技 100 人 | 投融界 | 万象 | -| -------- | -------- | -------- | -------- | ------------- | -------- | ---------- | -| 默认空 | fresh | industry | talk | intech | investor | everything | - - - -## 每日安全 - -### 推送 - - - -## 摩根大通研究所 - -### 新闻 - - - -## 乃木坂 46 官网 - -### 新闻 - - - -## 派代 - -### 首页 - - -### 论坛 - - -### 商道 - - - -## 品玩 - -### 实时要闻 - - - -### 话题动态 - - - -内容类型 - -| 最新 | 最热 | -| ---- | ---- | -| 1 | 2 | - - - -### 用户 - - - -内容类型 - -| 文章 | 动态 | -| ------- | ----- | -| article | state | - - - ## 且听风吟福利 ### 分类 @@ -845,181 +257,34 @@ type 为 all 时,category 参数不支持 cost 和 free -## 趣头条 - -### 分类 - - - -| 推荐 | 热点 | 娱乐 | 健康 | 养生 | 励志 | 科技 | ... | -| ---- | ---- | ---- | ---- | ---- | ---- | ---- | --- | -| 255 | 1 | 6 | 42 | 5 | 4 | 7 | ... | - -更多的 cid 可通过访问[官网](http://home.qutoutiao.net)切换分类,观察 url 获得。 - - - -## 人人都是产品经理 - -### 热门文章 - - - -### 用户收藏 - - - -### 用户文章 - - - -## 日报 | D2 资源库 - -### 日报 | D2 资源库 - - - ## 日本郵便 ### 郵便追跡サービス -## 扇贝 - -### 打卡 - - - ## 上证债券信息网 ### 可转换公司债券公告 -## 少数派 sspai - -### 最新上架付费专栏 - - - -> 少数派专栏需要付费订阅, RSS 仅做更新提醒, 不含付费内容. - - - -### Shortcuts Gallery - - - -### Matrix - - - -### 专栏 - - - -### 作者 - - - -### 专题 - - - -此为专题广场更新提示=>集合型而非单篇文章.与下方"专题内文章更新"存在明显区别! - - - -### 专题内文章更新 - - - -## 世界卫生组织 - -### 媒体中心 - - - -## 数英网 - -### 数英网最新文章 - - - -### 数英网文章专题 - - - -| 最新文章 | 头条 | 热文 | 精选 | -| -------- | -------- | ---- | ------ | -| latest | headline | hot | choice | - -分类`hot`下的子类 - -| 近期热门文章 | 近期最多收藏 | 近期最多赞 | -| ------------ | ------------ | ---------- | -| views | collects | zan | - -### 数英网项目专题 - - - -| 全部 | 每周项目精选 | 每月项目精选 | 海外项目精选 | 近期热门项目 | 近期最多收藏 | -| ---- | ------------ | ------------ | ------------- | ------------ | ------------ | -| all | weekly | monthly | international | hot | favorite | - -## 刷屏 - -### 最新 - - -### 最新(无中间页) - - -### 朋友圈 - - - ## 搜狗 ### 搜狗特色 LOGO -## 探物 - -### 产品 - - - ## 淘股吧股票论坛 ### 论坛总版 + ### 用户博客 -## 腾讯大家 - -### 首页 - - -### 作者作品 - - -### 专栏 - - - -## 腾讯谷雨 - -### 栏目 - - - ## 腾讯吐个槽 ### 吐槽新帖 @@ -1040,171 +305,6 @@ type 为 all 时,category 参数不支持 cost 和 free -## 推酷 - -### 周刊 - - - -| 编程狂人 | 设计匠艺 | 创业周刊 | 科技周刊 | -| -------- | -------- | -------- | -------- | -| prog | design | startup | tech | - - - -## 万联网 - -### 资讯 - - - -| 全部 | 天下大势 | 企业动态 | 专家观点 | 研究报告 | -| ---- | -------- | -------- | -------- | -------- | -| (空) | My01 | My02 | My03 | My04 | - - - -## 维基百科 - -### 中国大陆新闻动态 - - - -## 西祠胡同 - -### 频道 - - - -| 首页推荐 | 民生 | 情感 | 亲子 | -| -------- | ---- | ---- | ---- | -| (空) | ms | qg | qz | - - - -## 下厨房 - -### 用户作品 - - - -### 用户菜谱 - - - -### 作品动态 - - - -| 正在流行 | 24 小时最佳 | 本周最受欢迎 | 新秀菜谱 | 月度最佳 | -| -------- | ----------- | ------------ | -------- | ---------- | -| hot | pop | week | rising | monthhonor | - - - -## 香水时代 - -### 首页 - - - -### 香评 - - - -## 新浪专栏 - -### 创事记 - - - -## 学堂在线 - -### 课程信息 - - - -课程信息类型 - -| 课程开始时间 | 课程结束时间 | 课程进度 | -| ------------ | ------------ | -------- | -| start | end | status | - - - -### 课程列表 - - - -课程模式 - -| 自主 | 随堂 | 付费 | 全部 | -| ---- | ---- | ---- | ---- | -| 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 | - - - -## 异次元软件世界 - -### 首页 - - - -## 移动支付网 - -### 新闻 - - - -### 分类 - - - -## 一兜糖 - -### 首页精选 - - - -### 文章 - - - -### 众测 - - - -### 全屋记 - - - -类型 - -| 默认 | 最热 | 最新 | -| ------- | ---- | ---- | -| default | hot | new | - - - ## 油价 ### 今日油价 @@ -1219,44 +319,6 @@ type 为 all 时,category 参数不支持 cost 和 free -## 语雀 - -### 知识库 - - - -| Node.js 专栏 | 阮一峰每周分享 | 语雀使用手册 | -| ------------ | -------------- | ------------ | -| 75258 | 102804 | 75257 | - - - -## 站酷 - -### 推荐 - - - -推荐类型 - -| all | home | edit | -| -------- | -------- | -------- | -| 全部推荐 | 首页推荐 | 编辑推荐 | - - - -### 作品总榜单 - - - -### 用户作品 - - - -例如: 站酷的个人主页 `https://baiyong.zcool.com.cn` 对应 rss 路径 `/zcool/user/baiyong` - - - ## 正版中国 ### 分类列表 @@ -1281,12 +343,6 @@ type 为 all 时,category 参数不支持 cost 和 free -## 中国大学 MOOC(慕课) - -### 最新 - - - ## 中国银行 ### 中国银行外汇牌价 @@ -1299,42 +355,8 @@ type 为 all 时,category 参数不支持 cost 和 free -## 字幕库 - -### 字幕列表 - - - -类型 - -| 最新电影 | 最新美剧 | -| -------- | -------- | -| mv | tv | - - - ## 自如 ### 房源 - -## 紫竹张先生 - -### 全文 - - - -## 品途商业评论 - -### 文章 - - - -类型 - -| 推荐 | 零售前沿 | 智能科技 | 泛文娱 | 教育 | 大健康 | 新消费 | 创业投资 | -| ---- | -------- | -------- | ------ | ---- | ------ | ------ | -------- | -| 0 | 7 | 10 | 9 | 98 | 70 | 8 | 72 | - - diff --git a/docs/picture.md b/docs/picture.md index eabfabb9d..4a7c3828c 100644 --- a/docs/picture.md +++ b/docs/picture.md @@ -164,3 +164,23 @@ pageClass: routes ### 用户上传作品和用户喜欢作品 + +## 北京天文馆 + +### 每日一图 + + + +## Dilbert Comic Strip + + + +通过提取漫画,提供比官方源更佳的阅读体验。 + + + +## 百度趣画 + +### 更新 + + diff --git a/docs/programming.md b/docs/programming.md index 34871c58f..094eff135 100644 --- a/docs/programming.md +++ b/docs/programming.md @@ -600,3 +600,9 @@ GitHub 官方也提供了一些 RSS: ### 热门 + +## 日报 | D2 资源库 + +### 日报 | D2 资源库 + + diff --git a/docs/reading.md b/docs/reading.md index fec6f4227..cb1cc23f4 100644 --- a/docs/reading.md +++ b/docs/reading.md @@ -139,3 +139,29 @@ pageClass: routes ### 主页 + +## 单向空间 + +### 单读 + + + +| 首页 | 文字 | 影像 | 声音 | 单向历 | 谈论 | +| ---- | ---- | ---- | ---- | ------ | ---- | +| 0 | 1 | 2 | 3 | 4 | 6 | + + + +## 飞地 + +### 分类 + + + +### 用户创作 + + + +### 用户收藏 + + diff --git a/docs/social-media.md b/docs/social-media.md index 82c547688..7a81650d0 100644 --- a/docs/social-media.md +++ b/docs/social-media.md @@ -254,20 +254,6 @@ pageClass: routes -## Dribbble - -### 流行 - - - -### 用户(团队 - - - -### 关键词 - - - ## Facebook ### 粉絲專頁 @@ -832,3 +818,29 @@ pageClass: routes ### 知乎书店-知乎周刊 + +## Keep + +### 运动日记 + + + +## 大众点评 + +### 用户 + + + +## 刷屏 + +### 最新 + + + +### 最新(无中间页) + + + +### 朋友圈 + + diff --git a/docs/study.md b/docs/study.md new file mode 100644 index 000000000..2493d2a3a --- /dev/null +++ b/docs/study.md @@ -0,0 +1,112 @@ +--- +pageClass: routes +--- + +# 学习 + +## 谷歌学术 + +### 谷歌学术关键词更新 + + + +1. 简单模式, 例如「data visualization」, . +2. 高级模式, 前往 [Google Scholar](https://scholar.google.com/schhp?hl=zh-cn&as_sdt=0,5), 点击左上角, 选择高级搜索并提交查询. 此时 URL 应为: , 复制`https://scholar.google.com/scholar?`后的所有语句作为本路由的查询参数. 例子所对应的完整路由为. + + + +### 谷歌学术作者引用更新 + + + +路由中的参数 id,即用户谷歌学术引用页面 url 中的 id,如 https://scholar.google.com/citations?hl=zh-CN&user=mlmE4JMAAAAJ 中 user= 后的 mlmE4JMAAAAJ。 + + + +## 扇贝 + +### 用户打卡 + + + +## 下厨房 + +### 用户作品 + + + +### 用户菜谱 + + + +### 作品动态 + + + +| 正在流行 | 24 小时最佳 | 本周最受欢迎 | 新秀菜谱 | 月度最佳 | +| -------- | ----------- | ------------ | -------- | ---------- | +| hot | pop | week | rising | monthhonor | + + + +## 学堂在线 + +### 课程信息 + + + +课程信息类型 + +| 课程开始时间 | 课程结束时间 | 课程进度 | +| ------------ | ------------ | -------- | +| start | end | status | + + + +### 课程列表 + + + +课程模式 + +| 自主 | 随堂 | 付费 | 全部 | +| ---- | ---- | ---- | ---- | +| 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 | + + + +## 语雀 + +### 知识库 + + + +| Node.js 专栏 | 阮一峰每周分享 | 语雀使用手册 | +| ------------ | -------------- | ------------ | +| 75258 | 102804 | 75257 | + + + +## 中国大学 MOOC(慕课) + +### 最新 + +