Minor cleanup and fixes

Signed-off-by: Sean Du <do4suki@gmail.com>
This commit is contained in:
2026-06-01 21:48:41 +08:00
parent 5ccde3f34a
commit 4664847f10
16 changed files with 38 additions and 8 deletions
-1
View File
@@ -22,5 +22,4 @@ func CreateDefaultUser() {
log.Printf("默认用户创建成功, 账号: %s, 密码: %s\n", defaultPhone, defaultPassword)
return
}
log.Printf("默认用户已存在, 账号: %s\n", defaultPhone)
}