diff --git a/public/VideoImage4.png b/public/VideoImage4.png new file mode 100644 index 0000000..92f9181 Binary files /dev/null and b/public/VideoImage4.png differ diff --git a/public/VideoImage5.png b/public/VideoImage5.png new file mode 100644 index 0000000..a7d1b2c Binary files /dev/null and b/public/VideoImage5.png differ diff --git a/public/VideoImage6.png b/public/VideoImage6.png new file mode 100644 index 0000000..f8f8b6d Binary files /dev/null and b/public/VideoImage6.png differ diff --git a/public/VideoImage7.png b/public/VideoImage7.png new file mode 100644 index 0000000..5497314 Binary files /dev/null and b/public/VideoImage7.png differ diff --git a/src/assets/VideoImage1.png b/src/assets/VideoImage1.png new file mode 100644 index 0000000..2a6b465 Binary files /dev/null and b/src/assets/VideoImage1.png differ diff --git a/src/assets/VideoImage2.png b/src/assets/VideoImage2.png new file mode 100644 index 0000000..00c631a Binary files /dev/null and b/src/assets/VideoImage2.png differ diff --git a/src/assets/VideoImage3.png b/src/assets/VideoImage3.png new file mode 100644 index 0000000..2e9febd Binary files /dev/null and b/src/assets/VideoImage3.png differ diff --git a/src/assets/VideoImage4.png b/src/assets/VideoImage4.png new file mode 100644 index 0000000..92f9181 Binary files /dev/null and b/src/assets/VideoImage4.png differ diff --git a/src/assets/VideoImage5.png b/src/assets/VideoImage5.png new file mode 100644 index 0000000..a7d1b2c Binary files /dev/null and b/src/assets/VideoImage5.png differ diff --git a/src/assets/VideoImage6.png b/src/assets/VideoImage6.png new file mode 100644 index 0000000..f8f8b6d Binary files /dev/null and b/src/assets/VideoImage6.png differ diff --git a/src/assets/VideoImage7.png b/src/assets/VideoImage7.png new file mode 100644 index 0000000..5497314 Binary files /dev/null and b/src/assets/VideoImage7.png differ diff --git a/src/components/home/PartnersModule.vue b/src/components/home/PartnersModule.vue index f1093cb..2eec672 100644 --- a/src/components/home/PartnersModule.vue +++ b/src/components/home/PartnersModule.vue @@ -245,7 +245,7 @@ onMounted(() => { {{ error }} -
+
{ ref="el => { if(el) partnerCards[index] = el }" >
-
+
- +
-

{{ partner.name }}

-
-
+ + + - +
-
+
@@ -298,6 +298,8 @@ onMounted(() => { perspective: 1000px; height: 120px; position: relative; + /* 一行最多五个 */ + } .partner-inner { diff --git a/src/components/home/PostsModule.vue b/src/components/home/PostsModule.vue index c350794..9111156 100644 --- a/src/components/home/PostsModule.vue +++ b/src/components/home/PostsModule.vue @@ -64,7 +64,7 @@ const fetchPosts = async () => { { id: '4', title: t('home.posts.items.london.title'), - image: '/public/VideoImage1.png', + image: '/public/VideoImage4.png', description: t('home.posts.items.london.description'), video: response[3]?.video || '/public/MOSEVideo.mp4', createTime: response[3]?.createTime || '2025-07-05' @@ -72,7 +72,7 @@ const fetchPosts = async () => { { id: '5', title: t('home.posts.items.lasvegas.title'), - image: '/public/VideoImage2.png', + image: '/public/VideoImage5.png', description: t('home.posts.items.lasvegas.description'), video: response[4]?.video || '/public/MOSEVideo.mp4', createTime: response[4]?.createTime || '2025-07-03' @@ -80,7 +80,7 @@ const fetchPosts = async () => { { id: '6', title: t('home.posts.items.seoul.title'), - image: '/public/VideoImage3.png', + image: '/public/VideoImage6.png', description: t('home.posts.items.seoul.description'), video: response[5]?.video || '/public/MOSEVideo.mp4', createTime: response[5]?.createTime || '2025-07-01' @@ -88,7 +88,7 @@ const fetchPosts = async () => { { id: '7', title: t('home.posts.items.belarus.title'), - image: '/public/VideoImage1.png', + image: '/public/VideoImage7.png', description: t('home.posts.items.belarus.description'), video: response[6]?.video || '/public/MOSEVideo.mp4', createTime: response[6]?.createTime || '2025-07-16' diff --git a/src/views/Ecosystem.vue b/src/views/Ecosystem.vue index 40f7143..49bbca8 100644 --- a/src/views/Ecosystem.vue +++ b/src/views/Ecosystem.vue @@ -165,13 +165,13 @@ const initEcosystems = () => { const finalImage = apiImages.value[index] || `/images/ecosystem/${item.key}.jpg`; console.log(`Ecosystem ${index}: Using image ${finalImage}`); return { - id: (index + 1).toString(), - title: item.title, - description: item.description, - image: finalImage, - orderNo: index + 1, - ...ecosystemStyles[index] - }; + id: (index + 1).toString(), + title: item.title, + description: item.description, + image: finalImage, + orderNo: index + 1, + ...ecosystemStyles[index] + }; }); console.log('Final ecosystems data:', ecosystemsData); @@ -399,16 +399,13 @@ onMounted(() => {
--> -

- {{ ecosystem.title }} +

-

- {{ ecosystem.description }} +

-

- {{ t('ecosystem.default_description') }} +