style: auto format
This commit is contained in:
parent
b373c249df
commit
c23bfe9cb2
|
|
@ -750,6 +750,16 @@ Type 栏目:
|
|||
|
||||
<Route author="nczitzk" example="/pts/dailynews" path="/pts/dailynews"/>
|
||||
|
||||
## 国际金融报栏目
|
||||
|
||||
### 栏目
|
||||
|
||||
<Route author="Origami404" example="/ifnews/48" path="/ifnews/:cid" :paramsDesc="['栏目 ID']">
|
||||
|
||||
`cid`可在对应栏目的 url 后的参数中获取,如`热点快报`的栏目 url 为`http://www.ifnews.com/column.html?cid=48`, `cid`即为`48`.
|
||||
|
||||
</Route>
|
||||
|
||||
## 华尔街见闻
|
||||
|
||||
### 华尔街见闻
|
||||
|
|
@ -1184,16 +1194,6 @@ category 对应的关键词有
|
|||
|
||||
</Route>
|
||||
|
||||
## 国际金融报栏目
|
||||
|
||||
### 栏目
|
||||
|
||||
<Route author="Origami404" example="/ifnews/48" path="/ifnews/:cid" :paramsDesc="['栏目 ID']">
|
||||
|
||||
`cid`可在对应栏目的 url 后的参数中获取,如`热点快报`的栏目 url 为`http://www.ifnews.com/column.html?cid=48`, `cid`即为`48`.
|
||||
|
||||
</Route>
|
||||
|
||||
## 日本经济新闻中文版
|
||||
|
||||
### 新闻
|
||||
|
|
|
|||
Loading…
Reference in New Issue