feat(client): show digital sync credential gaps

This commit is contained in:
baiyanyun
2026-06-07 02:05:12 +08:00
parent 6b033da313
commit bdcb5c6c14
6 changed files with 26 additions and 4 deletions

View File

@@ -57,6 +57,7 @@ interface QimingclawSyncStatus {
syncing: boolean;
enabled: boolean;
endpoint: string | null;
missingCredentials?: string[];
pending: number;
failed: number;
lastSyncAt: string | null;