Release v1.2.1

This commit is contained in:
yuanyuanxiang
2026-01-01 16:02:46 +01:00
parent 71c7c99f62
commit 5d61ae57ca
8 changed files with 594 additions and 555 deletions

View File

@@ -2041,7 +2041,7 @@ VOID CMy2015RemoteDlg::SendAllCommand(PBYTE szBuffer, ULONG ulLength)
//真彩Bar
VOID CMy2015RemoteDlg::OnAbout()
{
MessageBox("Copyleft (c) FTU 2019—2025" + CString("\n编译日期: ") + __DATE__ +
MessageBox("Copyleft (c) FTU 2019—2026" + CString("\n编译日期: ") + __DATE__ +
CString(sizeof(void*)==8 ? " (x64)" : " (x86)"), "关于");
}