加入 pjlink 控制

This commit is contained in:
2025-02-28 20:34:50 +08:00
parent 3a2fc431ac
commit 81f31f15a5
11 changed files with 253 additions and 16 deletions

8
config/wait/pjlink.go Normal file
View File

@@ -0,0 +1,8 @@
package wait
type PJLink struct {
Ip string
Port string
Password string
Id string
}