完善CCR检测

This commit is contained in:
2025-09-08 00:11:04 +08:00
parent 50cce7a22c
commit 0e78b08549
3 changed files with 251 additions and 52 deletions

View File

@@ -2686,6 +2686,7 @@ export interface CcrServiceStatus {
has_ccr_binary: boolean;
ccr_version?: string;
process_id?: number;
raw_output?: string;
}
export interface CcrServiceInfo {