From 281dff79661af8e59310f2382a987833943a241c Mon Sep 17 00:00:00 2001 From: "shuohigh@gmail.com" Date: Fri, 16 May 2025 11:21:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0webhook=E5=9B=9E=E8=B0=83?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- .../modal deploy.run.xml | 2 +- src/BowongModalFunctions/api.py | 5 +- src/BowongModalFunctions/config.py | 1 + .../models/media_model.py | 8 +- src/BowongModalFunctions/models/web_model.py | 18 ++++ src/BowongModalFunctions/utils/SentryUtils.py | 37 ++++++++ src/cluster/ffmpeg_app.py | 86 ++++++++++++------- src/cluster/video.py | 9 -- 9 files changed, 118 insertions(+), 50 deletions(-) rename .idea/runConfigurations/modal_deploy.xml => cmd/modal deploy.run.xml (93%) diff --git a/README.md b/README.md index 90e973e..c6c77b1 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## 部署 ```bash -modal deploy -e dev ./src/cluster/app.py +modal deploy -m cluster.app ``` # Pip diff --git a/.idea/runConfigurations/modal_deploy.xml b/cmd/modal deploy.run.xml similarity index 93% rename from .idea/runConfigurations/modal_deploy.xml rename to cmd/modal deploy.run.xml index 120d67e..3f70d48 100644 --- a/.idea/runConfigurations/modal_deploy.xml +++ b/cmd/modal deploy.run.xml @@ -1,7 +1,7 @@ -