调整致谢页并清理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
+3 -2
View File
@@ -101,7 +101,7 @@ Bitmap* LoadBackgroundImage()
*/
Bitmap* LoadCreditImage(int index)
{
constexpr int creditPageCount = 4;
constexpr int creditPageCount = 5;
static Bitmap* creditImages[creditPageCount] = {};
static bool attempted[creditPageCount] = {};
@@ -121,7 +121,8 @@ Bitmap* LoadCreditImage(int index)
L"assets\\images\\qls.jpg",
L"assets\\images\\wyk.jpg",
L"assets\\images\\swj.jpg",
L"assets\\images\\qhy.jpg"
L"assets\\images\\qhy.jpg",
L"assets\\images\\syc.jpg"
};
const std::wstring creditExtraCandidates[] =
{