Update README.md

This commit is contained in:
lollipopkit
2023-08-07 12:41:49 +08:00
parent 8abdcf15d4
commit df313adf39
2 changed files with 23 additions and 13 deletions

View File

@@ -40,6 +40,7 @@ In order to push server status to your portable device without opening ServerBo
## 🆘 Help
**Maybe** a more convinient [way](https://qm.qq.com/q/cpcFYXixgs) for China mainland people.
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).
@@ -82,13 +83,13 @@ If ServerBox app has any bug, please open an [issue](https://github.com/lollipop
## 🖥 Platform
Status|Platform
--- | ---
Full Support| Android / iOS / macOS
Support, but not tested| Windows / Linux
Full Support| Android / iOS
Not tested| macOS / Windows / Linux
## 🧱 Contribution
**Any positive contribution is welcome**.
10 iOS app redemption codes will be given away for the first time you participate in the contribution. This is the only thing I can do to thank you. :)
10 iOS app redemption codes will be given away for the first time you participate in the contribution. :)
### l10n guide
1. Fork this repo and clone forked repo to your local machine.
2. Create `arb` file in `lib/l10n/` directory
@@ -100,5 +101,9 @@ Support, but not tested| Windows / Linux
## 📝 License
1. You can package it for personal use, but you can't distribute it. (For example: You can teach others how to package it to avoid spending money to buy App, but you can't directly distribute the App you packaged.)
2. Except for the above, apply the `GPLv3` license.
- You can package it for personal use, but you can't distribute it.
- For example: You can teach others how to package it to avoid spending money to buy App, but you can't directly distribute the App you packaged.
- Why do I have to do this?
- Security: If anyone inject malicious code into the source code and distribute it, it will cause a lot of trouble.
- Income: Apple developer account = $99 per year. As a freshly graduated independent developer, I need income.
- Except for the above, apply the `GPLv3` license.