Update README.md

This commit is contained in:
lollipopkit
2023-03-27 21:16:16 +08:00
parent 55c96031f7
commit 3c481cf61c
4 changed files with 27 additions and 18 deletions

View File

@@ -34,14 +34,18 @@ Especially thanks to <a href="https://github.com/TerminalStudio/dartssh2">dartss
- [x] Status charts
- [x] `Ping` and etc.
- [x] i18n (English, Chinese)
- **Welcome contribution** :)
- [How to contribute?](#l10n-guide)
- Welcome contribution :), [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.
And config `iOS / Webhook / ServerChan` to push server status to your portable device without using ServerBox app.
## 🆘 Help
If you have any question or feature request, please open a [discussion](https://github.com/lollipopkit/flutter_server_box/discussions/new/choose).
If ServerBox app has any bug, please open an [issue](https://github.com/lollipopkit/flutter_server_box/issues/new).
## 📱 ScreenShots
@@ -82,12 +86,12 @@ And config iOS / Webhook to push server status to your portable device without u
## 🖥 Platform
Status|Platform
--- | ---
Full Support|Android/iOS
Support, but not tested|macOS/Windows/Linux
Full Support| Android / iOS / macOS
Support, but not tested| Windows / Linux
## l10n guide
1. Fork this repo and clone it to your local machine.
1. Fork this repo and clone forked repo to your local machine.
2. Create `arb` file in `lib/l10n/` directory
- File name should be `intl_XX.arb`, where `XX` is the language code. Such as `intl_en.arb` for English and `intl_zh.arb` for Chinese.
3. Add content to the file. You can refer to `intl_en.arb` and `intl_zh.arb` for the format.