From 0ae762add25d7240d246f3d8cd951099f85e2b45 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Wed, 5 Feb 2025 15:57:47 +0800 Subject: [PATCH 1/2] =?UTF-8?q?doc:=20=E6=9B=B4=E6=96=B0=E7=A4=BA=E4=BE=8B?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Components/Samples/Icons/IconParks.razor | 1 + 1 file changed, 1 insertion(+) diff --git a/src/BootstrapBlazor.Server/Components/Samples/Icons/IconParks.razor b/src/BootstrapBlazor.Server/Components/Samples/Icons/IconParks.razor index cb65c35dec4..dcb87f4c319 100644 --- a/src/BootstrapBlazor.Server/Components/Samples/Icons/IconParks.razor +++ b/src/BootstrapBlazor.Server/Components/Samples/Icons/IconParks.razor @@ -24,6 +24,7 @@
+
<ByteDanceIcon Name="github"></ByteDanceIcon>
From d35ebd5491040881aa641e70cbcc5dfe000f8500 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Wed, 5 Feb 2025 15:58:20 +0800 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 增加 Color 参数 --- src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj b/src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj index ed5e771ded0..83b8028a106 100644 --- a/src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj +++ b/src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj @@ -33,13 +33,13 @@ - + - +