fix:1、添加h5 2、修复bug

This commit is contained in:
2026-06-24 17:59:07 +08:00
parent 7846543d1b
commit d2741d39be
40 changed files with 596 additions and 227 deletions
@@ -23,6 +23,7 @@ namespace FGUI.Arrow_game
public GButton btn_signin;
public com_finger com_finger;
public GProgressBar ch_progress;
public Transition t1;
public const string URL = "ui://sjl9teijrsd40";
public static com_arrow_game CreateInstance()
@@ -50,6 +51,7 @@ namespace FGUI.Arrow_game
btn_signin = (GButton)GetChildAt(16);
com_finger = (com_finger)GetChildAt(18);
ch_progress = (GProgressBar)GetChildAt(19);
t1 = GetTransitionAt(0);
}
}
}
@@ -7,8 +7,6 @@ namespace FGUI.Arrow_game
{
public partial class com_flicker : GComponent
{
public GGraph bg1;
public GGraph bg2;
public Transition t0;
public const string URL = "ui://sjl9teijrto31r";
@@ -21,8 +19,6 @@ namespace FGUI.Arrow_game
{
base.ConstructFromXML(xml);
bg1 = (GGraph)GetChildAt(0);
bg2 = (GGraph)GetChildAt(1);
t0 = GetTransitionAt(0);
}
}
@@ -12,6 +12,7 @@ namespace FGUI.ZM_Petty
public GTextField text_order;
public GTextField text_email;
public GTextField text_limit;
public GButton btn_redeem;
public const string URL = "ui://e9w4rbkqkbzob";
public static com_detail CreateInstance()
@@ -28,6 +29,7 @@ namespace FGUI.ZM_Petty
text_order = (GTextField)GetChildAt(4);
text_email = (GTextField)GetChildAt(5);
text_limit = (GTextField)GetChildAt(6);
btn_redeem = (GButton)GetChildAt(10);
}
}
}