更新 URL

This commit is contained in:
zhushenwudi 2025-01-11 08:16:49 +08:00
parent 43aa214942
commit fc7c25f2a0
3 changed files with 6 additions and 7 deletions

View File

@ -127,5 +127,5 @@ static Uri BuildBaseApkUri(GameRegion region, bool allowHttp, GGLHeaderFormat he
baseApkName += ".apk";
// return new Uri(new Uri("https://arasfon.ru/direct/lovelive/sif2/server-patcher/base-apks/"), baseApkName);
return new Uri(new Uri("http://127.0.0.1:40072/pd/1/SIF2_CLIENT/android/"), baseApkName);
return new Uri(new Uri("http://127.0.0.1:40071/share/mluJWGkP/android/"), baseApkName);
}

View File

@ -2,7 +2,7 @@
<FluentLayout>
<FluentHeader>
Edelstein.Tools.ServerPatcher
LoveLive SIF2服务器补丁程序
</FluentHeader>
<FluentStack Class="main">
<FluentBodyContent Class="body-content">

View File

@ -5,9 +5,8 @@
<FluentStack Orientation="Orientation.Vertical">
<FluentStack Orientation="Orientation.Vertical">
<FluentLabel Typo="Typography.PageTitle">LoveLive SIF2服务器补丁程序</FluentLabel>
<FluentLabel>这个补丁适用于LoveLive SIF2的安卓版本。</FluentLabel>
<FluentLabel>对于iOS有一个已修补的版本其设置易于编辑可供下载 <FluentAnchor Href="https://file.zhushenwudi.top/1/SIF2_CLIENT/ios/" Appearance="Appearance.Hypertext">here</FluentAnchor>.</FluentLabel>
<FluentLabel>对于iOS有一个已修补的版本其设置易于编辑可供下载 <FluentAnchor Href="https://file.zhushenwudi.top/share/mluJWGkP/ios/" Appearance="Appearance.Hypertext">here</FluentAnchor>.</FluentLabel>
</FluentStack>
<FluentCard AreaRestricted="false">
@ -15,13 +14,13 @@
<DataAnnotationsValidator/>
<FluentStack Orientation="Orientation.Vertical">
<FluentSwitch Label="Use custom .apk (not recommended)" @bind-Value="UseCustomApk"/>
<FluentSwitch Label="放入 .apk (不推荐)" @bind-Value="UseCustomApk"/>
@if (UseCustomApk)
{
<!-- Nesting FluentCards causes recursion error in console -->
<FluentCard AreaRestricted="false">
<FluentStack Orientation="Orientation.Vertical">
<FluentLabel>Loaded file: <code>@(_customApkOriginalFileName ?? "None")</code></FluentLabel>
<FluentLabel>已装载的文件: <code>@(_customApkOriginalFileName ?? "暂无文件")</code></FluentLabel>
<FluentInputFile Id="file-uploader"
Mode="InputFileMode.SaveToTemporaryFolder"
Accept=".apk"
@ -35,7 +34,7 @@
<FluentIcon Value="@(new Icons.Regular.Size24.ArrowUpload())"/>
</label>
<FluentStack Orientation="Orientation.Vertical" HorizontalAlignment="HorizontalAlignment.Center">
<FluentLabel>You can drag and drop your .apk here, or <label for="file-uploader">browse</label> to upload it.</FluentLabel>
<FluentLabel>你可以拖拽 .apk 到这里, 或者 <label for="file-uploader">浏览文件</label> 来上传</FluentLabel>
</FluentStack>
</ChildContent>
</FluentInputFile>