From 1034efc551f69fcd19ffe111d728f9b3a5784080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=A8?= Date: Sun, 15 Jun 2025 20:55:13 +0800 Subject: [PATCH] =?UTF-8?q?perf(api):=20=E4=BF=AE=E6=94=B9=20API=20?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E9=BB=98=E8=AE=A4=E7=AB=AF=E5=8F=A3=E4=B8=BA?= =?UTF-8?q?=205556?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- README.md | 24 ++++-------------------- README_EN.md | 25 +++++-------------------- example.py | 2 +- main.py | 6 +++--- source/application/app.py | 2 +- static/Release_Notes.md | 3 ++- static/赞助商_TikHub_Logo.png | Bin 5149 -> 0 bytes 8 files changed, 17 insertions(+), 47 deletions(-) delete mode 100644 static/赞助商_TikHub_Logo.png diff --git a/Dockerfile b/Dockerfile index bc9bdcc..ce7c004 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,6 @@ COPY requirements.txt /app/requirements.txt RUN pip install --no-cache-dir -r /app/requirements.txt -EXPOSE 6666 +EXPOSE 5556 CMD ["python", "main.py"] diff --git a/README.md b/README.md index 9340ad7..8bbfd2c 100644 --- a/README.md +++ b/README.md @@ -88,8 +88,8 @@
  • 创建容器
  • 运行容器
  • Create Container
  • Run Container