Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Zig Cookbook 受到以下类似项目的启发,感谢它们出色的工作。

# Star 趋势

[![Star History Chart](https://api.star-history.com/svg?repos=zigcc/zig-cookbook&type=Date)](https://www.star-history.com/#zigcc/zig-cookbook&Date)
[![Star History Chart](https://star-history.dera.page/svg?repos=zigcc/zig-cookbook&type=Date)](https://star-history.dera.page/#zigcc/zig-cookbook&Date)

# 许可证

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Zig Cookbook was inspired by several other similar projects. We would like to th

# Star History

[![Star History Chart](https://api.star-history.com/svg?repos=zigcc/zig-cookbook&type=Date)](https://www.star-history.com/#zigcc/zig-cookbook&Date)
[![Star History Chart](https://star-history.dera.page/svg?repos=zigcc/zig-cookbook&type=Date)](https://star-history.dera.page/#zigcc/zig-cookbook&Date)

# License

Expand Down
4 changes: 2 additions & 2 deletions src/en-US/index.smd
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ Zig Cookbook was inspired by several other similar projects. We would like to th
# Star History

```=html
<a href="https://star-history.com/#zigcc/zig-cookbook&Date">
<img src="https://api.star-history.com/svg?repos=zigcc/zig-cookbook&type=Date" alt="Star History">
<a href="https://star-history.dera.page/#zigcc/zig-cookbook&Date">
<img src="https://star-history.dera.page/svg?repos=zigcc/zig-cookbook&type=Date" alt="Star History">
</a>
```

Expand Down
4 changes: 2 additions & 2 deletions src/zh-CN/index.smd
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ Zig Cookbook 受到多个类似项目的启发。我们向以下项目致以诚
# Star 历史

```=html
<a href="https://star-history.com/#zigcc/zig-cookbook&Date">
<img src="https://api.star-history.com/svg?repos=zigcc/zig-cookbook&type=Date" alt="星标历史">
<a href="https://star-history.dera.page/#zigcc/zig-cookbook&Date">
<img src="https://star-history.dera.page/svg?repos=zigcc/zig-cookbook&type=Date" alt="星标历史">
</a>
```

Expand Down
Loading