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

This commit is contained in:
lintsinghua 2025-10-24 18:36:33 +08:00
commit c403b4a440
2 changed files with 2 additions and 2 deletions

View File

@ -453,7 +453,7 @@ VITE_LLM_BASE_URL=http://localhost:11434/v1 # Ollama API地址可选
# 在 Supabase SQL 编辑器中执行 # 在 Supabase SQL 编辑器中执行
cat supabase/migrations/full_schema.sql cat supabase/migrations/full_schema.sql
``` ```
4. 如果不配置 Supabase系统将以演示模式运行数据不会持久化 4. 如果不配置 Supabase系统将以演示模式运行仓库相关、项目管理相关的功能将无法使用,仅能使用即时分析功能,且数据不会持久化
## ✨ 核心功能 ## ✨ 核心功能

View File

@ -389,7 +389,7 @@ VITE_LLM_BASE_URL=http://localhost:11434/v1 # Ollama API address (optional)
# Execute in Supabase SQL Editor # Execute in Supabase SQL Editor
cat supabase/migrations/full_schema.sql cat supabase/migrations/full_schema.sql
``` ```
4. If Supabase is not configured, the system will run in demo mode without data persistence 4. If Supabase is not configured, functions related to warehouses and project management will be unavailable. Only the instant analysis function can be used, and data will not be persisted, and the system will run in demo mode without data persistence
## ✨ Core Features ## ✨ Core Features