chore(app): 저작권 표시에 cclabs 추가
- © 2025. NatureBridgeAI & cclabs. All rights reserved.
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user