From b78007f12fbe803880940ba6e0f85dff8d671eb9 Mon Sep 17 00:00:00 2001 From: lintsinghua <129816813+lintsinghua@users.noreply.github.com> Date: Fri, 24 Oct 2025 17:29:06 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd53761..bccbcec 100644 --- a/README.md +++ b/README.md @@ -381,7 +381,7 @@ VITE_LLM_BASE_URL=http://localhost:11434/v1 # Ollama API地址(可选) # 在 Supabase SQL 编辑器中执行 cat supabase/migrations/full_schema.sql ``` -4. 如果不配置 Supabase,系统将以演示模式运行,数据不会持久化 +4. 如果不配置 Supabase,系统将以演示模式运行,仓库相关、项目管理相关的功能将无法使用,仅能使用即时分析功能,且数据不会持久化 ## ✨ 核心功能 From c69b45d3628da1c7870b0a67c67e50d28a977409 Mon Sep 17 00:00:00 2001 From: lintsinghua <129816813+lintsinghua@users.noreply.github.com> Date: Fri, 24 Oct 2025 17:30:45 +0800 Subject: [PATCH 2/2] Update README_EN.md --- README_EN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_EN.md b/README_EN.md index 525c734..b10fddb 100644 --- a/README_EN.md +++ b/README_EN.md @@ -389,7 +389,7 @@ VITE_LLM_BASE_URL=http://localhost:11434/v1 # Ollama API address (optional) # Execute in Supabase SQL Editor 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