调整致谢页并清理worktree

This commit is contained in:
2026-04-29 15:27:06 +08:00
parent a331162349
commit b98d2c9d59
5 changed files with 11 additions and 8 deletions
+6 -4
View File
@@ -844,20 +844,22 @@ void TDrawScreen(HDC hdc, HWND hWnd)
else if (helpState.currentPage == 4)
{
const int creditAnimationTotalTicks = 60;
constexpr int creditPageCount = 4;
constexpr int creditPageCount = 5;
const TCHAR* creditNames[creditPageCount] =
{
_T("qls"),
_T("wyk"),
_T("juju"),
_T("qhy")
_T("swj"),
_T("qhy"),
_T("syc")
};
const TCHAR* creditTexts[creditPageCount] =
{
_T("\u611f\u8c22\u6fc0\u60c5\u6295\u8eab\u4e8e\u6d4b\u8bd5\u4e4b\u4e2d\u7684Lisa"),
_T("\u611f\u8c22\u70ed\u5ff1coding\u7684\u5c0f\u86cb\u7cd5"),
_T("\u611f\u8c22\u8bfe\u524d\u95f2\u91cc\u5077\u5fd9\u7684juju"),
_T("\u611f\u8c22qhy\u7684\u5929\u624d\u6784\u60f3")
_T("\u611f\u8c22qhy\u7684\u5929\u624d\u6784\u60f3"),
_T("\u611f\u8c22syc\u63fd\u4e0b\u6240\u6709\u6742\u6d3b")
};
int currentCredit = creditPageIndex;