Skip to content

Commit 1bd10c6

Browse files
committed
chore: 更新文件编码
1 parent 0d5295b commit 1bd10c6

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/components/BootstrapBlazor.Dom2Image/Extensions/ServiceCollectionExtensions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Argo Zhang (argo@163.com). All rights reserved.
1+
// Copyright (c) Argo Zhang (argo@163.com). All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33
// Website: https://www.blazor.zone or https://argozhang.github.io/
44

@@ -9,7 +9,7 @@ namespace Microsoft.Extensions.DependencyInjection;
99
/// <summary>
1010
/// BootstrapBlazor 服务扩展类
1111
/// </summary>
12-
public static class BootstrapBlazorHtml2PdfServiceExtensions
12+
public static class BootstrapBlazorDom2ImageServiceExtensions
1313
{
1414
/// <summary>
1515
/// 添加 AzureOpenAIService 服务

src/components/BootstrapBlazor.Dom2Image/Services/DefaultDom2ImageService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Argo Zhang (argo@163.com). All rights reserved.
1+
// Copyright (c) Argo Zhang (argo@163.com). All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33
// Website: https://www.blazor.zone or https://argozhang.github.io/
44

src/components/BootstrapBlazor.Dom2Image/Services/Dom2ImageOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Licensed to the .NET Foundation under one or more agreements.
1+
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the Apache 2.0 License
33
// See the LICENSE file in the project root for more information.
44
// Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone

src/components/BootstrapBlazor.Dom2Image/Services/IDom2ImageService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Argo Zhang (argo@163.com). All rights reserved.
1+
// Copyright (c) Argo Zhang (argo@163.com). All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33
// Website: https://www.blazor.zone or https://argozhang.github.io/
44

0 commit comments

Comments
 (0)