初始化
This commit is contained in:
5
run_bridge.bat
Normal file
5
run_bridge.bat
Normal file
@@ -0,0 +1,5 @@
|
||||
@echo off
|
||||
REM 须用 python -m tg_bridge(已强制 Selector 循环);不要裸 uvicorn tg_bridge.app:app
|
||||
cd /d "%~dp0"
|
||||
python -m tg_bridge
|
||||
if errorlevel 1 pause
|
||||
Reference in New Issue
Block a user