This commit is contained in:
Developer
2026-03-31 03:48:14 +08:00
parent 62729615b7
commit 888363785b
26 changed files with 219 additions and 808 deletions

View File

@@ -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 = [];