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