现在列表底部的信息显示正常了

This commit is contained in:
2026-08-27 21:42:04 +08:00
parent 055df89ca5
commit 90aa7d10e9
4 changed files with 21 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
// lib/constants/ui_constants.dart
class UIConstants {
static const double miniPlayerHeight = 60;
static const double miniPlayerBottomSpace = 80; // 60 + 20 安全余量
}