|
|
@@ -575,9 +575,9 @@ class $AssetsImagesGen {
|
|
|
AssetGenImage get iconShareTrackDetail =>
|
|
|
const AssetGenImage('assets/images/icon_share_track_detail.webp');
|
|
|
|
|
|
- /// File path: assets/images/icon_splash_title.webp
|
|
|
- AssetGenImage get iconSplashTitle =>
|
|
|
- const AssetGenImage('assets/images/icon_splash_title.webp');
|
|
|
+ /// File path: assets/images/icon_splash_title_android.webp
|
|
|
+ AssetGenImage get iconSplashTitleAndroid =>
|
|
|
+ const AssetGenImage('assets/images/icon_splash_title_android.webp');
|
|
|
|
|
|
/// File path: assets/images/icon_splash_title_ios.webp
|
|
|
AssetGenImage get iconSplashTitleIos =>
|
|
|
@@ -911,7 +911,7 @@ class $AssetsImagesGen {
|
|
|
iconSharePhone,
|
|
|
iconShareStay,
|
|
|
iconShareTrackDetail,
|
|
|
- iconSplashTitle,
|
|
|
+ iconSplashTitleAndroid,
|
|
|
iconSplashTitleIos,
|
|
|
iconTrackAiInterpretation,
|
|
|
iconTrackAnalyseRefresh,
|