diff --git a/android/app/build.gradle b/android/app/build.gradle index e8f0a10f..e7729ecc 100755 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -106,7 +106,7 @@ android { dimension "flavor-type" applicationId "com.skychip.lock" signingConfig signingConfigs.sky - resValue "string", "app_name", "锁通通" + resValue "string", "app_name", "斯凯智能" manifestPlaceholders.JPUSH_PKGNAME = "com.skychip.lock" proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules-sky.pro' } @@ -114,13 +114,13 @@ android { dimension "flavor-type" applicationId "com.skychip.lock.pre" signingConfig signingConfigs.sky - resValue "string", "app_name", "锁通通-P" + resValue "string", "app_name", "斯凯智能-P" } sky_dev { dimension "flavor-type" applicationId "com.skychip.lock.dev" signingConfig signingConfigs.sky - resValue "string", "app_name", "锁通通-D" + resValue "string", "app_name", "斯凯智能-D" } xhj { dimension "flavor-type" diff --git a/flavorizr.yaml b/flavorizr.yaml index e19dbf97..96f61769 100755 --- a/flavorizr.yaml +++ b/flavorizr.yaml @@ -85,7 +85,7 @@ flavors: bundleId: "com.starlock.lock.pre" sky: app: - name: "锁通通" + name: "斯凯智能" icon: "assets/icon/sky.png" android: applicationId: "com.skychip.lock" diff --git a/ios/Flutter/skyDevRelease.xcconfig b/ios/Flutter/skyDevRelease.xcconfig index b5f16eea..fdbc291b 100644 --- a/ios/Flutter/skyDevRelease.xcconfig +++ b/ios/Flutter/skyDevRelease.xcconfig @@ -2,5 +2,5 @@ FLUTTER_TARGET=lib/main_sky_dev.dart ASSET_PREFIX=sky -BUNDLE_NAME=锁通通-D -BUNDLE_DISPLAY_NAME=锁通通-D +BUNDLE_NAME=斯凯智能-D +BUNDLE_DISPLAY_NAME=斯凯智能-D diff --git a/ios/Flutter/skyPreviewRelease.xcconfig b/ios/Flutter/skyPreviewRelease.xcconfig index 95a72d10..6918c047 100644 --- a/ios/Flutter/skyPreviewRelease.xcconfig +++ b/ios/Flutter/skyPreviewRelease.xcconfig @@ -2,5 +2,5 @@ FLUTTER_TARGET=lib/main_sky_pre.dart ASSET_PREFIX=sky -BUNDLE_NAME=锁通通-P -BUNDLE_DISPLAY_NAME=锁通通-P +BUNDLE_NAME=斯凯智能-P +BUNDLE_DISPLAY_NAME=斯凯智能-P diff --git a/lan/lan_en.json b/lan/lan_en.json index e1179c00..20902191 100755 --- a/lan/lan_en.json +++ b/lan/lan_en.json @@ -1,6 +1,6 @@ { "星锁": "Star Lock", - "锁通通": "Lock Through", + "斯凯智能": "Lock Through", "点击开锁,长按闭锁": "Click To Unlock And Hold Down to Close", "考勤": "Check In", "考勤设置": "Check In Settings", diff --git a/lan/lan_keys.json b/lan/lan_keys.json index 69a918ef..ffc7b12f 100755 --- a/lan/lan_keys.json +++ b/lan/lan_keys.json @@ -1,6 +1,6 @@ { "星锁":"星锁", - "锁通通":"锁通通", + "斯凯智能":"斯凯智能", "点击开锁,长按闭锁":"点击开锁,长按闭锁", "考勤":"考勤", "考勤设置": "考勤设置", diff --git a/lan/lan_zh.json b/lan/lan_zh.json index 8f63ce2a..d0842f07 100755 --- a/lan/lan_zh.json +++ b/lan/lan_zh.json @@ -1,6 +1,6 @@ { "星锁": "星锁", - "锁通通": "锁通通", + "斯凯智能": "斯凯智能", "点击开锁,长按闭锁": "点击开锁,长按闭锁", "考勤": "考勤", "考勤设置": "考勤设置", diff --git a/lib/flavors.dart b/lib/flavors.dart index 75a93ebf..eec789a1 100755 --- a/lib/flavors.dart +++ b/lib/flavors.dart @@ -73,7 +73,7 @@ class F { case Flavor.sky: case Flavor.sky_dev: case Flavor.sky_pre: - return '锁通通'.tr; + return '斯凯智能'.tr; case Flavor.xhj: case Flavor.xhj_dev: case Flavor.xhj_pre: @@ -94,7 +94,7 @@ class F { case Flavor.sky: case Flavor.sky_dev: case Flavor.sky_pre: - return '锁通通'.tr; + return '斯凯智能'.tr; case Flavor.xhj: case Flavor.xhj_dev: case Flavor.xhj_pre: