Files
frontend-miniapp/src/assets/data/exhibits.json

98 lines
3.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[
{
"id": "exhibit_1",
"name": "蒙娜丽莎",
"artist": "列奥纳多·达·芬奇",
"year": "1503-1519",
"material": "木板油画",
"size": "77cm × 53cm",
"hall": "1号展厅",
"hallId": "hall_1",
"floor": "1F",
"image": "/static/exhibits/mona-lisa.jpg",
"description": "《蒙娜丽莎》是意大利文艺复兴时期画家列奥纳多·达·芬奇创作的油画,现收藏于法国卢浮宫博物馆。该画作主要表现了女性的典雅和恬静的典型形象,塑造了资本主义上升时期一位城市有产阶级的妇女形象。",
"hasAudio": true,
"audioUrl": "/static/audio/exhibit-1.mp3",
"position": {
"x": 100,
"y": 280
}
},
{
"id": "exhibit_2",
"name": "最后的晚餐",
"artist": "列奥纳多·达·芬奇",
"year": "1495-1498",
"material": "壁画",
"size": "460cm × 880cm",
"hall": "1号展厅",
"hallId": "hall_1",
"floor": "1F",
"image": "/static/exhibits/last-supper.jpg",
"description": "《最后的晚餐》是意大利艺术家列奥纳多·达·芬奇所创作的大型壁画,以《圣经》中耶稣跟十二门徒共进最后一次晚餐为题材。",
"hasAudio": true,
"audioUrl": "/static/audio/exhibit-2.mp3",
"position": {
"x": 140,
"y": 320
}
},
{
"id": "exhibit_3",
"name": "星空",
"artist": "文森特·梵高",
"year": "1889",
"material": "布面油画",
"size": "73.7cm × 92.1cm",
"hall": "2号展厅",
"hallId": "hall_2",
"floor": "1F",
"image": "/static/exhibits/starry-night.jpg",
"description": "《星空》是荷兰后印象派画家文森特·梵高于1889年在法国圣雷米的一家精神病院里创作的一幅油画是梵高的代表作之一。",
"hasAudio": true,
"audioUrl": "/static/audio/exhibit-3.mp3",
"position": {
"x": 230,
"y": 280
}
},
{
"id": "exhibit_4",
"name": "向日葵",
"artist": "文森特·梵高",
"year": "1888",
"material": "布面油画",
"size": "92cm × 73cm",
"hall": "2号展厅",
"hallId": "hall_2",
"floor": "1F",
"image": "/static/exhibits/sunflowers.jpg",
"description": "《向日葵》是荷兰画家梵高绘画的一系列静物油画。当中有三幅绘有十五朵向日葵,另有两幅绘有十二朵向日葵。",
"hasAudio": true,
"audioUrl": "/static/audio/exhibit-4.mp3",
"position": {
"x": 270,
"y": 320
}
},
{
"id": "exhibit_5",
"name": "大卫像",
"artist": "米开朗基罗",
"year": "1501-1504",
"material": "大理石雕塑",
"size": "高517cm",
"hall": "1号展厅",
"hallId": "hall_1",
"floor": "1F",
"image": "/static/exhibits/david.jpg",
"description": "《大卫像》是意大利文艺复兴时期雕塑家米开朗基罗创作的大理石雕塑,是文艺复兴雕塑的代表作。",
"hasAudio": true,
"audioUrl": "/static/audio/exhibit-5.mp3",
"position": {
"x": 120,
"y": 300
}
}
]