Update final output format in AWG to Clash conversion script; switch from YAML to JSON for better compatibility
This commit is contained in:
@@ -275,4 +275,5 @@ for (const b of blocks) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Финальный YAML
|
// Финальный YAML
|
||||||
$content = ProxyUtils.yaml.safeDump({ proxies });
|
//$content = ProxyUtils.yaml.safeDump({ proxies });
|
||||||
|
$content = JSON.stringify({ $options }, null, 2);
|
||||||
Reference in New Issue
Block a user