- 下载器支持配置路径映射
- 问题修复与细节优化
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
+1 -1
View File
@@ -9,7 +9,7 @@ from app.log import logger
from app.schemas.types import SystemConfigKey
from app.utils.system import SystemUtils
JINJA2_VAR_PATTERN = re.compile(r"\{\{.*?\}\}", re.DOTALL)
JINJA2_VAR_PATTERN = re.compile(r"\{\{.*?}}", re.DOTALL)
class DirectoryHelper: