Skip to content

Commit c7a839d

Browse files
authored
doc(Home): update title meta (#6623)
* doc: 首页不使用资源文件 * doc: 移除不使用的命名空间
1 parent 94ff90c commit c7a839d

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

src/BootstrapBlazor.Server/Components/App.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<meta name="description" content="基于 Bootstrap 风格的 Blazor UI 组件库,用于研发企业级中后台产品。">
1515
<meta name="author" content="argo ([email protected])">
1616
<meta name="theme-color" content="#712cf9">
17-
<title>@Localizer["SiteTitle"]</title>
17+
<title>Bootstrap Blazor - 组件库</title>
1818
<base href="/" />
1919
<link rel="icon" href="favicon.ico" type="image/x-icon">
2020
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">

src/BootstrapBlazor.Server/Components/Layout/BaseLayout.razor.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// See the LICENSE file in the project root for more information.
44
// Maintainer: Argo Zhang([email protected]) Website: https://www.blazor.zone
55

6-
using BootstrapBlazor.Server.Data;
76
using Microsoft.Extensions.Options;
87
using Microsoft.JSInterop;
98

src/BootstrapBlazor.Server/Components/Samples/PdfViewers.razor.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
// See the LICENSE file in the project root for more information.
44
// Maintainer: Argo Zhang([email protected]) Website: https://www.blazor.zone
55

6-
using System.ComponentModel;
7-
86
namespace BootstrapBlazor.Server.Components.Samples;
97

108
/// <summary>

src/BootstrapBlazor.Server/Extensions/ServiceCollectionExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// See the LICENSE file in the project root for more information.
44
// Maintainer: Argo Zhang([email protected]) Website: https://www.blazor.zone
55

6-
using BootstrapBlazor.OpcDa;
76
using Longbow.Tasks.Services;
87
using Microsoft.AspNetCore.SignalR;
98
using Microsoft.Extensions.Options;

0 commit comments

Comments
 (0)