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:
parent
9d2897773d
commit
c7bdf4dc91
|
|
@ -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 |
|
||||
|
||||
#### 分析行为配置
|
||||
| 变量名 | 默认值 | 说明 |
|
||||
|
|
|
|||
|
|
@ -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 |
|
||||
|
|
|
|||
Loading…
Reference in New Issue