Showing
1 changed file
with
4 additions
and
1 deletions
| @@ -171,7 +171,10 @@ export struct BottomNavigationComponent { | @@ -171,7 +171,10 @@ export struct BottomNavigationComponent { | ||
| 171 | // 是否开启一级内存缓存 | 171 | // 是否开启一级内存缓存 |
| 172 | isCacheable: true, | 172 | isCacheable: true, |
| 173 | // 磁盘缓存 | 173 | // 磁盘缓存 |
| 174 | - strategy: new ALL() | 174 | + strategy: new ALL(), |
| 175 | + gif: { | ||
| 176 | + playTimes: 1 | ||
| 177 | + } | ||
| 175 | }; | 178 | }; |
| 176 | return imageKnifeOption | 179 | return imageKnifeOption |
| 177 | } | 180 | } |
-
Please register or login to post a comment