Update final output format in AWG to Clash conversion script; switch from YAML to JSON for better compatibility

This commit is contained in:
2026-01-05 19:45:26 +03:00
parent 4b607f8d6f
commit 0847e23918

View File

@@ -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);