From 1e60992ed035e2bd258adeb5915f4e8073ff30b4 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Fri, 2 Jan 2026 16:26:05 +0800 Subject: [PATCH 1/3] =?UTF-8?q?doc:=20=E6=9B=B4=E6=94=B9=20StopPropagation?= =?UTF-8?q?=20=E5=8F=82=E6=95=B0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/BootstrapBlazor/Components/Button/ButtonBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BootstrapBlazor/Components/Button/ButtonBase.cs b/src/BootstrapBlazor/Components/Button/ButtonBase.cs index fa46a67c002..05205e4fd17 100644 --- a/src/BootstrapBlazor/Components/Button/ButtonBase.cs +++ b/src/BootstrapBlazor/Components/Button/ButtonBase.cs @@ -129,7 +129,7 @@ public abstract class ButtonBase : TooltipWrapperBase public bool IsDisabled { get; set; } /// - /// 获得/设置 点击时间是否向上传播 默认 false + /// 获得/设置 点击事件是否向上传播 默认 false /// [Parameter] public bool StopPropagation { get; set; } From 9f3eb448f5b85159b8ca7b5b35251ac4eef56a59 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Fri, 2 Jan 2026 16:27:10 +0800 Subject: [PATCH 2/3] =?UTF-8?q?doc:=20=E6=9B=B4=E6=94=B9=20SlideButton=20P?= =?UTF-8?q?lacement=20=E5=8F=82=E6=95=B0=E8=AF=B4=E6=98=8E=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/BootstrapBlazor/Components/Button/SlideButton.razor.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/BootstrapBlazor/Components/Button/SlideButton.razor.cs b/src/BootstrapBlazor/Components/Button/SlideButton.razor.cs index e76c05097e9..e7c65c1bd82 100644 --- a/src/BootstrapBlazor/Components/Button/SlideButton.razor.cs +++ b/src/BootstrapBlazor/Components/Button/SlideButton.razor.cs @@ -1,4 +1,4 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the Apache 2.0 License // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone @@ -55,7 +55,7 @@ public partial class SlideButton public Color Color { get; set; } = Color.Primary; /// - /// 获得/设置 按钮颜色 + /// 获得/设置 展开项显示位置 /// [Parameter] public Placement Placement { get; set; } From 3e0cc8e63982fd8ed4bcd0e427baa7cfd2da5fe3 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Fri, 2 Jan 2026 16:27:59 +0800 Subject: [PATCH 3/3] =?UTF-8?q?doc:=20=E6=9B=B4=E6=96=B0=E7=B1=BB=E5=90=8D?= =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Components/Filters/DateTimeFilter.razor.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/BootstrapBlazor/Components/Filters/DateTimeFilter.razor.cs b/src/BootstrapBlazor/Components/Filters/DateTimeFilter.razor.cs index ef1da901542..16d58521418 100644 --- a/src/BootstrapBlazor/Components/Filters/DateTimeFilter.razor.cs +++ b/src/BootstrapBlazor/Components/Filters/DateTimeFilter.razor.cs @@ -1,4 +1,4 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the Apache 2.0 License // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone @@ -6,7 +6,7 @@ namespace BootstrapBlazor.Components; /// -/// DataTime filter component +/// DateTime filter component /// public partial class DateTimeFilter {