Skip to content

Commit 51fe97e

Browse files
authored
Revise README badges and add star history chart
Updated badge links and added star history chart with responsive design.
1 parent 124ff52 commit 51fe97e

1 file changed

Lines changed: 12 additions & 9 deletions

File tree

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,10 @@
99
[![使用IntelliJ IDEA开发维护](https://img.shields.io/badge/IntelliJ%20IDEA-支持-blue.svg)](https://www.jetbrains.com/?from=WxJava-weixin-java-tools)
1010
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
1111

12-
<div align="center">
13-
<a href="https://hellogithub.com/repository/6de6147050c94db4aedfd7098d19f8d8" target="_blank">
14-
<img src="https://api.hellogithub.com/v1/widgets/recommend.svg?rid=6de6147050c94db4aedfd7098d19f8d8&claim_uid=mwKh0tILBfjlezR" alt="Featured|HelloGitHub" width="250" height="54" />
15-
</a>
16-
<a href="https://trendshift.io/repositories/12152" target="_blank">
17-
<img src="https://trendshift.io/api/badge/repositories/12152" alt="binarywang%2FWxJava | 趋势转变" width="250" height="55" />
18-
</a>
19-
</div>
12+
[<img src="https://api.hellogithub.com/v1/widgets/recommend.svg?rid=6de6147050c94db4aedfd7098d19f8d8&claim_uid=mwKh0tILBfjlezR" alt="Featured|HelloGitHub" width="250" height="55">](https://hellogithub.com/repository/6de6147050c94db4aedfd7098d19f8d8)
13+
[<img src="https://trendshift.io/api/badge/repositories/12152" alt="binarywang/WxJava | 趋势转变" width="250" height="55">](https://trendshift.io/repositories/12152)
14+
[<img src="https://api.star-history.com/badge?repo=binarywang/WxJava" alt="Star History" width="250" height="55">](https://www.star-history.com/binarywang/wxjava)
15+
2016

2117
### 微信 `Java` 开发工具包,支持包括微信支付、开放平台、公众号、企业微信、视频号、小程序等微信功能模块的后端开发。
2218

@@ -286,4 +282,11 @@ System.out.println(result.getOpenid());
286282
</a>
287283

288284
### GitHub Stargazers over time
289-
[![Star History Chart](https://api.star-history.com/svg?repos=binarywang/WxJava&type=Date)](https://star-history.com/#binarywang/WxJava&Date)
285+
286+
<a href="https://www.star-history.com/?repos=binarywang%2FWxJava&type=date&legend=top-left">
287+
<picture>
288+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/chart?repos=binarywang/WxJava&type=date&theme=dark&legend=top-left&sealed_token=OP4kucyxzW7JGPofQJzItoAcfUD3qaphFu3Ep_dTal_VwcvtSLVGMA_T-1emtwK6w0g5eKVdfZyfBBVYlcFqvLR9Ehk4P3uoD5yH44HUIT2zjvnNTIYhUA" />
289+
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/chart?repos=binarywang/WxJava&type=date&legend=top-left&sealed_token=OP4kucyxzW7JGPofQJzItoAcfUD3qaphFu3Ep_dTal_VwcvtSLVGMA_T-1emtwK6w0g5eKVdfZyfBBVYlcFqvLR9Ehk4P3uoD5yH44HUIT2zjvnNTIYhUA" />
290+
<img alt="Star History Chart" src="https://api.star-history.com/chart?repos=binarywang/WxJava&type=date&legend=top-left&sealed_token=OP4kucyxzW7JGPofQJzItoAcfUD3qaphFu3Ep_dTal_VwcvtSLVGMA_T-1emtwK6w0g5eKVdfZyfBBVYlcFqvLR9Ehk4P3uoD5yH44HUIT2zjvnNTIYhUA" />
291+
</picture>
292+
</a>

0 commit comments

Comments
 (0)