上传文件至 /

This commit is contained in:
2026-06-23 10:25:13 +08:00
parent 711fdcda9c
commit 0bae8e0060
4 changed files with 334 additions and 0 deletions

105
movies.json Normal file
View File

@@ -0,0 +1,105 @@
{
"data_id": 1,
"movies": [
{
"id": 1,
"title": "霸王别姬",
"director": "Frank Darabont",
"year": 2021,
"rating": 6.1,
"duration": 120,
"genre": "冒险",
"actors_count": 2
},
{
"id": 2,
"title": "放牛班的春天",
"director": "陈凯歌",
"year": 2012,
"rating": 7.2,
"duration": 131,
"genre": "科幻",
"actors_count": 4
},
{
"id": 3,
"title": "星际穿越",
"director": "Robert Zemeckis",
"year": 1992,
"rating": 8.3,
"duration": 93,
"genre": "冒险",
"actors_count": 2
},
{
"id": 4,
"title": "盗梦空间",
"director": "James Cameron",
"year": 1998,
"rating": 8.9,
"duration": 127,
"genre": "剧情",
"actors_count": 2
},
{
"id": 5,
"title": "千与千寻",
"director": "宫崎骏",
"year": 2012,
"rating": 7.2,
"duration": 113,
"genre": "动画",
"actors_count": 4
},
{
"id": 6,
"title": "阿甘正传",
"director": "Christopher Nolan",
"year": 1991,
"rating": 7.8,
"duration": 140,
"genre": "喜剧",
"actors_count": 5
},
{
"id": 7,
"title": "肖申克的救赎",
"director": "Lasse Hallström",
"year": 2015,
"rating": 7.8,
"duration": 111,
"genre": "科幻",
"actors_count": 2
},
{
"id": 8,
"title": "忠犬八公的故事",
"director": "Rajkumar Hirani",
"year": 2014,
"rating": 9.3,
"duration": 105,
"genre": "喜剧",
"actors_count": 3
},
{
"id": 9,
"title": "泰坦尼克号",
"director": "Christophe Barratier",
"year": 2022,
"rating": 9.4,
"duration": 130,
"genre": "剧情",
"actors_count": 3
},
{
"id": 10,
"title": "三傻大闹宝莱坞",
"director": "Christopher Nolan",
"year": 2021,
"rating": 7.6,
"duration": 145,
"genre": "科幻",
"actors_count": 4
}
]
}