fix:1、添加H5

This commit is contained in:
barry
2026-05-25 09:45:16 +08:00
parent 8144a27fdb
commit 5f68fe42c1
276 changed files with 46771 additions and 27478 deletions
@@ -30,6 +30,7 @@ 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()
@@ -64,6 +65,7 @@ namespace FGUI.ZM_Game_04
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);
}
}
}