feat(constants): 更新常量配置以支持新前缀

- 添加 T38 到特殊前缀列表
- 优化代码格式增加可读性
This commit is contained in:
2026-06-20 16:21:47 +08:00
parent bd88ca76de
commit 26e1690f84
+2 -1
View File
@@ -1,4 +1,5 @@
import os
IGNORE_DIRS = {
"System Volume Information",
"$RECYCLE.BIN",
@@ -8,7 +9,7 @@ IGNORE_DIRS = {
"done_images",
"女同"
}
SPECIAL_PREFIXES = {"T28", "FC2"}
SPECIAL_PREFIXES = {"T28", "FC2", "T38"}
SEPARATORS = {"♀  ", "", "+"}
SPECIAL_DIRS = {"川村まや", "上原亜衣", "上原志織"}
IMAGE_EXTENSIONS = {'.jpg', '.jpeg', '.png', '.gif', '.bmp', '.tiff', '.webp', '.svg'}