Compare commits

...

2 Commits

Author SHA1 Message Date
57359d1067 Merge branch 'main' of ssh://18.167.251.121:10002/aidlab/lanecarford_front
All checks were successful
git提交控制 AiDA WEB-Node.js main 分支构建部署 / build (20.19.0) (push) Has been skipped
2026-01-29 13:13:04 +08:00
9101116430 chore: 更换设计师图片 2026-01-29 13:11:36 +08:00
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,