Skip to content

Commit 2c03f15

Browse files
committed
refactor: 代码格式化
1 parent d3fd03d commit 2c03f15

4 files changed

Lines changed: 7 additions & 8 deletions

File tree

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

33
<PropertyGroup>
4-
<Version>9.0.1</Version>
4+
<Version>9.0.0</Version>
55
</PropertyGroup>
66

77
<PropertyGroup>
8-
<PackageTags>Bootstrap Blazor WebAssembly wasm UI Components Video Player</PackageTags>
9-
<Description>Bootstrap UI components extensions of Plyr</Description>
8+
<PackageTags>Bootstrap Blazor WebAssembly wasm UI Components Meeting</PackageTags>
9+
<Description>Bootstrap UI components extensions of Meeting</Description>
1010
</PropertyGroup>
1111

1212
<ItemGroup>
@@ -17,8 +17,4 @@
1717
<Using Include="Microsoft.JSInterop" />
1818
</ItemGroup>
1919

20-
<ItemGroup>
21-
<Folder Include="wwwroot\" />
22-
</ItemGroup>
23-
2420
</Project>

src/components/BootstrapBlazor.JitsiMeet/Meet.razor

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
@attribute [JSModuleAutoLoader("./_content/BootstrapBlazor.JitsiMeet/Meet.razor.js", JSObjectReference = true)]
33

44
<div @attributes="@AdditionalAttributes" id="@Id"></div>
5-

src/components/BootstrapBlazor.JitsiMeet/Meet.razor.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
namespace BootstrapBlazor.Components;
44

5+
/// <summary>
6+
/// Meet 组件用于显示会议室
7+
/// </summary>
58
public partial class Meet
69
{
710
/// <summary>

src/components/BootstrapBlazor.JitsiMeet/Meet.razor.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import Data from '../BootstrapBlazor/modules/data.js';
33

44
export async function init(id, invoke, domain, options) {
55
await addScript('./_content/BootstrapBlazor.JitsiMeet/external_api.js');
6+
67
const el = document.getElementById(id);
78
options.parentNode = el;
89
options.onload = () => {

0 commit comments

Comments
 (0)