Files
tg_python/run_bridge.bat
2026-04-23 22:06:19 +08:00

6 lines
166 B
Batchfile
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
@echo off
REM 须用 python -m tg_bridge已强制 Selector 循环);不要裸 uvicorn tg_bridge.app:app
cd /d "%~dp0"
python -m tg_bridge
if errorlevel 1 pause