chore: initialize frontend miniapp repository
This commit is contained in:
131
src/assets/data/routes.json
Normal file
131
src/assets/data/routes.json
Normal file
@@ -0,0 +1,131 @@
|
||||
[
|
||||
{
|
||||
"id": "route_1",
|
||||
"name": "经典艺术之旅",
|
||||
"description": "探索文艺复兴和印象派的经典名作",
|
||||
"duration": "约 90 分钟",
|
||||
"distance": "约 800 米",
|
||||
"stopCount": 5,
|
||||
"difficulty": "easy",
|
||||
"stops": [
|
||||
{
|
||||
"id": "exhibit_1",
|
||||
"order": 1,
|
||||
"name": "蒙娜丽莎",
|
||||
"type": "exhibit",
|
||||
"description": "文艺复兴时期代表作",
|
||||
"duration": "15 分钟"
|
||||
},
|
||||
{
|
||||
"id": "exhibit_2",
|
||||
"order": 2,
|
||||
"name": "最后的晚餐",
|
||||
"type": "exhibit",
|
||||
"description": "达芬奇壁画名作",
|
||||
"duration": "15 分钟"
|
||||
},
|
||||
{
|
||||
"id": "exhibit_5",
|
||||
"order": 3,
|
||||
"name": "大卫像",
|
||||
"type": "exhibit",
|
||||
"description": "米开朗基罗雕塑杰作",
|
||||
"duration": "20 分钟"
|
||||
},
|
||||
{
|
||||
"id": "exhibit_3",
|
||||
"order": 4,
|
||||
"name": "星空",
|
||||
"type": "exhibit",
|
||||
"description": "梵高印象派代表作",
|
||||
"duration": "20 分钟"
|
||||
},
|
||||
{
|
||||
"id": "exhibit_4",
|
||||
"order": 5,
|
||||
"name": "向日葵",
|
||||
"type": "exhibit",
|
||||
"description": "梵高静物画系列",
|
||||
"duration": "20 分钟"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "route_2",
|
||||
"name": "印象派精选",
|
||||
"description": "深入了解印象派艺术的魅力",
|
||||
"duration": "约 60 分钟",
|
||||
"distance": "约 400 米",
|
||||
"stopCount": 3,
|
||||
"difficulty": "easy",
|
||||
"stops": [
|
||||
{
|
||||
"id": "hall_2",
|
||||
"order": 1,
|
||||
"name": "2号展厅",
|
||||
"type": "hall",
|
||||
"description": "印象派艺术展厅",
|
||||
"duration": "10 分钟"
|
||||
},
|
||||
{
|
||||
"id": "exhibit_3",
|
||||
"order": 2,
|
||||
"name": "星空",
|
||||
"type": "exhibit",
|
||||
"description": "梵高代表作",
|
||||
"duration": "25 分钟"
|
||||
},
|
||||
{
|
||||
"id": "exhibit_4",
|
||||
"order": 3,
|
||||
"name": "向日葵",
|
||||
"type": "exhibit",
|
||||
"description": "梵高静物系列",
|
||||
"duration": "25 分钟"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "route_3",
|
||||
"name": "文艺复兴探索",
|
||||
"description": "领略文艺复兴时期的艺术成就",
|
||||
"duration": "约 75 分钟",
|
||||
"distance": "约 500 米",
|
||||
"stopCount": 4,
|
||||
"difficulty": "easy",
|
||||
"stops": [
|
||||
{
|
||||
"id": "hall_1",
|
||||
"order": 1,
|
||||
"name": "1号展厅",
|
||||
"type": "hall",
|
||||
"description": "文艺复兴艺术展厅",
|
||||
"duration": "10 分钟"
|
||||
},
|
||||
{
|
||||
"id": "exhibit_1",
|
||||
"order": 2,
|
||||
"name": "蒙娜丽莎",
|
||||
"type": "exhibit",
|
||||
"description": "达芬奇代表作",
|
||||
"duration": "20 分钟"
|
||||
},
|
||||
{
|
||||
"id": "exhibit_2",
|
||||
"order": 3,
|
||||
"name": "最后的晚餐",
|
||||
"type": "exhibit",
|
||||
"description": "达芬奇壁画",
|
||||
"duration": "20 分钟"
|
||||
},
|
||||
{
|
||||
"id": "exhibit_5",
|
||||
"order": 4,
|
||||
"name": "大卫像",
|
||||
"type": "exhibit",
|
||||
"description": "米开朗基罗雕塑",
|
||||
"duration": "25 分钟"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user