refactor: 移除二维码和交叉编译,改为列出所有 LAN IP 地址;清理依赖

This commit is contained in:
2026-03-01 04:45:27 +08:00
parent 5d17e2e9ac
commit 2dbc916652
6 changed files with 34 additions and 83 deletions

3
go.mod
View File

@@ -9,7 +9,6 @@ require (
github.com/gofiber/contrib/v3/websocket v1.0.0
github.com/gofiber/fiber/v3 v3.1.0
github.com/google/uuid v1.6.0
github.com/mdp/qrterminal/v3 v3.2.1
golang.design/x/clipboard v0.7.1
gopkg.in/yaml.v3 v3.0.1
)
@@ -55,7 +54,5 @@ require (
golang.org/x/mobile v0.0.0-20250606033058-a2a15c67f36f // indirect
golang.org/x/net v0.50.0 // indirect
golang.org/x/sys v0.41.0 // indirect
golang.org/x/term v0.40.0 // indirect
golang.org/x/text v0.34.0 // indirect
rsc.io/qr v0.2.0 // indirect
)