This commit is contained in:
xh 2024-07-22 19:39:44 +08:00
parent 70489a9dae
commit d293636c2b
13 changed files with 5 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 925 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 212 KiB

After

Width:  |  Height:  |  Size: 872 KiB

View File

@ -171,6 +171,7 @@ class WallpaperDetailView extends GetView<WallpaperDetailController> {
children: [
Image.asset(
Assets.iconImgDelTip,
color: Colors.white,
width: 52.w,
height: 52.w,
),
@ -218,6 +219,7 @@ class WallpaperDetailView extends GetView<WallpaperDetailController> {
genInfo(
Image.asset(
Assets.iconSampler,
color: Colors.white,
width: 28.w,
),
"Sampler",
@ -227,6 +229,7 @@ class WallpaperDetailView extends GetView<WallpaperDetailController> {
genInfo(
Image.asset(
Assets.iconCfgScale,
color: Colors.white,
width: 28.w,
),
"CFG scale",
@ -236,6 +239,7 @@ class WallpaperDetailView extends GetView<WallpaperDetailController> {
genInfo(
Image.asset(
Assets.iconSteps,
color: Colors.white,
width: 28.w,
),
"Steps",
@ -245,6 +249,7 @@ class WallpaperDetailView extends GetView<WallpaperDetailController> {
genInfo(
Image.asset(
Assets.iconSeed,
color: Colors.white,
width: 28.w,
),
"Seed",