mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
feat: add Remnawave panel 2.7.0 support
- Add MONTH_ROLLING traffic reset mode (button, locales: ru/en/zh/fa) - Add NodeInfo config_profile and active_plugin_uuid fields - Update bandwidth display: remove /s suffix, label as Inbound Traffic - Update tariffs.ts type comment with MONTH_ROLLING
This commit is contained in:
@@ -94,6 +94,19 @@ export interface NodeInfo {
|
||||
created_at?: string;
|
||||
updated_at?: string;
|
||||
provider_uuid?: string;
|
||||
active_plugin_uuid?: string;
|
||||
config_profile?: {
|
||||
active_config_profile_uuid: string | null;
|
||||
active_inbounds: Array<{
|
||||
uuid: string;
|
||||
profile_uuid: string;
|
||||
tag: string;
|
||||
type: string;
|
||||
network: string | null;
|
||||
security: string | null;
|
||||
port: number | null;
|
||||
}>;
|
||||
};
|
||||
}
|
||||
|
||||
export interface NodesListResponse {
|
||||
|
||||
@@ -86,7 +86,7 @@ export interface TariffDetail {
|
||||
is_daily: boolean;
|
||||
daily_price_kopeks: number;
|
||||
// Режим сброса трафика
|
||||
traffic_reset_mode: string | null; // 'DAY', 'WEEK', 'MONTH', 'NO_RESET', null = глобальная настройка
|
||||
traffic_reset_mode: string | null; // 'DAY', 'WEEK', 'MONTH', 'MONTH_ROLLING', 'NO_RESET', null = глобальная настройка
|
||||
// Внешний сквад RemnaWave
|
||||
external_squad_uuid: string | null;
|
||||
created_at: string;
|
||||
|
||||
Reference in New Issue
Block a user