File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
src/BootstrapBlazor.Server Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -1675,6 +1675,11 @@ void AddIcons(DemoMenuItem item)
16751675 Url = "md-icon"
16761676 } ,
16771677 new ( )
1678+ {
1679+ Text = Localizer [ "FluentSystemIcon" ] ,
1680+ Url = "fluent-icon"
1681+ } ,
1682+ new ( )
16781683 {
16791684 Text = Localizer [ "OctIcon" ] ,
16801685 Url = "oct-icon"
Original file line number Diff line number Diff line change 48094809 "BootstrapIcon": "Bootstrap Icons",
48104810 "MaterialIcon": "Material Icons",
48114811 "ElementIcon": "Element Icon",
4812+ "FluentSystemIcon": "Fluent Icons",
48124813 "DrawerService": "DrawerService",
48134814 "SortableList": "SortableList",
48144815 "WinBox": "WinBox",
Original file line number Diff line number Diff line change 48084808 "Icons": "内置图标",
48094809 "BootstrapIcon": "Bootstrap Icons",
48104810 "MaterialIcon": "Material Icons",
4811+ "FluentSystemIcon": "Fluent Icons",
48114812 "ElementIcon": "饿了么图标 ElementIcon",
48124813 "DrawerService": "抽屉服务 DrawerService",
48134814 "SortableList": "拖拽组件 SortableList",
You can’t perform that action at this time.
0 commit comments