From df313adf394643a3ca3859623b74baea904c4363 Mon Sep 17 00:00:00 2001 From: lollipopkit Date: Mon, 7 Aug 2023 12:41:49 +0800 Subject: [PATCH] Update `README.md` --- README.md | 15 ++++++++++----- README_zh.md | 21 +++++++++++++-------- 2 files changed, 23 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 789766dd..e36e54a4 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/README_zh.md b/README_zh.md index d20c49e4..e268f847 100644 --- a/README_zh.md +++ b/README_zh.md @@ -40,6 +40,7 @@ ## 🆘 帮助 +**可能**更适合大陆地区的 [QQ](https://qm.qq.com/q/cpcFYXixgs) 反馈。 如果你有任何问题或者功能请求,请在 [讨论](https://github.com/lollipopkit/flutter_server_box/discussions/new/choose) 中交流。 如果 ServerBox app 有任何 bug,请在 [问题](https://github.com/lollipopkit/flutter_server_box/issues/new) 中反馈。 @@ -82,12 +83,12 @@ ## 🖥 平台 状态|平台 --- | --- -完整支持 | Android / iOS / macOS -可能支持,未测试 | Windows / Linux +完整支持 | Android / iOS +未测试 | macOS / Windows / Linux ## 🧱 贡献 **任何正面的贡献都欢迎**. -第一次参与贡献,会赠送 10 份 iOS App 兑换码。这是我唯一能送的。你可以用来送给其他人。:) +第一次参与贡献,会赠送 10 份 iOS App 兑换码。如果没有 iOS 设备,你可以用来送给其他人。:) ### l10n 1. Fork 本项目,并 Clone 你 Fork 的项目至你的电脑 @@ -95,10 +96,14 @@ - 文件名应该类似 `intl_XX.arb`, `XX` 是语言标识码。 例如 `intl_en.arb` 是给英语的, `intl_zh.arb` 是给中文的 3. 向 `.arb` 本地化文件添加内容。 你可以查看 `intl_en.arb` 和 `intl_zh.arb` 的内容,并理解其含义,来创建新的本地化文件 4. 运行 `flutter gen-l10n` 来生成所需文件 -5. Commit 变更到你的 Fork 的 Repo -6. 在我的项目中发起 Pull Request. +5. Commit 变更到你 Fork 的 Repo +6. 在我的项目中发起 Pull Request -## 📝 License -1. 允许打包自用,但不允许分发(举例:你可以教别人如何打包,避免花钱购买App,但不能与他人分享你打包的App) -2. 除去上诉情形:遵循 `GPLv3` +## 📝 开源协议 +- 允许打包自用,但不允许分发 + - 举例:你可以教别人如何打包,避免花钱购买App,但不能与他人分享你打包的App) + - 之所以这样做: + 1. 安全性:可能会有有心之人植入后门并分发 + 2. 回血:苹果开发者 **99刀/年**,并且作为刚毕业的独立开发者,我需要收入 +- 除去上述情形:遵循 `GPLv3`