docs: add supportBT; format

This commit is contained in:
DIYgod 2019-05-17 18:43:21 +08:00
parent 04ad39f0b7
commit eab187d15d
No known key found for this signature in database
GPG Key ID: EC0B76A252D3EF67
2 changed files with 29 additions and 29 deletions

View File

@ -206,7 +206,7 @@ pageClass: routes
### 帖子
<Route author="qiwihui" example="/dsndsht23" path="/dsndsht23" />
<Route author="qiwihui" example="/dsndsht23" path="/dsndsht23" supportBT="1" />
## 腾讯视频

View File

@ -282,34 +282,6 @@ category 对应的关键词有
</Route>
## 朝日新聞中文网(简体中文版)
### 新闻分类
<Route author="zhouchang29" example="/asahichinese-j/society" path="/asahichinese-j/:category/:subCate?" :paramsDesc="['版块', '子版块']">
版块:
| society | politics_economy | cool_japan | travel | sports | business | technology | world | opinion |
| -------- | ---------------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- |
| 日本社会 | 政治・经济 | 文娱・生活 | 旅游・活动 | 体育・奥运 | 商务・商品 | IT・科技 | 国际・东亚 | 观点・专栏 |
版块 `cool_japan``travel` 包含子版块:
`cool_japan`
| entertainment | anime | life | style_culture |
| ------------- | ----- | ---------- | ------------- |
| 艺能 | 动漫 | 生活・美食 | 时尚・文化 |
`travel`:
| news | scenery | topic | move |
| ---- | ------- | ----- | ---- |
| 资讯 | 风景 | 体验 | 交通 |
</Route>
## 朝日新聞中文網(繁體中文版)
### 新聞分類
@ -337,3 +309,31 @@ category 对应的关键词有
| 資訊 | 風景 | 體驗 | 交通 |
</Route>
## 朝日新聞中文网(简体中文版)
### 新闻分类
<Route author="zhouchang29" example="/asahichinese-j/society" path="/asahichinese-j/:category/:subCate?" :paramsDesc="['版块', '子版块']">
版块:
| society | politics_economy | cool_japan | travel | sports | business | technology | world | opinion |
| -------- | ---------------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- |
| 日本社会 | 政治・经济 | 文娱・生活 | 旅游・活动 | 体育・奥运 | 商务・商品 | IT・科技 | 国际・东亚 | 观点・专栏 |
版块 `cool_japan``travel` 包含子版块:
`cool_japan`
| entertainment | anime | life | style_culture |
| ------------- | ----- | ---------- | ------------- |
| 艺能 | 动漫 | 生活・美食 | 时尚・文化 |
`travel`:
| news | scenery | topic | move |
| ---- | ------- | ----- | ---- |
| 资讯 | 风景 | 体验 | 交通 |
</Route>