This commit is contained in:
jeremygan2021
2026-03-02 12:53:36 +08:00
parent 37b2cf6ba6
commit 9620a4138d
15 changed files with 125 additions and 28 deletions

View File

@@ -21,6 +21,7 @@ class Settings(BaseSettings):
static_dir: str = "static"
upload_dir: str = "static/uploads"
processed_dir: str = "static/processed"
media_dir: str = "media" # 新增媒体文件目录
# 墨水屏配置
ink_width: int = 400