Skip to content

Commit dfa7a8d

Browse files
committed
docs: add star history chart
1 parent 2953649 commit dfa7a8d

2 files changed

Lines changed: 34 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,23 @@ Issues and pull requests are welcome. Good contributions include:
183183

184184
JavaSecLab is released under the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0). See [LICENSE](./LICENSE) for details.
185185

186+
## Star History
187+
188+
<picture>
189+
<source
190+
media="(prefers-color-scheme: dark)"
191+
srcset="https://api.star-history.com/svg?repos=whgojp/JavaSecLab&type=Date&theme=dark"
192+
/>
193+
<source
194+
media="(prefers-color-scheme: light)"
195+
srcset="https://api.star-history.com/svg?repos=whgojp/JavaSecLab&type=Date"
196+
/>
197+
<img
198+
alt="Star History Chart"
199+
src="https://api.star-history.com/svg?repos=whgojp/JavaSecLab&type=Date"
200+
/>
201+
</picture>
202+
186203
## Changelog
187204

188205
See the [Update Log](https://github.com/whgojp/JavaSecLab/wiki/%E6%9B%B4%E6%96%B0%E6%97%A5%E5%BF%97) for release notes and project history.

README_ZH.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,23 @@ JavaSecLab 为漏洞靶场项目,包含故意保留的危险接口、漏洞依
183183

184184
本项目遵循 [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0) 协议,详细内容请参见 [LICENSE](./LICENSE)。
185185

186+
## Star History
187+
188+
<picture>
189+
<source
190+
media="(prefers-color-scheme: dark)"
191+
srcset="https://api.star-history.com/svg?repos=whgojp/JavaSecLab&type=Date&theme=dark"
192+
/>
193+
<source
194+
media="(prefers-color-scheme: light)"
195+
srcset="https://api.star-history.com/svg?repos=whgojp/JavaSecLab&type=Date"
196+
/>
197+
<img
198+
alt="Star History Chart"
199+
src="https://api.star-history.com/svg?repos=whgojp/JavaSecLab&type=Date"
200+
/>
201+
</picture>
202+
186203
## 更新记录
187204

188205
项目详细更新记录见:[更新日志](https://github.com/whgojp/JavaSecLab/wiki/%E6%9B%B4%E6%96%B0%E6%97%A5%E5%BF%97)

0 commit comments

Comments
 (0)