人聲標籤+優惠活動頁碼重置

This commit is contained in:
jasonchenwork 2025-05-02 11:24:40 +08:00
parent c5a93a0828
commit cc14e4ffc5
2 changed files with 2 additions and 1 deletions

View File

@ -98,6 +98,7 @@ namespace DualScreenDemo
private void promotionsButton_Click(object sender, EventArgs e)
{
promotionsAndMenuPanel.currentPageIndex=0;
newSongAlertButton.BackgroundImage = newSongAlertNormalBackground;
hotPlayButton.BackgroundImage = hotPlayNormalBackground;
singerSearchButton.BackgroundImage = singerSearchNormalBackground;

View File

@ -1510,7 +1510,7 @@ namespace DualScreenDemo
string labelText = isVocalRemoved ? "無人聲" : "有人聲";
// 显示标签
OverlayForm.MainForm.ShowOriginalSongLabel(labelText);
await Task.Delay(300);
await Task.Delay(3000);
// 隐藏标签
OverlayForm.MainForm.HideOriginalSongLabel();
}