This commit is contained in:
2025-06-12 09:19:42 +08:00
parent b05aa2d5da
commit 026ac89505
51 changed files with 503 additions and 364 deletions

View File

@@ -11,8 +11,6 @@ namespace NBF
public partial class SettingPanel
{
public GObject this[string aKey] => ContentPane.GetChild(aKey);
[AutoFind(Name = "back")]
public GImage back;
[AutoFind(Name = "Menu")]
public CommonMenu Menu;
[AutoFind(Name = "Introduce")]
@@ -23,6 +21,8 @@ namespace NBF
public BottomMenu BottomMenu;
[AutoFind(Name = "BottomLine")]
public GImage BottomLine;
[AutoFind(Name = "Mask")]
public GLabel Mask;
public override string[] GetDependPackages(){ return new string[] {"Common"}; }