add gui support
添加 ui 支持
This commit is contained in:
7
data/dlg/cmd_linux.go
Normal file
7
data/dlg/cmd_linux.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package dlg
|
||||
|
||||
import "os/exec"
|
||||
|
||||
func openURL(url string) {
|
||||
exec.Command(`xdg-open`, url).Start()
|
||||
}
|
||||
Reference in New Issue
Block a user