class AppSettings { static bool enableHaptics = true; static bool strictMode = false; static int dailyGoalMinutes = 120; // 每日目标:2小时 }