支持实时处理Git凭证

This commit is contained in:
itpkcn@gmail.com
2026-03-21 13:20:46 +08:00
parent 59327f6e02
commit aaad19adb5
20 changed files with 919 additions and 40 deletions

View File

@@ -525,6 +525,11 @@ export interface SystemLanguageSettings {
// --- Version Control ---
export interface GitCredentials {
username: string
password: string
}
export interface GitDetectResult {
installed: boolean
version: string | null