@echo off REM 必须在「wx_python」根目录运行(与 tg_bridge 文件夹同级) cd /d "%~dp0" python -m tg_bridge.login_cli if errorlevel 1 pause