Merge branch 'main' into d-v3

This commit is contained in:
辉鸭蛋
2025-09-19 01:35:03 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<AssemblyName>BetterGI</AssemblyName>
<Version>0.50.1-alpha.3</Version>
<Version>0.50.1-alpha.5</Version>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>

View File

@@ -146,7 +146,7 @@ public class AutoArtifactSalvageTask : ISoloTask
if (Bv.IsInPromptDialog(ra))
{
// 如果存在物品过期提示,则点击确认按钮
Bv.ClickWhiteConfirmButton(ra.DeriveCrop(0, 0, ra.Width, ra.Height - ra.Height / 0.2));
Bv.ClickWhiteConfirmButton(ra.DeriveCrop(0, 0, ra.Width, ra.Height - ra.Height * 0.2));
Sleep(300, ct);
return false;
}