docs: restructure README with improved layout and formatting

- Replace centered HTML alignment with markdown heading and div styling
- Convert core capabilities table to bullet point list format
- Convert roadmap table to bullet point list format
- Add TypeScript badge to technology stack
- Reorganize contact section from centered links to bullet point list
- Add "Star this project" banner image to header
- Add development notice about multi-Agent PR batch audit version
- Improve visual hierarchy and readability of key sections
- Maintain all existing content while enhancing presentation
This commit is contained in:
lintsinghua 2025-12-05 13:52:48 +08:00
parent 0e00514aad
commit f961e6a197
1 changed files with 41 additions and 44 deletions

View File

@ -1,31 +1,32 @@
<p align="center"> # XCodeReviewer - 您的智能代码审计伙伴 🚀
<img src="frontend/public/images/logo.png" alt="XCodeReviewer Logo" width="200">
</p>
<h1 align="center">🛡️ XCodeReviewer</h1> > 多Agent、PR批量自动审计版本正在开发中敬请期待......
<p align="center"> <div style="width: 100%; max-width: 600px; margin: 0 auto;">
<strong>让 AI 成为你的代码安全守护者</strong> <img src="frontend/public/images/logo.png" alt="XCodeReviewer Logo" style="width: 100%; height: auto; display: block; margin: 0 auto;">
</p> </div>
<p align="center"> <div align="center">
<em>告别繁琐的人工审计,拥抱智能化代码安全新时代</em>
</p>
<p align="center"> [![Version](https://img.shields.io/badge/version-2.0.0--beta.1-blue.svg)](https://github.com/lintsinghua/XCodeReviewer/releases)
<a href="https://github.com/lintsinghua/XCodeReviewer/releases"><img src="https://img.shields.io/badge/version-2.0.0--beta.1-blue.svg" alt="Version"></a> [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License"></a> [![React](https://img.shields.io/badge/React-18-61dafb.svg)](https://reactjs.org/)
<a href="https://reactjs.org/"><img src="https://img.shields.io/badge/React-18-61dafb.svg" alt="React"></a> [![TypeScript](https://img.shields.io/badge/TypeScript-5.7-3178c6.svg)](https://www.typescriptlang.org/)
<a href="https://fastapi.tiangolo.com/"><img src="https://img.shields.io/badge/FastAPI-0.100+-009688.svg" alt="FastAPI"></a> [![FastAPI](https://img.shields.io/badge/FastAPI-0.100+-009688.svg)](https://fastapi.tiangolo.com/)
<a href="https://www.python.org/"><img src="https://img.shields.io/badge/Python-3.13+-3776ab.svg" alt="Python"></a> [![Python](https://img.shields.io/badge/Python-3.13+-3776ab.svg)](https://www.python.org/)
<a href="https://deepwiki.com/lintsinghua/XCodeReviewer"><img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki"></a> [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/lintsinghua/XCodeReviewer)
</p>
<p align="center"> [![Stars](https://img.shields.io/github/stars/lintsinghua/XCodeReviewer?style=social)](https://github.com/lintsinghua/XCodeReviewer/stargazers)
<a href="https://github.com/lintsinghua/XCodeReviewer/stargazers"><img src="https://img.shields.io/github/stars/lintsinghua/XCodeReviewer?style=social" alt="Stars"></a> [![Forks](https://img.shields.io/github/forks/lintsinghua/XCodeReviewer?style=social)](https://github.com/lintsinghua/XCodeReviewer/network/members)
<a href="https://github.com/lintsinghua/XCodeReviewer/network/members"><img src="https://img.shields.io/github/forks/lintsinghua/XCodeReviewer?style=social" alt="Forks"></a>
<a href="https://github.com/lintsinghua/lintsinghua.github.io/issues/1"><img src="https://img.shields.io/badge/Sponsor-赞助-blueviolet" alt="Sponsor"></a> [![Sponsor](https://img.shields.io/badge/Sponsor-赞助-blueviolet)](https://github.com/lintsinghua/lintsinghua.github.io/issues/1)
</p> </div>
<div style="width: 100%; max-width: 600px; margin: 0 auto;">
<a href="https://github.com/lintsinghua/XCodeReviewer">
<img src="frontend/public/star-me-cn.svg" alt="Star this project" style="width: 100%; height: auto; display: block; margin: 0 auto;" />
</a>
</div>
--- ---
@ -109,14 +110,12 @@ docker-compose up -d
## 🛠️ 核心能力 ## 🛠️ 核心能力
| 能力 | 描述 | - 🚀 **项目管理** — GitHub/GitLab 一键导入ZIP 上传,多语言支持
|------|------| - ⚡ **即时分析** — 代码片段秒级分析10+ 编程语言全覆盖
| 🚀 **项目管理** | GitHub/GitLab 一键导入ZIP 上传,多语言支持 | - 🧠 **智能审计** — Bug、安全、性能、风格、可维护性五维检测
| ⚡ **即时分析** | 代码片段秒级分析10+ 编程语言全覆盖 | - 💡 **可解释分析** — What-Why-How 模式,精准定位 + 修复建议
| 🧠 **智能审计** | Bug、安全、性能、风格、可维护性五维检测 | - 📊 **可视化报告** — 质量仪表盘、趋势分析、PDF/JSON 导出
| 💡 **可解释分析** | What-Why-How 模式,精准定位 + 修复建议 | - ⚙️ **灵活配置** — 浏览器运行时配置,无需重启服务
| 📊 **可视化报告** | 质量仪表盘、趋势分析、PDF/JSON 导出 |
| ⚙️ **灵活配置** | 浏览器运行时配置,无需重启服务 |
## 🤖 支持的 LLM 平台 ## 🤖 支持的 LLM 平台
@ -142,14 +141,14 @@ docker-compose up -d
> 🚀 **我们的愿景:打造下一代智能代码安全平台,让每一行代码都值得信赖!** > 🚀 **我们的愿景:打造下一代智能代码安全平台,让每一行代码都值得信赖!**
| 计划 | 描述 | - 🔄 **DevSecOps Pipeline** — GitHub/GitLab CI 集成PR 级自动化安全审查
|------|------| - 🔬 **RAG-Enhanced Detection** — CWE/CVE 知识库增强,告别高误报
| 🔄 **DevSecOps Pipeline** | GitHub/GitLab CI 集成PR 级自动化安全审查 | - 🤖 **Multi-Agent Architecture** — 审计-修复-验证多智能体协同工作流
| 🔬 **RAG-Enhanced Detection** | CWE/CVE 知识库增强,告别高误报 | - 🔧 **Auto Patch Generation** — 智能漏洞定位与修复补丁自动生成
| 🤖 **Multi-Agent Architecture** | 审计-修复-验证多智能体协同工作流 | - 🛡️ **Hybrid Analysis Engine** — AI + SAST 工具双重验证机制
| 🔧 **Auto Patch Generation** | 智能漏洞定位与修复补丁自动生成 | - 📋 **Custom Security Policies** — 声明式规则引擎,团队规范定制
| 🛡️ **Hybrid Analysis Engine** | AI + SAST 工具双重验证机制 |
| 📋 **Custom Security Policies** | 声明式规则引擎,团队规范定制 | 💡 **您的 Star 和反馈是我们前进的最大动力!**
## 📚 文档 ## 📚 文档
@ -180,11 +179,9 @@ docker-compose up -d
## 📞 联系我们 ## 📞 联系我们
<p align="center"> - **项目链接**: [https://github.com/lintsinghua/XCodeReviewer](https://github.com/lintsinghua/XCodeReviewer)
<a href="https://github.com/lintsinghua/XCodeReviewer">🏠 项目主页</a> · - **问题反馈**: [Issues](https://github.com/lintsinghua/XCodeReviewer/issues)
<a href="https://github.com/lintsinghua/XCodeReviewer/issues">🐛 问题反馈</a> · - **作者邮箱**: lintsinghua@qq.com合作请注明来意
<a href="mailto:lintsinghua@qq.com">📧 联系作者</a>
</p>
--- ---