This commit is contained in:
2025-06-12 02:17:31 +10:00
parent b5fcbab1a5
commit da9a17201b
61 changed files with 1362 additions and 1106 deletions

View File

@ -17,6 +17,7 @@ func GetSupportProxyTypes(clashType ClashType) map[string]bool {
"socks5": true,
}
}
if clashType == ClashMeta {
return map[string]bool{
"ss": true,
@ -30,5 +31,6 @@ func GetSupportProxyTypes(clashType ClashType) map[string]bool {
"anytls": true,
}
}
return nil
}