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

@@ -0,0 +1,7 @@
class ThemeStyle {
static const int AUTO = 1;
static const int LIGHT = 2;
static const int DARK = 3;
}