返回 DeepSeek-Reasonix
go.mod
1 module fyne.io/systray
2
3 go 1.19
4
5 require (
6 github.com/godbus/dbus/v5 v5.1.0
7 golang.org/x/sys v0.15.0
8 )
9
9 lines Plain Text