feat:修改 xhj 名字为 鑫锁
This commit is contained in:
parent
092c5d75d4
commit
62c9d22cef
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@ -95,7 +95,7 @@ flavors:
|
||||
bundleId: "com.skychip.lock"
|
||||
xhj:
|
||||
app:
|
||||
name: "星星锁"
|
||||
name: "鑫锁"
|
||||
icon: "assets/icon/xhj.png"
|
||||
android:
|
||||
applicationId: "com.xhjcn.lock"
|
||||
|
||||
@ -2,5 +2,5 @@
|
||||
|
||||
FLUTTER_TARGET=lib/main_xhj_full.dart
|
||||
ASSET_PREFIX=xhj
|
||||
BUNDLE_NAME=星星锁
|
||||
BUNDLE_DISPLAY_NAME=星星锁
|
||||
BUNDLE_NAME=鑫锁
|
||||
BUNDLE_DISPLAY_NAME=鑫锁
|
||||
|
||||
@ -2,5 +2,5 @@
|
||||
|
||||
FLUTTER_TARGET=lib/main_xhj_full.dart
|
||||
ASSET_PREFIX=xhj
|
||||
BUNDLE_NAME=星星锁
|
||||
BUNDLE_DISPLAY_NAME=星星锁
|
||||
BUNDLE_NAME=鑫锁
|
||||
BUNDLE_DISPLAY_NAME=鑫锁
|
||||
|
||||
@ -2,5 +2,5 @@
|
||||
|
||||
FLUTTER_TARGET=lib/main_xhj_lite.dart
|
||||
ASSET_PREFIX=xhj
|
||||
BUNDLE_NAME=星星锁
|
||||
BUNDLE_DISPLAY_NAME=星星锁
|
||||
BUNDLE_NAME=鑫锁
|
||||
BUNDLE_DISPLAY_NAME=鑫锁
|
||||
|
||||
@ -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');
|
||||
}
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user