docs: format

This commit is contained in:
DIYgod 2020-05-20 19:41:44 +08:00
parent 019cf12740
commit db615caad5
No known key found for this signature in database
GPG Key ID: EC0B76A252D3EF67
4 changed files with 45 additions and 51 deletions

View File

@ -4,6 +4,11 @@ pageClass: routes
# 新媒体
## 199IT
### 首页更新
<Route author="xfangbao" example="/199it" path="/199it" />
## 36kr
### 资讯
@ -677,6 +682,23 @@ Supported sub-sites:
<Route author="kt286" example="/kkj/news" path="/kkj/news"/>
## 快媒体
### 首页更新
<Route author="xfangbao" example="/kuai" path="/kuai" />
### 具体栏目更新
<Route author="xfangbao" example="/kuai/1" path="/kuai/:id" />
具体栏目编号,去网站上看标签
| 网址 | 对应路由 |
| ------------------------------------------------------------------------------------------------- | -------- |
| kuai.media | /kuai |
| [www.kuai.media/portal.php?mod=list&catid=38](http://www.kuai.media/portal.php?mod=list&catid=38) | /kuai/38 |
## 快知
### 话题
@ -1120,28 +1142,3 @@ QueryString:
### 全文
<Route author="HenryQW" example="/zzz" path="/zzz/index"/>
## 快媒体
### 首页更新
<Route author="xfangbao" example="/kuai" path="/kuai" />
### 具体栏目更新
<Route author="xfangbao" example="/kuai/1" path="/kuai/:id" />
具体栏目编号,去网站上看标签
| 网址 | 对应路由 |
| -------- | -------- |
| kuai.media | /kuai |
| www.kuai.media/portal.php?mod=list&catid=38 | /kuai/38 |
## 199IT
### 首页更新
<Route author="xfangbao" example="/199it" path="/199it" />

View File

@ -189,6 +189,19 @@ count 的取值范围为 1-12为防止请求次数过多推荐设置为 5
<Route author="zsakvo" example="/wenku8/chapter/74" path="/wenku8/chapter/:id" :paramsDesc="['小说 id, 可在对应小说页 URL 中找到']"/>
## 生物帮
### 所有栏目
<Route author="xfangbao" example="/biobio/nature/cell-reports" path="/biobio/:column/:id" />
具体栏目编号,去网站上看标签
| 网址 | 对应路由 |
| ------------------------------------------------ | ----------------------------------- |
| <http://science.bio1000.com/ecology-environment> | /biobio/science/ecology-environment |
| <http://www.bio1000.com/gnjz> | /biobio/gnjz |
## 书趣阁
### 小说更新
@ -240,16 +253,3 @@ count 的取值范围为 1-12为防止请求次数过多推荐设置为 5
### 主页
<Route author="kt286" example="/zreading" path="/zreading" />
## 生物帮
### 所有栏目
<Route author="xfangbao" example="/biobio/nature/cell-reports" path="/biobio/:column/:id" />
具体栏目编号,去网站上看标签
| 网址 | 对应路由 |
| -------- | -------- |
| http://science.bio1000.com/ecology-environment | /biobio/science/ecology-environment |
| http://www.bio1000.com/gnjz | /biobio/gnjz |

View File

@ -108,6 +108,16 @@ pageClass: routes
<Route author="cssxsh" example="/x-mol/news/3" path="/x-mol/news/:tag?" :paramsDesc="['数字编号可从新闻列表URL得到。为空时从新闻主页获取新闻。']" />
## 唧唧堂
### 论文
<Route author="xfangbao" example="/jijitang/publication" path="/jijitang/publication/" />
### 文档
<Route author="xfangbao" example="/jijitang/article/latest" path="/jijitang/article/:id" :paramsDesc="['类别latest 或者 recommand']"/>
## 领研
### 论文
@ -287,14 +297,3 @@ pageClass: routes
### 通知公告
<Route author="nczitzk" example="/cpta/notice" path="/cpta/notice" />
## 唧唧堂
### 论文
<Route author="xfangbao" example="/jijitang/publication" path="/jijitang/publication/" />
### 文档
<Route author="xfangbao" example="/jijitang/article/latest" path="/jijitang/article/:id" :paramsDesc="['类别latest 或者 recommand']"/>

View File

@ -509,7 +509,6 @@ category 对应的关键词有
<Route author="luyuhuang" example="/xinwenlianbo/index" path="/xinwenlianbo/index" radar="1"/>
### 新闻联播文字版全文
<Route author="xfangbao" example="/xwlb" path="/xwlb/index" />
@ -617,4 +616,3 @@ category 对应的关键词有
| article | blog | culture | reports |
</Route>