- 下载器支持配置路径映射
- 问题修复与细节优化
This commit is contained in:
jxxghp
2025-12-10 14:33:13 +08:00
parent 2f1a448afe
commit 274fc2d74f
8 changed files with 10 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ from app.core.config import settings
from app.core.context import MediaInfo, Context
from app.core.metainfo import MetaInfo
from app.helper.thread import ThreadHelper
from app.helper.graphics import ImageHelper
from app.helper.image import ImageHelper
from app.log import logger
from app.utils.common import retry
from app.utils.http import RequestUtils