調整真情告白秒數

This commit is contained in:
jasonchenwork 2025-06-18 15:39:33 +08:00
parent 020f19bf93
commit 3d255da675
2 changed files with 3 additions and 3 deletions

View File

@ -965,7 +965,7 @@ namespace DualScreenDemo
InvokeAction(() => OverlayForm.MainForm.ShowmessageLabel(Messagefist+Messagelast+'_'));
}
// 真情告白顯示秒數
await Task.Delay(5000);
await Task.Delay(3000);
}
}
}

View File

@ -128,7 +128,7 @@ namespace OverlayFormObj
standardKeyTimer.Interval = 1000;
standardKeyTimer.Tick += (sender, e) => {standardKeyLabel.Visible = false;standardKeyTimer.Stop();keepshowmic();};
messageTimer.Interval = 1000;
messageTimer.Interval = 5000;
messageTimer.Tick += (sender, e) => {messageLabel.Visible = false;messageTimer.Stop();keepshowmic();};
keyUpTimer.Interval = 1000;