feat: 互动处理

This commit is contained in:
Blizzard
2026-03-05 16:54:25 +08:00
parent 74b252550b
commit 2583b5f302
30 changed files with 412 additions and 119 deletions
+5
View File
@@ -109,3 +109,8 @@ func TestGetZeroTime(t *testing.T) {
fmt.Printf("当天零点: %v\n", zeroTime)
fmt.Printf("时间戳(秒): %v\n", zeroTime.Unix())
}
func TestGenName(t *testing.T) {
username := uniqueid.GenerateRadioUsername()
fmt.Println(username)
}