mirror of
https://github.com/tiennm99/ccs.git
synced 2026-09-02 22:17:14 +00:00
fix(ui): add missing isStable and maxStableVersion to type
This commit is contained in:
@@ -259,6 +259,9 @@ export interface CliproxyUpdateCheckResult {
|
|||||||
latestVersion: string;
|
latestVersion: string;
|
||||||
fromCache: boolean;
|
fromCache: boolean;
|
||||||
checkedAt: number; // Unix timestamp of last check
|
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 */
|
/** Available versions list from GitHub releases */
|
||||||
|
|||||||
Reference in New Issue
Block a user