Skip to content

Commit 7d01360

Browse files
committed
doc: 增加微软图标菜单
1 parent cdcc42f commit 7d01360

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

src/BootstrapBlazor.Server/Extensions/MenusLocalizerExtensions.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

src/BootstrapBlazor.Server/Locales/en-US.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4809,6 +4809,7 @@
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",

src/BootstrapBlazor.Server/Locales/zh-CN.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4808,6 +4808,7 @@
48084808
"Icons": "内置图标",
48094809
"BootstrapIcon": "Bootstrap Icons",
48104810
"MaterialIcon": "Material Icons",
4811+
"FluentSystemIcon": "Fluent Icons",
48114812
"ElementIcon": "饿了么图标 ElementIcon",
48124813
"DrawerService": "抽屉服务 DrawerService",
48134814
"SortableList": "拖拽组件 SortableList",

0 commit comments

Comments
 (0)