fix some bugs && change push way

This commit is contained in:
2026-08-25 18:54:12 +08:00
parent a32818b55e
commit c65cc92386
40 changed files with 88 additions and 28 deletions

9
.gitignore vendored
View File

@@ -174,7 +174,10 @@ cython_debug/
# PyPI configuration file
.pypirc
# 忽略媒体上传目录
*/media/*
staticfiles/
# data/ directory for logs, static, media
data/logs/*
data/media/*
data/static/*
!data/logs/.gitkeep
!data/media/.gitkeep