Skip to content

Commit e9a7076

Browse files
authored
doc(Topology): update javascript path (#4769)
* refactor: 更正路径 * chore: 更新文件路径 * chore: bump version 9.0.2
1 parent f8827f5 commit e9a7076

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/BootstrapBlazor.Shared/Components/Samples/Topologies.razor

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@inject IStringLocalizer<Topologies> Localizer
44
@inject FanControllerDataService DataService
55
@inject SwalService SwalService
6-
@attribute [JSModuleAutoLoader("../_content/BootstrapBlazor.Shared/Samples/Components/Topologies.razor.js", JSObjectReference = true, AutoInvokeDispose = false)]
6+
@attribute [JSModuleAutoLoader("../_content/BootstrapBlazor.Shared/Components/Samples/Topologies.razor.js", JSObjectReference = true, AutoInvokeDispose = false)]
77

88
<h3>@Localizer["TopologiesTitle"]</h3>
99
<h4>@((MarkupString)Localizer["TopologiesDescription"].Value)</h4>

src/BootstrapBlazor.Shared/topology.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"name": "gif",
88
"width": 1,
99
"height": 0.9999999999999998,
10-
"image": "/images/fan.gif",
10+
"image": "./_content/BootstrapBlazor.Shared/images/fan.gif",
1111
"imageRatio": true,
1212
"id": "032b1de",
1313
"parentId": "77f220c7",
@@ -53,7 +53,7 @@
5353
"name": "image",
5454
"width": 1,
5555
"height": 0.9872751206669589,
56-
"image": "/images/fan.svg",
56+
"image": "./_content/BootstrapBlazor.Shared/images/fan.svg",
5757
"imageRatio": true,
5858
"id": "c45a053",
5959
"parentId": "77f220c7",

src/BootstrapBlazor/BootstrapBlazor.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

33
<PropertyGroup>
4-
<Version>9.0.2-beta07</Version>
4+
<Version>9.0.2</Version>
55
</PropertyGroup>
66

77
<ItemGroup>

0 commit comments

Comments
 (0)