update README.md

This commit is contained in:
lollipopkit
2023-04-23 14:52:01 +08:00
parent 167d65a97b
commit 6d7a47a228
2 changed files with 3 additions and 5 deletions

View File

@@ -36,8 +36,7 @@ Especially thanks to <a href="https://github.com/TerminalStudio/dartssh2">dartss
## 📩 Push
You need to install [ServerBoxMonitor](https://github.com/lollipopkit/server_box_monitor) on your servers.
And config `iOS / Webhook / ServerChan` to push server status to your portable device without using ServerBox app.
In order to push server status to your portable device without opening ServerBox app, you need to install [ServerBoxMonitor](https://github.com/lollipopkit/server_box_monitor) on your servers, and config `iOS / Webhook / ServerChan`.
## 🆘 Help

View File

@@ -36,8 +36,7 @@
## 📩 推送
你需要在你的服务器上安装 [ServerBoxMonitor](https://github.com/lollipopkit/server_box_monitor)。
并且配置 `iOS / Webhook / Server酱` 推送服务,这样,你可以在不使用 ServerBox app 时获取服务器状态。
为了可以在不使用 ServerBox app 时获取服务器状态,你需要在你的服务器上安装 [ServerBoxMonitor](https://github.com/lollipopkit/server_box_monitor),并且配置 `iOS / Webhook / Server酱` 推送服务
## 🆘 帮助
@@ -88,7 +87,7 @@
## l10n
1. Fork本项目并CloneFork的项目至你的电脑
1. Fork 本项目,并 CloneFork 的项目至你的电脑
2.`lib/l10n/` 文件夹内创建 `.arb` 本地化文件
- 文件名应该类似 `intl_XX.arb`, `XX` 是语言标识码。 例如 `intl_en.arb` 是给英语的, `intl_zh.arb` 是给中文的
3.`.arb` 本地化文件添加内容。 你可以查看 `intl_en.arb``intl_zh.arb` 的内容,并理解其含义,来创建新的本地化文件