插件v2调整,账号验证

This commit is contained in:
李子铭 2025-01-22 18:13:13 +08:00
parent 36b9f16a74
commit 662d82326c
1 changed files with 6 additions and 0 deletions

View File

@ -7,3 +7,9 @@ func TestToChinese(t *testing.T) {
got := ToChinese(arg)
t.Log(got)
}
func TestAccountType(t *testing.T) {
arg := "3122222222"
got := IsValidQQ(arg)
t.Log(got)
}