!133 feature: #I85CW5 修改默认Satge大小

Merge pull request !133 from Luke/feature-I85CW5
This commit is contained in:
Luke 2023-10-03 00:51:52 +00:00 committed by Gitee
commit 4f20a7c3d0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -25,11 +25,11 @@ public class AppConstants {
/**
* 初始宽度
*/
public static final double SCREEN_WIDTH = 800;
public static final double SCREEN_WIDTH = 1050;
/**
* 初始高度
*/
public static final double SCREEN_LENGTH = 600;
public static final double SCREEN_LENGTH = 750;
/**
* logo地址
*/