.net10 -合并编译错误

This commit is contained in:
2026-06-04 13:19:17 +08:00
136 changed files with 251650 additions and 1484 deletions
@@ -192,8 +192,14 @@ public static class StaticData
public const string Anonymize_AddIRCInfoFiled = "Anonymize_AddIRCInfoFiled";
}
/// <summary>
/// 中心国家
/// </summary>
public static class SiteCountry
{
public const string CN = "China";
public const string US = "United States";
}