zhangjiannan 2025-06-03 23:01:17 -04:00
parent 923bafd2fe
commit 79a5bd66af
2 changed files with 2 additions and 2 deletions

View File

@ -139,7 +139,7 @@ namespace GameEditor.FrameTool
/// <summary>
/// 奇葩时空测试服
/// </summary>
[ServerPathTypeValue("http://156.229.21.93:8080/sk_loginserver/", "https://ms-cdn.r2games.com/", "http://156.229.21.93:8082/err", "http://156.229.21.93:8081/idip/sfzb/sdk", "http://156.229.21.93:8081/idip/sfzb", "F5")]
[ServerPathTypeValue("https://ms-idip-online.r2games.com:8443/sk_loginserver/", "https://ms-cdn.r2games.com/", "https://ms-idip-online.r2games.com:8082/err", "https://ms-idip-online.r2games.com/idip/sfzb/sdk", "https://ms-idip-online.r2games.com/idip/sfzb", "F5")]
,
/// <summary>
/// BT奇葩正式服

View File

@ -28,7 +28,7 @@ public class CanvasScalerAdapter : MonoBehaviour
CanvasScaler canvasScalerTemp = transform.GetComponent<CanvasScaler>();
if (adjustor == 0)
{
canvasScalerTemp.matchWidthOrHeight = 1;
canvasScalerTemp.matchWidthOrHeight = 0;
}
else
{