mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-30 10:27:49 +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 {
|
||||
|
||||
Reference in New Issue
Block a user