diff --git a/README.md b/README.md index 72ecd16..f5e98f4 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # XCodeReviewer - 您的智能代码审计伙伴 🚀
- XCodeReviewer Logo + XCodeReviewer Logo
-[![Version](https://img.shields.io/badge/version-1.3.4-blue.svg)](https://github.com/lintsinghua/XCodeReviewer/releases) +[![Version](https://img.shields.io/badge/version-2.0.0--beta.1-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/) @@ -24,7 +24,7 @@
- Star this project + Star this project
@@ -34,7 +34,7 @@ 在快节奏的软件开发中,保证代码质量至关重要。传统代码审计工具规则死板、效率低下,而人工审计则耗时耗力。XCodeReviewer 借助 LLM 的强大能力,彻底改变了代码审查的方式: -![系统架构图](public/diagram.svg) +![系统架构图](frontend/public/diagram.svg)
@@ -57,15 +57,15 @@ ### 主要功能界面 #### 智能仪表盘 -![智能仪表盘](public/images/example1.png) +![智能仪表盘](frontend/public/images/example1.png) *实时展示项目统计、质量趋势和系统性能,提供全面的代码审计概览* #### 即时分析 -![即时分析](public/images/example2.png) +![即时分析](frontend/public/images/example2.png) *支持代码片段快速分析,提供详细的 What-Why-How 解释和修复建议* #### 项目管理 -![项目管理](public/images/example3.png) +![项目管理](frontend/public/images/example3.png) *集成 GitHub/GitLab 仓库,支持多语言项目审计和批量代码分析* ## 🚀 快速开始 diff --git a/frontend/public/images/example1.png b/frontend/public/images/example1.png index e64d357..ffda1ee 100644 Binary files a/frontend/public/images/example1.png and b/frontend/public/images/example1.png differ diff --git a/frontend/public/images/example2.png b/frontend/public/images/example2.png index a545744..b5464b6 100644 Binary files a/frontend/public/images/example2.png and b/frontend/public/images/example2.png differ diff --git a/frontend/public/images/example3.png b/frontend/public/images/example3.png index da90fa6..1ee09fd 100644 Binary files a/frontend/public/images/example3.png and b/frontend/public/images/example3.png differ diff --git a/frontend/public/images/审计报告示例.png b/frontend/public/images/审计报告示例.png index 5c99e71..e31f199 100644 Binary files a/frontend/public/images/审计报告示例.png and b/frontend/public/images/审计报告示例.png differ