docs: fix tag (#11202)
This commit is contained in:
parent
fe4f6505d5
commit
0a4b2c9175
|
|
@ -1876,7 +1876,7 @@ Supported sub-sites:
|
|||
|
||||
### 分区
|
||||
|
||||
<Route author="FlashWingShadow" example="/dsb/area/lingshou" path="/dsb/area/:area" :paramsDesc="['分区']"/>
|
||||
<Route author="FlashWingShadow" example="/dsb/area/lingshou" path="/dsb/area/:area" :paramsDesc="['分区']">
|
||||
|
||||
area 分区选项
|
||||
|
||||
|
|
@ -1884,6 +1884,8 @@ area 分区选项
|
|||
| -------- | ----- | --- | ------- | --- | ----- | ------- | ------- |
|
||||
| lingshou | wuliu | O2O | jinrong | B2B | renwu | kuajing | guancha |
|
||||
|
||||
</Route>
|
||||
|
||||
## 电商在线
|
||||
|
||||
### 电商在线
|
||||
|
|
@ -2005,12 +2007,14 @@ area 分区选项
|
|||
|
||||
### 新闻
|
||||
|
||||
<Route author="HendricksZheng" example="/dongqiudi/top_news/1" path="/dongqiudi/top_news/:id?" :paramsDesc="['类别 id,不填默认头条新闻']" />
|
||||
<Route author="HendricksZheng" example="/dongqiudi/top_news/1" path="/dongqiudi/top_news/:id?" :paramsDesc="['类别 id,不填默认头条新闻']">
|
||||
|
||||
| 头条 | 深度 | 闲情 | D 站 | 中超 | 国际 | 英超 | 西甲 | 意甲 | 德甲 |
|
||||
| -- | -- | -- | --- | -- | --- | -- | -- | -- | -- |
|
||||
| 1 | 55 | 37 | 219 | 56 | 120 | 3 | 5 | 4 | 6 |
|
||||
|
||||
</Route>
|
||||
|
||||
### 专题
|
||||
|
||||
<Route author="dxmpalb" example="/dongqiudi/special/41" path="/dongqiudi/special/:id" :paramsDesc="['专题 id, 可自行通过 https://www.dongqiudi.com/special/+数字匹配']">
|
||||
|
|
@ -2055,7 +2059,7 @@ area 分区选项
|
|||
|
||||
### 专题・栏目
|
||||
|
||||
<Route author="prnake" example="/theinitium/channel/latest/zh-hans" path="/theinitium/channel/:type?/:language?" :paramsDesc="['栏目,缺省为最新', '语言,简体`zh-hans`,繁体`zh-hant`,缺省为简体']"/>
|
||||
<Route author="prnake" example="/theinitium/channel/latest/zh-hans" path="/theinitium/channel/:type?/:language?" :paramsDesc="['栏目,缺省为最新', '语言,简体`zh-hans`,繁体`zh-hant`,缺省为简体']">
|
||||
|
||||
Type 栏目:
|
||||
|
||||
|
|
@ -2177,12 +2181,14 @@ Type 栏目:
|
|||
|
||||
### 大风号
|
||||
|
||||
<Route author="Jamch" example="/ifeng/feng/2583/doc" path="/ifeng/feng/:id/:type" :paramsDesc="['对应 id,可在 大风号作者页面 找到','类型,见下表']"/>
|
||||
<Route author="Jamch" example="/ifeng/feng/2583/doc" path="/ifeng/feng/:id/:type" :paramsDesc="['对应 id,可在 大风号作者页面 找到','类型,见下表']">
|
||||
|
||||
| 文章 | 视频 |
|
||||
| --- | ----- |
|
||||
| doc | video |
|
||||
|
||||
</Route>
|
||||
|
||||
## 福利年
|
||||
|
||||
### 文章
|
||||
|
|
@ -2346,9 +2352,11 @@ others = 热点新闻 + 滚动新闻
|
|||
### 果壳网专栏
|
||||
|
||||
<Route author="DHPO hoilc" example="/guokr/calendar" path="/guokr/:channel" :paramsDesc="['专栏类别']">
|
||||
| 物种日历 | 吃货研究所 | 美丽也是技术活 |
|
||||
| -------- | ---------- | -------------- |
|
||||
| calendar | institute | beauty |
|
||||
|
||||
| 物种日历 | 吃货研究所 | 美丽也是技术活 |
|
||||
| -------- | --------- | ------- |
|
||||
| calendar | institute | beauty |
|
||||
|
||||
</Route>
|
||||
|
||||
## 好奇心日报
|
||||
|
|
@ -2481,8 +2489,6 @@ others = 热点新闻 + 滚动新闻
|
|||
|
||||
<Route author="qnloft" example="/cn-healthcare/index" path="/cn-healthcare/index" />
|
||||
|
||||
</Route>
|
||||
|
||||
## 今日热榜
|
||||
|
||||
### 榜单
|
||||
|
|
@ -3380,9 +3386,7 @@ column 为 third 时可选的 category:
|
|||
|
||||
### 首页
|
||||
|
||||
<Route author="HenryQW" example="/sspai/index" path="/sspai/index" radar="1">
|
||||
|
||||
</Route>
|
||||
<Route author="HenryQW" example="/sspai/index" path="/sspai/index" radar="1" />
|
||||
|
||||
### 最新上架付费专栏
|
||||
|
||||
|
|
@ -3548,7 +3552,7 @@ column 为 third 时可选的 category:
|
|||
|
||||
### 数英网文章专题
|
||||
|
||||
<Route author="occupy5" example="/digitaling/articles/latest" path="/digitaling/articles/:category/:subcate?" :paramsDesc="['文章专题分类','hot 分类下的子类']" />
|
||||
<Route author="occupy5" example="/digitaling/articles/latest" path="/digitaling/articles/:category/:subcate?" :paramsDesc="['文章专题分类','hot 分类下的子类']">
|
||||
|
||||
| 最新文章 | 头条 | 热文 | 精选 |
|
||||
| ------ | -------- | --- | ------ |
|
||||
|
|
@ -3560,14 +3564,18 @@ column 为 third 时可选的 category:
|
|||
| ------ | -------- | ----- |
|
||||
| views | collects | zan |
|
||||
|
||||
</Route>
|
||||
|
||||
### 数英网项目专题
|
||||
|
||||
<Route author="occupy5" example="/digitaling/projects/all" path="/digitaling/projects/:category" :paramsDesc="['项目专题分类 ']" />
|
||||
<Route author="occupy5" example="/digitaling/projects/all" path="/digitaling/projects/:category" :paramsDesc="['项目专题分类 ']">
|
||||
|
||||
| 全部 | 每周项目精选 | 每月项目精选 | 海外项目精选 | 近期热门项目 | 近期最多收藏 |
|
||||
| --- | ------ | ------- | ------------- | ------ | -------- |
|
||||
| all | weekly | monthly | international | hot | favorite |
|
||||
|
||||
</Route>
|
||||
|
||||
## 水果派
|
||||
|
||||
### 首页
|
||||
|
|
@ -3906,7 +3914,11 @@ wechat-feeds 来源[已停止更新](https://github.com/hellodword/wechat-feeds/
|
|||
|
||||
### 最新新闻
|
||||
|
||||
根据维基新闻的[sitemap](https://zh.wikinews.org/wiki/Special:%E6%96%B0%E9%97%BB%E8%AE%A2%E9%98%85)获取新闻全文。目前仅支持中文维基新闻。 <Route author="KotoriK" example="/wikinews/latest" path="/wikinews/latest"/>
|
||||
<Route author="KotoriK" example="/wikinews/latest" path="/wikinews/latest">
|
||||
|
||||
根据维基新闻的[sitemap](https://zh.wikinews.org/wiki/Special:%E6%96%B0%E9%97%BB%E8%AE%A2%E9%98%85)获取新闻全文。目前仅支持中文维基新闻。
|
||||
|
||||
</Route>
|
||||
|
||||
## 未名新闻
|
||||
|
||||
|
|
@ -4234,8 +4246,7 @@ wechat-feeds 来源[已停止更新](https://github.com/hellodword/wechat-feeds/
|
|||
|
||||
### 分类
|
||||
|
||||
<Route author="zhuan-zhu" example="/mpaypass/main/policy" path="mpaypass/main/:type?"
|
||||
:paramsDesc="['新闻类型,类型可在URL中找到,类似`policy`,`eye`等,空或其他任意值展示最新新闻']"/>
|
||||
<Route author="zhuan-zhu" example="/mpaypass/main/policy" path="mpaypass/main/:type?" :paramsDesc="['新闻类型,类型可在URL中找到,类似`policy`,`eye`等,空或其他任意值展示最新新闻']"/>
|
||||
|
||||
## 亿欧网
|
||||
|
||||
|
|
@ -4278,6 +4289,7 @@ wechat-feeds 来源[已停止更新](https://github.com/hellodword/wechat-feeds/
|
|||
## 鱼塘热榜
|
||||
|
||||
<Route author="TheresaQWQ" example="/mofish/2" path="/mofish/:id" :paramsDesc="['分类id,可以在 https://api.tophub.fun/GetAllType 获取']" />
|
||||
|
||||
## 遠見
|
||||
|
||||
<Route author="laampui" example="/gvm/index/health" path="/gvm/index/:category?" :paramsDesc="['見下表, 默認爲 newest']">
|
||||
|
|
@ -4487,7 +4499,7 @@ wechat-feeds 来源[已停止更新](https://github.com/hellodword/wechat-feeds/
|
|||
|
||||
### 子板块帖子
|
||||
|
||||
<Route author="c4605" example="/zfrontier/board/56" path="/zfrontier/board/:boardId" :paramsDesc="['板块 ID']"/>
|
||||
<Route author="c4605" example="/zfrontier/board/56" path="/zfrontier/board/:boardId" :paramsDesc="['板块 ID']">
|
||||
|
||||
QueryString:
|
||||
|
||||
|
|
@ -4497,6 +4509,8 @@ QueryString:
|
|||
| ---------- | ----------- | ------- |
|
||||
| byCtime | byReplyTime | byScore |
|
||||
|
||||
</Route>
|
||||
|
||||
## 紫竹张先生
|
||||
|
||||
### 全文
|
||||
|
|
|
|||
|
|
@ -566,7 +566,7 @@ Provides all of the articles by the specified Yahoo! author.
|
|||
|
||||
### 光伏
|
||||
|
||||
<Route author="Sxuet" example="/bjx/gf/sc" path="/bjx/gf/:type" :paramsDesc="['分类,北极星光伏最后的`type`字段']" radar="1" rssbud="1"/>
|
||||
<Route author="Sxuet" example="/bjx/gf/sc" path="/bjx/gf/:type" :paramsDesc="['分类,北极星光伏最后的`type`字段']" radar="1" rssbud="1">
|
||||
|
||||
`:type` 类型可选如下
|
||||
|
||||
|
|
@ -634,6 +634,8 @@ Category 列表:
|
|||
| ---------- | ---------- | ------------- | ----------- | ------------ | --------------- | ------------ |
|
||||
| china_news | world_news | military_news | taiwan_news | finance_news | technology_news | culture_news |
|
||||
|
||||
</Route>
|
||||
|
||||
## 朝日新聞中文網(繁體中文版)
|
||||
|
||||
::: tip 提示
|
||||
|
|
@ -798,7 +800,7 @@ IT・科学 tech_science
|
|||
|
||||
### 新闻
|
||||
|
||||
<Route author="nczitzk" example="/yicai/news" path="/yicai/news/:id?" :paramsDesc="['分类 id,见下表,可在对应分类页中找到,默认为新闻']" />
|
||||
<Route author="nczitzk" example="/yicai/news" path="/yicai/news/:id?" :paramsDesc="['分类 id,见下表,可在对应分类页中找到,默认为新闻']" >
|
||||
|
||||
| Id | 名称 |
|
||||
| ---------------------- | ------- |
|
||||
|
|
@ -828,6 +830,8 @@ IT・科学 tech_science
|
|||
| dtcj | DT 财经 |
|
||||
| xfsz | 消费数知 |
|
||||
|
||||
</Route>
|
||||
|
||||
### 关注
|
||||
|
||||
<Route author="nczitzk" example="/yicai/feed/669" path="/yicai/feed/:id?" :paramsDesc="['主题 id,可在对应主题页中找到,默认为一财早报']">
|
||||
|
|
@ -842,7 +846,7 @@ IT・科学 tech_science
|
|||
|
||||
### 视听
|
||||
|
||||
<Route author="nczitzk" example="/yicai/video" path="/yicai/video/:id?" :paramsDesc="['分类 id,见下表,可在对应分类页中找到,默认为视听']" />
|
||||
<Route author="nczitzk" example="/yicai/video" path="/yicai/video/:id?" :paramsDesc="['分类 id,见下表,可在对应分类页中找到,默认为视听']">
|
||||
|
||||
| Id | 名称 |
|
||||
| -------------------- | -------------- |
|
||||
|
|
@ -882,6 +886,8 @@ IT・科学 tech_science
|
|||
| yuandongli | 中国源动力 |
|
||||
| pioneerzone | 直击引领区 |
|
||||
|
||||
</Route>
|
||||
|
||||
### 正在
|
||||
|
||||
<Route author="sanmmm nczitzk" example="/yicai/brief" path="/yicai/brief" />
|
||||
|
|
@ -1499,7 +1505,7 @@ category 对应的关键词有
|
|||
|
||||
### 即时新闻
|
||||
|
||||
<Route author="TonyRL" example="/mingpao/ins/all" path="/mingpao/ins/:category?" :paramsDesc="['频道,预设为总目录']"/>
|
||||
<Route author="TonyRL" example="/mingpao/ins/all" path="/mingpao/ins/:category?" :paramsDesc="['频道,预设为总目录']">
|
||||
|
||||
| category | 即时新闻频道 |
|
||||
| -------- | ------ |
|
||||
|
|
@ -1514,9 +1520,11 @@ category 对应的关键词有
|
|||
| s00022 | 文摘 |
|
||||
| s00024 | 热点 |
|
||||
|
||||
</Route>
|
||||
|
||||
### 每日明报
|
||||
|
||||
<Route author="TonyRL" example="/mingpao/pns/s00001" path="/mingpao/pns/:category?" :paramsDesc="['频道,预设为要闻']"/>
|
||||
<Route author="TonyRL" example="/mingpao/pns/s00001" path="/mingpao/pns/:category?" :paramsDesc="['频道,预设为要闻']">
|
||||
|
||||
| category | 每日明报频道 |
|
||||
| -------- | ------ |
|
||||
|
|
@ -1534,6 +1542,8 @@ category 对应的关键词有
|
|||
| s00017 | 英文 |
|
||||
| s00018 | 作家专栏 |
|
||||
|
||||
</Route>
|
||||
|
||||
## 南方周末
|
||||
|
||||
### 新闻分类
|
||||
|
|
@ -1640,7 +1650,7 @@ category 对应的关键词有
|
|||
|
||||
### 畅销书排行榜
|
||||
|
||||
<Route author="melvinto" example="/nytimes/book/combined-print-and-e-book-nonfiction" path="/nytimes/book/:category?"/>
|
||||
<Route author="melvinto" example="/nytimes/book/combined-print-and-e-book-nonfiction" path="/nytimes/book/:category?">
|
||||
|
||||
| Category | 中文 |
|
||||
| ------------------------------------ | ---------- |
|
||||
|
|
@ -1656,6 +1666,8 @@ category 对应的关键词有
|
|||
| series-books | 儿童 - 系列图书 |
|
||||
| young-adult-hardcover | 青少年 |
|
||||
|
||||
</Route>
|
||||
|
||||
## 澎湃新闻
|
||||
|
||||
### 首页头条
|
||||
|
|
|
|||
Loading…
Reference in New Issue