From 2cc52fcee6d2eb33c73da1f8c635f3eb950bbcc7 Mon Sep 17 00:00:00 2001 From: lollipopkit Date: Sat, 18 Mar 2023 00:16:01 +0800 Subject: [PATCH] #11 Update `README.md` --- README.md | 9 +++++++++ README_zh.md | 8 ++++++++ 2 files changed, 17 insertions(+) diff --git a/README.md b/README.md index 69f8e4b6..e8e605a3 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,12 @@ Especially thanks to dartss - [How to contribute?](#l10n-guide) - [x] Desktop support + +## 📩 Push +You need to install [ServerBoxMonitor](https://github.com/lollipopkit/server_box_monitor) on your servers. +And config iOS / Webhook to push server status to your portable device without using ServerBox app. + + ## 📱 ScreenShots @@ -72,12 +78,14 @@ Especially thanks to dartss
+ ## 🖥 Platform Status|Platform --- | --- Full Support|Android/iOS Support, but not tested|macOS/Windows/Linux + ## l10n guide 1. Fork this repo and clone it to your local machine. 2. Create `arb` file in `lib/l10n/` directory @@ -87,5 +95,6 @@ Support, but not tested|macOS/Windows/Linux 5. Pull commit to your forked repo. 6. Request a pull request on my repo. + ## 📝 License `GPL v3. lollipopkit 2023` diff --git a/README_zh.md b/README_zh.md index ffaf463d..e44fabc9 100644 --- a/README_zh.md +++ b/README_zh.md @@ -38,6 +38,11 @@ - [怎么贡献?](#l10n) - [x] 桌面端支持 + +## 📩 推送 +你需要在你的服务器上安装 [ServerBoxMonitor](https://github.com/lollipopkit/server_box_monitor)。 +并且配置 iOS / Webhook 推送服务,这样,你可以在不使用 ServerBox app 时获取服务器状态。 + ## 📱 截屏 @@ -72,12 +77,14 @@
+ ## 🖥 平台 状态|平台 --- | --- 完整支持|Android/iOS 可能支持,未测试|macOS/Windows/Linux + ## l10n 1. Fork本项目,并Clone你Fork的项目至你的电脑 2. 在 `lib/l10n/` 文件夹内创建 `.arb` 本地化文件 @@ -87,5 +94,6 @@ 5. Commit 变更到你的 Fork 的 Repo 6. 在我的项目中发起 Pull Request. + ## 📝 License `GPL v3. lollipopkit 2023`