人聲標籤+優惠活動頁碼重置
This commit is contained in:
parent
34a11de7f5
commit
ec8044b430
@ -100,9 +100,10 @@ namespace DualScreenDemo
|
||||
|
||||
return images;
|
||||
}
|
||||
|
||||
// 優惠活動 按鈕事件
|
||||
private void promotionsButton_Click(object sender, EventArgs e)
|
||||
{
|
||||
promotionsAndMenuPanel.currentPageIndex=0;
|
||||
newSongAlertButton.BackgroundImage = newSongAlertNormalBackground;
|
||||
hotPlayButton.BackgroundImage = hotPlayNormalBackground;
|
||||
singerSearchButton.BackgroundImage = singerSearchNormalBackground;
|
||||
@ -135,7 +136,7 @@ namespace DualScreenDemo
|
||||
pictureBoxQRCode.Visible = false;
|
||||
closeQRCodeButton.Visible = false;
|
||||
}
|
||||
|
||||
|
||||
SetPictureBoxToggleLightAndButtonsVisibility(false);
|
||||
}
|
||||
|
||||
|
@ -1521,7 +1521,7 @@ namespace DualScreenDemo
|
||||
string labelText = isVocalRemoved ? "無人聲" : "有人聲";
|
||||
// 显示标签
|
||||
OverlayForm.MainForm.ShowOriginalSongLabel(labelText);
|
||||
await Task.Delay(300);
|
||||
await Task.Delay(3000);
|
||||
// 隐藏标签
|
||||
OverlayForm.MainForm.HideOriginalSongLabel();
|
||||
}
|
||||
|
@ -14,5 +14,5 @@ Filter: LAV Splitter
|
||||
Pin: Input
|
||||
Pin: Video
|
||||
Pin: Audio
|
||||
Filter: C:\video\welcome.mpg
|
||||
Filter: \\SVR01\DISK05\522246.mpg
|
||||
Pin: Output
|
||||
|
Reference in New Issue
Block a user