feat: 更新应用标题为林小夕

This commit is contained in:
zl-q
2026-03-30 23:46:00 +08:00
parent 5e1cb71d74
commit 64f4c13999
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ abstract class AppLocalizations {
/// No description provided for @appTitle. /// No description provided for @appTitle.
/// ///
/// In zh, this message translates to: /// In zh, this message translates to:
/// **'Linksy'** /// **'林小夕'**
String get appTitle; String get appTitle;
/// No description provided for @commonConfirm. /// No description provided for @commonConfirm.
+1 -1
View File
@@ -9,7 +9,7 @@ class AppLocalizationsZh extends AppLocalizations {
AppLocalizationsZh([String locale = 'zh']) : super(locale); AppLocalizationsZh([String locale = 'zh']) : super(locale);
@override @override
String get appTitle => 'Linksy'; String get appTitle => '林小夕';
@override @override
String get commonConfirm => '确认'; String get commonConfirm => '确认';
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"@@locale": "zh", "@@locale": "zh",
"appTitle": "Linksy", "appTitle": "林小夕",
"commonConfirm": "确认", "commonConfirm": "确认",
"commonCancel": "取消", "commonCancel": "取消",
"commonSave": "保存", "commonSave": "保存",