From bc6a87641d706fc07906dd8b45120449d1d1b2f4 Mon Sep 17 00:00:00 2001 From: D <48525679+ding667@users.noreply.github.com> Date: Fri, 13 Aug 2021 13:41:18 +0800 Subject: [PATCH 1/2] docs(install): README.md (#7994) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit heroku补充描述 heroku additional description vercel 补充描述 vercel additional description --- docs/install/README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/install/README.md b/docs/install/README.md index 24042d998..ae7ea9806 100644 --- a/docs/install/README.md +++ b/docs/install/README.md @@ -23,7 +23,7 @@ sidebar: auto ## Docker 镜像 -默认推荐使用`diygod/rsshub`即`diygod/rsshub:latest`最新版镜像以获取最新路由. +默认推荐使用`diygod/rsshub`即`diygod/rsshub:latest`最新版镜像以获取最新路由. 当`diygod/rsshub:latest`存在问题时,可以使用以日期为标签的近期镜像临时使用,例如: ```bash @@ -246,6 +246,10 @@ in pkgs.stdenv.mkDerivation { ## 部署到 Heroku +### 注意: + +未验证支付方式的heroku账户每月仅有550小时额度(约23天),验证支付方式后可达每月1000小时。 + ### 一键部署(无自动更新) [![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https%3A%2F%2Fgithub.com%2FDIYgod%2FRSSHub) @@ -259,6 +263,11 @@ in pkgs.stdenv.mkDerivation { ## 部署到 Vercel (Zeit Now) +### 注意: +Vercel免费版可能出现路由超时,请尝试其他方式或者使用付费版本。 + +![图片.png](https://i.loli.net/2021/08/12/qyUrZgB6vEIjuwD.png) + [![Deploy to Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/DIYgod/RSSHub) ## 部署到 Google App Engine From 9ece3cfabf1e1679ae7377b06cc20b84d51f6106 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 13 Aug 2021 05:43:34 +0000 Subject: [PATCH 2/2] style: auto format --- docs/install/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/install/README.md b/docs/install/README.md index ae7ea9806..d4066cb06 100644 --- a/docs/install/README.md +++ b/docs/install/README.md @@ -248,7 +248,7 @@ in pkgs.stdenv.mkDerivation { ### 注意: -未验证支付方式的heroku账户每月仅有550小时额度(约23天),验证支付方式后可达每月1000小时。 +未验证支付方式的 heroku 账户每月仅有 550 小时额度(约 23 天),验证支付方式后可达每月 1000 小时。 ### 一键部署(无自动更新) @@ -264,7 +264,8 @@ in pkgs.stdenv.mkDerivation { ## 部署到 Vercel (Zeit Now) ### 注意: -Vercel免费版可能出现路由超时,请尝试其他方式或者使用付费版本。 + +Vercel 免费版可能出现路由超时,请尝试其他方式或者使用付费版本。 ![图片.png](https://i.loli.net/2021/08/12/qyUrZgB6vEIjuwD.png)