fix: adjust fields order

This commit is contained in:
GyDi
2023-01-14 14:57:55 +08:00
parent 780ab20aeb
commit 7909cf4067
3 changed files with 13 additions and 22 deletions

View File

@@ -1,9 +1,9 @@
export const HANDLE_FIELDS = [
"mode",
"port",
"socks-port",
"mixed-port",
"allow-lan",
"mode",
"log-level",
"ipv6",
"secret",
@@ -11,22 +11,22 @@ export const HANDLE_FIELDS = [
];
export const DEFAULT_FIELDS = [
"rules",
"proxies",
"proxy-groups",
"proxy-providers",
"rules",
"rule-providers",
] as const;
export const OTHERS_FIELDS = [
"tun",
"dns",
"tun",
"ebpf",
"hosts",
"script",
"profile",
"payload",
"tunnels", // clash dev
"tunnels",
"auto-redir",
"experimental",
"interface-name",