主页面

This commit is contained in:
bob
2025-06-03 11:45:53 +08:00
parent f1aa7207b7
commit 8ba78d5d1c
39 changed files with 303 additions and 31 deletions

View File

@@ -11,8 +11,12 @@ namespace NBF
public partial class HomePanel
{
public GObject this[string aKey] => ContentPane.GetChild(aKey);
[AutoFind(Name = "Bottom")]
public BottomMenu Bottom;
[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"}; }