chore: 更换设计师图片

This commit is contained in:
2026-01-29 13:11:36 +08:00
parent f092a76162
commit 9101116430
5 changed files with 4 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 667 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB

BIN
src/assets/images/mini.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 655 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

View File

@@ -79,16 +79,16 @@ const stylists = ref<any[]>([
value: 'crystal',
name: 'Crystal',
description: 'Contemporary, Classic, Simple Silhouettes, Statement Pieces',
image: female,
thumb: femaleThumb
image: '/src/assets/images/Crystal.jpg',
thumb: '/src/assets/images/Crystal_thumb.jpg'
},
{
id: 2,
value: 'mini',
name: 'Mini',
description: 'Modern, Edgy, Bold Colors, Street Style',
image: male,
thumb: maleThumb
image: '/src/assets/images/mini.jpg',
thumb: '/src/assets/images/mini_thumb.jpg'
},
{
id: 3,