feat: 增加 可灵功能

This commit is contained in:
mario
2025-02-14 15:03:29 +08:00
parent dd675c9a9b
commit d124eddd9d
10 changed files with 825 additions and 399 deletions

View File

@@ -492,6 +492,7 @@ func main() {
fx.Invoke(func(s *core.AppServer, h *handler.VideoHandler) {
group := s.Engine.Group("/api/video")
group.POST("luma/create", h.LumaCreate)
group.POST("keling/create", h.KeLingCreate)
group.GET("list", h.List)
group.GET("remove", h.Remove)
group.GET("publish", h.Publish)