update: fix flag name matching confusion

using ss2022, flag clashmeta will be caught by the clash match, resulting in the desired clashmeta configuration not being output
This commit is contained in:
cubemaze
2023-05-29 17:10:26 +08:00
committed by GitHub
parent 1b8ec77bcc
commit 3884cf96ed

View File

@ -7,7 +7,7 @@ use Symfony\Component\Yaml\Yaml;
class ClashMeta
{
public $flag = 'clashmeta';
public $flag = 'meta';
private $servers;
private $user;