chenlei 4 часов назад
Родитель
Сommit
8982561f78

+ 10 - 10
code/public/myData/data.js

@@ -6,7 +6,7 @@ const MODEL_LIST = [
   { name: '佩戴方式', page: 'wear' },
   { name: '三维模型', page: 'model' },
   { name: '使用场景', page: 'scene' },
-  { name: '文创产品', page: 'ip' },
+  { name: '文创产品', page: 'ip' }
 ]
 
 const VIDEO_LIST = [
@@ -20,36 +20,36 @@ const VIDEO_LIST = [
   },
   {
     name: '朝会场景',
-    videoPath: 'scene/2.mp4',
-    coverPath: 'scene/2.jpg',
+    videoPath: 'scene/5.mp4',
+    coverPath: 'scene/5.jpg',
     desc: `
       <p>春秋时期楚国宫殿场景中,“遇见”化身楚国大臣,佩戴玉剑,参与朝会。展示玉剑在朝会中的佩戴位置、动作规范,如站立时手抚剑柄的姿态,行走时佩剑的摆动幅度,感受玉剑作为身份象征在正式场合的庄重感。</p>
     `
   },
   {
     name: '文人雅集',
-    videoPath: 'scene/3.mp4',
-    coverPath: 'scene/3.jpg',
+    videoPath: 'scene/4.mp4',
+    coverPath: 'scene/4.jpg',
     desc: `
       <p>春秋时期楚国文人雅集场景中,“遇见”化身文化学者,佩戴玉剑吟诵《楚辞》中“带长铗之陆离兮”等与剑相关的诗句。展示玉剑的文化象征意义,感受古代文人对剑的情感寄托与审美追求。</p>
     `
   },
   {
     name: '外交会盟',
-    videoPath: 'scene/4.mp4',
-    coverPath: 'scene/4.jpg',
+    videoPath: 'scene/3.mp4',
+    coverPath: 'scene/3.jpg',
     desc: `
       <p>春秋时期楚国外交会盟场景中,“遇见”化身外交使臣,佩戴玉剑进行会盟。展示玉剑在外交场合作为贵重礼品和身份标识的作用,如通过玉剑的形制、工艺判断对方身份,进行礼仪性的赠剑等互动。</p>
     `
   },
   {
     name: '军事演练',
-    videoPath: 'scene/5.mp4',
-    coverPath: 'scene/5.jpg',
+    videoPath: 'scene/2.mp4',
+    coverPath: 'scene/2.jpg',
     desc: `
       <p>春秋时期楚国军事演练场景中,“遇见”化身大将军,佩戴玉剑指挥士兵进行军事演练。通过简单的队列指挥、战术讲解,理解玉剑在军事活动中不仅是武器,更是指挥权和身份的象征。</p>
     `
-  },
+  }
 ]
 
 // 剑本身

BIN
静态资源/staticData/scene/1.mp4


BIN
静态资源/staticData/scene/2.mp4


BIN
静态资源/staticData/scene/3.mp4


BIN
静态资源/staticData/scene/4.mp4