mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-08-31 01:01:11 +08:00
docs: new domain
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
RSSHub 是一个轻量、易于扩展的 RSS 生成器,可以给任何奇奇怪怪的内容生成 RSS 订阅源
|
||||
|
||||
[使用文档](https://rsshub.js.org)
|
||||
[使用文档](https://docs.rsshub.app/)
|
||||
|
||||
当前支持列表:
|
||||
|
||||
@@ -122,7 +122,7 @@ RSSHub 是一个轻量、易于扩展的 RSS 生成器,可以给任何奇奇
|
||||
|
||||
## 部署
|
||||
|
||||
见[文档](https://rsshub.js.org/install/)
|
||||
见[文档](https://docs.rsshub.app/)
|
||||
|
||||
## 赞助 RSSHub 的研发
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "RSSHub",
|
||||
"description": "Connect the world with RSS",
|
||||
"repository": "https://github.com/DIYgod/RSSHub",
|
||||
"website": "https://rsshub.js.org/",
|
||||
"website": "https://docs.rsshub.app/",
|
||||
"logo": "https://i.imgur.com/NZpRScX.png",
|
||||
"keywords": ["RSS"],
|
||||
"env": {
|
||||
|
||||
+4
-10
@@ -11,7 +11,7 @@ RSSHub 是一个轻量、易于扩展的 RSS 生成器,可以给任何奇奇
|
||||
|
||||
::: tip 提示
|
||||
|
||||
演示地址为 [rsshub.app](https://rsshub.app),缓存时间 10 分钟,可以随意使用
|
||||
演示地址为 [rsshub.app](https://rsshub.app),缓存时间 10 分钟,可以随意使用,但请不要抓取过于频繁
|
||||
|
||||
:::
|
||||
|
||||
@@ -232,7 +232,7 @@ order: 排序方式,live_time 开播时间,online 人气
|
||||
|
||||
::: warning 注意
|
||||
|
||||
由于接口未提供开播时间,如果直播间未更换标题与分区,将只会出现一次.如果直播间更换分区与标题,将再出现一次
|
||||
由于接口未提供开播时间,如果直播间未更换标题与分区,将视为一次。如果直播间更换分区与标题,将视为另一项
|
||||
|
||||
:::
|
||||
|
||||
@@ -256,12 +256,6 @@ order: 排序方式,live_time 开播时间,online 人气
|
||||
|
||||
参数: 无
|
||||
|
||||
::: tip 提示
|
||||
|
||||
可以配合[内容过滤](#内容过滤)使用
|
||||
|
||||
:::
|
||||
|
||||
## 微博
|
||||
|
||||
### 博主
|
||||
@@ -464,7 +458,7 @@ keyword: 关键词
|
||||
|
||||
::: warning 注意
|
||||
|
||||
快递送达后请及时取消订阅,以免不必要地浪费服务器资源
|
||||
快递送达后请及时取消订阅,以免浪费服务器资源
|
||||
|
||||
:::
|
||||
|
||||
@@ -770,7 +764,7 @@ key: 产品密钥
|
||||
|
||||
参数: id,动漫 id,可在该动漫主页 URL 中找到(不包括`.html`)
|
||||
|
||||
##南方周末
|
||||
## 南方周末
|
||||
|
||||
### 新闻分类
|
||||
|
||||
|
||||
+1
-2
@@ -65,7 +65,6 @@
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
|
||||
@@ -81,7 +80,7 @@
|
||||
<p>If you see this page, the RSSHub{{ if hash }} ({{ hash }}){{ /if }} is successfully installed and working.</p>
|
||||
|
||||
<p>For online documentation and support please refer to
|
||||
<a href="https://rsshub.js.org" target="_blank">rsshub.js.org</a>.</p>
|
||||
<a href="https://docs.rsshub.app/" target="_blank">docs.rsshub.app</a>.</p>
|
||||
|
||||
<p>-- Made with
|
||||
<i style="color:#d43f57">♥</i> by
|
||||
|
||||
Reference in New Issue
Block a user