Update README_EN.md

This commit is contained in:
lintsinghua 2025-10-23 10:47:08 +08:00 committed by GitHub
parent e8c7deffe4
commit b0699f3cd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -151,7 +151,7 @@ For development or custom modifications, use local deployment.
### 🔑 Getting API Keys ### 🔑 Getting API Keys
#### Google Gemini API Key #### Google Gemini API Key(It is expected that more mainstream platform API functions will be opened in the future)
1. Visit [Google AI Studio](https://makersuite.google.com/app/apikey) 1. Visit [Google AI Studio](https://makersuite.google.com/app/apikey)
2. Create a new API Key 2. Create a new API Key
3. Add the API Key to `VITE_GEMINI_API_KEY` in your `.env` file 3. Add the API Key to `VITE_GEMINI_API_KEY` in your `.env` file
@ -187,7 +187,7 @@ For development or custom modifications, use local deployment.
<details> <details>
<summary><b>🧠 Intelligent Auditing</b></summary> <summary><b>🧠 Intelligent Auditing</b></summary>
- **AI Deep Code Understanding**: Based on Google Gemini, providing intelligent analysis beyond keyword matching. - **AI Deep Code Understanding**: Based on Google Gemini(It is expected that more mainstream platform API functions will be opened in the future), providing intelligent analysis beyond keyword matching.
- **Five Core Detection Dimensions**: - **Five Core Detection Dimensions**:
- 🐛 **Potential Bugs**: Precisely capture logical errors, boundary conditions, and null pointer issues. - 🐛 **Potential Bugs**: Precisely capture logical errors, boundary conditions, and null pointer issues.
- 🔒 **Security Vulnerabilities**: Identify SQL injection, XSS, sensitive information leakage, and other security risks. - 🔒 **Security Vulnerabilities**: Identify SQL injection, XSS, sensitive information leakage, and other security risks.
@ -222,7 +222,7 @@ For development or custom modifications, use local deployment.
| **Data Visualization** | `Recharts` | Professional chart library supporting multiple chart types | | **Data Visualization** | `Recharts` | Professional chart library supporting multiple chart types |
| **Routing** | `React Router v6` | Single-page application routing solution | | **Routing** | `React Router v6` | Single-page application routing solution |
| **State Management** | `React Hooks` `Sonner` | Lightweight state management and notification system | | **State Management** | `React Hooks` `Sonner` | Lightweight state management and notification system |
| **AI Engine** | `Google Gemini 2.5 Flash` | Powerful large language model supporting code analysis | | **AI Engine** | `Google Gemini 2.5 Flash`(It is expected that more mainstream platform API functions will be opened in the future) | Powerful large language model supporting code analysis |
| **Backend Service** | `Supabase` `PostgreSQL` | Full-stack backend-as-a-service with real-time database | | **Backend Service** | `Supabase` `PostgreSQL` | Full-stack backend-as-a-service with real-time database |
| **HTTP Client** | `Axios` `Ky` | Modern HTTP request libraries | | **HTTP Client** | `Axios` `Ky` | Modern HTTP request libraries |
| **Code Quality** | `Biome` `Ast-grep` `TypeScript` | Code formatting, static analysis, and type checking | | **Code Quality** | `Biome` `Ast-grep` `TypeScript` | Code formatting, static analysis, and type checking |