This commit is contained in:
2025-09-24 11:28:42 +08:00
parent ec1705769c
commit 873c89c778
9 changed files with 100 additions and 39 deletions

View File

@@ -19,7 +19,7 @@ def _get_template_service():
return _template_service
# 向后兼容的全局变量和函数
TEMPLATES = {}
TEMPLATES: dict = {}
def _update_templates_dict():
"""更新全局TEMPLATES字典以保持向后兼容"""