feat: support visual edit for proxy group

This commit is contained in:
MystiPanda
2024-07-04 13:54:20 +08:00
parent 43f901eeb9
commit 12a80f35fe
9 changed files with 1053 additions and 15 deletions

View File

@@ -213,6 +213,7 @@ interface IProxyGroupConfig {
interval?: number;
lazy?: boolean;
timeout?: number;
"max-failed-times"?: number;
"disable-udp"?: boolean;
"interface-name": string;
"routing-mark"?: number;