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 { @@ -227,11 +227,8 @@ class _FeatureIntroPage extends StatelessWidget {
227 maxWidth: 310, 227 maxWidth: 310,
228 ), 228 ),
229 const SizedBox(height: 4), 229 const SizedBox(height: 4),
230 - Lottie.asset(  
231 - 'assets/lottie/onboarding_hrv_desc.json',  
232 - height: 472,  
233 - fit: BoxFit.cover,  
234 - ), 230 + Lottie.asset('assets/lottie/onboarding_hrv_desc.json',
  231 + height: 472, fit: BoxFit.cover, repeat: false),
235 ], 232 ],
236 ), 233 ),
237 ); 234 );