feat: 发布 2.3 版本

This commit is contained in:
JoeanAmier
2024-11-10 11:00:31 +08:00
parent de28b9de69
commit 5463854906
10 changed files with 13 additions and 13 deletions

View File

@@ -6,7 +6,7 @@ LABEL name="XHS-Downloader" authors="JoeanAmier" repository="https://github.com/
COPY locale /app/locale
COPY source /app/source
COPY static /app/static
COPY static/XHS-Downloader.tcss /app/static/XHS-Downloader.tcss
COPY LICENSE /app/LICENSE
COPY main.py /app/main.py
COPY requirements.txt /app/requirements.txt