更新请求带版本号

This commit is contained in:
wyf
2026-01-09 09:56:58 +08:00
parent 2991deb8b3
commit 0ef8ddee8a
6 changed files with 17 additions and 4 deletions

View File

@@ -703,7 +703,7 @@ class _MinePageState extends State<MinePage> {
mainAxisSize: MainAxisSize.max,
children: [
Text(
'V1.0.2601.08',
'${AppConstants.theh_app_version}',
style: TextStyle(
fontFamily: 'Inter',
// color: Color(0xFFD9E3EB),

View File

@@ -253,7 +253,7 @@ class _SettingPageState extends State<SettingPage> {
),
].divide(SizedBox(width: 22.rpx)),
),
Text('SWES2026.1.8',
Text('${AppConstants.zhmht_app_version}',
style: TextStyle(
color: Colors.white,
fontSize: 26.rpx,

View File

@@ -93,7 +93,7 @@ class _BreatheCardState extends State<BreatheCard>
return Container(
width: double.infinity,
decoration: BoxDecoration(
color: themeController.currentColor.sc5,
// color: themeController.currentColor.sc5,
borderRadius:
BorderRadius.circular(AppConstants().normal_container_radius),
),