增加版本号发布版本,回归测试

This commit is contained in:
魏少阳 2024-08-05 11:39:30 +08:00
parent ac8760f5cc
commit 4b0d3d13fe
3 changed files with 11 additions and 10 deletions

View File

@ -31,12 +31,12 @@ class _MinePersonInfoResetPasswordPageState
backgroundColor: AppColors.mainBackgroundColor,
appBar: F.sw(
skyCall: () => TitleAppBar(
barTitle: TranslationLoader.lanKeys!.resetPasswords!.tr,
barTitle: '重置密码'.tr,
haveBack: true,
backgroundColor: AppColors.mainColor,
),
xhjCall: () => TitleAppBar(
barTitle: TranslationLoader.lanKeys!.resetPasswords!.tr,
barTitle: '重置密码'.tr,
haveBack: true,
backgroundColor: Colors.white,
iconColor: AppColors.blackColor,
@ -95,10 +95,10 @@ class _MinePersonInfoResetPasswordPageState
},
isPwd: true,
leftWidget: Text(
"${TranslationLoader.lanKeys!.originalPassword!.tr} ",
'${TranslationLoader.lanKeys!.originalPassword!.tr} ',
style: TextStyle(fontSize: 22.sp),
),
hintText: "",
hintText: '',
inputFormatters: [
LengthLimitingTextInputFormatter(20),
]),
@ -109,10 +109,10 @@ class _MinePersonInfoResetPasswordPageState
},
isPwd: true,
leftWidget: Text(
"${TranslationLoader.lanKeys!.newPassword!.tr} ",
'${TranslationLoader.lanKeys!.newPassword!.tr} ',
style: TextStyle(fontSize: 22.sp),
),
hintText: "",
hintText: '',
inputFormatters: [
LengthLimitingTextInputFormatter(20),
]),
@ -124,10 +124,10 @@ class _MinePersonInfoResetPasswordPageState
isPwd: true,
// isHaveLeftWidget: false,
leftWidget: Text(
"${TranslationLoader.lanKeys!.surePassword!.tr} ",
'${'确认密码'.tr} ',
style: TextStyle(fontSize: 22.sp),
),
hintText: "",
hintText: '',
inputFormatters: [
LengthLimitingTextInputFormatter(20),
]),

View File

@ -106,4 +106,4 @@ echo -e "\n* 没有发现废弃 API开始编译"
# 编译命令
#flutter clean && flutter pub get
flutter build apk --flavor $environment -t $main_file
flutter build ios --flavor $environment -t $main_file
#flutter build ios --flavor $environment -t $main_file

View File

@ -81,8 +81,9 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# 1.0.70+2024072402xhj 线上环境,提交测试:回归 bug
# 1.0.71+2024072901xhj 线上环境,提交测试:回归 bug
# 1.0.71+2024072902xhj 线上环境,提交测试:回归 bug
# 1.0.72+2024080501xhj 线上环境,提交测试:回归 bug
version: 1.0.71+2024072902
version: 1.0.72+2024080501
environment:
sdk: '>=2.12.0 <3.0.0'