diff --git a/BetterGenshinImpact/Core/Config/MaskWindowConfig.cs b/BetterGenshinImpact/Core/Config/MaskWindowConfig.cs index cf14c8a7..98cfccd1 100644 --- a/BetterGenshinImpact/Core/Config/MaskWindowConfig.cs +++ b/BetterGenshinImpact/Core/Config/MaskWindowConfig.cs @@ -83,10 +83,10 @@ public partial class MaskWindowConfig : ObservableObject private double _logTextBoxLeftRatio = 20.0 / 1920; [ObservableProperty] - private double _logTextBoxTopRatio = 832.0 / 1080; + private double _logTextBoxTopRatio = 822.0 / 1080; [ObservableProperty] - private double _logTextBoxWidthRatio = 477.0 / 1920; + private double _logTextBoxWidthRatio = 480.0 / 1920; [ObservableProperty] private double _logTextBoxHeightRatio = 188.0 / 1080; @@ -95,10 +95,10 @@ public partial class MaskWindowConfig : ObservableObject private double _statusListLeftRatio = 20.0 / 1920; [ObservableProperty] - private double _statusListTopRatio = 807.0 / 1080; + private double _statusListTopRatio = 790.0 / 1080; [ObservableProperty] - private double _statusListWidthRatio = 477.0 / 1920; + private double _statusListWidthRatio = 480.0 / 1920; [ObservableProperty] private double _statusListHeightRatio = 24.0 / 1080; diff --git a/BetterGenshinImpact/Service/MaskMapPointService.cs b/BetterGenshinImpact/Service/MaskMapPointService.cs index 07487314..2043b653 100644 --- a/BetterGenshinImpact/Service/MaskMapPointService.cs +++ b/BetterGenshinImpact/Service/MaskMapPointService.cs @@ -190,7 +190,7 @@ public sealed class MaskMapPointService : IMaskMapPointService } catch (Exception ex) { - _logger.LogWarning(ex, "调用米游社地图接口获取点位列表失败"); + _logger.LogDebug(ex, "调用米游社地图接口获取点位列表失败"); return new MaskMapPointsResult { Labels = labels, Points = Array.Empty() }; }