// frp_other.go //go:build !windows package main import "os/exec" func setWindowHide(cmd *exec.Cmd) { // 非 Windows 平台什么都不做 }