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.
This commit is contained in:
lintsinghua 2025-10-27 16:55:40 +08:00
parent 9d2897773d
commit c7bdf4dc91
2 changed files with 6 additions and 6 deletions

View File

@ -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 |
#### 分析行为配置
| 变量名 | 默认值 | 说明 |

View File

@ -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 |