Skip to content

Commit c7dd505

Browse files
committed
doc: 更新文档
1 parent 7d01360 commit c7dd505

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/BootstrapBlazor.Server/Components/Samples/Icons/FluentSystemIcons.razor

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,18 @@
1515
<div>@Localizer["P1"] <a href="https://www.nuget.org/packages/BootstrapBlazor.FluentSystemIcon/" target="_blank">BootstrapBlazor.FluentSystemIcon</a> @Localizer["P2"]</div>
1616
</Tips>
1717

18-
<Pre>&lt;link href="_content/BootstrapBlazor.FluentSystemIcon/all.min.css" rel="stylesheet"&gt;</Pre>
18+
<Pre>&lt;link href="_content/BootstrapBlazor.FluentSystemIcon/FluentSystemIcons-Regular.css" rel="stylesheet"&gt;</Pre>
19+
20+
<p class="code-label">是我见过设计最糟糕的图标库,太不专业了!!!</p>
21+
22+
<ul class="ul-demo">
23+
<li>Filled: FluentSystemIcons-Filled.css</li>
24+
<li>Filled: FluentSystemIcons-Light.css</li>
25+
<li>Filled: FluentSystemIcons-Regular.css</li>
26+
<li>Filled: FluentSystemIcons-Resizable.css</li>
27+
</ul>
28+
29+
<p class="code-label">注意:四种类型的图标库必须独立使用,不可以一起引用使用会冲突导致最终显示的图标不是你想要的图标</p>
1930

2031
<div class="mb-2" style="font-size: 1.2em;">
2132
<i class="icon-ic_fluent_clipboard_search_24_regular"></i>

0 commit comments

Comments
 (0)