mirror of
https://github.com/wangdage12/Snap.Hutao.git
synced 2026-03-28 16:55:18 +08:00
Compare commits
8 Commits
1.18.4.0
...
246109227d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
246109227d | ||
|
|
515fa004bb | ||
|
|
7c706f8dc7 | ||
|
|
9de07754c7 | ||
|
|
8e86ccc560 | ||
|
|
e1df07ac21 | ||
|
|
1dabff07a1 | ||
|
|
640686a837 |
2
.github/workflows/PublishDistribution.yml
vendored
2
.github/workflows/PublishDistribution.yml
vendored
@@ -64,7 +64,7 @@ jobs:
|
|||||||
-Body $r2Data `
|
-Body $r2Data `
|
||||||
-ContentType "application/json"
|
-ContentType "application/json"
|
||||||
Write-Output $response2.Content
|
Write-Output $response2.Content
|
||||||
- uses: benc-uk/workflow-dispatch@v1.2.4
|
- uses: benc-uk/workflow-dispatch@v1.3.1
|
||||||
with:
|
with:
|
||||||
workflow: Build
|
workflow: Build
|
||||||
repo: DGP-Studio/hutao-installer
|
repo: DGP-Studio/hutao-installer
|
||||||
|
|||||||
2
.github/workflows/alpha.yml
vendored
2
.github/workflows/alpha.yml
vendored
@@ -113,7 +113,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload signed msix
|
- name: Upload signed msix
|
||||||
if: success() && github.event_name != 'pull_request'
|
if: success() && github.event_name != 'pull_request'
|
||||||
uses: actions/upload-artifact@v6
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: Snap.Hutao.Alpha-${{ steps.cake.outputs.version }}
|
name: Snap.Hutao.Alpha-${{ steps.cake.outputs.version }}
|
||||||
path: ${{ github.workspace }}/src/output/Snap.Hutao.Alpha-${{ steps.cake.outputs.version }}.msix
|
path: ${{ github.workspace }}/src/output/Snap.Hutao.Alpha-${{ steps.cake.outputs.version }}.msix
|
||||||
|
|||||||
2
.github/workflows/canary.yml
vendored
2
.github/workflows/canary.yml
vendored
@@ -77,7 +77,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload signed msix
|
- name: Upload signed msix
|
||||||
if: ${{ success() && steps.merge.outputs.continue == 'true' }}
|
if: ${{ success() && steps.merge.outputs.continue == 'true' }}
|
||||||
uses: actions/upload-artifact@v6
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: Snap.Hutao.Canary-${{ steps.cake.outputs.version }}
|
name: Snap.Hutao.Canary-${{ steps.cake.outputs.version }}
|
||||||
path: ${{ github.workspace }}/src/output/Snap.Hutao.Canary-${{ steps.cake.outputs.version }}.msix
|
path: ${{ github.workspace }}/src/output/Snap.Hutao.Canary-${{ steps.cake.outputs.version }}.msix
|
||||||
|
|||||||
2
.github/workflows/msi-build.yml
vendored
2
.github/workflows/msi-build.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
|||||||
run: dotnet build src/Snap.Hutao/Snap.Hutao.Installer/Snap.Hutao.Installer.wixproj -c Release
|
run: dotnet build src/Snap.Hutao/Snap.Hutao.Installer/Snap.Hutao.Installer.wixproj -c Release
|
||||||
|
|
||||||
- name: Upload MSI Artifact
|
- name: Upload MSI Artifact
|
||||||
uses: actions/upload-artifact@v6
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: Snap.Hutao-MSI
|
name: Snap.Hutao-MSI
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
10
README.md
10
README.md
@@ -42,7 +42,7 @@ Snap Hutao is an open-source Genshin Impact toolkit under MIT license, designed
|
|||||||
|
|
||||||
**目前元数据的编写进度:**
|
**目前元数据的编写进度:**
|
||||||
|
|
||||||
| 项目(V6.3) | 是否完成 |
|
| 项目(V6.4) | 是否完成 |
|
||||||
| ----------- | ----------- |
|
| ----------- | ----------- |
|
||||||
| 总体数据 | ✔️ |
|
| 总体数据 | ✔️ |
|
||||||
|
|
||||||
@@ -67,6 +67,14 @@ https://deepwiki.com/DGP-Studio/Snap.Hutao.Server
|
|||||||
- 服务端:[Snap.Server](https://github.com/wangdage12/Snap.Server)
|
- 服务端:[Snap.Server](https://github.com/wangdage12/Snap.Server)
|
||||||
- Web管理后台和官网:[Snap.Server.Web](https://github.com/wangdage12/Snap.Server.Web)
|
- Web管理后台和官网:[Snap.Server.Web](https://github.com/wangdage12/Snap.Server.Web)
|
||||||
|
|
||||||
|
**第三方工具**
|
||||||
|
|
||||||
|
如果你想要添加你自己开发的工具到第三方工具列表中,请确保:
|
||||||
|
1. 工具应该提供源码或者开源,并且可以成功编译
|
||||||
|
2. 工具不应提供任何可能影响游戏公平性的功能
|
||||||
|
|
||||||
|
工具不限于注入功能,若满足以上条件,请提 issue,或者在 discord 服务器中联系管理员
|
||||||
|
|
||||||
## 打包测试
|
## 打包测试
|
||||||
|
|
||||||
由于采用了 wix 进行打包程序,VS 需要安装 **HeatWave for VS2022**(2026兼容)。需要 msi 安装包时,右键选中 Snap.Hutao.Installer 生成后即可在目标目录找到。默认目录:Snap.Hutao.Installer\bin\x64\Release\en-US\Snap.Hutao.Installer.msi
|
由于采用了 wix 进行打包程序,VS 需要安装 **HeatWave for VS2022**(2026兼容)。需要 msi 安装包时,右键选中 Snap.Hutao.Installer 生成后即可在目标目录找到。默认目录:Snap.Hutao.Installer\bin\x64\Release\en-US\Snap.Hutao.Installer.msi
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<Package
|
<Package
|
||||||
Name="Snap.Hutao"
|
Name="Snap.Hutao"
|
||||||
Manufacturer="Millennium Science Technology R-D Inst"
|
Manufacturer="Millennium Science Technology R-D Inst"
|
||||||
Version="1.18.4.0"
|
Version="1.18.5.0"
|
||||||
UpgradeCode="121203be-60cb-408f-92cc-7080f6598e68"
|
UpgradeCode="121203be-60cb-408f-92cc-7080f6598e68"
|
||||||
Language="2052"
|
Language="2052"
|
||||||
Scope="perMachine">
|
Scope="perMachine">
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<Identity
|
<Identity
|
||||||
Name="60568DGPStudio.SnapHutao"
|
Name="60568DGPStudio.SnapHutao"
|
||||||
Publisher="CN=35C8E923-85DF-49A7-9172-B39DC6312C52"
|
Publisher="CN=35C8E923-85DF-49A7-9172-B39DC6312C52"
|
||||||
Version="1.18.4.0" />
|
Version="1.18.5.0" />
|
||||||
|
|
||||||
<Properties>
|
<Properties>
|
||||||
<DisplayName>Snap Hutao</DisplayName>
|
<DisplayName>Snap Hutao</DisplayName>
|
||||||
|
|||||||
@@ -1598,6 +1598,9 @@
|
|||||||
<data name="ViewDialogThirdPartyToolLaunch" xml:space="preserve">
|
<data name="ViewDialogThirdPartyToolLaunch" xml:space="preserve">
|
||||||
<value>启动</value>
|
<value>启动</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="ViewDialogThirdPartyToolVersion" xml:space="preserve">
|
||||||
|
<value>版本:</value>
|
||||||
|
</data>
|
||||||
<data name="ViewDialogQRCodeTitle" xml:space="preserve">
|
<data name="ViewDialogQRCodeTitle" xml:space="preserve">
|
||||||
<value>使用米游社扫描二维码</value>
|
<value>使用米游社扫描二维码</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -38,6 +38,15 @@ internal sealed partial class GachaLogService : IGachaLogService
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public async ValueTask<IAdvancedDbCollectionView<GachaArchive>> RefreshArchiveCollectionAsync()
|
||||||
|
{
|
||||||
|
using (await archivesLock.LockAsync().ConfigureAwait(false))
|
||||||
|
{
|
||||||
|
archives = null;
|
||||||
|
return archives = gachaLogRepository.GetGachaArchiveCollection().ToAdvancedDbCollectionView(serviceProvider);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public async ValueTask<GachaStatistics> GetStatisticsAsync(GachaLogServiceMetadataContext context, GachaArchive archive)
|
public async ValueTask<GachaStatistics> GetStatisticsAsync(GachaLogServiceMetadataContext context, GachaArchive archive)
|
||||||
{
|
{
|
||||||
using (ValueStopwatch.MeasureExecution(logger))
|
using (ValueStopwatch.MeasureExecution(logger))
|
||||||
|
|||||||
@@ -22,4 +22,6 @@ internal interface IGachaLogService
|
|||||||
ValueTask RemoveArchiveAsync(GachaArchive archive);
|
ValueTask RemoveArchiveAsync(GachaArchive archive);
|
||||||
|
|
||||||
ValueTask<IAdvancedDbCollectionView<GachaArchive>> GetArchiveCollectionAsync();
|
ValueTask<IAdvancedDbCollectionView<GachaArchive>> GetArchiveCollectionAsync();
|
||||||
|
|
||||||
|
ValueTask<IAdvancedDbCollectionView<GachaArchive>> RefreshArchiveCollectionAsync();
|
||||||
}
|
}
|
||||||
@@ -34,4 +34,18 @@ internal interface IThirdPartyToolService
|
|||||||
/// <param name="tool">工具信息</param>
|
/// <param name="tool">工具信息</param>
|
||||||
/// <returns>是否已下载</returns>
|
/// <returns>是否已下载</returns>
|
||||||
bool IsToolDownloaded(ToolInfo tool);
|
bool IsToolDownloaded(ToolInfo tool);
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 获取本地工具信息
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="tool">工具信息</param>
|
||||||
|
/// <returns>本地工具信息,如果不存在则返回null</returns>
|
||||||
|
LocalToolInfo? GetLocalToolInfo(ToolInfo tool);
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 检查工具是否需要更新
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="tool">工具信息</param>
|
||||||
|
/// <returns>是否需要更新</returns>
|
||||||
|
bool NeedsUpdate(ToolInfo tool);
|
||||||
}
|
}
|
||||||
@@ -9,7 +9,9 @@ using System.Collections.Generic;
|
|||||||
using System.Collections.Immutable;
|
using System.Collections.Immutable;
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
using System.IO.Compression;
|
||||||
using System.Net.Http;
|
using System.Net.Http;
|
||||||
|
using System.Text.Json;
|
||||||
|
|
||||||
namespace Snap.Hutao.Service.ThirdPartyTool;
|
namespace Snap.Hutao.Service.ThirdPartyTool;
|
||||||
|
|
||||||
@@ -19,6 +21,7 @@ internal sealed partial class ThirdPartyToolService : IThirdPartyToolService
|
|||||||
{
|
{
|
||||||
private const string ApiBaseUrl = "https://htserver.wdg.cloudns.ch/api";
|
private const string ApiBaseUrl = "https://htserver.wdg.cloudns.ch/api";
|
||||||
private const string ToolsEndpoint = "/tools";
|
private const string ToolsEndpoint = "/tools";
|
||||||
|
private const string ToolInfoFileName = "tool_info.json";
|
||||||
|
|
||||||
private readonly IHttpClientFactory httpClientFactory;
|
private readonly IHttpClientFactory httpClientFactory;
|
||||||
private readonly IHttpRequestMessageBuilderFactory httpRequestMessageBuilderFactory;
|
private readonly IHttpRequestMessageBuilderFactory httpRequestMessageBuilderFactory;
|
||||||
@@ -89,40 +92,31 @@ internal sealed partial class ThirdPartyToolService : IThirdPartyToolService
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
string toolDirectory = GetToolDirectory(tool);
|
string toolDirectory = GetToolDirectory(tool);
|
||||||
Directory.CreateDirectory(toolDirectory);
|
|
||||||
|
|
||||||
int totalFiles = tool.Files.Count;
|
// 如果需要更新,先清理旧文件
|
||||||
int downloadedFiles = 0;
|
if (NeedsUpdate(tool) && Directory.Exists(toolDirectory))
|
||||||
|
{
|
||||||
|
Directory.Delete(toolDirectory, true);
|
||||||
|
}
|
||||||
|
|
||||||
|
Directory.CreateDirectory(toolDirectory);
|
||||||
|
|
||||||
using (HttpClient httpClient = httpClientFactory.CreateClient())
|
using (HttpClient httpClient = httpClientFactory.CreateClient())
|
||||||
{
|
{
|
||||||
foreach (string fileName in tool.Files)
|
if (tool.IsCompressed)
|
||||||
{
|
{
|
||||||
string fileUrl = $"{tool.Url}{fileName}";
|
// 压缩包模式:下载并解压
|
||||||
string localFilePath = Path.Combine(toolDirectory, fileName);
|
await DownloadAndExtractCompressedToolAsync(httpClient, tool, toolDirectory, progress, token).ConfigureAwait(false);
|
||||||
|
}
|
||||||
// 如果文件已存在,跳过下载
|
else
|
||||||
if (File.Exists(localFilePath))
|
|
||||||
{
|
{
|
||||||
downloadedFiles++;
|
// 非压缩包模式:直接下载所有文件
|
||||||
progress?.Report((double)downloadedFiles / totalFiles * 100);
|
await DownloadFilesAsync(httpClient, tool, toolDirectory, progress, token).ConfigureAwait(false);
|
||||||
continue;
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// 下载文件
|
// 保存本地工具信息
|
||||||
HttpResponseMessage response = await httpClient.GetAsync(fileUrl, HttpCompletionOption.ResponseHeadersRead, token).ConfigureAwait(false);
|
SaveLocalToolInfo(tool);
|
||||||
response.EnsureSuccessStatusCode();
|
|
||||||
|
|
||||||
using (Stream contentStream = await response.Content.ReadAsStreamAsync(token).ConfigureAwait(false))
|
|
||||||
using (FileStream fileStream = new(localFilePath, FileMode.Create, FileAccess.Write, FileShare.None))
|
|
||||||
{
|
|
||||||
await contentStream.CopyToAsync(fileStream, token).ConfigureAwait(false);
|
|
||||||
}
|
|
||||||
|
|
||||||
downloadedFiles++;
|
|
||||||
progress?.Report((double)downloadedFiles / totalFiles * 100);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
@@ -139,15 +133,31 @@ internal sealed partial class ThirdPartyToolService : IThirdPartyToolService
|
|||||||
{
|
{
|
||||||
string toolDirectory = GetToolDirectory(tool);
|
string toolDirectory = GetToolDirectory(tool);
|
||||||
|
|
||||||
// 查找可执行文件(.exe)
|
// 优先使用 main_exe,如果没有则查找可执行文件
|
||||||
string? executablePath = tool.Files.FirstOrDefault(f => f.EndsWith(".exe", StringComparison.OrdinalIgnoreCase));
|
string? executablePath = tool.MainExe;
|
||||||
|
if (string.IsNullOrEmpty(executablePath))
|
||||||
|
{
|
||||||
|
executablePath = tool.Files.FirstOrDefault(f => f.EndsWith(".exe", StringComparison.OrdinalIgnoreCase));
|
||||||
|
}
|
||||||
|
|
||||||
|
// 如果还是没有,尝试从目录中查找
|
||||||
|
if (string.IsNullOrEmpty(executablePath))
|
||||||
|
{
|
||||||
|
string[] exeFiles = Directory.GetFiles(toolDirectory, "*.exe", SearchOption.TopDirectoryOnly);
|
||||||
|
executablePath = exeFiles.FirstOrDefault();
|
||||||
|
}
|
||||||
|
|
||||||
if (string.IsNullOrEmpty(executablePath))
|
if (string.IsNullOrEmpty(executablePath))
|
||||||
{
|
{
|
||||||
messenger.Send(InfoBarMessage.Warning(SH.ServiceThirdPartyToolNoExecutableFound));
|
messenger.Send(InfoBarMessage.Warning(SH.ServiceThirdPartyToolNoExecutableFound));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
string fullPath = Path.Combine(toolDirectory, executablePath);
|
// 如果 executablePath 是完整路径,直接使用;否则拼接目录
|
||||||
|
string fullPath = Path.IsPathRooted(executablePath)
|
||||||
|
? executablePath
|
||||||
|
: Path.Combine(toolDirectory, Path.GetFileName(executablePath));
|
||||||
|
|
||||||
if (!File.Exists(fullPath))
|
if (!File.Exists(fullPath))
|
||||||
{
|
{
|
||||||
messenger.Send(InfoBarMessage.Warning(SH.FormatServiceThirdPartyToolFileNotFound(fullPath)));
|
messenger.Send(InfoBarMessage.Warning(SH.FormatServiceThirdPartyToolFileNotFound(fullPath)));
|
||||||
@@ -192,7 +202,20 @@ internal sealed partial class ThirdPartyToolService : IThirdPartyToolService
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 检查所有文件是否存在
|
// 检查工具信息文件是否存在
|
||||||
|
LocalToolInfo? localInfo = GetLocalToolInfo(tool);
|
||||||
|
if (localInfo is null)
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
// 对于压缩包,检查目录是否有内容
|
||||||
|
if (tool.IsCompressed)
|
||||||
|
{
|
||||||
|
return Directory.GetFiles(toolDirectory, "*", SearchOption.AllDirectories).Length > 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
// 对于非压缩包,检查所有文件是否存在
|
||||||
foreach (string fileName in tool.Files)
|
foreach (string fileName in tool.Files)
|
||||||
{
|
{
|
||||||
string filePath = Path.Combine(toolDirectory, fileName);
|
string filePath = Path.Combine(toolDirectory, fileName);
|
||||||
@@ -205,6 +228,217 @@ internal sealed partial class ThirdPartyToolService : IThirdPartyToolService
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public LocalToolInfo? GetLocalToolInfo(ToolInfo tool)
|
||||||
|
{
|
||||||
|
string toolDirectory = GetToolDirectory(tool);
|
||||||
|
string infoFilePath = Path.Combine(toolDirectory, ToolInfoFileName);
|
||||||
|
|
||||||
|
if (!File.Exists(infoFilePath))
|
||||||
|
{
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
try
|
||||||
|
{
|
||||||
|
string json = File.ReadAllText(infoFilePath);
|
||||||
|
return JsonSerializer.Deserialize<LocalToolInfo>(json);
|
||||||
|
}
|
||||||
|
catch
|
||||||
|
{
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public bool NeedsUpdate(ToolInfo tool)
|
||||||
|
{
|
||||||
|
LocalToolInfo? localInfo = GetLocalToolInfo(tool);
|
||||||
|
if (localInfo is null)
|
||||||
|
{
|
||||||
|
return true; // 没有本地信息,需要下载
|
||||||
|
}
|
||||||
|
|
||||||
|
// 比较版本号
|
||||||
|
return IsNewerVersion(tool.Version, localInfo.Version);
|
||||||
|
}
|
||||||
|
|
||||||
|
private static async Task DownloadAndExtractCompressedToolAsync(
|
||||||
|
HttpClient httpClient,
|
||||||
|
ToolInfo tool,
|
||||||
|
string toolDirectory,
|
||||||
|
IProgress<double>? progress,
|
||||||
|
CancellationToken token)
|
||||||
|
{
|
||||||
|
// 压缩包模式通常只有一个 zip 文件
|
||||||
|
string zipFileName = tool.Files.FirstOrDefault(f => f.EndsWith(".zip", StringComparison.OrdinalIgnoreCase))
|
||||||
|
?? tool.Files[0];
|
||||||
|
|
||||||
|
string zipUrl = $"{tool.Url}{zipFileName}";
|
||||||
|
string zipFilePath = Path.Combine(toolDirectory, zipFileName);
|
||||||
|
|
||||||
|
// 下载 zip 文件
|
||||||
|
progress?.Report(0);
|
||||||
|
|
||||||
|
HttpResponseMessage response = await httpClient.GetAsync(zipUrl, HttpCompletionOption.ResponseHeadersRead, token).ConfigureAwait(false);
|
||||||
|
response.EnsureSuccessStatusCode();
|
||||||
|
|
||||||
|
using (Stream contentStream = await response.Content.ReadAsStreamAsync(token).ConfigureAwait(false))
|
||||||
|
using (FileStream fileStream = new(zipFilePath, FileMode.Create, FileAccess.Write, FileShare.None))
|
||||||
|
{
|
||||||
|
await contentStream.CopyToAsync(fileStream, token).ConfigureAwait(false);
|
||||||
|
}
|
||||||
|
|
||||||
|
progress?.Report(50);
|
||||||
|
|
||||||
|
// 解压 zip 文件
|
||||||
|
using (ZipArchive archive = ZipFile.OpenRead(zipFilePath))
|
||||||
|
{
|
||||||
|
// 检查是否有根目录需要处理
|
||||||
|
bool hasRootFolder = HasSingleRootFolder(archive);
|
||||||
|
|
||||||
|
foreach (ZipArchiveEntry entry in archive.Entries)
|
||||||
|
{
|
||||||
|
if (string.IsNullOrEmpty(entry.Name))
|
||||||
|
{
|
||||||
|
// 这是一个目录,创建它
|
||||||
|
string? destinationPath = GetDestinationPath(entry.FullName, toolDirectory, hasRootFolder);
|
||||||
|
if (destinationPath is not null)
|
||||||
|
{
|
||||||
|
Directory.CreateDirectory(destinationPath);
|
||||||
|
}
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
string? destFilePath = GetDestinationPath(entry.FullName, toolDirectory, hasRootFolder);
|
||||||
|
if (destFilePath is null)
|
||||||
|
{
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
// 确保目录存在
|
||||||
|
string? destDir = Path.GetDirectoryName(destFilePath);
|
||||||
|
if (!string.IsNullOrEmpty(destDir))
|
||||||
|
{
|
||||||
|
Directory.CreateDirectory(destDir);
|
||||||
|
}
|
||||||
|
|
||||||
|
entry.ExtractToFile(destFilePath, true);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
progress?.Report(90);
|
||||||
|
|
||||||
|
// 删除 zip 文件
|
||||||
|
File.Delete(zipFilePath);
|
||||||
|
|
||||||
|
progress?.Report(100);
|
||||||
|
}
|
||||||
|
|
||||||
|
private static async Task DownloadFilesAsync(
|
||||||
|
HttpClient httpClient,
|
||||||
|
ToolInfo tool,
|
||||||
|
string toolDirectory,
|
||||||
|
IProgress<double>? progress,
|
||||||
|
CancellationToken token)
|
||||||
|
{
|
||||||
|
int totalFiles = tool.Files.Count;
|
||||||
|
int downloadedFiles = 0;
|
||||||
|
|
||||||
|
foreach (string fileName in tool.Files)
|
||||||
|
{
|
||||||
|
string fileUrl = $"{tool.Url}{fileName}";
|
||||||
|
string localFilePath = Path.Combine(toolDirectory, fileName);
|
||||||
|
|
||||||
|
// 如果文件已存在,跳过下载
|
||||||
|
if (File.Exists(localFilePath))
|
||||||
|
{
|
||||||
|
downloadedFiles++;
|
||||||
|
progress?.Report((double)downloadedFiles / totalFiles * 100);
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
// 下载文件
|
||||||
|
HttpResponseMessage response = await httpClient.GetAsync(fileUrl, HttpCompletionOption.ResponseHeadersRead, token).ConfigureAwait(false);
|
||||||
|
response.EnsureSuccessStatusCode();
|
||||||
|
|
||||||
|
using (Stream contentStream = await response.Content.ReadAsStreamAsync(token).ConfigureAwait(false))
|
||||||
|
using (FileStream fileStream = new(localFilePath, FileMode.Create, FileAccess.Write, FileShare.None))
|
||||||
|
{
|
||||||
|
await contentStream.CopyToAsync(fileStream, token).ConfigureAwait(false);
|
||||||
|
}
|
||||||
|
|
||||||
|
downloadedFiles++;
|
||||||
|
progress?.Report((double)downloadedFiles / totalFiles * 100);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void SaveLocalToolInfo(ToolInfo tool)
|
||||||
|
{
|
||||||
|
string toolDirectory = GetToolDirectory(tool);
|
||||||
|
string infoFilePath = Path.Combine(toolDirectory, ToolInfoFileName);
|
||||||
|
|
||||||
|
LocalToolInfo localInfo = LocalToolInfo.FromToolInfo(tool);
|
||||||
|
string json = JsonSerializer.Serialize(localInfo, new JsonSerializerOptions { WriteIndented = true });
|
||||||
|
File.WriteAllText(infoFilePath, json);
|
||||||
|
}
|
||||||
|
|
||||||
|
private static bool IsNewerVersion(string remoteVersion, string localVersion)
|
||||||
|
{
|
||||||
|
// 使用 Version 类进行比较
|
||||||
|
if (Version.TryParse(remoteVersion, out Version? remote) && Version.TryParse(localVersion, out Version? local))
|
||||||
|
{
|
||||||
|
return remote > local;
|
||||||
|
}
|
||||||
|
|
||||||
|
// 如果无法解析为版本号,进行字符串比较
|
||||||
|
return !string.Equals(remoteVersion, localVersion, StringComparison.OrdinalIgnoreCase);
|
||||||
|
}
|
||||||
|
|
||||||
|
private static bool HasSingleRootFolder(ZipArchive archive)
|
||||||
|
{
|
||||||
|
// 检查是否所有条目都在同一个根目录下
|
||||||
|
HashSet<string> rootFolders = [];
|
||||||
|
foreach (ZipArchiveEntry entry in archive.Entries)
|
||||||
|
{
|
||||||
|
int separatorIndex = entry.FullName.IndexOf('/');
|
||||||
|
if (separatorIndex > 0)
|
||||||
|
{
|
||||||
|
rootFolders.Add(entry.FullName[..separatorIndex]);
|
||||||
|
}
|
||||||
|
else if (separatorIndex < 0 && !string.IsNullOrEmpty(entry.Name))
|
||||||
|
{
|
||||||
|
// 直接在根目录下的文件
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return rootFolders.Count == 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
private static string? GetDestinationPath(string entryPath, string toolDirectory, bool hasRootFolder)
|
||||||
|
{
|
||||||
|
if (string.IsNullOrEmpty(entryPath))
|
||||||
|
{
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (hasRootFolder)
|
||||||
|
{
|
||||||
|
// 移除根目录前缀
|
||||||
|
int separatorIndex = entryPath.IndexOf('/');
|
||||||
|
if (separatorIndex >= 0 && separatorIndex < entryPath.Length - 1)
|
||||||
|
{
|
||||||
|
return Path.Combine(toolDirectory, entryPath[(separatorIndex + 1)..]);
|
||||||
|
}
|
||||||
|
else if (separatorIndex >= 0)
|
||||||
|
{
|
||||||
|
// 这是根目录本身
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return Path.Combine(toolDirectory, entryPath);
|
||||||
|
}
|
||||||
|
|
||||||
private static string GetToolDirectory(ToolInfo tool)
|
private static string GetToolDirectory(ToolInfo tool)
|
||||||
{
|
{
|
||||||
// 使用数据目录/工具名作为存储路径
|
// 使用数据目录/工具名作为存储路径
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ using Snap.Hutao.Core.ExceptionService;
|
|||||||
using Snap.Hutao.Model.Entity;
|
using Snap.Hutao.Model.Entity;
|
||||||
using Snap.Hutao.Model.InterChange.GachaLog;
|
using Snap.Hutao.Model.InterChange.GachaLog;
|
||||||
using Snap.Hutao.Service.GachaLog;
|
using Snap.Hutao.Service.GachaLog;
|
||||||
|
using Snap.Hutao.ViewModel.GachaLog;
|
||||||
using Snap.Hutao.Web.Hoyolab.Hk4e.Event.GachaInfo;
|
using Snap.Hutao.Web.Hoyolab.Hk4e.Event.GachaInfo;
|
||||||
using System.Collections.Immutable;
|
using System.Collections.Immutable;
|
||||||
|
|
||||||
@@ -13,6 +14,7 @@ internal abstract partial class AbstractUIGF40ImportService : IUIGFImportService
|
|||||||
{
|
{
|
||||||
private readonly IServiceProvider serviceProvider;
|
private readonly IServiceProvider serviceProvider;
|
||||||
private readonly ITaskContext taskContext;
|
private readonly ITaskContext taskContext;
|
||||||
|
private readonly IMessenger messenger;
|
||||||
|
|
||||||
[GeneratedConstructor]
|
[GeneratedConstructor]
|
||||||
public partial AbstractUIGF40ImportService(IServiceProvider serviceProvider);
|
public partial AbstractUIGF40ImportService(IServiceProvider serviceProvider);
|
||||||
@@ -21,6 +23,7 @@ internal abstract partial class AbstractUIGF40ImportService : IUIGFImportService
|
|||||||
{
|
{
|
||||||
await taskContext.SwitchToBackgroundAsync();
|
await taskContext.SwitchToBackgroundAsync();
|
||||||
ImportGachaArchives(importOptions.UIGF.Hk4e, importOptions.GachaArchiveUids);
|
ImportGachaArchives(importOptions.UIGF.Hk4e, importOptions.GachaArchiveUids);
|
||||||
|
messenger.Send(GachaLogImportedMessage.Empty);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void ImportGachaArchives(ImmutableArray<UIGFEntry<Hk4eItem>> entries, HashSet<uint> uids)
|
private void ImportGachaArchives(ImmutableArray<UIGFEntry<Hk4eItem>> entries, HashSet<uint> uids)
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
<UseWinUI>true</UseWinUI>
|
<UseWinUI>true</UseWinUI>
|
||||||
<UseWPF>False</UseWPF>
|
<UseWPF>False</UseWPF>
|
||||||
<!-- 配置版本号 -->
|
<!-- 配置版本号 -->
|
||||||
<Version>1.18.4.0</Version>
|
<Version>1.18.5.0</Version>
|
||||||
|
|
||||||
<UseWindowsForms>False</UseWindowsForms>
|
<UseWindowsForms>False</UseWindowsForms>
|
||||||
<ImplicitUsings>False</ImplicitUsings>
|
<ImplicitUsings>False</ImplicitUsings>
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ internal sealed partial class HutaoPassportRegisterDialog : ContentDialog
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
messenger.Send(InfoBarMessage.Information(response.GetLocalizationMessage()));
|
messenger.Send(InfoBarMessage.Information(response.GetLocalizationMessageOrMessage()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -58,7 +58,7 @@ internal sealed partial class HutaoPassportResetPasswordDialog : ContentDialog
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
messenger.Send(InfoBarMessage.Information(response.GetLocalizationMessage()));
|
messenger.Send(InfoBarMessage.Information(response.GetLocalizationMessageOrMessage()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ internal sealed partial class HutaoPassportResetUsernameDialog : ContentDialog
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
messenger.Send(InfoBarMessage.Information(response.GetLocalizationMessage()));
|
messenger.Send(InfoBarMessage.Information(response.GetLocalizationMessageOrMessage()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ internal sealed partial class HutaoPassportUnregisterDialog : ContentDialog
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
messenger.Send(InfoBarMessage.Information(response.GetLocalizationMessage()));
|
messenger.Send(InfoBarMessage.Information(response.GetLocalizationMessageOrMessage()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -17,6 +17,7 @@
|
|||||||
<RowDefinition Height="Auto"/>
|
<RowDefinition Height="Auto"/>
|
||||||
<RowDefinition Height="Auto"/>
|
<RowDefinition Height="Auto"/>
|
||||||
<RowDefinition Height="Auto"/>
|
<RowDefinition Height="Auto"/>
|
||||||
|
<RowDefinition Height="Auto"/>
|
||||||
</Grid.RowDefinitions>
|
</Grid.RowDefinitions>
|
||||||
|
|
||||||
<TextBlock
|
<TextBlock
|
||||||
@@ -31,8 +32,17 @@
|
|||||||
Text="{x:Bind Tool.Description, Mode=OneWay}"
|
Text="{x:Bind Tool.Description, Mode=OneWay}"
|
||||||
TextWrapping="Wrap"/>
|
TextWrapping="Wrap"/>
|
||||||
|
|
||||||
|
<StackPanel Grid.Row="2" Orientation="Horizontal" Spacing="8">
|
||||||
|
<TextBlock
|
||||||
|
Style="{StaticResource BodyTextBlockStyle}"
|
||||||
|
Text="{shuxm:ResourceString Name=ViewDialogThirdPartyToolVersion}"/>
|
||||||
|
<TextBlock
|
||||||
|
Style="{StaticResource BodyStrongTextBlockStyle}"
|
||||||
|
Text="{x:Bind Tool.Version, Mode=OneWay}"/>
|
||||||
|
</StackPanel>
|
||||||
|
|
||||||
<ProgressBar
|
<ProgressBar
|
||||||
Grid.Row="2"
|
Grid.Row="3"
|
||||||
Height="4"
|
Height="4"
|
||||||
IsIndeterminate="{x:Bind IsDownloading.Value, Mode=OneWay, FallbackValue=False}"
|
IsIndeterminate="{x:Bind IsDownloading.Value, Mode=OneWay, FallbackValue=False}"
|
||||||
Visibility="{x:Bind IsDownloading.Value, Mode=OneWay, Converter={StaticResource BoolToVisibilityConverter}}"/>
|
Visibility="{x:Bind IsDownloading.Value, Mode=OneWay, Converter={StaticResource BoolToVisibilityConverter}}"/>
|
||||||
|
|||||||
@@ -39,8 +39,15 @@ internal sealed partial class ThirdPartyToolDialog : ContentDialog
|
|||||||
{
|
{
|
||||||
IsDownloading = true;
|
IsDownloading = true;
|
||||||
|
|
||||||
// 检查工具是否已下载
|
if (tool is null)
|
||||||
if (tool is not null && !thirdPartyToolService.IsToolDownloaded(tool))
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// 检查工具是否需要下载或更新
|
||||||
|
bool needDownload = !thirdPartyToolService.IsToolDownloaded(tool) || thirdPartyToolService.NeedsUpdate(tool);
|
||||||
|
|
||||||
|
if (needDownload)
|
||||||
{
|
{
|
||||||
// 下载工具
|
// 下载工具
|
||||||
bool downloadSuccess = await thirdPartyToolService.DownloadToolAsync(tool, null).ConfigureAwait(false);
|
bool downloadSuccess = await thirdPartyToolService.DownloadToolAsync(tool, null).ConfigureAwait(false);
|
||||||
@@ -53,8 +60,6 @@ internal sealed partial class ThirdPartyToolDialog : ContentDialog
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 启动工具
|
// 启动工具
|
||||||
if (tool is not null)
|
|
||||||
{
|
|
||||||
bool launchSuccess = await thirdPartyToolService.LaunchToolAsync(tool).ConfigureAwait(false);
|
bool launchSuccess = await thirdPartyToolService.LaunchToolAsync(tool).ConfigureAwait(false);
|
||||||
if (launchSuccess)
|
if (launchSuccess)
|
||||||
{
|
{
|
||||||
@@ -63,7 +68,6 @@ internal sealed partial class ThirdPartyToolDialog : ContentDialog
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
messenger.Send(InfoBarMessage.Error(ex));
|
messenger.Send(InfoBarMessage.Error(ex));
|
||||||
|
|||||||
@@ -0,0 +1,13 @@
|
|||||||
|
// Copyright (c) DGP Studio. All rights reserved.
|
||||||
|
// Licensed under the MIT license.
|
||||||
|
|
||||||
|
namespace Snap.Hutao.ViewModel.GachaLog;
|
||||||
|
|
||||||
|
internal sealed class GachaLogImportedMessage
|
||||||
|
{
|
||||||
|
public static readonly GachaLogImportedMessage Empty = new();
|
||||||
|
|
||||||
|
private GachaLogImportedMessage()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -26,7 +26,7 @@ namespace Snap.Hutao.ViewModel.GachaLog;
|
|||||||
|
|
||||||
[BindableCustomPropertyProvider]
|
[BindableCustomPropertyProvider]
|
||||||
[Service(ServiceLifetime.Scoped)]
|
[Service(ServiceLifetime.Scoped)]
|
||||||
internal sealed partial class GachaLogViewModel : Abstraction.ViewModel
|
internal sealed partial class GachaLogViewModel : Abstraction.ViewModel, IRecipient<GachaLogImportedMessage>
|
||||||
{
|
{
|
||||||
private readonly IContentDialogFactory contentDialogFactory;
|
private readonly IContentDialogFactory contentDialogFactory;
|
||||||
private readonly IServiceProvider serviceProvider;
|
private readonly IServiceProvider serviceProvider;
|
||||||
@@ -127,6 +127,22 @@ internal sealed partial class GachaLogViewModel : Abstraction.ViewModel
|
|||||||
UpdateStatisticsAsync(Archives?.CurrentItem).SafeForget();
|
UpdateStatisticsAsync(Archives?.CurrentItem).SafeForget();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public async void Receive(GachaLogImportedMessage message)
|
||||||
|
{
|
||||||
|
await RefreshArchiveCollectionAsync().ConfigureAwait(false);
|
||||||
|
}
|
||||||
|
|
||||||
|
private async ValueTask RefreshArchiveCollectionAsync()
|
||||||
|
{
|
||||||
|
using (await EnterCriticalSectionAsync().ConfigureAwait(false))
|
||||||
|
{
|
||||||
|
IAdvancedDbCollectionView<GachaArchive> archives = await gachaLogService.RefreshArchiveCollectionAsync().ConfigureAwait(false);
|
||||||
|
await taskContext.SwitchToMainThreadAsync();
|
||||||
|
Archives = archives;
|
||||||
|
Archives.MoveCurrentTo(Archives.Source.SelectedOrFirstOrDefault());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
[Command("RefreshByWebCacheCommand")]
|
[Command("RefreshByWebCacheCommand")]
|
||||||
private async Task RefreshByWebCacheAsync()
|
private async Task RefreshByWebCacheAsync()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -193,11 +193,11 @@ internal sealed partial class SpiralAbyssViewModel : Abstraction.ViewModel, IRec
|
|||||||
{
|
{
|
||||||
HutaoResponse response = await spiralAbyssClient.UploadRecordAsync(record).ConfigureAwait(false);
|
HutaoResponse response = await spiralAbyssClient.UploadRecordAsync(record).ConfigureAwait(false);
|
||||||
|
|
||||||
if (response is ILocalizableResponse localizableResponse)
|
if (response is ILocalizableResponse)
|
||||||
{
|
{
|
||||||
messenger.Send(InfoBarMessage.Any(
|
messenger.Send(InfoBarMessage.Any(
|
||||||
response is { ReturnCode: 0 } ? InfoBarSeverity.Success : InfoBarSeverity.Warning,
|
response is { ReturnCode: 0 } ? InfoBarSeverity.Success : InfoBarSeverity.Warning,
|
||||||
localizableResponse.GetLocalizationMessage()));
|
response.GetLocalizationMessageOrMessage()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ internal sealed class HutaoResponse : Web.Response.Response, ILocalizableRespons
|
|||||||
|
|
||||||
public override string ToString()
|
public override string ToString()
|
||||||
{
|
{
|
||||||
return SH.FormatWebResponse(ReturnCode, this.GetLocalizationMessageOrDefault());
|
return SH.FormatWebResponse(ReturnCode, this.GetLocalizationMessageOrMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -48,6 +48,6 @@ internal sealed class HutaoResponse<TData> : Response<TData>, ILocalizableRespon
|
|||||||
|
|
||||||
public override string ToString()
|
public override string ToString()
|
||||||
{
|
{
|
||||||
return SH.FormatWebResponse(ReturnCode, this.GetLocalizationMessageOrDefault());
|
return SH.FormatWebResponse(ReturnCode, this.GetLocalizationMessageOrMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -0,0 +1,54 @@
|
|||||||
|
using System.Text.Json.Serialization;
|
||||||
|
|
||||||
|
namespace Snap.Hutao.Web.ThirdPartyTool;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 本地工具信息,用于保存工具的本地状态
|
||||||
|
/// </summary>
|
||||||
|
internal sealed class LocalToolInfo
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// 工具名称
|
||||||
|
/// </summary>
|
||||||
|
[JsonPropertyName("name")]
|
||||||
|
public string Name { get; set; } = default!;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 工具版本号
|
||||||
|
/// </summary>
|
||||||
|
[JsonPropertyName("version")]
|
||||||
|
public string Version { get; set; } = default!;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 是否为压缩包
|
||||||
|
/// </summary>
|
||||||
|
[JsonPropertyName("is_compressed")]
|
||||||
|
public bool IsCompressed { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 主可执行文件名
|
||||||
|
/// </summary>
|
||||||
|
[JsonPropertyName("main_exe")]
|
||||||
|
public string? MainExe { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 下载时间
|
||||||
|
/// </summary>
|
||||||
|
[JsonPropertyName("download_time")]
|
||||||
|
public DateTimeOffset DownloadTime { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 从 ToolInfo 创建 LocalToolInfo
|
||||||
|
/// </summary>
|
||||||
|
public static LocalToolInfo FromToolInfo(ToolInfo toolInfo)
|
||||||
|
{
|
||||||
|
return new LocalToolInfo
|
||||||
|
{
|
||||||
|
Name = toolInfo.Name,
|
||||||
|
Version = toolInfo.Version,
|
||||||
|
IsCompressed = toolInfo.IsCompressed,
|
||||||
|
MainExe = toolInfo.MainExe,
|
||||||
|
DownloadTime = DateTimeOffset.Now,
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -16,4 +16,13 @@ internal sealed class ToolInfo
|
|||||||
|
|
||||||
[JsonPropertyName("files")]
|
[JsonPropertyName("files")]
|
||||||
public List<string> Files { get; set; } = default!;
|
public List<string> Files { get; set; } = default!;
|
||||||
|
|
||||||
|
[JsonPropertyName("is_compressed")]
|
||||||
|
public bool IsCompressed { get; set; }
|
||||||
|
|
||||||
|
[JsonPropertyName("main_exe")]
|
||||||
|
public string? MainExe { get; set; }
|
||||||
|
|
||||||
|
[JsonPropertyName("version")]
|
||||||
|
public string Version { get; set; } = default!;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user