fix:1、更换ui(图鉴相关)

This commit is contained in:
2026-05-18 16:46:13 +08:00
parent cc12dffbaa
commit a23840e6dc
184 changed files with 5800 additions and 1580 deletions
@@ -28,12 +28,12 @@ namespace FGUI.LG_albums
type = GetControllerAt(0);
is_vip = GetControllerAt(1);
com_loader = (GComponent)GetChildAt(1);
btn_pay = (GButton)GetChildAt(12);
btn_vip = (GButton)GetChildAt(13);
btn_download = (GButton)GetChildAt(14);
btn_watch = (GButton)GetChildAt(15);
btn_download_coin = (GButton)GetChildAt(16);
com_loader = (GComponent)GetChildAt(2);
btn_pay = (GButton)GetChildAt(13);
btn_vip = (GButton)GetChildAt(14);
btn_download = (GButton)GetChildAt(15);
btn_watch = (GButton)GetChildAt(16);
btn_download_coin = (GButton)GetChildAt(17);
}
}
}