Skip to content

Commit 36622e1

Browse files
committed
docs: update README image paths and version to 2.0.0-beta.1
- Update all image references from `public/` to `frontend/public/` to reflect correct project structure - Bump version badge from 1.3.4 to 2.0.0-beta.1 in README - Refresh example screenshots (example1.png, example2.png, example3.png) - Update audit report example image (审计报告示例.png) - Ensure all documentation images point to correct frontend assets location
1 parent 7fa3a82 commit 36622e1

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# XCodeReviewer - 您的智能代码审计伙伴 🚀
22

33
<div style="width: 100%; max-width: 600px; margin: 0 auto;">
4-
<img src="public/images/logo.png" alt="XCodeReviewer Logo" style="width: 100%; height: auto; display: block; margin: 0 auto;">
4+
<img src="frontend/public/images/logo.png" alt="XCodeReviewer Logo" style="width: 100%; height: auto; display: block; margin: 0 auto;">
55
</div>
66

77

88

99
<div align="center">
1010

11-
[![Version](https://img.shields.io/badge/version-1.3.4-blue.svg)](https://github.com/lintsinghua/XCodeReviewer/releases)
11+
[![Version](https://img.shields.io/badge/version-2.0.0--beta.1-blue.svg)](https://github.com/lintsinghua/XCodeReviewer/releases)
1212
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1313
[![React](https://img.shields.io/badge/React-18-61dafb.svg)](https://reactjs.org/)
1414
[![TypeScript](https://img.shields.io/badge/TypeScript-5.7-3178c6.svg)](https://www.typescriptlang.org/)
@@ -24,7 +24,7 @@
2424

2525
<div style="width: 100%; max-width: 600px; margin: 0 auto;">
2626
<a href="https://github.com/lintsinghua/XCodeReviewer">
27-
<img src="public/star-me-cn.svg" alt="Star this project" style="width: 100%; height: auto; display: block; margin: 0 auto;" />
27+
<img src="frontend/public/star-me-cn.svg" alt="Star this project" style="width: 100%; height: auto; display: block; margin: 0 auto;" />
2828
</a>
2929
</div>
3030

@@ -34,7 +34,7 @@
3434

3535
在快节奏的软件开发中,保证代码质量至关重要。传统代码审计工具规则死板、效率低下,而人工审计则耗时耗力。XCodeReviewer 借助 LLM 的强大能力,彻底改变了代码审查的方式:
3636

37-
![系统架构图](public/diagram.svg)
37+
![系统架构图](frontend/public/diagram.svg)
3838

3939
<div div align="center">
4040
<em>
@@ -57,15 +57,15 @@
5757
### 主要功能界面
5858

5959
#### 智能仪表盘
60-
![智能仪表盘](public/images/example1.png)
60+
![智能仪表盘](frontend/public/images/example1.png)
6161
*实时展示项目统计、质量趋势和系统性能,提供全面的代码审计概览*
6262

6363
#### 即时分析
64-
![即时分析](public/images/example2.png)
64+
![即时分析](frontend/public/images/example2.png)
6565
*支持代码片段快速分析,提供详细的 What-Why-How 解释和修复建议*
6666

6767
#### 项目管理
68-
![项目管理](public/images/example3.png)
68+
![项目管理](frontend/public/images/example3.png)
6969
*集成 GitHub/GitLab 仓库,支持多语言项目审计和批量代码分析*
7070

7171
## 🚀 快速开始
-124 KB
Loading
-94.9 KB
Loading
-180 KB
Loading
206 KB
Loading

0 commit comments

Comments
 (0)