Normalize phone input and default user phone

Signed-off-by: Sean Du <do4suki@gmail.com>
This commit is contained in:
2026-04-28 20:08:21 +08:00
parent 581990a52f
commit 1e52fd04af
4 changed files with 23 additions and 24 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
)
const (
defaultPhone = "86-1"
defaultPhone = "1"
defaultPassword = "klsbgames"
)