From b168b229d925cf9c67ba9bdc2e544cfc0fb32d1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AD=8F=E5=B0=91=E9=98=B3?= <786612630@qq.com> Date: Wed, 6 Mar 2024 19:12:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=94=81=E9=80=9A=E9=80=9A?= =?UTF-8?q?=E5=90=8D=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xcshareddata/xcschemes/sky.xcscheme | 6 +++--- star_lock/lib/flavors.dart | 16 ++++++++++++++++ .../lockDetail/lockDetail_main_page.dart | 3 ++- .../main/lockMian/lockMain/lockMain_page.dart | 3 ++- 4 files changed, 23 insertions(+), 5 deletions(-) diff --git a/star_lock/ios/Runner.xcodeproj/xcshareddata/xcschemes/sky.xcscheme b/star_lock/ios/Runner.xcodeproj/xcshareddata/xcschemes/sky.xcscheme index a92b0708..bf70b16a 100644 --- a/star_lock/ios/Runner.xcodeproj/xcshareddata/xcschemes/sky.xcscheme +++ b/star_lock/ios/Runner.xcodeproj/xcshareddata/xcschemes/sky.xcscheme @@ -7,7 +7,7 @@ buildImplicitDependencies = "YES"> @@ -24,7 +24,7 @@ + buildConfiguration = "Release-sky"> { return Scaffold( backgroundColor: Colors.white, appBar: TitleAppBar( - barTitle: "星锁".tr, + barTitle: F.navTitle, haveBack: true, backgroundColor: AppColors.mainColor), body: LockDetailPage(isOnlyOneData:isOnlyOneData, lockListInfoItemEntity: keyInfos), diff --git a/star_lock/lib/main/lockMian/lockMain/lockMain_page.dart b/star_lock/lib/main/lockMian/lockMain/lockMain_page.dart index 108f7764..6b25e7de 100644 --- a/star_lock/lib/main/lockMian/lockMain/lockMain_page.dart +++ b/star_lock/lib/main/lockMian/lockMain/lockMain_page.dart @@ -11,6 +11,7 @@ import 'package:star_lock/tools/xs_aliyunPush.dart'; import '../../../appRouters.dart'; import '../../../baseWidget.dart'; +import '../../../flavors.dart'; import '../../../mine/mine/starLockMine_page.dart'; import '../../../tools/EasyRefreshTool.dart'; import '../../../tools/storage.dart'; @@ -52,7 +53,7 @@ class _StarLockMainPageState extends State with BaseWidget { return Scaffold( backgroundColor: const Color(0xFFF5F5F5), appBar: TitleAppBar( - barTitle: "星锁".tr, + barTitle: F.navTitle, haveBack: false, haveOtherLeftWidget: true, leftWidget: Builder(