重构
This commit is contained in:
@@ -23,14 +23,6 @@ class _RatePageState extends State<RatePage>
|
||||
int _debugBarCount = 7;
|
||||
bool _showDebugPanel = false;
|
||||
|
||||
// 活跃度阈值配置
|
||||
final Map<String, int> _activityThresholds = {
|
||||
'low': 1, // 1-5
|
||||
'medium': 6, // 6-20
|
||||
'high': 21, // 21-100
|
||||
'veryHigh': 100, // 100+
|
||||
};
|
||||
|
||||
// 模拟活跃度数据 (实际条数)
|
||||
List<int> _weekData = [];
|
||||
List<List<int>> _monthData = [];
|
||||
|
||||
Reference in New Issue
Block a user