Merge branch 'main' of github.com:lintsinghua/XCodeReviewer

This commit is contained in:
lintsinghua 2025-10-25 13:03:16 +08:00
commit 943066f852
2 changed files with 20 additions and 0 deletions

View File

@ -301,12 +301,22 @@ VITE_OPENAI_API_KEY=your_openai_key
``` ```
#### Supabase 配置(可选) #### Supabase 配置(可选)
<<<<<<< HEAD
如需云端数据同步: 如需云端数据同步:
1. 访问 [Supabase](https://supabase.com/) 创建项目 1. 访问 [Supabase](https://supabase.com/) 创建项目
2. 获取 URL 和匿名密钥 2. 获取 URL 和匿名密钥
3. 在 Supabase SQL 编辑器执行 `supabase/migrations/full_schema.sql` 3. 在 Supabase SQL 编辑器执行 `supabase/migrations/full_schema.sql`
4. 在 `.env` 中配置相关参数 4. 在 `.env` 中配置相关参数
=======
1. 访问 [Supabase](https://supabase.com/) 创建新项目
2. 在项目设置中获取 URL 和匿名密钥
3. 运行数据库迁移脚本:
```bash
# 在 Supabase SQL 编辑器中执行
cat supabase/migrations/full_schema.sql
```
>>>>>>> 8e309314665ba010993d9164489b1e22c1c40cf8
## ✨ 核心功能 ## ✨ 核心功能

View File

@ -302,6 +302,7 @@ VITE_OPENAI_API_KEY=your_openai_key
``` ```
#### Supabase Configuration (Optional) #### Supabase Configuration (Optional)
<<<<<<< HEAD
For cloud data sync: For cloud data sync:
1. Visit [Supabase](https://supabase.com/) to create a project 1. Visit [Supabase](https://supabase.com/) to create a project
@ -310,6 +311,15 @@ For cloud data sync:
4. Configure in `.env` 4. Configure in `.env`
> 💡 Without Supabase, system uses local database or demo mode > 💡 Without Supabase, system uses local database or demo mode
=======
1. Visit [Supabase](https://supabase.com/) to create a new project
2. Get the URL and anonymous key from project settings
3. Run database migration scripts:
```bash
# Execute in Supabase SQL Editor
cat supabase/migrations/full_schema.sql
```
>>>>>>> 8e309314665ba010993d9164489b1e22c1c40cf8
## ✨ Core Features ## ✨ Core Features