From 35b7f253d97f2bd05857db57e4cd29668651e5c7 Mon Sep 17 00:00:00 2001 From: WKK Date: Wed, 21 Aug 2024 16:57:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=AD=E6=96=87README?= =?UTF-8?q?=E4=BB=8B=E7=BB=8D=20=20|=20=20Add=20Chinese=20README=20introdu?= =?UTF-8?q?ction=20(#45)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add chinese readme * polish translation --------- Co-authored-by: lyc8503 --- README.md | 5 +++++ README_zh-CN.md | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 README_zh-CN.md diff --git a/README.md b/README.md index 0a118fe..0c2506d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +
+ English + 简体中文 +
+ # ✔[UptimeFlare](https://github.com/lyc8503/UptimeFlare) A more advanced, serverless, and free uptime monitoring & status page solution, powered by Cloudflare Workers, complete with a user-friendly interface. diff --git a/README_zh-CN.md b/README_zh-CN.md new file mode 100644 index 0000000..2d2cd52 --- /dev/null +++ b/README_zh-CN.md @@ -0,0 +1,39 @@ +
+ English + 简体中文 +
+ +# ✔[UptimeFlare](https://github.com/lyc8503/UptimeFlare) + +一个由 Cloudflare Workers 驱动的功能丰富、Serverless 且免费的 Uptime 监控及状态页面。 + +## ⭐功能 +- 开源,易于部署(全程无需本地工具,耗时不到 10 分钟),且完全免费 +- 监控功能 + - 最多支持 50 个 1 分钟精度的检查 + - 支持指定全球 [310+ 个城市](https://www.cloudflare.com/network/) 的监控节点 + - 支持 HTTP/HTTPS/TCP 端口监控 + - 最多 90 天的 uptime 历史记录和 uptime 百分比跟踪 + - 可自定义的 HTTP(s) 请求方法、头和主体 + - 可自定义的 HTTP(s) 状态码和关键字检查 + - 支持 [100 多个通知渠道](https://github.com/caronc/apprise/wiki) 的宕机消息通知 + - 可自定义的 Webhook +- 状态页面 + - 所有类型监控的交互式 ping(响应时间)图表 + - 响应式 UI,自适应PC/手机屏幕,及亮色/暗色系统主题 + - 配置选项丰富的状态页面 + - 可使用您自己的域名与 CNAME + - 可选的密码认证(私人状态页面) + - 用于获取实时状态数据的 JSON API + +## 👀演示 + +我自己的状态页面(在线演示):https://uptimeflare.pages.dev/ + +一些截图: + +![桌面,浅色主题](docs/desktop.png) + +## ⚡快速入门 / 📄文档 + +请参阅 [Wiki](https://github.com/lyc8503/UptimeFlare/wiki)