fix:1、添加兑换code界面。2、更改单双指的禁用和开启(打开其他界面时)

This commit is contained in:
2026-06-24 11:22:55 +08:00
parent f0f102fe4c
commit 65a797d384
36 changed files with 341 additions and 28 deletions
@@ -25,6 +25,7 @@ namespace FGUI.tixian
UIObjectFactory.SetPackageItemExtension(com_cord.URL, typeof(com_cord));
UIObjectFactory.SetPackageItemExtension(com_rank.URL, typeof(com_rank));
UIObjectFactory.SetPackageItemExtension(com_newRecord.URL, typeof(com_newRecord));
UIObjectFactory.SetPackageItemExtension(com_redeem_code.URL, typeof(com_redeem_code));
UIObjectFactory.SetPackageItemExtension(com_ticket_item.URL, typeof(com_ticket_item));
UIObjectFactory.SetPackageItemExtension(btn_kicket.URL, typeof(btn_kicket));
UIObjectFactory.SetPackageItemExtension(btn_code.URL, typeof(btn_code));