diff options
| author | ruki <[email protected]> | 2020-07-31 22:48:37 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-07-31 22:48:37 +0800 |
| commit | c8a7876a0302dca8566a544bf6a874d4ed047f43 (patch) | |
| tree | 26852ab7406010360d3a890dfc85194e4e9e1de5 | |
| parent | c63545cbe59c57f370abd7c93f8977836f4f0e14 (diff) | |
update readme
| -rw-r--r-- | README.md | 12 | ||||
| -rw-r--r-- | README_zh.md | 12 |
2 files changed, 22 insertions, 2 deletions
@@ -51,7 +51,7 @@ xmake is being sponsored by the following tool; please help to support us by taking a look and signing up to a free trial. 🙏 <a href="https://tracking.gitads.io/?repo=xmake"> - <img src="https://images.gitads.io/xmake" alt="GitAds"/> + <img src="https://images.gitads.io/xmake" alt="GitAds" width="650px"/> </a> ### Sponsor @@ -413,6 +413,16 @@ $ ./gradlew app:assembleDebug > Task :app:assembleDebug ``` +## Technical Support + +We also provide paid technical support to help users quickly solve related problems. For details, please click the image link below: + +<a href="https://xscode.com/waruqi/xmake"> +<img src="https://tboox.org/assets/img/xmake-xscode.png" width="650px" /> +</a> + +Or you can also consider sponsoring us to get technical support services, [[Become a sponsor](https://xmake.io/#/about/sponsor)] + ## Project Examples Some projects using xmake: diff --git a/README_zh.md b/README_zh.md index b85a4881c..c9fddf864 100644 --- a/README_zh.md +++ b/README_zh.md @@ -51,7 +51,7 @@ xmake由以下工具赞助, 请通过查看并注册免费试用来帮助支持我们。🙏 <a href="https://tracking.gitads.io/?repo=xmake"> - <img src="https://images.gitads.io/xmake" alt="GitAds"/> + <img src="https://images.gitads.io/xmake" alt="GitAds" width="650px"/> </a> ### 赞助支持 @@ -419,6 +419,16 @@ $ ./gradlew app:assembleDebug > Task :app:assembleDebug ``` +## 技术支持 + +我们也提供付费的技术支持来为帮助用户快速解决相关问题,具体详情请点击下面的图片链接: + +<a href="https://xscode.com/waruqi/xmake"> +<img src="https://tboox.org/assets/img/xmake-xscode.png" width="650px" /> +</a> + +或者你也可以考虑赞助我们也获取技术支持服务,[[成为赞助商](https://xmake.io/#/zh-cn/about/sponsor)] + ## 项目例子 一些使用xmake的项目: |
