feat: better proxy management

This commit is contained in:
zhom
2026-02-16 10:03:27 +04:00
parent 777be9b9dc
commit bb8356eeef
19 changed files with 1066 additions and 324 deletions
+9
View File
@@ -76,6 +76,15 @@ export interface StoredProxy {
sync_enabled?: boolean;
last_sync?: number;
is_cloud_managed?: boolean;
is_cloud_derived?: boolean;
geo_country?: string;
geo_state?: string;
geo_city?: string;
}
export interface LocationItem {
code: string;
name: string;
}
export interface ProfileGroup {