Fix the same bug as window operation.
This commit is contained in:
@@ -79,7 +79,7 @@ func onReady() {
|
||||
go func() {
|
||||
for range mVisitCloudreve.ClickedCh{
|
||||
log.Info().Msg("用户点击访问 Cloudreve")
|
||||
exec.Command("cmd", "/c", "start", "http://103.217.186.98:5212/").Start()
|
||||
exec.Command("cmd", "/c", "start", "http://103.217.186.98:5212/").Start()}
|
||||
}()
|
||||
|
||||
// 显示控制台 → 调用 showConsoleWindow()
|
||||
|
||||
Reference in New Issue
Block a user