主界面相关

This commit is contained in:
bob
2025-06-03 14:28:20 +08:00
parent 8ba78d5d1c
commit 9334999332
43 changed files with 534 additions and 14 deletions

View File

@@ -11,12 +11,10 @@ namespace NBF
public partial class HomePanel
{
public GObject this[string aKey] => ContentPane.GetChild(aKey);
[AutoFind(Name = "Pages")]
public GComponent Pages;
[AutoFind(Name = "Menu")]
public CommonMenu Menu;
[AutoFind(Name = "BottomMenu")]
public BottomMenu BottomMenu;
[AutoFind(Name = "OpGroup")]
public HomeButtonGroups OpGroup;
public override string[] GetDependPackages(){ return new string[] {"Common"}; }