修复自查工具 尝试修复拉伸问题
This commit is contained in:
parent
46fef5d74e
commit
63351bc564
@ -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:
|
||||
|
@ -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";
|
||||
|
||||
// 消息结构体
|
||||
|
Loading…
x
Reference in New Issue
Block a user