add some config to project and change come simple ui

This commit is contained in:
DASHU
2024-08-24 00:18:23 +08:00
parent 7eb533d74a
commit b6e8f5e55d
18 changed files with 908 additions and 28 deletions

View File

@@ -6,4 +6,6 @@ class Base {
static const double BASE_PADDING = 12;
static const double BASE_PADDING_HALF = 6;
static double BASE_FONT_SIZE = 15;
}