fix:1、隐藏打印
This commit is contained in:
@@ -497,7 +497,7 @@ namespace RedHotRoast
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
countryCode = RegionInfo.CurrentRegion.TwoLetterISORegionName;
|
countryCode = RegionInfo.CurrentRegion.TwoLetterISORegionName;
|
||||||
Debug.Log("国家代码: " + countryCode); // 例如:US, CN, JP, DE 等
|
// Debug.Log("国家代码: " + countryCode); // 例如:US, CN, JP, DE 等
|
||||||
}
|
}
|
||||||
catch (System.Exception e)
|
catch (System.Exception e)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user