do not prepend groups

This commit is contained in:
pompurin404 2024-08-18 13:52:27 +08:00
parent 32a1ea5cfb
commit e122e21693
No known key found for this signature in database

View File

@ -39,9 +39,6 @@ async function overrideProfile(
if (patch.proxies) {
patch.proxies = [...patch.proxies, ...(profile.proxies || [])]
}
if (patch['proxy-groups']) {
patch['proxy-groups'] = [...patch['proxy-groups'], ...(profile['proxy-groups'] || [])]
}
profile = deepMerge(profile, patch)
break
}