feat(user): 修改OTP登录验证码为"1234"以增强安全性
feat(main): 添加种子命令以初始化数据库数据 feat(consts): 添加创作者角色常量 feat(profile): 更新用户资料页面以支持从API获取用户信息 feat(library): 实现用户库页面以获取已购内容并显示状态 feat(contents): 更新内容编辑页面以支持文件上传和自动保存 feat(topnavbar): 优化用户头像显示逻辑以支持动态加载
This commit is contained in:
@@ -3,6 +3,7 @@ package main
|
||||
import (
|
||||
"quyun/v2/app/commands/http"
|
||||
"quyun/v2/app/commands/migrate"
|
||||
"quyun/v2/app/commands/seed"
|
||||
"quyun/v2/pkg/utils"
|
||||
|
||||
log "github.com/sirupsen/logrus"
|
||||
@@ -32,6 +33,7 @@ func main() {
|
||||
atom.Name("v2"),
|
||||
http.Command(),
|
||||
migrate.Command(),
|
||||
seed.Command(),
|
||||
}
|
||||
|
||||
if err := atom.Serve(opts...); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user