From 73772de78af512221155ef70adf71bb8ccbb14ee Mon Sep 17 00:00:00 2001 From: sihoo Date: Mon, 14 Sep 2026 15:12:43 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B3=B5=EB=B6=80=20=ED=83=80=EC=9D=B4?= =?UTF-8?q?=EB=A8=B8=20=EC=9D=B4=EB=A6=84=EC=9D=84=20"=EB=B0=B1=ED=92=88?= =?UTF-8?q?=ED=83=80"=EB=A1=9C=20=EB=B3=80=EA=B2=BD=20(=EB=B0=B1=EC=82=B0?= =?UTF-8?q?=EA=B3=A0=20+=20=EC=97=B4=ED=92=88=ED=83=80)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 5 --- lib/function/study_timer_controller.dart | 2 +- lib/ui/main_dashboard.dart | 4 ++-- lib/ui/study_timer_screen.dart | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/function/study_timer_controller.dart b/lib/function/study_timer_controller.dart index ecd0fa4..327f2c7 100644 --- a/lib/function/study_timer_controller.dart +++ b/lib/function/study_timer_controller.dart @@ -1,4 +1,4 @@ -// ⏱️ 우리 학교 전용 "열품타" 공부 타이머 화면의 기능(서버 통신/상태) 담당 컨트롤러. +// ⏱️ 우리 학교 전용 "백품타" 공부 타이머 화면의 기능(서버 통신/상태) 담당 컨트롤러. import 'dart:async'; import 'dart:convert'; import 'package:flutter/foundation.dart'; diff --git a/lib/ui/main_dashboard.dart b/lib/ui/main_dashboard.dart index 2673e2f..ad74a00 100644 --- a/lib/ui/main_dashboard.dart +++ b/lib/ui/main_dashboard.dart @@ -319,8 +319,8 @@ class _MainDashboardState extends State { id: 'study_timer', child: _buildModernCard( icon: Icons.timer_rounded, - title: '공부 타이머', - subtitle: '열품타 | 학년별 공부 랭킹', + title: '백품타', + subtitle: '공부 타이머 | 학년별 공부 랭킹', color: AppPalette.ink, onTap: () => pushLaunchpad( context, diff --git a/lib/ui/study_timer_screen.dart b/lib/ui/study_timer_screen.dart index 3c9f48a..0050c2a 100644 --- a/lib/ui/study_timer_screen.dart +++ b/lib/ui/study_timer_screen.dart @@ -1,4 +1,4 @@ -// ⏱️ 우리 학교 전용 "열품타" 공부 타이머 화면 (UI 전용). +// ⏱️ 우리 학교 전용 "백품타" 공부 타이머 화면 (UI 전용). // 서버 통신/상태는 lib/function/study_timer_controller.dart가 담당한다. import 'package:flutter/material.dart'; import '../function/study_timer_controller.dart'; @@ -99,7 +99,7 @@ class _StudyTimerScreenState extends State { foregroundColor: AppPalette.ink, elevation: 0, centerTitle: true, - title: const TitlePill('공부 타이머'), + title: const TitlePill('백품타'), actions: [ IconButton( icon: const Icon(Icons.leaderboard_rounded),