Skip to content

Commit 4bd817c

Browse files
committed
feat: 重命名项目名称
1 parent 56013e3 commit 4bd817c

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

BootstrapBlazor.Extensions.sln

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BootstrapBlazor.Vditor", "s
194194
EndProject
195195
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BootstrapBlazor.TouchSocket", "src\extensions\BootstrapBlazor.TouchSocket\BootstrapBlazor.TouchSocket.csproj", "{FD23CEA1-78EB-85D7-8EDF-047657355B52}"
196196
EndProject
197-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BootstrapBlazor.OfficeDocumentViewer", "src\components\BootstrapBlazor.OfficeDocumentViewer\BootstrapBlazor.OfficeDocumentViewer.csproj", "{B2B4B85C-06AE-411C-8E29-C9A4AF473548}"
197+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BootstrapBlazor.OfficeViewer", "src\components\BootstrapBlazor.OfficeViewer\BootstrapBlazor.OfficeViewer.csproj", "{2436940C-5920-D801-8A81-721F4C20A355}"
198198
EndProject
199199
Global
200200
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -530,10 +530,10 @@ Global
530530
{FD23CEA1-78EB-85D7-8EDF-047657355B52}.Debug|Any CPU.Build.0 = Debug|Any CPU
531531
{FD23CEA1-78EB-85D7-8EDF-047657355B52}.Release|Any CPU.ActiveCfg = Release|Any CPU
532532
{FD23CEA1-78EB-85D7-8EDF-047657355B52}.Release|Any CPU.Build.0 = Release|Any CPU
533-
{B2B4B85C-06AE-411C-8E29-C9A4AF473548}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
534-
{B2B4B85C-06AE-411C-8E29-C9A4AF473548}.Debug|Any CPU.Build.0 = Debug|Any CPU
535-
{B2B4B85C-06AE-411C-8E29-C9A4AF473548}.Release|Any CPU.ActiveCfg = Release|Any CPU
536-
{B2B4B85C-06AE-411C-8E29-C9A4AF473548}.Release|Any CPU.Build.0 = Release|Any CPU
533+
{2436940C-5920-D801-8A81-721F4C20A355}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
534+
{2436940C-5920-D801-8A81-721F4C20A355}.Debug|Any CPU.Build.0 = Debug|Any CPU
535+
{2436940C-5920-D801-8A81-721F4C20A355}.Release|Any CPU.ActiveCfg = Release|Any CPU
536+
{2436940C-5920-D801-8A81-721F4C20A355}.Release|Any CPU.Build.0 = Release|Any CPU
537537
EndGlobalSection
538538
GlobalSection(SolutionProperties) = preSolution
539539
HideSolutionNode = FALSE
@@ -625,7 +625,7 @@ Global
625625
{4757B038-70E4-40B0-9B73-700EE5632B07} = {FF1089BE-C704-4374-B629-C57C08E1798F}
626626
{D417E1B9-D146-4983-81D0-79F3193B322B} = {FF1089BE-C704-4374-B629-C57C08E1798F}
627627
{FD23CEA1-78EB-85D7-8EDF-047657355B52} = {7B29E81D-92DE-46C8-8EDC-1B48C8F12BC2}
628-
{B2B4B85C-06AE-411C-8E29-C9A4AF473548} = {FF1089BE-C704-4374-B629-C57C08E1798F}
628+
{2436940C-5920-D801-8A81-721F4C20A355} = {FF1089BE-C704-4374-B629-C57C08E1798F}
629629
EndGlobalSection
630630
GlobalSection(ExtensibilityGlobals) = postSolution
631631
SolutionGuid = {D5EB1960-6F30-4CE1-B375-EAE1F787D6FF}

src/components/BootstrapBlazor.OfficeDocumentViewer/BootstrapBlazor.OfficeDocumentViewer.csproj renamed to src/components/BootstrapBlazor.OfficeViewer/BootstrapBlazor.OfficeViewer.csproj

File renamed without changes.

src/components/BootstrapBlazor.OfficeDocumentViewer/OfficeDocumentViewer.razor renamed to src/components/BootstrapBlazor.OfficeViewer/OfficeViewer.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@namespace BootstrapBlazor.Components
22
@inherits BootstrapModuleComponentBase
3-
@attribute [JSModuleAutoLoader("./_content/BootstrapBlazor.OfficeDocumentViewer/OfficeDocumentViewer.razor.js", JSObjectReference = true, AutoInvokeDispose = false)]
3+
@attribute [JSModuleAutoLoader("./_content/BootstrapBlazor.OfficeViewer/OfficeViewer.razor.js", JSObjectReference = true, AutoInvokeDispose = false)]
44

55
<div @attributes="AdditionalAttributes" id="@Id" class="@ClassString" style="@StyleString"></div>

src/components/BootstrapBlazor.OfficeDocumentViewer/OfficeDocumentViewer.razor.cs renamed to src/components/BootstrapBlazor.OfficeViewer/OfficeViewer.razor.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ namespace BootstrapBlazor.Components;
99
/// <summary>
1010
/// Represents a viewer component for displaying Office documents in a web application.
1111
/// </summary>
12-
/// <remarks>The <see cref="OfficeDocumentViewer"/> component allows users to display Office files such as Word,
12+
/// <remarks>The <see cref="OfficeViewer"/> component allows users to display Office files such as Word,
1313
/// Excel, or PowerPoint documents. It provides configurable options for the document URL, viewer height, and a callback
1414
/// for when the document is loaded.</remarks>
15-
public partial class OfficeDocumentViewer
15+
public partial class OfficeViewer
1616
{
1717
/// <summary>
1818
/// Gets or sets the url for the Office file to be displayed.

src/components/BootstrapBlazor.OfficeDocumentViewer/OfficeDocumentViewer.razor.js renamed to src/components/BootstrapBlazor.OfficeViewer/OfficeViewer.razor.js

File renamed without changes.

src/components/BootstrapBlazor.OfficeDocumentViewer/_Imports.razor renamed to src/components/BootstrapBlazor.OfficeViewer/_Imports.razor

File renamed without changes.

src/components/BootstrapBlazor.OfficeDocumentViewer/wwwroot/office-viewer.css renamed to src/components/BootstrapBlazor.OfficeViewer/wwwroot/office-viewer.css

File renamed without changes.

0 commit comments

Comments
 (0)