This commit is contained in:
Your Name
2026-03-13 03:21:38 +00:00
parent b04797fc2e
commit 8309e6a657
6 changed files with 201 additions and 12 deletions
+9
View File
@@ -0,0 +1,9 @@
"""
换装服务配置文件
"""
# 输出图片格式:'jpg' 或 'png'
OUTPUT_FORMAT = 'jpg'
# JPG压缩质量 (1-100),仅在OUTPUT_FORMAT='jpg'时生效
JPG_QUALITY = 85