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 {