From 62c9d22cef8be6a3eee3985b7ebdbdf99ecc984c Mon Sep 17 00:00:00 2001 From: anfe <448468458@qq.com> Date: Thu, 25 Apr 2024 16:11:53 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BF=AE=E6=94=B9=20xhj=20=E5=90=8D?= =?UTF-8?q?=E5=AD=97=E4=B8=BA=20=E9=91=AB=E9=94=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- star_lock/android/app/build.gradle | 2 +- star_lock/flavorizr.yaml | 2 +- star_lock/ios/Flutter/xhjDebug.xcconfig | 4 ++-- star_lock/ios/Flutter/xhjProfile.xcconfig | 4 ++-- star_lock/ios/Flutter/xhjRelease.xcconfig | 4 ++-- star_lock/lib/flavors.dart | 4 ++-- star_lock/pubspec.yaml | 6 +++--- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/star_lock/android/app/build.gradle b/star_lock/android/app/build.gradle index 20f27d80..3d910105 100644 --- a/star_lock/android/app/build.gradle +++ b/star_lock/android/app/build.gradle @@ -107,7 +107,7 @@ android { dimension "flavor-type" applicationId "com.xhjcn.lock" signingConfig signingConfigs.xhj - resValue "string", "app_name", "星星锁" + resValue "string", "app_name", "鑫锁" manifestPlaceholders.JPUSH_PKGNAME = "com.xhjcn.lock" } } diff --git a/star_lock/flavorizr.yaml b/star_lock/flavorizr.yaml index e19dbf97..76789a5d 100644 --- a/star_lock/flavorizr.yaml +++ b/star_lock/flavorizr.yaml @@ -95,7 +95,7 @@ flavors: bundleId: "com.skychip.lock" xhj: app: - name: "星星锁" + name: "鑫锁" icon: "assets/icon/xhj.png" android: applicationId: "com.xhjcn.lock" diff --git a/star_lock/ios/Flutter/xhjDebug.xcconfig b/star_lock/ios/Flutter/xhjDebug.xcconfig index e73372b3..daeff916 100644 --- a/star_lock/ios/Flutter/xhjDebug.xcconfig +++ b/star_lock/ios/Flutter/xhjDebug.xcconfig @@ -2,5 +2,5 @@ FLUTTER_TARGET=lib/main_xhj_full.dart ASSET_PREFIX=xhj -BUNDLE_NAME=星星锁 -BUNDLE_DISPLAY_NAME=星星锁 +BUNDLE_NAME=鑫锁 +BUNDLE_DISPLAY_NAME=鑫锁 diff --git a/star_lock/ios/Flutter/xhjProfile.xcconfig b/star_lock/ios/Flutter/xhjProfile.xcconfig index e73372b3..daeff916 100644 --- a/star_lock/ios/Flutter/xhjProfile.xcconfig +++ b/star_lock/ios/Flutter/xhjProfile.xcconfig @@ -2,5 +2,5 @@ FLUTTER_TARGET=lib/main_xhj_full.dart ASSET_PREFIX=xhj -BUNDLE_NAME=星星锁 -BUNDLE_DISPLAY_NAME=星星锁 +BUNDLE_NAME=鑫锁 +BUNDLE_DISPLAY_NAME=鑫锁 diff --git a/star_lock/ios/Flutter/xhjRelease.xcconfig b/star_lock/ios/Flutter/xhjRelease.xcconfig index 1aa5f0c3..327db43b 100644 --- a/star_lock/ios/Flutter/xhjRelease.xcconfig +++ b/star_lock/ios/Flutter/xhjRelease.xcconfig @@ -2,5 +2,5 @@ FLUTTER_TARGET=lib/main_xhj_lite.dart ASSET_PREFIX=xhj -BUNDLE_NAME=星星锁 -BUNDLE_DISPLAY_NAME=星星锁 +BUNDLE_NAME=鑫锁 +BUNDLE_DISPLAY_NAME=鑫锁 diff --git a/star_lock/lib/flavors.dart b/star_lock/lib/flavors.dart index 734a2c63..ec6cf242 100644 --- a/star_lock/lib/flavors.dart +++ b/star_lock/lib/flavors.dart @@ -74,7 +74,7 @@ class F { case Flavor.sky: return '锁通通'; case Flavor.xhj: - return '星星锁'; + return '鑫锁'; default: throw Exception('flavor[$name] title not found'); } @@ -91,7 +91,7 @@ class F { case Flavor.sky: return '锁通通'; case Flavor.xhj: - return '星星锁'; + return '鑫锁'; default: throw Exception('flavor[$name] title not found'); } diff --git a/star_lock/pubspec.yaml b/star_lock/pubspec.yaml index e4fb4ea6..0558f50b 100644 --- a/star_lock/pubspec.yaml +++ b/star_lock/pubspec.yaml @@ -32,9 +32,9 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # 1.0.27+2024041101:打包提审 # 1.0.27+2024041102:打包预发布环境给田总测试 # 1.0.28+2024041702:打包给欧阳回归测试 -# 1.0.27+2024041702 打包星星锁提审华为 -# 1.0.27+2024041703 打包星星锁提审ios -# 1.0.27+2024042204 打包星星锁提审ios与 android +# 1.0.27+2024041702 打包鑫锁提审华为 +# 1.0.27+2024041703 打包鑫锁提审ios +# 1.0.27+2024042204 打包鑫锁提审ios与 android version: 1.0.27+2024042204