Files
youchat_proxy/start.bat
T
2024-04-29 17:55:35 +08:00

5 lines
98 B
Batchfile

call npm install
set YOUCOM_COOKIE=Your Cookie
set USER_AGENT=Your User-Agent
node index
pause