Skip to content

Commit 52d30ad

Browse files
authored
doc(CodeSnippetService): update code file path (#4877)
* doc: 更改程序集名称 * doc: 微调倒计时时长
1 parent d4f3675 commit 52d30ad

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+49
-49
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<div class="bb-reboot-clock">
2-
<FlipClock ViewMode="FlipClockViewMode.CountDown" ShowHour="false" StartValue="TimeSpan.FromMinutes(2)"></FlipClock>
2+
<FlipClock ViewMode="FlipClockViewMode.CountDown" ShowHour="false" StartValue="TimeSpan.FromSeconds(140)"></FlipClock>
33
</div>

src/BootstrapBlazor.Server/Components/Pages/Localization.razor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@ public class CultureController : Controller
240240
// @Localizer["N49"]
241241
options.AdditionalJsonFiles = new string[]
242242
{
243-
@@"D:\Argo\src\BootstrapBlazor\src\BootstrapBlazor.Shared\Locales\zh-TW.json",
244-
@@"D:\Argo\src\BootstrapBlazor\src\BootstrapBlazor.Shared\Locales\zh-CN.json"
243+
@@"D:\Argo\src\BootstrapBlazor\src\BootstrapBlazor.Server\Locales\zh-TW.json",
244+
@@"D:\Argo\src\BootstrapBlazor\src\BootstrapBlazor.Server\Locales\zh-CN.json"
245245
};
246246
});
247247
}

src/BootstrapBlazor.Server/Components/Samples/Cascaders.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public sealed partial class Cascaders
1313
/// <summary>
1414
/// Foo 类为Demo测试用,如有需要请自行下载源码查阅
1515
/// Foo class is used for Demo test, please download the source code if necessary
16-
/// https://gitee.com/LongbowEnterprise/BootstrapBlazor/blob/main/src/BootstrapBlazor.Shared/Data/Foo.cs
16+
/// https://gitee.com/LongbowEnterprise/BootstrapBlazor/blob/main/src/BootstrapBlazor.Server/Data/Foo.cs
1717
/// </summary>
1818
private Foo Model { get; set; } = new Foo();
1919

src/BootstrapBlazor.Server/Components/Samples/ColorPickers.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public partial class ColorPickers
1313
/// <summary>
1414
/// Foo 类为Demo测试用,如有需要请自行下载源码查阅
1515
/// Foo class is used for Demo test, please download the source code if necessary
16-
/// https://gitee.com/LongbowEnterprise/BootstrapBlazor/blob/main/src/BootstrapBlazor.Shared/Data/Foo.cs
16+
/// https://gitee.com/LongbowEnterprise/BootstrapBlazor/blob/main/src/BootstrapBlazor.Server/Data/Foo.cs
1717
/// </summary>
1818
[NotNull]
1919
private Foo? Dummy { get; set; } = new Foo() { Name = "#DDDDDD" };

src/BootstrapBlazor.Server/Components/Samples/DateTimeRanges.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ protected override void OnInitialized()
114114
/// <summary>
115115
/// Foo 类为Demo测试用,如有需要请自行下载源码查阅
116116
/// Foo class is used for Demo test, please download the source code if necessary
117-
/// https://gitee.com/LongbowEnterprise/BootstrapBlazor/blob/main/src/BootstrapBlazor.Shared/Data/Foo.cs
117+
/// https://gitee.com/LongbowEnterprise/BootstrapBlazor/blob/main/src/BootstrapBlazor.Server/Data/Foo.cs
118118
/// </summary>
119119
private class ValidateFormRangeFoo : Foo
120120
{

src/BootstrapBlazor.Server/Components/Samples/Dialogs.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ private async Task OnSearchDialogClick()
208208
/// <summary>
209209
/// Foo 类为Demo测试用,如有需要请自行下载源码查阅
210210
/// Foo class is used for Demo test, please download the source code if necessary
211-
/// https://gitee.com/LongbowEnterprise/BootstrapBlazor/blob/main/src/BootstrapBlazor.Shared/Data/Foo.cs
211+
/// https://gitee.com/LongbowEnterprise/BootstrapBlazor/blob/main/src/BootstrapBlazor.Server/Data/Foo.cs
212212
/// </summary>
213213
private async Task OnSaveDialogClick()
214214
{

src/BootstrapBlazor.Server/Components/Samples/Displays.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ private static async Task<string> ByteArrayFormatter(byte[] source)
3737
/// <summary>
3838
/// Foo 类为Demo测试用,如有需要请自行下载源码查阅
3939
/// Foo class is used for Demo test, please download the source code if necessary
40-
/// https://gitee.com/LongbowEnterprise/BootstrapBlazor/blob/main/src/BootstrapBlazor.Shared/Data/Foo.cs
40+
/// https://gitee.com/LongbowEnterprise/BootstrapBlazor/blob/main/src/BootstrapBlazor.Server/Data/Foo.cs
4141
/// </summary>
4242
[NotNull]
4343
private Foo? Model { get; set; }

src/BootstrapBlazor.Server/Components/Samples/EditDialogs.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ private async Task NoRenderShowEditDialog()
5555
/// <summary>
5656
/// Foo 类为Demo测试用,如有需要请自行下载源码查阅
5757
/// Foo class is used for Demo test, please download the source code if necessary
58-
/// https://gitee.com/LongbowEnterprise/BootstrapBlazor/blob/main/src/BootstrapBlazor.Shared/Data/Foo.cs
58+
/// https://gitee.com/LongbowEnterprise/BootstrapBlazor/blob/main/src/BootstrapBlazor.Server/Data/Foo.cs
5959
/// </summary>
6060
[Inject]
6161
[NotNull]

src/BootstrapBlazor.Server/Components/Samples/EditorForms.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public sealed partial class EditorForms
1313
/// <summary>
1414
/// Foo 类为Demo测试用,如有需要请自行下载源码查阅
1515
/// Foo class is used for Demo test, please download the source code if necessary
16-
/// https://gitee.com/LongbowEnterprise/BootstrapBlazor/blob/main/src/BootstrapBlazor.Shared/Data/Foo.cs
16+
/// https://gitee.com/LongbowEnterprise/BootstrapBlazor/blob/main/src/BootstrapBlazor.Server/Data/Foo.cs
1717
/// </summary>
1818
[NotNull]
1919
private Foo? Model { get; set; }

src/BootstrapBlazor.Server/Components/Samples/ExportPdfButtons.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public partial class ExportPdfButtons
1313
/// <summary>
1414
/// Foo 类为Demo测试用,如有需要请自行下载源码查阅
1515
/// Foo class is used for Demo test, please download the source code if necessary
16-
/// https://gitee.com/LongbowEnterprise/BootstrapBlazor/blob/main/src/BootstrapBlazor.Shared/Data/Foo.cs
16+
/// https://gitee.com/LongbowEnterprise/BootstrapBlazor/blob/main/src/BootstrapBlazor.Server/Data/Foo.cs
1717
/// </summary>
1818
[NotNull]
1919
private Foo? Model { get; set; }

0 commit comments

Comments
 (0)