zhaoyang 3 yıl önce
ebeveyn
işleme
00ad243ccb

+ 3 - 6
FGUIProject/assets/Guide/components/Component1.xml

@@ -1,10 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
-<component size="558,133" restrictSize="0,0,200,0">
+<component size="558,160" restrictSize="0,0,200,0">
   <displayList>
-    <image id="n17_tu96" name="txtBg" src="tu96b" fileName="images/yd_tykuang_1.png" xy="0,1" size="558,133">
-      <relation target="" sidePair="width-width,height-height"/>
-    </image>
-    <text id="n18_tu96" name="txt" xy="34,22" size="489,86" fontSize="32" color="#9b7853" autoSize="height" autoClearText="true" text="恭喜你,集齐了第一套套装,快去换装界面穿上试试吧!"/>
+    <image id="n17_tu96" name="txtBg" src="tu96b" fileName="images/yd_tykuang_1.png" xy="-14,0" size="587,160"/>
+    <text id="n18_tu96" name="txt" xy="20,16" pivot="0.5,0" size="517,128" fontSize="32" color="#9b7853" autoSize="none" autoClearText="true" text=",集齐了第一套套装,快去换装界面穿上试试吧!快去换装界面快去换装界面快去换装界面"/>
   </displayList>
-  <relation target="n18_tu96" sidePair="height-height"/>
 </component>

+ 6 - 6
FGUIProject/assets/Main/MainUI.xml

@@ -13,30 +13,30 @@
     <component id="n46_lh8v" name="btnDailyLogin" src="ox5bf5" fileName="components/Button2.xml" xy="522,190">
       <relation target="" sidePair="right-right,top-top"/>
     </component>
-    <component id="n7_q08x" name="btnXiuFang" src="q08xu" fileName="components/ButtonModle1.xml" xy="6,790">
+    <component id="n7_q08x" name="btnXiuFang" src="q08xu" fileName="components/ButtonModle1.xml" xy="6,790" visible="false">
       <relation target="" sidePair="bottom-bottom"/>
     </component>
     <component id="n4_q08x" name="btnMain" src="q08xu" fileName="components/ButtonModle1.xml" xy="28,1323">
       <relation target="" sidePair="bottom-bottom"/>
       <Button icon="ui://mfvz4q8kq08xn"/>
     </component>
-    <component id="n5_q08x" name="btnHuanZhuang" src="q08xu" fileName="components/ButtonModle1.xml" xy="817,627" size="254,260">
+    <component id="n5_q08x" name="btnHuanZhuang" src="q08xu" fileName="components/ButtonModle1.xml" xy="817,627" size="254,260" visible="false">
       <relation target="" sidePair="bottom-bottom"/>
       <Button icon="ui://mfvz4q8kq08xm"/>
     </component>
-    <component id="n6_q08x" name="btnZhaiXing" src="q08xu" fileName="components/ButtonModle1.xml" xy="817,1029">
+    <component id="n6_q08x" name="btnZhaiXing" src="q08xu" fileName="components/ButtonModle1.xml" xy="817,1029" visible="false">
       <relation target="" sidePair="bottom-bottom"/>
       <Button icon="ui://mfvz4q8kq08xl"/>
     </component>
-    <component id="n8_q08x" name="btnCiPai" src="q08xu" fileName="components/ButtonModle1.xml" xy="817,1431">
+    <component id="n8_q08x" name="btnCiPai" src="q08xu" fileName="components/ButtonModle1.xml" xy="817,1431" visible="false">
       <relation target="" sidePair="bottom-bottom"/>
       <Button icon="ui://mfvz4q8kq08x7"/>
     </component>
-    <component id="n44_n3xh" name="btnStudio" src="q08xu" fileName="components/ButtonModle1.xml" xy="309,1455">
+    <component id="n44_n3xh" name="btnStudio" src="q08xu" fileName="components/ButtonModle1.xml" xy="309,1455" visible="false">
       <relation target="" sidePair="bottom-bottom"/>
       <Button icon="ui://mfvz4q8kkqhddo"/>
     </component>
-    <component id="n45_kqhd" name="btnField" src="q08xu" fileName="components/ButtonModle1.xml" xy="561,1455">
+    <component id="n45_kqhd" name="btnField" src="q08xu" fileName="components/ButtonModle1.xml" xy="561,1455" visible="false">
       <relation target="" sidePair="bottom-bottom"/>
       <Button icon="ui://mfvz4q8kkqhddn"/>
     </component>

+ 2 - 1
GameClient/Assets/Game/HotUpdate/Data/RoleDataManager.cs

@@ -115,7 +115,7 @@ namespace GFGGame
         private static void CheckUpLv(object param)
         {
             if (ViewManager.isViewOpen(typeof(FunctionOpenView).Name)) return;//等功能开启展示完成后在展示角色升级
-
+            if (ViewManager.isViewOpen(typeof(GuideView).Name)) return;
             if (GRoot.inst.GetTopWindow() == null)
             {
                 OpenRoleLvUpView(null);
@@ -126,6 +126,7 @@ namespace GFGGame
             {
                 Timers.inst.Add(0.2f, 1, OpenRoleLvUpView);
             }
+
         }
         private static void OpenRoleLvUpView(object param)
         {

+ 2 - 2
GameClient/Assets/Game/HotUpdate/Views/MainUI/MainUIView.cs

@@ -82,7 +82,7 @@ namespace GFGGame
             _btnJInShu = _ui.m_list.GetChild("btnJInShu").asButton;
 
             // _btnGongGao.visible = false;
-            // _btnHaoYou.visible = false;
+            _btnHaoYou.visible = false;
             // _btnRenWu.visible = false;
             _btnPengYouQuan.visible = false;
             _btnJInShu.visible = false;
@@ -350,7 +350,7 @@ namespace GFGGame
             _ui.m_btnHuanZhuang.target.visible = FunctionOpenDataManager.Instance.CheckIsFunOpenById(typeof(DressUpView).Name, false);
 
             _btnGongGao.visible = FunctionOpenDataManager.Instance.CheckIsFunOpenById(typeof(NoticeView).Name, false);
-            _btnHaoYou.visible = FunctionOpenDataManager.Instance.CheckIsFunOpenById(typeof(FriendView).Name, false);
+            // _btnHaoYou.visible = FunctionOpenDataManager.Instance.CheckIsFunOpenById(typeof(FriendView).Name, false);
             _btnYouJian.visible = FunctionOpenDataManager.Instance.CheckIsFunOpenById(typeof(MailView).Name, false);
             _btnStore.visible = FunctionOpenDataManager.Instance.CheckIsFunOpenById(typeof(RechargeStoreView).Name, false);
             _btnTuJian.visible = FunctionOpenDataManager.Instance.CheckIsFunOpenById(typeof(FieldGuideView).Name, false);

BIN
GameClient/Assets/ResIn/Config/excelConfig.sqlite.bytes


BIN
GameClient/Assets/ResIn/UI/Guide/Guide_fui.bytes


BIN
GameClient/Assets/ResIn/UI/Main/Main_fui.bytes