From 9049cc6aae798f7003d6f0b4276462cc16b715db 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, 31 Mar 2026 11:29:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- movies.json | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 movies.json diff --git a/movies.json b/movies.json new file mode 100644 index 0000000..9d82bea --- /dev/null +++ b/movies.json @@ -0,0 +1,72 @@ +[ + { + "rank": 1, + "title": "肖申克的救赎", + "en_title": "", + "rating": "9.7", + "quote": "" + }, + { + "rank": 2, + "title": "霸王别姬", + "en_title": "", + "rating": "9.6", + "quote": "" + }, + { + "rank": 3, + "title": "泰坦尼克号", + "en_title": "", + "rating": "9.5", + "quote": "" + }, + { + "rank": 4, + "title": "阿甘正传", + "en_title": "", + "rating": "9.5", + "quote": "" + }, + { + "rank": 5, + "title": "千与千寻", + "en_title": "", + "rating": "9.4", + "quote": "" + }, + { + "rank": 6, + "title": "美丽人生", + "en_title": "", + "rating": "9.5", + "quote": "" + }, + { + "rank": 7, + "title": "星际穿越", + "en_title": "", + "rating": "9.4", + "quote": "" + }, + { + "rank": 8, + "title": "这个杀手不太冷", + "en_title": "", + "rating": "9.4", + "quote": "" + }, + { + "rank": 9, + "title": "盗梦空间", + "en_title": "", + "rating": "9.4", + "quote": "" + }, + { + "rank": 10, + "title": "楚门的世界", + "en_title": "", + "rating": "9.4", + "quote": "" + } +] \ No newline at end of file