Fix the same bug as window operation.

This commit is contained in:
2026-06-22 23:07:33 +08:00
parent b9e3fee984
commit 13723a73d9
+1 -1
View File
@@ -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()