Compare commits

..

4 Commits

Author SHA1 Message Date
82d2cc4e9c feat(隐藏黑窗): 隐藏黑窗
All checks were successful
/ build (push) Successful in 20s
2025-12-24 23:02:54 +08:00
946cdc2837 feat(隐藏窗口): 隐藏窗口
All checks were successful
/ build (push) Successful in 16s
2025-12-24 23:00:03 +08:00
efe9e9bb50 docs(优化文档): 优化文档
All checks were successful
/ build (push) Successful in 17s
2025-12-24 22:46:10 +08:00
81e880a8e3 docs(编译好的): 编译好的 2025-12-24 22:42:09 +08:00
2 changed files with 7 additions and 0 deletions

View File

@@ -1,6 +1,12 @@
# alive
远程虽断,现场犹存 — 赋予无人值守瞬间以永恒
# 预编译版
| 操作系统 | 架构 | 下载链接 |
| :--- | :--- | :--- |
| Windows | AMD64 | [alive_amd64.exe](https://aite.xyz/product/alive/alive_amd64.exe) |
| Windows | ARM64 | [alive_arm64.exe](https://aite.xyz/product/alive/alive_arm64.exe) |
# 快速安装
```
go install github.com/xiaoqidun/alive@latest

View File

@@ -35,6 +35,7 @@ func main() {
os.Exit(1)
}
cmd := exec.Command("tscon", strconv.FormatUint(uint64(sid), 10), "/dest:console")
cmd.SysProcAttr = &syscall.SysProcAttr{HideWindow: true}
if cmd.Run() != nil {
os.Exit(1)
}