初始化

This commit is contained in:
van
2026-04-23 22:06:19 +08:00
commit e9823c2261
26 changed files with 840 additions and 0 deletions

5
run_login.bat Normal file
View File

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