增加暗色模式切换

This commit is contained in:
Alex Yang
2026-01-28 11:20:00 +08:00
parent a5dc5841fb
commit 2e85bbe7c7
10 changed files with 6491 additions and 209 deletions

5
build-windows.sh Executable file
View File

@@ -0,0 +1,5 @@
CGO_ENABLED=1 \
GOOS=windows \
GOARCH=amd64 \
CC=gcc \
go build -o dns-server.exe main.go