升级至8069版本:版本号更新/代理配置系统/红包计时埋点/长连接重构/回调修复

This commit is contained in:
2026-02-26 10:44:13 +08:00
parent 7cbd3d061d
commit 40a74d2ea7
38 changed files with 3639 additions and 235 deletions

View File

@@ -10,9 +10,10 @@ import (
)
func main() {
expireDate := time.Date(2030, 8, 17, 0, 0, 0, 0, time.Local)
fmt.Println("[+] 当前硬编码版本号: 0.0.1")
expireDate := time.Date(2028, 1, 30, 0, 0, 0, 0, time.Local)
if time.Now().After(expireDate) {
fmt.Println("过期")
fmt.Println("qq:408449830")
os.Exit(1)
}