feat: update

This commit is contained in:
yanghao05
2025-04-29 14:22:55 +08:00
parent c9740e6403
commit dfb3d8674c
9 changed files with 185 additions and 19 deletions

View File

@@ -27,3 +27,11 @@ func Test_hassID(t *testing.T) {
})
})
}
func Test_username(t *testing.T) {
Convey("test_username", t, func() {
Convey("step 1", func() {
t.Logf("length: %s", len("你好"))
})
})
}