diff --git a/SRCC_b1.2_inst.exe b/SRCC_b1.3_inst.exe similarity index 65% rename from SRCC_b1.2_inst.exe rename to SRCC_b1.3_inst.exe index 8eff707..96229ca 100644 Binary files a/SRCC_b1.2_inst.exe and b/SRCC_b1.3_inst.exe differ diff --git a/main.go b/main.go index 09d6cbf..734edc9 100644 --- a/main.go +++ b/main.go @@ -70,14 +70,14 @@ func onReady() { // 访问 Gitea → 浏览器打开 SASWE 代码托管 go func() { - <-mVisitGitea.ClickedCh + for range mVisitGitea.ClickedCh{ log.Info().Msg("用户点击访问 Gitea") - exec.Command("cmd", "/c", "start", "http://103.217.186.98:3000/").Start() + exec.Command("cmd", "/c", "start", "http://103.217.186.98:3000/").Start()} }() // 访问 Cloudreve → 浏览器打开 SASWE 文件分发 go func() { - <-mVisitCloudreve.ClickedCh + for range mVisitCloudreve.ClickedCh{ log.Info().Msg("用户点击访问 Cloudreve") exec.Command("cmd", "/c", "start", "http://103.217.186.98:5212/").Start() }() diff --git a/pack/built/srcc.exe b/pack/built/srcc.exe index 461edc7..08176da 100644 Binary files a/pack/built/srcc.exe and b/pack/built/srcc.exe differ diff --git a/pack/pack.iss b/pack/pack.iss index f7689f7..88fa39c 100644 --- a/pack/pack.iss +++ b/pack/pack.iss @@ -3,7 +3,7 @@ ; Non-commercial use only #define MyAppName "SCU Remote Connect Client" -#define MyAppVersion "beta-1.1" +#define MyAppVersion "beta-1.3" #define MyAppPublisher "S.A. (@SNOWARE)" #define MyAppURL "swe-iss.rth1.xyz/softwares/srcc" #define MyAppExeName "srcc.exe" diff --git a/srcc.exe b/srcc.exe deleted file mode 100644 index 3f14feb..0000000 Binary files a/srcc.exe and /dev/null differ