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:
@@ -105,7 +105,7 @@ def get_egress_ip():
|
||||
"data": {
|
||||
"ipv4": ipv4 or None,
|
||||
"ipv6": ipv6 or None,
|
||||
# 兼容旧前端:优先 IPv4,否则 IPv6
|
||||
# Compatible with old frontends: IPv4 first, otherwise IPv6
|
||||
"ip": ipv4 or ipv6 or None,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user