fix(ui): add missing isStable and maxStableVersion to type

This commit is contained in:
kaitranntt
2026-01-05 14:54:27 -05:00
parent 4f69abbe88
commit 4fd4d6c264
+3
View File
@@ -259,6 +259,9 @@ export interface CliproxyUpdateCheckResult {
latestVersion: string;
fromCache: boolean;
checkedAt: number; // Unix timestamp of last check
isStable: boolean; // Whether current version is at or below max stable
maxStableVersion: string; // Maximum stable version (e.g., "6.6.80")
stabilityMessage?: string; // Warning message if running unstable version
}
/** Available versions list from GitHub releases */