From 6dfbdcdddcc761eb62557ca7d1f6af9811c5dd6b Mon Sep 17 00:00:00 2001 From: lintsinghua <1930438860@qq.com> Date: Mon, 27 Oct 2025 17:14:33 +0800 Subject: [PATCH] docs: enhance README files with additional badges - Added version, stars, and forks badges to both English and Chinese README files for improved project visibility and engagement. - Centered the badges for better presentation. --- README.md | 5 +++++ README_EN.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index 2d42e54..f249c44 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,19 @@

+
+ [![Version](https://img.shields.io/badge/version-1.1.3-blue.svg)](https://github.com/lintsinghua/XCodeReviewer/releases) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![React](https://img.shields.io/badge/React-18-61dafb.svg)](https://reactjs.org/) [![TypeScript](https://img.shields.io/badge/TypeScript-5.7-3178c6.svg)](https://www.typescriptlang.org/) [![Vite](https://img.shields.io/badge/Vite-5.1-646cff.svg)](https://vitejs.dev/) + [![Stars](https://img.shields.io/github/stars/lintsinghua/XCodeReviewer?style=social)](https://github.com/lintsinghua/XCodeReviewer/stargazers) [![Forks](https://img.shields.io/github/forks/lintsinghua/XCodeReviewer?style=social)](https://github.com/lintsinghua/XCodeReviewer/network/members) +
+
Star this project diff --git a/README_EN.md b/README_EN.md index 29a568f..b1528ce 100644 --- a/README_EN.md +++ b/README_EN.md @@ -11,14 +11,19 @@

+
+ [![Version](https://img.shields.io/badge/version-1.1.3-blue.svg)](https://github.com/lintsinghua/XCodeReviewer/releases) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![React](https://img.shields.io/badge/React-18-61dafb.svg)](https://reactjs.org/) [![TypeScript](https://img.shields.io/badge/TypeScript-5.7-3178c6.svg)](https://www.typescriptlang.org/) [![Vite](https://img.shields.io/badge/Vite-5.1-646cff.svg)](https://vitejs.dev/) + [![Stars](https://img.shields.io/github/stars/lintsinghua/XCodeReviewer?style=social)](https://github.com/lintsinghua/XCodeReviewer/stargazers) [![Forks](https://img.shields.io/github/forks/lintsinghua/XCodeReviewer?style=social)](https://github.com/lintsinghua/XCodeReviewer/network/members) +
+
Star this project