# cold-cyber **Repository Path**: fufuandrice/cold-cyber ## Basic Information - **Project Name**: cold-cyber - **Description**: 冰冷的复读姬,复读机不会复读是正常的。 - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-24 - **Last Updated**: 2026-03-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 冰冷的复读机 # 功能流程 * 调整系统自带声音 * 为软件添加图标 Go-Winres ``` // 根据图标生成文件 go-winres simply --icon app.ico // 需要在main.go目录下安放生成的文件 然后打包 go build -o cold-cyber.exe ```