mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-21 12:49:53 +08:00
docs
This commit is contained in:
@@ -0,0 +1 @@
|
||||
rsshub.js.org
|
||||
@@ -0,0 +1,11 @@
|
||||
---
|
||||
search: zh-Hans
|
||||
---
|
||||
|
||||
# RSSHub
|
||||
|
||||
🍭 Make RSS Great Again!
|
||||
|
||||
RSSHub 是一个轻量、易于扩展的 RSS 生成器,可以给任何奇奇怪怪的内容生成 RSS 订阅源
|
||||
|
||||
下面是目前支持的内容
|
||||
@@ -0,0 +1,24 @@
|
||||
docute.init({
|
||||
title: 'RSSHub',
|
||||
repo: 'DIYgod/RSSHub',
|
||||
twitter: 'DIYgod',
|
||||
'edit-link': 'https://github.com/DIYgod/RSSHub/tree/master/docs',
|
||||
nav: {
|
||||
default: [
|
||||
{
|
||||
title: '主页', path: '/'
|
||||
},
|
||||
{
|
||||
title: '支持 RSSHub', path: '/support'
|
||||
},
|
||||
],
|
||||
},
|
||||
plugins: [
|
||||
docsearch({
|
||||
apiKey: '',
|
||||
indexName: 'rsshub',
|
||||
tags: ['zh-Hans'],
|
||||
url: 'https://rsshub.js.org'
|
||||
}),
|
||||
]
|
||||
});
|
||||
@@ -0,0 +1,29 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
|
||||
<title>RSSHub</title>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docute/dist/docute.css">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docute/dist/theme-github.css" />
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-48084758-8"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() { dataLayer.push(arguments); }
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-48084758-8');
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<!-- don't remove this part start -->
|
||||
<div id="app"></div>
|
||||
<script src="https://cdn.jsdelivr.net/npm/docute/plugins/docsearch.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/docute/dist/docute.js"></script>
|
||||
<script src="./config.js"></script>
|
||||
<!-- livereload script placeholder -->
|
||||
<!-- don't remove this part end -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,24 @@
|
||||
---
|
||||
search: zh-Hans
|
||||
---
|
||||
|
||||
# 赞助 RSSHub 的研发
|
||||
|
||||
RSSHub 是采用 MIT 许可的开源项目,使用完全免费。 但是随着项目规模的增长,也需要有相应的资金支持才能持续项目的维护的开发。
|
||||
|
||||
你可以通过下列的方法来赞助 RSSHub 的开发。
|
||||
|
||||
## 一次性赞助
|
||||
|
||||
我们通过以下方式接受赞助:
|
||||
|
||||
- [微信支付](https://i.imgur.com/aq6PtWa.png)
|
||||
- [支付宝](https://i.imgur.com/wv1Pj2k.png)
|
||||
- [Paypal](https://www.paypal.me/DIYgod)
|
||||
- 比特币: 13CwQLHzPYm2tewNMSJBeArbbRM5NSmCD1
|
||||
|
||||
## 周期性赞助
|
||||
|
||||
周期性赞助可以获得额外的回报,比如你的名字 会出现在 RSSHub 的 GitHub 仓库和现在我们的官网中。
|
||||
|
||||
- 给我们发邮件联系赞助事宜: i#html.love
|
||||
Reference in New Issue
Block a user