Commit 492fc9e08095289272153b948e07e702e8a1ac8d

Authored by 常守达
1 parent be616e65

feat(lottie): 动画文件替换

This diff could not be displayed because it is too large.
... ... @@ -227,11 +227,8 @@ class _FeatureIntroPage extends StatelessWidget {
maxWidth: 310,
),
const SizedBox(height: 4),
Lottie.asset(
'assets/lottie/onboarding_hrv_desc.json',
height: 472,
fit: BoxFit.cover,
),
Lottie.asset('assets/lottie/onboarding_hrv_desc.json',
height: 472, fit: BoxFit.cover, repeat: false),
],
),
);
... ...