// lib/constants/ui_constants.dart class UIConstants { static const double miniPlayerHeight = 60; static const double miniPlayerBottomSpace = 80; // 60 + 20 安全余量 }