From d6b80b8f90830d7c0c817f70de4323db25af47f1 Mon Sep 17 00:00:00 2001 From: lintsinghua Date: Tue, 11 Nov 2025 18:24:55 +0800 Subject: [PATCH] docs(readme): Add online demo section to both README files - Moved online demo section to a more prominent location in both Chinese and English README files - Ensured consistent placement and formatting of online demo link - Improved visibility of the online demo URL for easier access - Maintained existing documentation structure and style --- README.md | 8 ++++---- README_EN.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e9b14ef..bdf0a24 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,10 @@ **XCodeReviewer** 是一个由大型语言模型(LLM)驱动的现代化代码审计平台,旨在为开发者提供智能、全面且极具深度的代码质量分析和审查服务。 +#### 🌐 在线演示 + +无需部署,直接访问在线演示(数据存储在浏览器本地,支持所有核心功能):**[https://xcodereviewer-preview.vercel.app](https://xcodereviewer-preview.vercel.app)** + ## 🌟 为什么选择 XCodeReviewer? 在快节奏的软件开发中,保证代码质量至关重要。传统代码审计工具规则死板、效率低下,而人工审计则耗时耗力。XCodeReviewer 借助 LLM 的强大能力,彻底改变了代码审查的方式: @@ -59,10 +63,6 @@ ### 主要功能界面 -#### 🌐 在线演示 - -无需部署,直接访问在线演示(数据存储在浏览器本地,支持所有核心功能):**[https://xcodereviewer-preview.vercel.app](https://xcodereviewer-preview.vercel.app)** - #### 智能仪表盘 ![智能仪表盘](public/images/example1.png) *实时展示项目统计、质量趋势和系统性能,提供全面的代码审计概览* diff --git a/README_EN.md b/README_EN.md index 18c0c92..7a78d7f 100644 --- a/README_EN.md +++ b/README_EN.md @@ -34,6 +34,10 @@ **XCodeReviewer** is a modern code audit platform powered by Large Language Models (LLM), designed to provide developers with intelligent, comprehensive, and in-depth code quality analysis and review services. +#### 🌐 Online Demo + +No deployment needed, access the online demo directly (data stored locally in browser, all core features supported): **[https://xcodereviewer-preview.vercel.app](https://xcodereviewer-preview.vercel.app)** + ## 🌟 Why Choose XCodeReviewer? In the fast-paced world of software development, ensuring code quality is crucial. Traditional code audit tools are rigid and inefficient, while manual audits are time-consuming and labor-intensive. XCodeReviewer leverages the powerful capabilities of LLM to revolutionize the way code reviews are conducted: @@ -59,10 +63,6 @@ In the fast-paced world of software development, ensuring code quality is crucia ### Main Feature Interfaces -#### 🌐 Online Demo - -No deployment needed, access the online demo directly (data stored locally in browser, all core features supported): **[https://xcodereviewer-preview.vercel.app](https://xcodereviewer-preview.vercel.app)** - #### 📊 Intelligent Dashboard ![Intelligent Dashboard](public/images/example1.png) *Real-time display of project statistics, quality trends, and system performance, providing comprehensive code audit overview*