feat:修改鑫锁为 星星锁
This commit is contained in:
parent
34cbccbd42
commit
4bc5c46a60
@ -112,7 +112,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=星星锁
|
||||
|
||||
@ -59,7 +59,7 @@ class F {
|
||||
case Flavor.sky:
|
||||
return '锁通通';
|
||||
case Flavor.xhj:
|
||||
return '鑫锁';
|
||||
return '星星锁';
|
||||
default:
|
||||
throw Exception('flavor[$name] title not found');
|
||||
}
|
||||
@ -76,7 +76,7 @@ class F {
|
||||
case Flavor.sky:
|
||||
return '锁通通';
|
||||
case Flavor.xhj:
|
||||
return '鑫锁';
|
||||
return '星星锁';
|
||||
default:
|
||||
throw Exception('flavor[$name] title not found');
|
||||
}
|
||||
|
||||
12
pubspec.yaml
12
pubspec.yaml
@ -32,13 +32,13 @@ 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.28+2024042601 打包鑫锁提审华为
|
||||
# 1.0.27+2024041702 打包星星锁提审华为
|
||||
# 1.0.27+2024041703 打包星星锁提审ios
|
||||
# 1.0.27+2024042204 打包星星锁提审ios与 android
|
||||
# 1.0.28+2024042601 打包星星锁提审华为
|
||||
# 1.0.29+2024042901 打包给欧阳测试
|
||||
# 1.0.30+2024043001 打包鑫锁提审ios
|
||||
# 1.0.31+2024050301 打包鑫锁提审华为
|
||||
# 1.0.30+2024043001 打包星星锁提审ios
|
||||
# 1.0.31+2024050301 打包星星锁提审华为
|
||||
# 1.0.32+2024051001:打包给欧阳回归测试
|
||||
# 1.0.33+2024051401:打包给欧阳回归测试
|
||||
# 1.0.34+2024051402:打包给欧阳回归测试
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user