Merge commit 'e830016f13b257cfe9880d5e3a5e8941acec6b23'
This commit is contained in:
commit
334a7fd420
|
|
@ -20,7 +20,7 @@ module.exports = {
|
|||
locales: {
|
||||
'/': {
|
||||
lang: 'zh-CN',
|
||||
selectText: '选择语言',
|
||||
selectText: 'Languages',
|
||||
label: '简体中文',
|
||||
editLinkText: '在 GitHub 上编辑此页',
|
||||
lastUpdated: '上次更新',
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@ sidebar: auto
|
|||
</p>
|
||||
<h1 align="center" class="logo">RSSHub</h1>
|
||||
|
||||
> 🍰 万物皆可 RSS
|
||||
|
||||
RSSHub 是一个轻量、易于扩展的 RSS 生成器,可以给任何奇奇怪怪的内容生成 RSS 订阅源
|
||||
|
||||
## 鸣谢
|
||||
|
|
|
|||
1602
docs/en/README.md
1602
docs/en/README.md
File diff suppressed because it is too large
Load Diff
|
|
@ -38,7 +38,7 @@ usage: git [--version] [--help] [-C <path>] [-c name=value]
|
|||
|
||||
#### Windows
|
||||
|
||||
Windows please download [from node's official website](https://nodejs.org/zh-cn/). During the installation, please check `Add to PATH` option.
|
||||
Windows users please download [from node's official website](https://nodejs.org/zh-cn/). During the installation, please check `Add to PATH` option.
|
||||
|
||||
#### UNIX-based
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ sidebar: auto
|
|||
|
||||
# Join Us
|
||||
|
||||
We welcome all pull requests. Suggestions or feedbacks are also welcomed [here](https://github.com/DIYgod/RSSHub/issues).
|
||||
We welcome all pull requests. Suggestions and feedback are also welcomed [here](https://github.com/DIYgod/RSSHub/issues).
|
||||
|
||||
## Submit new RSS source
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"version": "https://jsonfeed.org/version/1",
|
||||
"title": "{{ title || 'RSSHub' }}",
|
||||
"home_page_url": "{{ link || 'https://github.com/DIYgod/RSSHub' }}",
|
||||
"description": "{{ description || title }} - 使用 RSSHub(https://github.com/DIYgod/RSSHub) 构建",
|
||||
"description": "{{ description || title }} - Made with love by RSSHub(https://github.com/DIYgod/RSSHub)",
|
||||
"author": {
|
||||
"name": "{{@ author || 'RSSHub' }}"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<channel>
|
||||
<title><![CDATA[{{@ title || 'RSSHub' }}]]></title>
|
||||
<link>{{ link || 'https://github.com/DIYgod/RSSHub' }}</link>
|
||||
<description><![CDATA[{{@ description || title }} - 使用 RSSHub(https://github.com/DIYgod/RSSHub) 构建]]></description>
|
||||
<description><![CDATA[{{@ description || title }} - Made with love by RSSHub(https://github.com/DIYgod/RSSHub)]]></description>
|
||||
<generator>RSSHub</generator>
|
||||
<webMaster>i@html.love</webMaster>
|
||||
<language>zh-cn</language>
|
||||
|
|
|
|||
Loading…
Reference in New Issue