chore: 更换设计师图片
This commit is contained in:
BIN
src/assets/images/Crystal.jpg
Normal file
BIN
src/assets/images/Crystal.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 667 KiB |
BIN
src/assets/images/Crystal_thumb.jpg
Normal file
BIN
src/assets/images/Crystal_thumb.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 206 KiB |
BIN
src/assets/images/mini.jpg
Normal file
BIN
src/assets/images/mini.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 655 KiB |
BIN
src/assets/images/mini_thumb.jpg
Normal file
BIN
src/assets/images/mini_thumb.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 127 KiB |
@@ -79,16 +79,16 @@ const stylists = ref<any[]>([
|
|||||||
value: 'crystal',
|
value: 'crystal',
|
||||||
name: 'Crystal',
|
name: 'Crystal',
|
||||||
description: 'Contemporary, Classic, Simple Silhouettes, Statement Pieces',
|
description: 'Contemporary, Classic, Simple Silhouettes, Statement Pieces',
|
||||||
image: female,
|
image: '/src/assets/images/Crystal.jpg',
|
||||||
thumb: femaleThumb
|
thumb: '/src/assets/images/Crystal_thumb.jpg'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 2,
|
id: 2,
|
||||||
value: 'mini',
|
value: 'mini',
|
||||||
name: 'Mini',
|
name: 'Mini',
|
||||||
description: 'Modern, Edgy, Bold Colors, Street Style',
|
description: 'Modern, Edgy, Bold Colors, Street Style',
|
||||||
image: male,
|
image: '/src/assets/images/mini.jpg',
|
||||||
thumb: maleThumb
|
thumb: '/src/assets/images/mini_thumb.jpg'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 3,
|
id: 3,
|
||||||
|
|||||||
Reference in New Issue
Block a user