From 63351bc5645c6acd36672ccdf6951db6918816fc Mon Sep 17 00:00:00 2001 From: "DESKTOP-SAJ6RKV\\Administrator" Date: Fri, 6 Jun 2025 01:11:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=87=AA=E6=9F=A5=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=20=E5=B0=9D=E8=AF=95=E4=BF=AE=E5=A4=8D=E6=8B=89?= =?UTF-8?q?=E4=BC=B8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- UnityProject/Assets/AssetRaw/UI/UIGameBattle.prefab | 6 +++--- .../GameScripts/HotFix/GameLogic/Common/EventConts.cs | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/UnityProject/Assets/AssetRaw/UI/UIGameBattle.prefab b/UnityProject/Assets/AssetRaw/UI/UIGameBattle.prefab index d8910cd5..7bee01e5 100644 --- a/UnityProject/Assets/AssetRaw/UI/UIGameBattle.prefab +++ b/UnityProject/Assets/AssetRaw/UI/UIGameBattle.prefab @@ -42583,10 +42583,10 @@ RectTransform: m_Children: [] m_Father: {fileID: 2161047130895777792} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 1080, y: 2340} + m_SizeDelta: {x: 0, y: 0} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &5552065052100559850 CanvasRenderer: diff --git a/UnityProject/Assets/GameScripts/HotFix/GameLogic/Common/EventConts.cs b/UnityProject/Assets/GameScripts/HotFix/GameLogic/Common/EventConts.cs index 9d70a127..edbd5e66 100644 --- a/UnityProject/Assets/GameScripts/HotFix/GameLogic/Common/EventConts.cs +++ b/UnityProject/Assets/GameScripts/HotFix/GameLogic/Common/EventConts.cs @@ -39,7 +39,7 @@ namespace GameLogic #region 服务器API地址 public const string ServerUrlTest = "ws://test-ws.ganfanxiaozu.com/ws/{0}?app_id={4}&anchor_open_id={1}&avatar_url={2}&nick_name={3}"; - public const string ServerUrl = "ws://gapi-ws.ganfanxiaozu.com/ws/{0}?app_id={4}&anchor_open_id={1}&avatar_url={2}&nick_name={3}"; + public const string ServerUrl = "ws://gapi.ganfanxiaozu.com/ws/{0}?app_id={4}&anchor_open_id={1}&avatar_url={2}&nick_name={3}"; public const string GetAllRank = "http://gapi-api.ganfanxiaozu.com/api/dm/getAllRanks"; public const string GetAllRankTest = "http://test-api.ganfanxiaozu.com/api/dm/getAllRanks"; @@ -53,7 +53,7 @@ namespace GameLogic public const string GetRankTest = "http://test-api.ganfanxiaozu.com/api/dm/avatar/rank"; public static string GetRoomInfo = "http://gapi-api.ganfanxiaozu.com/api/dm/getRoomInfo"; #endregion - public const string app_id = "tt906ce6d10f66ef3d10"; + public const string app_id = "tt891dffa01615adf510"; public const string app_id_test = "Dqzg001"; // 消息结构体