Compare commits
2 Commits
a4b350d2e3
...
13723a73d9
| Author | SHA1 | Date | |
|---|---|---|---|
| 13723a73d9 | |||
| b9e3fee984 |
Binary file not shown.
@@ -70,16 +70,16 @@ func onReady() {
|
|||||||
|
|
||||||
// 访问 Gitea → 浏览器打开 SASWE 代码托管
|
// 访问 Gitea → 浏览器打开 SASWE 代码托管
|
||||||
go func() {
|
go func() {
|
||||||
<-mVisitGitea.ClickedCh
|
for range mVisitGitea.ClickedCh{
|
||||||
log.Info().Msg("用户点击访问 Gitea")
|
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 文件分发
|
// 访问 Cloudreve → 浏览器打开 SASWE 文件分发
|
||||||
go func() {
|
go func() {
|
||||||
<-mVisitCloudreve.ClickedCh
|
for range mVisitCloudreve.ClickedCh{
|
||||||
log.Info().Msg("用户点击访问 Cloudreve")
|
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()
|
// 显示控制台 → 调用 showConsoleWindow()
|
||||||
|
|||||||
Binary file not shown.
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
; Non-commercial use only
|
; Non-commercial use only
|
||||||
|
|
||||||
#define MyAppName "SCU Remote Connect Client"
|
#define MyAppName "SCU Remote Connect Client"
|
||||||
#define MyAppVersion "beta-1.1"
|
#define MyAppVersion "beta-1.3"
|
||||||
#define MyAppPublisher "S.A. (@SNOWARE)"
|
#define MyAppPublisher "S.A. (@SNOWARE)"
|
||||||
#define MyAppURL "swe-iss.rth1.xyz/softwares/srcc"
|
#define MyAppURL "swe-iss.rth1.xyz/softwares/srcc"
|
||||||
#define MyAppExeName "srcc.exe"
|
#define MyAppExeName "srcc.exe"
|
||||||
|
|||||||
Reference in New Issue
Block a user