Refactor and translate comments and docstrings in utility modules to English for better clarity and maintainability. Update Gunicorn and application startup messages for consistency in language. Enhance documentation with English translations for better accessibility.

This commit is contained in:
dienakdz
2026-04-06 16:47:36 +07:00
parent 3ca291a346
commit 11e2e5aaa6
64 changed files with 2323 additions and 2336 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
"""
工具模块
tool module
"""
from app.utils.logger import get_logger
from app.utils.cache import CacheManager