This commit is contained in:
2025-10-11 09:11:32 +08:00
parent bf7b1bbbb2
commit 939d3d81fc
23 changed files with 201 additions and 51 deletions

View File

@@ -21,6 +21,7 @@ namespace NBF
UIObjectFactory.SetPackageItemExtension(NoticeItem.URL, typeof(NoticeItem));
UIObjectFactory.SetPackageItemExtension(CommonSubMenu.URL, typeof(CommonSubMenu));
UIObjectFactory.SetPackageItemExtension(BtnInputControl.URL, typeof(BtnInputControl));
UIObjectFactory.SetPackageItemExtension(ListTitleItem.URL, typeof(ListTitleItem));
}
}
}