Compare commits

..

2 Commits

Author SHA1 Message Date
JiWoong Sul
f5a02f581e docs(guide): 개발 가이드 문서 업데이트 2026-01-21 17:03:37 +09:00
JiWoong Sul
1cbf9ca82c chore(app): 저작권 표시에 cclabs 추가
- © 2025. NatureBridgeAI & cclabs. All rights reserved.
2026-01-21 17:03:31 +09:00
2 changed files with 2 additions and 2 deletions

View File

@@ -520,7 +520,7 @@ class _SplashScreenState extends State<SplashScreen> with TickerProviderStateMix
left: 0, left: 0,
right: 0, right: 0,
child: Text( child: Text(
'© 2025. NatureBridgeAI. All rights reserved.', '© 2025. NatureBridgeAI & cclabs. All rights reserved.',
style: AppTypography.caption(isDark).copyWith( style: AppTypography.caption(isDark).copyWith(
color: (isDark ? AppColors.darkTextSecondary : AppColors.lightTextSecondary) color: (isDark ? AppColors.darkTextSecondary : AppColors.lightTextSecondary)
.withOpacity(0.5), .withOpacity(0.5),

View File

@@ -4,7 +4,7 @@ class AppConstants {
static const String appDescription = '점심 메뉴 추천 앱'; static const String appDescription = '점심 메뉴 추천 앱';
static const String appVersion = '1.0.0'; static const String appVersion = '1.0.0';
static const String appCopyright = static const String appCopyright =
'© 2025. NatureBridgeAI. All rights reserved.'; '© 2025. NatureBridgeAI & cclabs. All rights reserved.';
// Animation Durations // Animation Durations
static const Duration splashAnimationDuration = Duration(seconds: 3); static const Duration splashAnimationDuration = Duration(seconds: 3);