data.js 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. const oreData = [
  2. {
  3. title: '牡丹石',
  4. img: './myData/img/item1.png',
  5. modelSrc: 'https://4dscene.4dage.com/culturalrelics/demo2/Model.html?m=HNKJ-mds',
  6. year: '清',
  7. texture: '白银',
  8. size: '高5.5、宽5厘米,底长2.1、底宽1.8厘米,重量100克。 ',
  9. type: '二维'
  10. },
  11. {
  12. title: '角砾岩型金矿',
  13. img: './myData/img/item2.png',
  14. modelSrc: 'https://4dscene.4dage.com/culturalrelics/demo2/Model.html?m=HNKJ-jlyxjk',
  15. year: '清',
  16. texture: '青铜青铜青铜青铜青铜青铜青铜青铜青铜青铜青铜青铜',
  17. size: '高5.5、宽5厘米,底长2.1、底宽1.8厘米,重量100克。 ',
  18. type: '三维'
  19. },
  20. {
  21. title: '伊源玉',
  22. img: './myData/img/item3.png',
  23. modelSrc: 'https://4dscene.4dage.com/culturalrelics/demo2/Model.html?m=HNKJ-yyy',
  24. year: '清',
  25. texture: '白银',
  26. size: '高5.5、宽5厘米,底长2.1、底宽1.8厘米,重量100克。 ',
  27. type: '三维'
  28. }
  29. ]
  30. const videoData = [
  31. {
  32. title: '视频名称1',
  33. src: './myData/video/video1.mp4'
  34. },
  35. {
  36. title: '视频名称2',
  37. src: './myData/video/video2.mp4'
  38. },
  39. {
  40. title: '视频名称3',
  41. src: './myData/video/video3.mp4'
  42. }
  43. ]
  44. const recordData = [
  45. {
  46. title: '记录1',
  47. src: './myData/video/video1.mp4'
  48. },
  49. {
  50. title: '记录2',
  51. src: './myData/video/video2.mp4'
  52. },
  53. {
  54. title: '记录3',
  55. src: './myData/video/video3.mp4'
  56. }
  57. ]