version-1

This commit is contained in:
lzx
2025-11-26 11:39:20 +08:00
commit 789be70a53
16 changed files with 1182 additions and 0 deletions

7
cmd/main.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import client "client/internal"
func main() {
client.Star()
}