|
@@ -274,7 +274,7 @@ func printWelcome(pingState *atomic.Bool) {
|
|
|
══════════════════════════════════
|
|
══════════════════════════════════
|
|
|
`
|
|
`
|
|
|
fmt.Println(welcome)
|
|
fmt.Println(welcome)
|
|
|
- fmt.Printf("客户端ID: %s\n", coupler.clientID)
|
|
|
|
|
|
|
+ fmt.Printf("客户端ID: %s\n", coupler.machineID)
|
|
|
state := ""
|
|
state := ""
|
|
|
if pingState.Load() {
|
|
if pingState.Load() {
|
|
|
state = "已连接 ✅"
|
|
state = "已连接 ✅"
|