fix: add clash fields

This commit is contained in:
GyDi
2022-11-24 10:46:21 +08:00
parent 6e19a4ab8b
commit e1c8f1fed9
2 changed files with 5 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ export const OTHERS_FIELDS = [
"script",
"profile",
"payload",
"tunnels", // clash dev
"auto-redir",
"experimental",
"interface-name",
@@ -40,4 +41,5 @@ export const OTHERS_FIELDS = [
"sub-rules", // meta
"geodata-mode", // meta
"tcp-concurrent", // meta
"enable-process", // meta
] as const;