ui细节优化

This commit is contained in:
Developer
2026-04-01 04:45:33 +08:00
parent 6517a78c7e
commit 79f7269319
23 changed files with 3299 additions and 885 deletions

View File

@@ -5,10 +5,10 @@
class AppConfig {
// 应用基础配置
static const String appName = 'Poes';
static const String appVersion = '1.2.21';
static const String appName = '情景诗词';
static const String appVersion = '1.3.1';
static const String appDescription = 'A new Flutter project';
static const int appVersionCode = 21;
static const int appVersionCode = 26033101;
// 响应式布局断点
static const double mobileBreakpoint = 768.0;