添加window打包

This commit is contained in:
rang 2025-10-25 11:49:16 +08:00
parent b3a9d76c78
commit db97c5c09c
2 changed files with 35 additions and 2 deletions

View file

@ -26,7 +26,7 @@ int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev,
FlutterWindow window(project);
// 居中
UINT windowWidth = 832, windowHeight = 640;
UINT windowWidth = 1050, windowHeight = 700;
UINT scrWidth, scrHeight, xShaft, yShaft;
scrWidth = GetSystemMetrics(SM_CXFULLSCREEN);
scrHeight = GetSystemMetrics(SM_CYFULLSCREEN);