启动成功

This commit is contained in:
2026-01-18 19:32:32 +08:00
parent 7d3915aae2
commit 485307e7de
203 changed files with 2426 additions and 122 deletions

View File

@@ -30,7 +30,6 @@ func New() *sLogin {
return &sLogin{}
}
// 关键!!在 init 里完成注册
func init() {
service.RegisterLogin(New())
}