diff --git a/shadowsocks-csharp/Controller/Service/GfwListUpdater.cs b/shadowsocks-csharp/Controller/Service/GfwListUpdater.cs index c47a70a2..d3123e51 100644 --- a/shadowsocks-csharp/Controller/Service/GfwListUpdater.cs +++ b/shadowsocks-csharp/Controller/Service/GfwListUpdater.cs @@ -84,7 +84,7 @@ namespace Shadowsocks.Controller abpContent = $@"var __USERRULES__ = {JsonConvert.SerializeObject(userruleLines, Formatting.Indented)}; var __RULES__ = {JsonConvert.SerializeObject(gfwLines, Formatting.Indented)}; -"; +{abpContent}"; return abpContent; }