From 6287198c4f0860aa95eab6b6bb285fef29cdf381 Mon Sep 17 00:00:00 2001 From: MATRIX-feather Date: Mon, 22 Jul 2024 18:27:44 +0800 Subject: [PATCH] :) --- .../Feature/Player/Misc/LLinModRateAdjust.cs | 2 +- .../Player/Plugins/Bundle/CloudMusic/Sidebar/Graphic/Toolbox.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/osu.Game.Rulesets.IGPlayer/Feature/Player/Misc/LLinModRateAdjust.cs b/osu.Game.Rulesets.IGPlayer/Feature/Player/Misc/LLinModRateAdjust.cs index 67c7f77..6009f4a 100644 --- a/osu.Game.Rulesets.IGPlayer/Feature/Player/Misc/LLinModRateAdjust.cs +++ b/osu.Game.Rulesets.IGPlayer/Feature/Player/Misc/LLinModRateAdjust.cs @@ -9,7 +9,7 @@ namespace osu.Game.Rulesets.IGPlayer.Feature.Player.Misc { internal class LLinModRateAdjust : ModRateAdjust { - public override string Name => ToString(); + public override string Name => "LLinRateAdjust"; public override string Acronym => "RA"; public override LocalisableString Description => "no"; public override double ScoreMultiplier => 0; diff --git a/osu.Game.Rulesets.IGPlayer/Feature/Player/Plugins/Bundle/CloudMusic/Sidebar/Graphic/Toolbox.cs b/osu.Game.Rulesets.IGPlayer/Feature/Player/Plugins/Bundle/CloudMusic/Sidebar/Graphic/Toolbox.cs index a44352a..0986029 100644 --- a/osu.Game.Rulesets.IGPlayer/Feature/Player/Plugins/Bundle/CloudMusic/Sidebar/Graphic/Toolbox.cs +++ b/osu.Game.Rulesets.IGPlayer/Feature/Player/Plugins/Bundle/CloudMusic/Sidebar/Graphic/Toolbox.cs @@ -80,7 +80,7 @@ public Toolbox() Anchor = Anchor.TopRight, Origin = Anchor.TopRight, Colour = Color4.Gold, - Text = "在线查询功能暂时不可用,我们正在适配新的网易云音乐API" + Text = "在线查询功能暂时不可用,我们正在寻找新的适配方案" }, buttonFillFlow = new FillFlowContainer {