| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- const oreData = [
- {
- title: '牡丹石',
- img: './myData/img/item1.png',
- modelSrc: 'https://4dscene.4dage.com/culturalrelics/demo2/Model.html?m=HNKJ-mds',
- year: '清',
- texture: '白银',
- size: '高5.5、宽5厘米,底长2.1、底宽1.8厘米,重量100克。 ',
- type: '二维'
- },
- {
- title: '角砾岩型金矿',
- img: './myData/img/item2.png',
- modelSrc: 'https://4dscene.4dage.com/culturalrelics/demo2/Model.html?m=HNKJ-jlyxjk',
- year: '清',
- texture: '青铜青铜青铜青铜青铜青铜青铜青铜青铜青铜青铜青铜',
- size: '高5.5、宽5厘米,底长2.1、底宽1.8厘米,重量100克。 ',
- type: '三维'
- },
- {
- title: '伊源玉',
- img: './myData/img/item3.png',
- modelSrc: 'https://4dscene.4dage.com/culturalrelics/demo2/Model.html?m=HNKJ-yyy',
- year: '清',
- texture: '白银',
- size: '高5.5、宽5厘米,底长2.1、底宽1.8厘米,重量100克。 ',
- type: '三维'
- }
- ]
- const videoData = [
- {
- title: '视频名称1',
- src: './myData/video/video1.mp4'
- },
- {
- title: '视频名称2',
- src: './myData/video/video2.mp4'
- },
- {
- title: '视频名称3',
- src: './myData/video/video3.mp4'
- }
- ]
- const recordData = [
- {
- title: '记录1',
- src: './myData/video/video1.mp4'
- },
- {
- title: '记录2',
- src: './myData/video/video2.mp4'
- },
- {
- title: '记录3',
- src: './myData/video/video3.mp4'
- }
- ]
|