Skip to content

Commit 712da38

Browse files
committed
docs: fix README badges and remove empty Star History
- Fix download badge label (windows → Windows) - Add total Downloads badge (shows GitHub release download count) - Remove MSI download row (we now build NSIS only) - Remove Star History section (repo has 0 stars, API doesn't render) - Keep License MIT badge pointing to repo file - Sync changes to both en and zh READMEs
1 parent ab329e9 commit 712da38

2 files changed

Lines changed: 4 additions & 24 deletions

File tree

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
<a href="https://github.com/JeffGuo7/s-loop/blob/master/LICENSE"><img src="https://img.shields.io/github/license/JeffGuo7/s-loop?color=blue" alt="License"></a>
1212
<a href="https://github.com/JeffGuo7/s-loop/releases"><img src="https://img.shields.io/github/v/release/JeffGuo7/s-loop?include_prereleases&label=release" alt="Release"></a>
1313
<a href="https://github.com/JeffGuo7/s-loop/stargazers"><img src="https://img.shields.io/github/stars/JeffGuo7/s-loop?style=flat" alt="Stars"></a>
14-
<a href="https://github.com/JeffGuo7/s-loop/releases/latest"><img src="https://img.shields.io/badge/download-windows%20.exe-blue?logo=windows" alt="Download Windows"></a>
14+
<a href="https://github.com/JeffGuo7/s-loop/releases/latest"><img src="https://img.shields.io/badge/Download-Windows%20.exe-blue?logo=windows" alt="Download Windows"></a>
15+
<a href="https://github.com/JeffGuo7/s-loop/releases/latest"><img src="https://img.shields.io/github/downloads/JeffGuo7/s-loop/total?color=blue" alt="Downloads"></a>
1516
</p>
1617

1718
[中文文档](README.zh-CN.md)
@@ -36,7 +37,6 @@ Download the latest installer from the [Releases page](https://github.com/JeffGu
3637
| Format | File |
3738
|--------|------|
3839
| Installer (recommended) | `S-Loop_<version>_x64-setup.exe` |
39-
| Portable | `S-Loop_<version>_x64_en-US.msi` |
4040

4141
## Features
4242

@@ -94,16 +94,6 @@ Download the latest installer from the [Releases page](https://github.com/JeffGu
9494
└───────────────────────────────────────────────────────────────┘
9595
```
9696

97-
## Star History
98-
99-
<a href="https://star-history.com/#JeffGuo7/s-loop&Date">
100-
<picture>
101-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=JeffGuo7/s-loop&type=Date&theme=dark" />
102-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=JeffGuo7/s-loop&type=Date" />
103-
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=JeffGuo7/s-loop&type=Date" width="600" />
104-
</picture>
105-
</a>
106-
10797
## License
10898

10999
MIT

README.zh-CN.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
<a href="https://github.com/JeffGuo7/s-loop/blob/master/LICENSE"><img src="https://img.shields.io/github/license/JeffGuo7/s-loop?color=blue" alt="License"></a>
1414
<a href="https://github.com/JeffGuo7/s-loop/releases"><img src="https://img.shields.io/github/v/release/JeffGuo7/s-loop?include_prereleases&label=release" alt="Release"></a>
1515
<a href="https://github.com/JeffGuo7/s-loop/stargazers"><img src="https://img.shields.io/github/stars/JeffGuo7/s-loop?style=flat" alt="Stars"></a>
16-
<a href="https://github.com/JeffGuo7/s-loop/releases/latest"><img src="https://img.shields.io/badge/download-windows%20.exe-blue?logo=windows" alt="Download Windows"></a>
16+
<a href="https://github.com/JeffGuo7/s-loop/releases/latest"><img src="https://img.shields.io/badge/Download-Windows%20.exe-blue?logo=windows" alt="Download Windows"></a>
17+
<a href="https://github.com/JeffGuo7/s-loop/releases/latest"><img src="https://img.shields.io/github/downloads/JeffGuo7/s-loop/total?color=blue" alt="Downloads"></a>
1718
</p>
1819

1920
## 快速开始
@@ -36,7 +37,6 @@ npm run tauri:dev
3637
| 格式 | 文件 |
3738
|------|------|
3839
| 安装版(推荐) | `S-Loop_<version>_x64-setup.exe` |
39-
| 绿色版 | `S-Loop_<version>_x64_en-US.msi` |
4040

4141
## 功能概览
4242

@@ -94,16 +94,6 @@ npm run tauri:dev
9494
└───────────────────────────────────────────────────────────────┘
9595
```
9696

97-
## Star History
98-
99-
<a href="https://star-history.com/#JeffGuo7/s-loop&Date">
100-
<picture>
101-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=JeffGuo7/s-loop&type=Date&theme=dark" />
102-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=JeffGuo7/s-loop&type=Date" />
103-
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=JeffGuo7/s-loop&type=Date" width="600" />
104-
</picture>
105-
</a>
106-
10797
## License
10898

10999
MIT

0 commit comments

Comments
 (0)