28 lines
768 B
Plaintext
28 lines
768 B
Plaintext
@inherits LayoutComponentBase
|
|
|
|
<FluentLayout>
|
|
<FluentHeader>
|
|
LoveLive SIF2服务器补丁程序
|
|
</FluentHeader>
|
|
<FluentStack Class="main">
|
|
<FluentBodyContent Class="body-content">
|
|
<ErrorBoundary>
|
|
<ChildContent>
|
|
<div class="content">
|
|
@Body
|
|
</div>
|
|
</ChildContent>
|
|
<ErrorContent Context="ex">
|
|
<div class="blazor-error-boundary">@ex.Message</div>
|
|
</ErrorContent>
|
|
</ErrorBoundary>
|
|
</FluentBodyContent>
|
|
</FluentStack>
|
|
<FluentFooter>
|
|
<a>© 2024 zhushenwudi</a>
|
|
</FluentFooter>
|
|
</FluentLayout>
|
|
|
|
<FluentTooltipProvider/>
|
|
<FluentDialogProvider/>
|