fix:更换sdk,修复bug

This commit is contained in:
barry
2026-06-06 16:55:32 +08:00
parent bd28506b1f
commit 7003140acc
565 changed files with 44334 additions and 43789 deletions
@@ -21,6 +21,7 @@ namespace FGUI.ZM_Game_04
public GButton btn_vip;
public GButton btn_album;
public GButton btn_chat;
public GButton btn_wv;
public GGroup group_;
public GComponent slot;
public GGraph out_parent;
@@ -30,7 +31,6 @@ namespace FGUI.ZM_Game_04
public btn_prop btn_remove;
public btn_prop btn_refresh;
public btn_look_ad btn_look_ad;
public GButton btn_wv;
public const string URL = "ui://g3iqdlgcopwgw";
public static com_game CreateInstance()
@@ -56,16 +56,16 @@ namespace FGUI.ZM_Game_04
btn_vip = (GButton)GetChildAt(10);
btn_album = (GButton)GetChildAt(11);
btn_chat = (GButton)GetChildAt(12);
group_ = (GGroup)GetChildAt(14);
slot = (GComponent)GetChildAt(15);
out_parent = (GGraph)GetChildAt(16);
btn_secret = (GButton)GetChildAt(17);
btn_add = (btn_add)GetChildAt(18);
btn_back = (btn_prop)GetChildAt(19);
btn_remove = (btn_prop)GetChildAt(20);
btn_refresh = (btn_prop)GetChildAt(21);
btn_look_ad = (btn_look_ad)GetChildAt(22);
btn_wv = (GButton)GetChildAt(23);
btn_wv = (GButton)GetChildAt(13);
group_ = (GGroup)GetChildAt(15);
slot = (GComponent)GetChildAt(16);
out_parent = (GGraph)GetChildAt(17);
btn_secret = (GButton)GetChildAt(18);
btn_add = (btn_add)GetChildAt(19);
btn_back = (btn_prop)GetChildAt(20);
btn_remove = (btn_prop)GetChildAt(21);
btn_refresh = (btn_prop)GetChildAt(22);
btn_look_ad = (btn_look_ad)GetChildAt(23);
}
}
}