From 525fbe26bd11136759510f4cbcf781f83dd0bb06 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Wed, 13 Aug 2025 11:44:52 +0800 Subject: [PATCH 1/2] =?UTF-8?q?doc:=20=E9=A6=96=E9=A1=B5=E4=B8=8D=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E8=B5=84=E6=BA=90=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/BootstrapBlazor.Server/Components/App.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BootstrapBlazor.Server/Components/App.razor b/src/BootstrapBlazor.Server/Components/App.razor index eeb266ab05c..8eb51d6eb06 100644 --- a/src/BootstrapBlazor.Server/Components/App.razor +++ b/src/BootstrapBlazor.Server/Components/App.razor @@ -14,7 +14,7 @@ - @Localizer["SiteTitle"] + Bootstrap Blazor - 组件库 From 6dc7d0bc8171dac614856be96689fa3044a81b5e Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Wed, 13 Aug 2025 11:50:37 +0800 Subject: [PATCH 2/2] =?UTF-8?q?doc:=20=E7=A7=BB=E9=99=A4=E4=B8=8D=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E7=9A=84=E5=91=BD=E5=90=8D=E7=A9=BA=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Components/Layout/BaseLayout.razor.cs | 1 - .../Components/Samples/PdfViewers.razor.cs | 2 -- .../Extensions/ServiceCollectionExtensions.cs | 1 - 3 files changed, 4 deletions(-) diff --git a/src/BootstrapBlazor.Server/Components/Layout/BaseLayout.razor.cs b/src/BootstrapBlazor.Server/Components/Layout/BaseLayout.razor.cs index 1ec51dc3808..d089760ff06 100644 --- a/src/BootstrapBlazor.Server/Components/Layout/BaseLayout.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Layout/BaseLayout.razor.cs @@ -3,7 +3,6 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -using BootstrapBlazor.Server.Data; using Microsoft.Extensions.Options; using Microsoft.JSInterop; diff --git a/src/BootstrapBlazor.Server/Components/Samples/PdfViewers.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/PdfViewers.razor.cs index 1c0c7ce673a..175db17dd0d 100644 --- a/src/BootstrapBlazor.Server/Components/Samples/PdfViewers.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/PdfViewers.razor.cs @@ -3,8 +3,6 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -using System.ComponentModel; - namespace BootstrapBlazor.Server.Components.Samples; /// diff --git a/src/BootstrapBlazor.Server/Extensions/ServiceCollectionExtensions.cs b/src/BootstrapBlazor.Server/Extensions/ServiceCollectionExtensions.cs index e0f9fc56317..e62f7e8803e 100644 --- a/src/BootstrapBlazor.Server/Extensions/ServiceCollectionExtensions.cs +++ b/src/BootstrapBlazor.Server/Extensions/ServiceCollectionExtensions.cs @@ -3,7 +3,6 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -using BootstrapBlazor.OpcDa; using Longbow.Tasks.Services; using Microsoft.AspNetCore.SignalR; using Microsoft.Extensions.Options;