From 98b4a1cb76c39be96e4304e7c3bac561a9e1d832 Mon Sep 17 00:00:00 2001 From: jc <419690370@qq.com> Date: Thu, 13 Mar 2025 22:12:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A9=E7=A8=8B=E5=BA=8F=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E8=A2=AB=E5=85=AC=E7=BD=91=E8=AE=BF=E9=97=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index 16c64bd..5e38a17 100644 --- a/app.py +++ b/app.py @@ -15,7 +15,7 @@ def api_nezha2(): "data": { "title": "《哪吒2》", "description": "《哪吒2》是继《哪吒之魔童降世》后的续作,讲述了哪吒的全新冒险故事。", - "trailer_url": "https://www.bilibili.com/video/BV11McieTEN5/", # 替换为实际预告片链接 + "trailer_url": "https://www.bilibili.com/video/BV11McieTEN5/", "cast": [ {"name": "哪吒", "role": "主角", "description": "勇敢无畏的少年英雄"}, {"name": "敖丙", "role": "配角", "description": "哪吒的挚友与对手"}, @@ -28,4 +28,4 @@ def api_nezha2(): return jsonify(nezha2_data) if __name__ == "__main__": - app.run(debug=True, port=80) \ No newline at end of file + app.run(debug=True,host="0.0.0.0" ,port=80) \ No newline at end of file