From cbe6d2ffbc5889b59e4894f7552246f715363d4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E8=B4=B5=E7=8F=8D?= <2509165009@student.example.com> Date: Tue, 23 Jun 2026 11:06:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20movies.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- movies.json | 105 ---------------------------------------------------- 1 file changed, 105 deletions(-) delete mode 100644 movies.json diff --git a/movies.json b/movies.json deleted file mode 100644 index 8e4e626..0000000 --- a/movies.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "data_id": "B-20260623-3049", - "movies": [ - { - "id": 1, - "title": "千与千寻", - "director": "Frank Darabont", - "year": 2013, - "rating": 8.0, - "duration": 126, - "genre": "剧情", - "actors_count": 3 - }, - { - "id": 2, - "title": "肖申克的救赎", - "director": "陈凯歌", - "year": 2018, - "rating": 6.8, - "duration": 127, - "genre": "悬疑", - "actors_count": 2 - }, - { - "id": 3, - "title": "星际穿越", - "director": "Robert Zemeckis", - "year": 2024, - "rating": 9.0, - "duration": 131, - "genre": "冒险", - "actors_count": 2 - }, - { - "id": 4, - "title": "阿甘正传", - "director": "James Cameron", - "year": 1999, - "rating": 8.2, - "duration": 160, - "genre": "喜剧", - "actors_count": 5 - }, - { - "id": 5, - "title": "三傻大闹宝莱坞", - "director": "宫崎骏", - "year": 1996, - "rating": 9.4, - "duration": 95, - "genre": "动画", - "actors_count": 4 - }, - { - "id": 6, - "title": "泰坦尼克号", - "director": "Christopher Nolan", - "year": 2008, - "rating": 8.6, - "duration": 90, - "genre": "科幻", - "actors_count": 3 - }, - { - "id": 7, - "title": "忠犬八公的故事", - "director": "Lasse Hallström", - "year": 1996, - "rating": 6.8, - "duration": 168, - "genre": "喜剧", - "actors_count": 3 - }, - { - "id": 8, - "title": "放牛班的春天", - "director": "Rajkumar Hirani", - "year": 2020, - "rating": 9.3, - "duration": 112, - "genre": "喜剧", - "actors_count": 5 - }, - { - "id": 9, - "title": "盗梦空间", - "director": "Christophe Barratier", - "year": 2005, - "rating": 9.1, - "duration": 154, - "genre": "剧情", - "actors_count": 4 - }, - { - "id": 10, - "title": "霸王别姬", - "director": "Christopher Nolan", - "year": 2015, - "rating": 8.7, - "duration": 103, - "genre": "剧情", - "actors_count": 5 - } - ] -} \ No newline at end of file