From 3134462da64e2e7fdadca8e067a4559d2664b81f Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Sat, 18 Oct 2025 10:04:44 +0800 Subject: [PATCH 1/2] =?UTF-8?q?doc:=20=E6=9B=B4=E6=96=B0=E5=AD=A6=E4=B9=A0?= =?UTF-8?q?=E8=B5=84=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Components/Pages/Introduction.razor | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/src/BootstrapBlazor.Server/Components/Pages/Introduction.razor b/src/BootstrapBlazor.Server/Components/Pages/Introduction.razor index 29c4290f175..f8f60ac3ddf 100644 --- a/src/BootstrapBlazor.Server/Components/Pages/Introduction.razor +++ b/src/BootstrapBlazor.Server/Components/Pages/Introduction.razor @@ -6,14 +6,14 @@

@Localizer["SubTitle"]

-

@Localizer["UpdateTitle"]

+

@Localizer["UpdateTitle"]

@((MarkupString)Localizer["UpdateLog"].Value) @Localizer["UpdateLogLink"]

-

@Localizer["LearnTitle"]

+

@Localizer["LearnTitle"]

-

@Localizer["ProjectsShow"]

+

@Localizer["ProjectsShow"]

@((MarkupString)Localizer["P5", LocalizerRules].Value)

@@ -49,11 +49,11 @@

@Localizer["ShowWebSiteTitle2"]:@WebsiteOption.Value.AdminProUrl

-

@Localizer["GetStarted"]

+

@Localizer["GetStarted"]

Bootstrap @Localizer["QuickStart"]

-

@Localizer["Features"]

+

@Localizer["Features"]

@((MarkupString)Localizer["P6"].Value)

@@ -67,6 +67,13 @@
  • @Localizer["AdvantageLi5"]
  • +

    视频资料

    + + +

    @Localizer["Community"]

    From d4fd817b72903cfce75d8992a60b4a04d3bae62e Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Sat, 18 Oct 2025 10:04:53 +0800 Subject: [PATCH 2/2] =?UTF-8?q?doc:=20=E6=9B=B4=E6=96=B0=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Components/Samples/Table/Tables.razor | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/BootstrapBlazor.Server/Components/Samples/Table/Tables.razor b/src/BootstrapBlazor.Server/Components/Samples/Table/Tables.razor index 40ab0df1dfc..b712a93e8c0 100644 --- a/src/BootstrapBlazor.Server/Components/Samples/Table/Tables.razor +++ b/src/BootstrapBlazor.Server/Components/Samples/Table/Tables.razor @@ -6,6 +6,14 @@

    @Localizer["TableBaseTitle"] - @NavMenuLocalizer["TableBase"]

    @Localizer["TableBaseDescription"]

    + +

    表格功能比较多,参数也非常多,示例更多,各个功能详细用法建议查看下方视频讲解 鞠佬 有专门的视频讲解

    + +
    +

    @((MarkupString)Localizer["TableBaseExplain1"].Value)

    @((MarkupString)Localizer["TableBaseExplain2"].Value)