fix:1、隐藏打印

This commit is contained in:
2026-07-13 14:23:39 +08:00
parent 1525921521
commit 5ca2c02106
+1 -1
View File
@@ -497,7 +497,7 @@ namespace RedHotRoast
try
{
countryCode = RegionInfo.CurrentRegion.TwoLetterISORegionName;
Debug.Log("国家代码: " + countryCode); // 例如:US, CN, JP, DE 等
// Debug.Log("国家代码: " + countryCode); // 例如:US, CN, JP, DE 等
}
catch (System.Exception e)
{