新增菜单all和列表标题功能

This commit is contained in:
2025-10-13 17:54:53 +08:00
parent d99f361f2e
commit 9470c3ab00
17 changed files with 157 additions and 72 deletions

View File

@@ -25,7 +25,7 @@ namespace NBF
{
var tab = new TabItemData
{
Name = group
// Name = group
};
tabList.Add(tab);
}