You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
@echo off
|
|
REM 运行第二个 Flash Send 实例用于测试
|
|
REM 使用不同的端口和实例名称
|
|
|
|
set FLASH_SEND_PORT_OFFSET=100
|
|
set FLASH_SEND_INSTANCE=测试2
|
|
|
|
echo 启动 Flash Send 实例 2...
|
|
echo 端口偏移: +100 (UDP:53417, WS:53418, HTTP:53419)
|
|
|
|
cd /d %~dp0..
|
|
cargo run --manifest-path src-tauri/Cargo.toml
|