补全注释

This commit is contained in:
h88782481 2026-03-10 08:43:07 +08:00
parent 96fbc4da80
commit f193c48ce1
13 changed files with 115 additions and 14 deletions

View file

@ -19,6 +19,7 @@ from app import create_app
def main():
"""加载应用并以 Waitress 方式启动代理服务。"""
app = create_app()
print(f'代理服务启动于 0.0.0.0:{Config.PROXY_PORT}')
print(f'上游地址: {Config.PROXY_TARGET_URL}')