支持实时处理Git凭证
This commit is contained in:
@@ -525,6 +525,11 @@ export interface SystemLanguageSettings {
|
||||
|
||||
// --- Version Control ---
|
||||
|
||||
export interface GitCredentials {
|
||||
username: string
|
||||
password: string
|
||||
}
|
||||
|
||||
export interface GitDetectResult {
|
||||
installed: boolean
|
||||
version: string | null
|
||||
|
||||
Reference in New Issue
Block a user