feat(admin): complete settings APIs and password update flow

This commit is contained in:
root
2026-03-10 16:40:51 +08:00
parent 59508efb05
commit 6f1f75d983
10 changed files with 444 additions and 3 deletions
+1
View File
@@ -56,6 +56,7 @@ func main() {
// 3) 自动建表/迁移(开发阶段很方便;生产环境可改为手动迁移)
if err := database.AutoMigrate(
&adminmodule.Admin{},
&adminmodule.SystemConfig{},
&model.MiniProgram{},
&model.User{},
&model.UserMembership{},