From 369f8b4b7e1de5f1db31f1f418897c817ac01e99 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Fri, 6 Mar 2026 13:12:04 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E6=9B=B4=E6=96=B0=E6=B3=A8=E9=87=8A?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Components/UniverSheet.razor.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/BootstrapBlazor.UniverSheet/Components/UniverSheet.razor.cs b/src/components/BootstrapBlazor.UniverSheet/Components/UniverSheet.razor.cs index ef703b44..9640a600 100644 --- a/src/components/BootstrapBlazor.UniverSheet/Components/UniverSheet.razor.cs +++ b/src/components/BootstrapBlazor.UniverSheet/Components/UniverSheet.razor.cs @@ -71,8 +71,8 @@ public partial class UniverSheet public string? LoadingText { get; set; } /// - /// 获得/设置 Frame 加载页面传递过来的数据回调方法 - /// Gets or sets the callback for data posted from the Frame loaded page. + /// 获得/设置 UniverSheet 数据回调方法(一般由 Excel 按钮触发) + /// Gets or sets the UniverSheet data callback method (usually triggered by the Excel button). /// [Parameter] public Func>? OnPostDataAsync { get; set; }