修改更新界面

This commit is contained in:
2025-03-13 18:54:05 +08:00
parent a9d02a5a9d
commit 7828ca663f
36 changed files with 4485 additions and 604 deletions

View File

@ -0,0 +1,9 @@
namespace AntdUIDemo.Models
{
public class MenuItems
{
public string IconSvg { get; set; } = null;
public string Text { get; set; } = string.Empty;
public string Tag { get; set; } = null;
}
}