GitLab
liangchengyou
/
wow_english
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
6b4167ad2b98e36f8d69d74ad3efe88eb679bd19
Authored by
吴启风
2024-09-30 12:59:00 +0800
1 parent
9ba78032
feat:更换购前必读图片jpg
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
lib/common/extension/string_extension.dart
lib/common/extension/string_extension.dart
View file @
6b4167a
...
...
@@ -10,6 +10,8 @@ extension AssetExtension on String {
10
10
11
11
String get assetWebp => '$assetImg.webp';
12
12
13
+ String get assetJpg => '$assetImg.jpg';
14
+
13
15
String get assetGif => '$assetImg.gif';
14
16
15
17
String get assetSound => _assetSoundPrefix + this;
...
...