Skip to content

Commit b3e41df

Browse files
committed
doc: 增加 UniverIcon 菜单
1 parent defc28c commit b3e41df

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/BootstrapBlazor.Server/Extensions/MenusLocalizerExtensions.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1583,6 +1583,12 @@ void AddIcons(DemoMenuItem item)
15831583
{
15841584
Text = Localizer["OctIcon"],
15851585
Url = "oct-icon"
1586+
},
1587+
new()
1588+
{
1589+
IsNew = true,
1590+
Text = Localizer["UniverIcon"],
1591+
Url = "univer-icon"
15861592
}
15871593
};
15881594
AddBadge(item);

0 commit comments

Comments
 (0)