Commit 6b4167ad2b98e36f8d69d74ad3efe88eb679bd19
1 parent
9ba78032
feat:更换购前必读图片jpg
Showing
1 changed file
with
2 additions
and
0 deletions
lib/common/extension/string_extension.dart
@@ -10,6 +10,8 @@ extension AssetExtension on String { | @@ -10,6 +10,8 @@ extension AssetExtension on String { | ||
10 | 10 | ||
11 | String get assetWebp => '$assetImg.webp'; | 11 | String get assetWebp => '$assetImg.webp'; |
12 | 12 | ||
13 | + String get assetJpg => '$assetImg.jpg'; | ||
14 | + | ||
13 | String get assetGif => '$assetImg.gif'; | 15 | String get assetGif => '$assetImg.gif'; |
14 | 16 | ||
15 | String get assetSound => _assetSoundPrefix + this; | 17 | String get assetSound => _assetSoundPrefix + this; |