mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-23 09:55:48 +08:00
Merge branch 'main' into d-v3
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user