xy-server/start_gate.bat
2025-04-23 09:34:08 +08:00

5 lines
54 B
Batchfile

@echo off
color 2
title 网关模块
ts-node gate.ts
pause