From c7bdf4dc91a73a1d95bfaf37c7604005d707d7ed Mon Sep 17 00:00:00 2001 From: lintsinghua <1930438860@qq.com> Date: Mon, 27 Oct 2025 16:55:40 +0800 Subject: [PATCH] docs: update Git repository integration configuration in README files - Changed the optional status of GitHub and GitLab tokens to required. - Updated descriptions for clarity in both English and Chinese README files. --- README.md | 6 +++--- README_EN.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3eb7315..599c0b9 100644 --- a/README.md +++ b/README.md @@ -637,11 +637,11 @@ pnpm lint > 💡 **提示**:不配置Supabase时,系统以演示模式运行,数据不持久化 -#### Git仓库集成配置(可选) +#### Git仓库集成配置 | 变量名 | 必需 | 说明 | |--------|------|------| -| `VITE_GITHUB_TOKEN` | ❌ | GitHub Personal Access Token(用于访问私有GitHub仓库) | -| `VITE_GITLAB_TOKEN` | ❌ | GitLab Personal Access Token(用于访问私有GitLab仓库) | +| `VITE_GITHUB_TOKEN` | ✅ | GitHub Personal Access Token | +| `VITE_GITLAB_TOKEN` | ✅ | GitLab Personal Access Token | #### 分析行为配置 | 变量名 | 默认值 | 说明 | diff --git a/README_EN.md b/README_EN.md index b212825..98ce89b 100644 --- a/README_EN.md +++ b/README_EN.md @@ -638,11 +638,11 @@ pnpm lint > 💡 **Note**: Without Supabase config, system runs in demo mode without data persistence -#### Git Repository Integration Configuration (Optional) +#### Git Repository Integration Configuration | Variable | Required | Description | |----------|----------|-------------| -| `VITE_GITHUB_TOKEN` | ❌ | GitHub Personal Access Token (for accessing private GitHub repositories) | -| `VITE_GITLAB_TOKEN` | ❌ | GitLab Personal Access Token (for accessing private GitLab repositories) | +| `VITE_GITHUB_TOKEN` | ✅ | GitHub Personal Access Token | +| `VITE_GITLAB_TOKEN` | ✅ | GitLab Personal Access Token | #### Analysis Behavior Configuration | Variable | Default | Description |