chore: default enable clash field filter

This commit is contained in:
MystiPanda
2023-12-14 10:43:53 +08:00
parent 3ff1af9fd6
commit 90f4809b7c
4 changed files with 11 additions and 6 deletions

View File

@@ -42,7 +42,7 @@ const SettingClash = ({ onError }: Props) => {
const {
enable_random_port = false,
verge_mixed_port,
enable_clash_fields = false,
enable_clash_fields = true,
} = verge ?? {};
const webRef = useRef<DialogRef>(null);