renamed: main_dc/BB/bbvue/public/images/FastRun.jpg -> main_dc/BB/bbvue/public/images/homePagePhoto/FastRun.jpg

new file:   main_dc/BB/bbvue/public/images/homePagePhoto/Magnitogorsk_2025_december.jpg
	renamed:    main_dc/BB/bbvue/public/images/slide2.jpg -> main_dc/BB/bbvue/public/images/homePagePhoto/slide2.jpg
	renamed:    main_dc/BB/bbvue/public/images/slide3.jpg -> main_dc/BB/bbvue/public/images/homePagePhoto/slide3.jpg
	renamed:    main_dc/BB/bbvue/public/images/slide4.jpg -> main_dc/BB/bbvue/public/images/homePagePhoto/slide4.jpg
	modified:   main_dc/BB/bbvue/src/views/Home.vue
change set photo for home page
This commit is contained in:
2025-12-13 23:03:13 +05:00
parent 28f4a65702
commit 79d0dd3af2
6 changed files with 6 additions and 4 deletions

Before

Width:  |  Height:  |  Size: 183 KiB

After

Width:  |  Height:  |  Size: 183 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 KiB

Before

Width:  |  Height:  |  Size: 132 KiB

After

Width:  |  Height:  |  Size: 132 KiB

Before

Width:  |  Height:  |  Size: 159 KiB

After

Width:  |  Height:  |  Size: 159 KiB

Before

Width:  |  Height:  |  Size: 261 KiB

After

Width:  |  Height:  |  Size: 261 KiB

+6 -4
View File
@@ -226,10 +226,12 @@ export default {
currentIndex: 0,
slideInterval: null,
slides: [
{ url: this.getImageUrl('FastRun.jpg') },
{ url: this.getImageUrl('slide2.jpg') },
{ url: this.getImageUrl('slide3.jpg') },
{ url: this.getImageUrl('slide4.jpg') }
{ url: this.getImageUrl('homePagePhoto/Magnitogorsk_2025_december.jpg') },
{ url: this.getImageUrl('homePagePhoto/FastRun.jpg') },
{ url: this.getImageUrl('homePagePhoto/slide2.jpg') },
{ url: this.getImageUrl('homePagePhoto/slide3.jpg') },
{ url: this.getImageUrl('homePagePhoto/slide4.jpg') }
],
hasInteracted: false,
isContentVisible: false,