Commit 5d5abc89d917f6c0b762833694942c20c8545b7c

Authored by 吴启风
1 parent 22d640e4

feat:更换购前必读图片

assets/images/shop_desc.png deleted

746 KB

assets/images/shop_desc.webp 0 → 100644
No preview for this file type
lib/pages/shop/home/shop_desc_page.dart
... ... @@ -24,7 +24,7 @@ class _ShopDescPageView extends StatelessWidget {
24 24 ),
25 25 body: SingleChildScrollView(
26 26 child: Center(
27   - child: Image.asset('shop_desc'.assetPng),
  27 + child: Image.asset('shop_desc'.assetWebp),
28 28 ),
29 29 ),
30 30 );
... ...
pubspec.yaml
... ... @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
16 16 # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
17 17 # In Windows, build-name is used as the major, minor, and patch parts
18 18 # of the product and file versions while build-number is used as the build suffix.
19   -version: 1.0.8+8
  19 +version: 1.0.9+9
20 20  
21 21 environment:
22 22 sdk: '>=3.2.0 <4.0.0'
... ...